<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ib_banner_015 .numberDotsList .numberDotsItem .dots, .ib_banner_015 .numberDotsList .numberDotsItem .number, .ib_banner_015 .scrollDown span.text, .ib_banner_015 .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ib_banner_015 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}
.ib_banner_015 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_015 .dataBox {
  position: relative;
}
.ib_banner_015 .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_015 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_015 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_015 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_015 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_banner_015 .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/0.5104166667;
}
@media (max-width: 640px) {
  .ib_banner_015 .dataList:not(.slick-slider) .dataItem .Img img {
    aspect-ratio: 1/1.25;
  }
}
.ib_banner_015 .slick-current .dataItem .Txt .textBox {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.ib_banner_015 .slick-current .dataItem .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.ib_banner_015 .slick-current .dataItem .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
}
.ib_banner_015 .slick-current .dataItem .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_015 .slick-current .dataItem .Txt .btnBox {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_015 .dataItem {
  position: relative;
}
.ib_banner_015 .dataItem .Txt {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 20px 80px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .ib_banner_015 .dataItem .Txt {
    padding: 80px 20px;
  }
}
.ib_banner_015 .dataItem .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 33px;
  opacity: 0;
}
.ib_banner_015 .dataItem .Txt .textBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 3px;
  opacity: 0;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .ib_banner_015 .dataItem .Txt .textBox {
    padding-top: 25px;
  }
}
.ib_banner_015 .dataItem .Txt .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.3px;
  opacity: 0;
  color: #fff;
}
@media (max-width: 1400px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .ib_banner_015 .dataItem .Txt .title {
    font-size: 35px;
  }
}
.ib_banner_015 .dataItem .Txt .text {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 1px;
  opacity: 0;
}
.ib_banner_015 .dataItem .Txt .subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: 27px;
  opacity: 0;
  color: #fff;
}
@media (max-width: 1400px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 18px;
    margin-top: 17px;
  }
}
@media (max-width: 640px) {
  .ib_banner_015 .dataItem .Txt .subtitle {
    font-size: 16px;
  }
}
.ib_banner_015 .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .ib_banner_015 .dataItem .Txt .btnBox {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .ib_banner_015 .dataItem .Txt .btnBox {
    margin-top: 30px;
  }
}
.ib_banner_015 .dataItem .Img {
  position: relative;
  z-index: 1;
}
.ib_banner_015 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_015 .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 16%;
  right: 8%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .ib_banner_015 .socialList {
    bottom: 10%;
  }
}
@media (max-width: 1200px) {
  .ib_banner_015 .socialList {
    display: none;
  }
}
.ib_banner_015 .socialList li {
  margin: 10px 0;
}
.ib_banner_015 .socialList li:first-child {
  margin-top: 0;
}
.ib_banner_015 .socialList li:last-child {
  margin-bottom: 0;
}
.ib_banner_015 .socialList li a {
  color: #fff;
  display: block;
  font-size: 17px;
  text-align: center;
}
.ib_banner_015 .socialList li a svg {
  width: 18px;
  height: 16px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .ib_banner_015 .socialList li a:hover {
    color: #64bebe;
  }
}
.ib_banner_015 .scrollDown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.ib_banner_015 .scrollDown span {
  display: inline-block;
}
.ib_banner_015 .scrollDown span.icon {
  position: relative;
  width: 51px;
  height: 51px;
  background: url(../images/scrollMouse.png) no-repeat center;
}
.ib_banner_015 .scrollDown span.icon::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/scrollCircle.png) no-repeat;
}
.ib_banner_015 .scrollDown span.text {
  font-size: 13px;
  letter-spacing: 0.5px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  color: #fff;
}
@media (min-width: 1201px) {
  .ib_banner_015 .scrollDown:hover span.icon::before {
    -webkit-animation: rotate 3s ease-in-out infinite;
            animation: rotate 3s ease-in-out infinite;
  }
  .ib_banner_015 .scrollDown:hover span.text {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media (max-width: 1200px) {
  .ib_banner_015 .scrollDown {
    display: none;
  }
}
.ib_banner_015 .numberDotsList {
  position: absolute;
  right: 6.5%;
  top: 27.5%;
  width: 48px;
  z-index: 1;
}
.ib_banner_015 .numberDotsList .numberDotsItem {
  position: relative;
  margin: 10px 0;
}
.ib_banner_015 .numberDotsList .numberDotsItem .number {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  color: #fff;
}
.ib_banner_015 .numberDotsList .numberDotsItem .number::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 30px;
  width: 17px;
  height: 1px;
  z-index: 1;
  background-color: #fff;
}
.ib_banner_015 .numberDotsList .numberDotsItem .dots {
  position: absolute;
  top: calc(50% - 2.5px);
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.ib_banner_015 .numberDotsList .slick-current .numberDotsItem .number {
  opacity: 1;
}
.ib_banner_015 .numberDotsList .slick-current .numberDotsItem .dots {
  opacity: 0;
}
@media (max-width: 1200px) {
  .ib_banner_015 .numberDotsList {
    display: none;
  }
}</pre></body></html>