@charset "UTF-8";
@property --gradientColor-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #004a61;
}
@property --gradientColor-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2ba9d1;
}
.ib_carousel_064 .dataList .hover, .ib_carousel_064 .dataList .Txt, .ib_carousel_064 .dataList .Img img, .ib_carousel_064 .dataList .Img::before, .ib_carousel_064 .dataList .item, .ib_carousel_064 .dataList .slick-slide, .technicalArea .technicalList .imgBox::after, .technicalArea .technicalList .imgBox::before, .technicalArea .technicalList .technicalItem, .groupArea .groupList .linkBtn, .groupArea .groupList .Txt, .groupArea .groupList .Img, .groupArea .groupList .decoBg, .groupArea .groupList .item::before, .groupArea .groupList .item, .ib_banner_016 .videoControlBox .videoBtnBox, .ib_banner_016 .dataVideo, .ib_banner_016 .controlBox, .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;
}

/* 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: #1f84a3;
  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: #004960;
  }
  .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_016) */
.ib_banner_016 {
  position: sticky;
  top: 0;
  overflow: hidden;
  /* 影片 */
}
.ib_banner_016 .dataBox {
  position: relative;
}
.ib_banner_016 .dataList {
  position: relative;
}
.ib_banner_016 .dataItem {
  position: relative;
}
.ib_banner_016 .Img {
  height: 100dvh;
}
.ib_banner_016 .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_016 .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 105px 60px 130px;
}
@media (max-width: 1499px) {
  .ib_banner_016 .Txt {
    padding: 105px 60px 100px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_016 .Txt {
    padding: 105px 40px 100px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .Txt {
    padding: 85px 30px 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .Txt {
    padding: 85px 30px 100px;
  }
}
.ib_banner_016 .Txt .titleBox {
  margin-bottom: 0;
}
.ib_banner_016 .Txt .titleBox .decoTitle {
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 8px;
}
.ib_banner_016 .Txt .titleBox .decoTitle::before {
  max-width: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#70b2c7), to(#0ea4d4));
  background: linear-gradient(to right, #70b2c7 0%, #0ea4d4 100%);
}
@media (max-width: 1499px) {
  .ib_banner_016 .Txt .titleBox .decoTitle::before {
    max-width: 50px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_016 .Txt .titleBox .decoTitle::before {
    max-width: 30px;
  }
}
.ib_banner_016 .Txt .titleBox .title {
  font-size: 130px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1499px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 100px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .Txt .titleBox .title {
    font-size: 40px;
  }
}
.ib_banner_016 .Txt .titleBox .subtitle {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 1366px) {
  .ib_banner_016 .Txt .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ib_banner_016 .Txt .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .Txt .titleBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .Txt .titleBox .subtitle {
    font-size: 18px;
  }
}
.ib_banner_016 .Txt .titleBox .text {
  font-size: 14px;
  color: #ddd;
  margin-top: 4px;
}
@media (max-width: 575px) {
  .ib_banner_016 .Txt .titleBox .text {
    display: none;
  }
}
.ib_banner_016 .topBox {
  position: relative;
  overflow: hidden;
}
.ib_banner_016 .bottomBox {
  position: relative;
  max-width: 645px;
  margin-left: auto;
  padding-left: 88px;
}
@media (max-width: 1499px) {
  .ib_banner_016 .bottomBox {
    max-width: 630px;
    padding-left: 72px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_016 .bottomBox {
    max-width: 540px;
    padding-left: 48px;
  }
}
@media (max-width: 991px) {
  .ib_banner_016 .bottomBox {
    max-width: 465px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .bottomBox {
    max-width: none;
    padding-left: 0;
  }
}
.ib_banner_016 .bottomBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 68px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#70b2c7), to(#0ea4d4));
  background: linear-gradient(to right, #70b2c7 0%, #0ea4d4 100%);
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1499px) {
  .ib_banner_016 .bottomBox::before {
    width: 50px;
  }
}
@media (max-width: 1366px) {
  .ib_banner_016 .bottomBox::before {
    max-width: 30px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .bottomBox::before {
    display: none;
  }
}
.ib_banner_016 .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 32px 0 48px;
}
@media (max-width: 1499px) {
  .ib_banner_016 .line {
    margin: 24px 0 32px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .line {
    margin: 16px 0 24px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .line {
    margin: 16px 0;
  }
}
.ib_banner_016 .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 120px;
  height: 10px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.ib_banner_016 .controlBox {
  width: 100%;
  max-width: 555px;
  position: absolute;
  top: auto;
  right: 60px;
  bottom: 24%;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 1366px) {
  .ib_banner_016 .controlBox {
    max-width: 500px;
    right: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .controlBox {
    bottom: 20%;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .ib_banner_016 .controlBox {
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .controlBox {
    max-width: none;
    padding: 0 30px;
    right: 0;
    bottom: 28%;
  }
}
.ib_banner_016 .controlBox.hide {
  opacity: 0;
  visibility: hidden;
}
.ib_banner_016 .controlBox .arrowBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.ib_banner_016 .controlBox .arrowBox .arrow {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1181px) {
  .ib_banner_016 .controlBox .arrowBox .arrow:hover {
    background-color: transparent !important;
  }
  .ib_banner_016 .controlBox .arrowBox .arrow:hover svg {
    color: #132440;
  }
}
.ib_banner_016 .controlBox .arrowBox .arrow + .arrow {
  padding-left: 10px;
}
.ib_banner_016 .controlBox .arrowBox .arrow + .arrow::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.ib_banner_016 .controlBox .arrowBox .arrow svg {
  width: 16px;
  color: #fff;
}
.ib_banner_016 .dataVideo {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.ib_banner_016 .dataVideo.show {
  opacity: 1;
}
.ib_banner_016 .dataVideo .homeVideo {
  position: relative;
  width: 125%;
  height: auto;
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 150%;
  }
}
@media (max-width: 991px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 200%;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 225%;
  }
}
@media (max-width: 640px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 250%;
  }
}
@media (max-width: 575px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 300%;
  }
}
@media (max-width: 480px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 400%;
  }
}
@media (max-width: 375px) {
  .ib_banner_016 .dataVideo .homeVideo {
    width: 450%;
  }
}
.ib_banner_016 .videoControlBox {
  position: absolute;
  bottom: 30px;
  right: 60px;
  z-index: 3;
}
@media (max-width: 1366px) {
  .ib_banner_016 .videoControlBox {
    right: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .videoControlBox {
    right: 30px;
  }
}
.ib_banner_016 .videoControlBox .videoBtnBox {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: 0 20px;
}
.ib_banner_016 .videoControlBox .videoBtnBox.pause {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ib_banner_016 .videoControlBox .videoBtnBox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  translate: 0 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ib_banner_016 .videoControlBox .videoBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  row-gap: 16px;
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: scale;
  -webkit-transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, scale 0.5s ease-in-out 0.2s;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, scale 0.5s ease-in-out 0.2s;
}
@media (max-width: 1499px) {
  .ib_banner_016 .videoControlBox .videoBtn {
    width: 120px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_016 .videoControlBox .videoBtn {
    width: 100px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .videoControlBox .videoBtn {
    width: 80px;
  }
}
@media (min-width: 1181px) {
  .ib_banner_016 .videoControlBox .videoBtn:hover {
    scale: 0.95;
    background-color: #1f84a3;
    border-color: transparent;
  }
}
.ib_banner_016 .videoControlBox .videoBtn .icon {
  position: relative;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  will-change: scale;
}
@media (max-width: 1180px) {
  .ib_banner_016 .videoControlBox .videoBtn .icon {
    width: 16px;
  }
}
.ib_banner_016 .videoControlBox .videoBtn .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  will-change: scale;
}
@media (max-width: 1180px) {
  .ib_banner_016 .videoControlBox .videoBtn .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_banner_016 .videoControlBox .videoBtn .text {
    font-size: 13px;
  }
}

/* home(ib_imageText_000) */
.ib_imageText_000 {
  position: relative;
  height: 100dvh;
  padding: 140px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ib_imageText_000 {
    height: auto;
  }
}
.ib_imageText_000 .wrap {
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1366px) {
  .ib_imageText_000 .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .wrap {
    padding: 0;
  }
}
.ib_imageText_000 .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  max-width: 1450px;
  background-color: #eff7fe;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-right: -5%;
  padding: 110px 100px 120px;
}
@media (max-width: 1599px) {
  .ib_imageText_000 .leftBox {
    padding: 80px 80px 100px 50px;
    margin-right: -4%;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .leftBox {
    padding: 60px 80px 80px 40px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .leftBox {
    margin-right: -15%;
    padding: 60px 18% 80px 40px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .leftBox {
    height: auto;
    margin-right: 0;
    padding: 60px 40px 80px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .leftBox {
    padding: 60px 30px;
  }
}
@media (max-width: 375px) {
  .ib_imageText_000 .leftBox {
    padding: 50px 24px;
  }
}
.ib_imageText_000 .leftBox .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ib_imageText_000 .leftBox .decoBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.ib_imageText_000 .leftBox .titleBox {
  max-width: 1150px;
  margin: 0 auto;
}
.ib_imageText_000 .leftBox .titleBox .title {
  font-size: 60px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .leftBox .titleBox .title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .leftBox .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .leftBox .titleBox .title {
    font-size: 36px;
  }
}
.ib_imageText_000 .leftBox .titleBox .subtitle {
  max-width: 1000px;
}
.ib_imageText_000 .leftBox .textEditorBox {
  position: relative;
  margin-top: 14px;
}
.ib_imageText_000 .leftBox .textEditorBox .textEditor {
  letter-spacing: 0.042em;
}
.ib_imageText_000 .leftBox .btnBox {
  margin-top: 54px;
}
@media (max-width: 1366px) {
  .ib_imageText_000 .leftBox .btnBox {
    margin-top: 42px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .leftBox .btnBox {
    margin-top: 32px;
  }
}
.ib_imageText_000 .rightBox {
  width: 430px;
}
@media (max-width: 1599px) {
  .ib_imageText_000 .rightBox {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .rightBox {
    width: 100%;
    background: #eff7fe;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .rightBox {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .ib_imageText_000 .rightBox {
    padding: 0 20px;
  }
}
.ib_imageText_000 .rightBox .Txt {
  position: relative;
  border-radius: 40px;
  overflow: clip;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .Txt {
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .rightBox .Txt {
    max-width: 420px;
    margin: 0 auto;
  }
}
.ib_imageText_000 .rightBox .Txt .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_imageText_000 .rightBox .Txt .textEditorBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 36px;
}
@media (max-width: 1599px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox {
    padding: 30px 30px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox {
    padding: 30px 24px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox {
    padding: 24px 20px;
  }
}
.ib_imageText_000 .rightBox .Txt .textEditorBox .textEditor {
  color: #fff;
}
.ib_imageText_000 .rightBox .Txt .textEditorBox .textEditor .title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox .textEditor .title {
    font-size: 18px;
  }
}
.ib_imageText_000 .rightBox .Txt .textEditorBox .textEditor .text {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .Txt .textEditorBox .textEditor .text {
    font-size: 14px;
    margin-top: 6px;
  }
}

.groupArea {
  position: relative;
  background-color: #fff;
  padding: 170px 0 180px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .groupArea {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .groupArea {
    padding: 80px 0;
  }
}
.groupArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  max-width: 1770px;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1366px) {
  .groupArea .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 1180px) {
  .groupArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 42px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .groupArea .wrap {
    padding: 0 30px;
  }
}
.groupArea .wrap > .controlBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1180px) {
  .groupArea .wrap > .controlBox {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.groupArea .wrap > .controlBox .arrowBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .groupArea .wrap > .controlBox .arrowBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1366px) {
  .groupArea .wrap > .controlBox .arrowBox .arrow {
    width: 64px;
    height: 64px;
  }
}
.groupArea .leftBox {
  position: relative;
  width: 480px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 1599px) {
  .groupArea .leftBox {
    width: 375px;
  }
}
@media (max-width: 1180px) {
  .groupArea .leftBox {
    width: 100%;
    max-width: 730px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1180px) {
  .groupArea .leftBox .controlBox {
    display: none;
  }
}
.groupArea .titleBox {
  margin-bottom: 32px;
}
@media (max-width: 1180px) {
  .groupArea .titleBox {
    margin-bottom: 0;
  }
}
.groupArea .titleBox .subtitle {
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .groupArea .titleBox .subtitle {
    margin-top: 0;
  }
}
.groupArea .titleBox .line {
  margin: 44px 0;
}
@media (max-width: 1366px) {
  .groupArea .titleBox .line {
    margin: 32px 0;
  }
}
@media (max-width: 1180px) {
  .groupArea .titleBox .line {
    margin: 24px 0;
  }
}
@media (max-width: 768px) {
  .groupArea .titleBox .line {
    margin: 16px 0;
  }
}
.groupArea .rightBox {
  position: relative;
  width: 61.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1699px) {
  .groupArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .groupArea .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.groupArea .groupList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.groupArea .groupList:not(.slick-slider) .groupItem {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .groupArea .groupList:not(.slick-slider) .groupItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .groupArea .groupList:not(.slick-slider) .groupItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .groupArea .groupList:not(.slick-slider) .groupItem {
    width: 100%;
  }
}
.groupArea .groupList .slick-list {
  padding-left: 20%;
  margin: -30px -20px;
}
@media (max-width: 1699px) {
  .groupArea .groupList .slick-list {
    margin: -30px -15px;
  }
}
@media (max-width: 1599px) {
  .groupArea .groupList .slick-list {
    padding-left: 15%;
  }
}
@media (max-width: 1499px) {
  .groupArea .groupList .slick-list {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .groupArea .groupList .slick-list {
    margin: -30px -10px;
  }
}
@media (max-width: 1180px) {
  .groupArea .groupList .slick-list {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .groupArea .groupList .slick-list {
    padding: 0 10% !important;
  }
}
@media (max-width: 850px) {
  .groupArea .groupList .slick-list {
    padding: 0 5% !important;
  }
}
@media (max-width: 768px) {
  .groupArea .groupList .slick-list {
    padding: 0 20% !important;
  }
}
@media (max-width: 640px) {
  .groupArea .groupList .slick-list {
    padding: 0 12% !important;
  }
}
@media (max-width: 480px) {
  .groupArea .groupList .slick-list {
    padding: 0 30px !important;
  }
}
@media (max-width: 440px) {
  .groupArea .groupList .slick-list {
    padding: 0 !important;
  }
}
.groupArea .groupList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.groupArea .groupList .slick-track .slick-slide {
  height: auto;
}
.groupArea .groupList .slick-track .slick-slide > div {
  height: 100%;
}
.groupArea .groupList .groupItem {
  position: relative;
  height: 100%;
  padding: 30px 25px;
  -webkit-filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1699px) {
  .groupArea .groupList .groupItem {
    padding: 30px 15px;
  }
}
@media (max-width: 1280px) {
  .groupArea .groupList .groupItem {
    padding: 30px 10px;
  }
}
.groupArea .groupList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c799d), to(#014258));
  background: linear-gradient(to bottom, #0c799d 0%, #014258 100%);
  border-radius: 40px;
  padding: 32px 32px 20px;
}
@media (max-width: 1180px) {
  .groupArea .groupList .item {
    padding: 24px 24px 20px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .groupArea .groupList .item {
    padding: 30px 24px 12px;
  }
}
.groupArea .groupList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 36px;
  z-index: 1;
}
@media (min-width: 1181px) {
  .groupArea .groupList .item:hover:has(.Img)::before {
    height: 100%;
  }
  .groupArea .groupList .item:hover:has(.Img) .decoBg {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .groupArea .groupList .item:hover:has(.Img) .Img {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .groupArea .groupList .item:hover:has(.Img) .Txt {
    opacity: 0;
    pointer-events: none;
  }
  .groupArea .groupList .item:hover:has(.Img) .linkBtn {
    scale: 1.1;
    background-color: #004960;
    border-color: #004960;
  }
}
.groupArea .groupList .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  border-radius: 36px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .groupArea .groupList .decoBg {
    border-radius: 26px;
  }
}
.groupArea .groupList .decoBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  mix-blend-mode: hard-light;
}
.groupArea .groupList .Img {
  width: 100%;
  padding: 30px 40px 40px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 2;
}
.groupArea .groupList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.groupArea .groupList .Txt {
  position: relative;
  width: 100%;
  z-index: 1;
}
.groupArea .groupList .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .groupArea .groupList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .groupArea .groupList .Txt .title {
    font-size: 18px;
  }
}
.groupArea .groupList .Txt .infoList {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #2d7f9a;
}
@media (max-width: 480px) {
  .groupArea .groupList .Txt .infoList {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.groupArea .groupList .Txt .infoList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 375px) {
  .groupArea .groupList .Txt .infoList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px;
  }
}
.groupArea .groupList .Txt .infoList li + li {
  margin-top: 14px;
}
.groupArea .groupList .Txt .infoList .infoTitle {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #48aac9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 41px;
}
@media (max-width: 1180px) {
  .groupArea .groupList .Txt .infoList .infoTitle {
    font-size: 15px;
    min-width: 39px;
  }
}
@media (max-width: 480px) {
  .groupArea .groupList .Txt .infoList .infoTitle {
    font-size: 14px;
    min-width: 36px;
  }
}
.groupArea .groupList .Txt .infoList .infoText {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1180px) {
  .groupArea .groupList .Txt .infoList .infoText {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .groupArea .groupList .Txt .infoList .infoText {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .groupArea .groupList .Txt .infoList .infoText:hover:has(a) {
    color: #48aac9;
  }
}
.groupArea .groupList .linkBtn {
  position: relative;
  display: block;
  width: 54px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: -16px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .groupArea .groupList .linkBtn {
    width: 48px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .groupArea .groupList .linkBtn {
    margin-right: -12px;
  }
}
.groupArea .groupList .linkBtn svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
}

@property --circleGradient-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #093b58;
}
@property --circleGradient-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #1494d0;
}
.technicalArea {
  position: relative;
  padding: 90px 0;
  background-image: url("../images/deco/technical-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .technicalArea {
    padding: 70px 0;
  }
}
.technicalArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1180px) {
  .technicalArea .wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .technicalArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
}
.technicalArea .titleBox {
  margin-bottom: 0;
}
.technicalArea .titleBox .subtitle {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 4px;
}
@media (max-width: 1499px) {
  .technicalArea .titleBox .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1180px) {
  .technicalArea .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .technicalArea .titleBox .subtitle {
    font-size: 20px;
  }
}
.technicalArea .titleBox .text {
  font-size: 18px;
  line-height: 1.625;
}
@media (max-width: 1499px) {
  .technicalArea .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .technicalArea .titleBox .text {
    font-size: 15px;
  }
}
.technicalArea .leftBox {
  position: relative;
  width: 560px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .technicalArea .leftBox {
    width: 410px;
  }
}
@media (max-width: 1180px) {
  .technicalArea .leftBox {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .technicalArea .leftBox {
    width: 100%;
  }
}
.technicalArea .leftBox .btnBox {
  margin-top: 54px;
}
@media (max-width: 1180px) {
  .technicalArea .leftBox .btnBox {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .technicalArea .leftBox .btnBox {
    margin-top: 32px;
  }
}
.technicalArea .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 720px;
  margin-right: 4%;
}
@media (max-width: 1499px) {
  .technicalArea .rightBox {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .technicalArea .rightBox {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.technicalArea .technicalBox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(0, 76, 100, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(80, 189, 216, 0.5);
          box-shadow: 0 0 50px rgba(80, 189, 216, 0.5);
}
@media (max-width: 575px) {
  .technicalArea .technicalBox {
    background-color: transparent;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.technicalArea .technicalBox .bgCircle {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 575px) {
  .technicalArea .technicalBox .bgCircle {
    display: none;
  }
}
.technicalArea .technicalBox .bgCircle.lightGradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 211, 255, 0.2)), to(rgba(61, 165, 255, 0.2)));
  background: linear-gradient(to right, rgba(198, 211, 255, 0.2) 0%, rgba(61, 165, 255, 0.2) 100%);
}
.technicalArea .technicalBox .bgCircle.lightGradient.large {
  width: 87%;
}
.technicalArea .technicalBox .bgCircle.lightGradient.large::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 90%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #6ea0d0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technicalArea .technicalBox .bgCircle.lightGradient.small {
  width: 62%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 211, 255, 0.1)), to(rgba(61, 165, 255, 0.1)));
  background: linear-gradient(to right, rgba(198, 211, 255, 0.1) 0%, rgba(61, 165, 255, 0.1) 100%);
  -webkit-box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.2);
          box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.2);
}
.technicalArea .technicalBox .bgCircle.lightGradient.small::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 90%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(110, 160, 208, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technicalArea .technicalBox .bgCircle.darkGradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(24, 86, 125, 0.5)), to(rgba(0, 75, 99, 0.5)));
  background: linear-gradient(to right, rgba(24, 86, 125, 0.5) 0%, rgba(0, 75, 99, 0.5) 100%);
}
.technicalArea .technicalBox .bgCircle.darkGradient.large {
  width: 70%;
  -webkit-box-shadow: 0 0 30px rgba(80, 189, 216, 0.5);
          box-shadow: 0 0 30px rgba(80, 189, 216, 0.5);
}
.technicalArea .technicalBox .bgCircle.darkGradient.small {
  width: 48%;
  background: rgba(7, 91, 121, 0.5);
}
.technicalArea .technicalBox .dotCircleBox {
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technicalArea .technicalBox .dotCircleBox {
    display: none;
  }
}
.technicalArea .technicalBox .dotCircleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 92%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #50b1d5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technicalArea .technicalBox .dotCircleBox .dot {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(6, 41, 76, 0.4);
  border: 4px solid #4c92c5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .technicalArea .technicalBox .dotCircleBox .dot {
    width: 20px;
  }
}
.technicalArea .technicalBox .dotCircleBox .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 6px;
  height: auto;
  background: #91dbf2;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .technicalArea .technicalBox .dotCircleBox .dot::before {
    width: 5px;
  }
}
.technicalArea .technicalBox .lineBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, transparent 0%, transparent 15%, transparent 26%, #000 100%);
          mask-image: radial-gradient(50% 50% at 50% 50%, transparent 0%, transparent 15%, transparent 26%, #000 100%);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .technicalArea .technicalBox .lineBox {
    display: none;
  }
}
.technicalArea .technicalBox .lineBox .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2c9aca;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.technicalArea .technicalBox .centerCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 116, 165, 0.5);
  -webkit-box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.5);
          box-shadow: inset 0 0 30px rgba(80, 189, 216, 0.5);
  padding: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technicalArea .technicalBox .centerCircle {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    aspect-ratio: auto;
    background: none;
    border-radius: 0;
    top: unset;
    left: unset;
    translate: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.technicalArea .technicalBox .centerCircle .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .technicalArea .technicalBox .centerCircle .title {
    font-size: 20px;
  }
}
.technicalArea .technicalList {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1499px) {
  .technicalArea .technicalList {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (max-width: 1180px) {
  .technicalArea .technicalList {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .technicalArea .technicalList {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .technicalArea .technicalList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px 16px;
    width: auto;
    height: auto;
    margin-top: 32px;
  }
}
.technicalArea .technicalList .technicalItem {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 575px) {
  .technicalArea .technicalList .technicalItem {
    position: relative;
    width: calc(33.3333333333% - 10.6666666667px);
    top: unset;
    left: unset;
    translate: unset;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
@media (max-width: 400px) {
  .technicalArea .technicalList .technicalItem {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1181px) {
  .technicalArea .technicalList .technicalItem:hover {
    z-index: 1;
  }
  .technicalArea .technicalList .technicalItem:hover .imgBox {
    --circleGradient-1: #fff;
    --circleGradient-2: #d6d6d6;
  }
  .technicalArea .technicalList .technicalItem:hover .imgBox::before {
    background-color: #004960;
  }
  .technicalArea .technicalList .technicalItem:hover .imgBox::after {
    opacity: 1;
    scale: 1.1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .technicalArea .technicalList .technicalItem:hover .imgBox .Img img {
    -webkit-filter: drop-shadow(0 65px 0 #004960);
            filter: drop-shadow(0 65px 0 #004960);
    translate: 0 -100%;
  }
}
@media (min-width: 1181px) and (max-width: 1499px) {
  .technicalArea .technicalList .technicalItem:hover .imgBox .Img img {
    -webkit-filter: drop-shadow(0 55px 0 #004960);
            filter: drop-shadow(0 55px 0 #004960);
  }
}
.technicalArea .technicalList .item {
  position: relative;
}
.technicalArea .technicalList .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--circleGradient-1)), to(var(--circleGradient-2)));
  background: linear-gradient(to right, var(--circleGradient-1) 0%, var(--circleGradient-2) 100%);
  border: 2px solid #afbcd2;
  margin: 0 auto;
  padding: 32px;
  transition: --circleGradient-1 0.5s ease-in-out, --circleGradient-2 0.5s ease-in-out, all 0.5s ease-in-out;
}
@media (max-width: 1499px) {
  .technicalArea .technicalList .imgBox {
    width: 120px;
  }
}
@media (max-width: 1180px) {
  .technicalArea .technicalList .imgBox {
    width: 110px;
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .technicalArea .technicalList .imgBox {
    width: 100%;
    max-width: 132px;
    padding: 32px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .technicalArea .technicalList .imgBox {
    padding: 26px;
  }
}
.technicalArea .technicalList .imgBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 88%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  -webkit-mask-image: url("../images/deco/dashed.png");
          mask-image: url("../images/deco/dashed.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.technicalArea .technicalList .imgBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
}
.technicalArea .technicalList .imgBox .Img {
  width: 100%;
  max-width: 64px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .technicalArea .technicalList .imgBox .Img {
    width: 100%;
    max-width: 64px;
  }
}
.technicalArea .technicalList .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
  will-change: translate filter;
}
.technicalArea .technicalList .imgBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.technicalArea .technicalList .Txt {
  position: relative;
  margin-top: 10px;
}
.technicalArea .technicalList .Txt .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .technicalArea .technicalList .Txt .title {
    font-size: 15px;
  }
}

.ib_carousel_064 {
  position: relative;
  padding: 160px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_064 {
    padding: 120px 0 100px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_064 {
    padding: 80px 0 60px;
  }
}
.ib_carousel_064 .dataBox {
  position: relative;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataBox {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .dataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 54px 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataBox {
    row-gap: 42px;
  }
}
.ib_carousel_064 .titleBox {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 28px;
  left: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .ib_carousel_064 .titleBox {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .titleBox {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    bottom: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ib_carousel_064 .controlBox {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 33px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .ib_carousel_064 .controlBox {
    width: 340px;
    bottom: 0;
  }
}
@media (max-width: 1366px) {
  .ib_carousel_064 .controlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 16px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .controlBox {
    position: relative;
    width: 100%;
    bottom: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .controlBox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .controlBox .numBox {
    display: none;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .dataList {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ib_carousel_064 .dataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_carousel_064 .dataList:not(.slick-slider) .dataItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ib_carousel_064 .dataList .slick-list {
  overflow: visible;
}
.ib_carousel_064 .dataList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_carousel_064 .dataList .slick-slide {
  width: 540px;
  scale: 0.7;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1499px) {
  .ib_carousel_064 .dataList .slick-slide {
    width: 480px;
  }
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .slick-slide {
    width: 400px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_064 .dataList .slick-slide {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_064 .dataList .slick-slide {
    width: auto;
    scale: 1;
  }
}
.ib_carousel_064 .dataList .slick-slide.currentSlide {
  scale: 1;
}
.ib_carousel_064 .dataList .slick-slide.currentSlide .Txt {
  opacity: 0;
}
.ib_carousel_064 .dataList .slick-slide.currentSlide .Img::before {
  opacity: 1;
}
.ib_carousel_064 .dataList .slick-slide.currentSlide .hover {
  opacity: 1;
}
.ib_carousel_064 .dataList .slick-slide.currentSlide .hover .btnBox {
  pointer-events: auto;
}
.ib_carousel_064 .dataList .dataItem {
  position: relative;
}
@media (max-width: 991px) {
  .ib_carousel_064 .dataList .dataItem {
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
  .ib_carousel_064 .dataList .dataItem {
    padding: 0 10px;
  }
}
.ib_carousel_064 .dataList .item {
  position: relative;
}
.ib_carousel_064 .dataList .Img {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .Img {
    border-radius: 30px;
  }
}
.ib_carousel_064 .dataList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.ib_carousel_064 .dataList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_064 .dataList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px 44px;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .Txt {
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .Txt {
    padding: 16px 24px;
  }
}
.ib_carousel_064 .dataList .Txt .title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #000;
  padding-left: 36px;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .Txt .title {
    font-size: 24px;
    padding-left: 32px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_064 .dataList .Txt .title {
    font-size: 22px;
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .Txt .title {
    font-size: 18px;
    padding-left: 20px;
  }
}
.ib_carousel_064 .dataList .Txt .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 12px;
  height: auto;
  background: #000;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .Txt .title::before {
    width: 10px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_064 .dataList .Txt .title::before {
    width: 8px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .Txt .title::before {
    width: 6px;
  }
}
.ib_carousel_064 .dataList .hover {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 42px 48px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .hover {
    padding: 30px 24px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .hover {
    padding: 24px 16px;
  }
}
.ib_carousel_064 .dataList .hover .title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .hover .title {
    font-size: 34px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_064 .dataList .hover .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_064 .dataList .hover .title {
    font-size: 28px;
  }
}
.ib_carousel_064 .dataList .hover .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0;
}
@media (max-width: 1366px) {
  .ib_carousel_064 .dataList .hover .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_064 .dataList .hover .text {
    font-size: 14px;
  }
}
.ib_carousel_064 .dataList .hover .btnBox {
  width: 100%;
  opacity: 0;
}

.joinArea {
  position: relative;
  padding: 60px 0 80px;
  background-image: url("../images/deco/join-bg_1920x500.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1180px) {
  .joinArea {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .joinArea {
    background-position: 48% center;
  }
}
@media (max-width: 768px) {
  .joinArea {
    background-image: url("../images/deco/join-bg_800x1575.jpg");
    background-position: 50% 20%;
    padding: 50% 0 80px;
  }
}
@media (max-width: 575px) {
  .joinArea {
    padding: 70% 0 60px;
  }
}
.joinArea .joinBox {
  position: relative;
  max-width: 750px;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .joinArea .joinBox {
    max-width: 600px;
  }
}
@media (max-width: 1180px) {
  .joinArea .joinBox {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .joinArea .joinBox {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .joinArea .joinBox {
    max-width: none;
  }
}
.joinArea .joinBox .titleBox {
  margin-bottom: 0;
}
/*# sourceMappingURL=home.css.map */