@media screen and (min-width: 1366.02px) {
  .technology-01 .content .main-page {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
  }
  .technology-01 .content .main-page .mobile-version {
    display: none;
  }
  .technology-01 .content .main-page .container {
    position: absolute;
    top: 0;
    left: 0;
    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: 100vw;
    height: 100vh;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: none;
  }
  .technology-01 .content .main-page .container video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .text-container {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-top: 18.5416666667vw;
    padding-left: 12.5vw;
    color: aliceblue;
  }
  .technology-01 .content .main-page .text-container .text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    color: #fff;
  }
  .technology-01 .content .main-page .text-container .text1 .text-2 {
    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-bottom: 0.8333333333vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    color: #fff;
  }
  .technology-01 .content .main-page .text-container .text2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(1) {
    margin-bottom: 1.6666666667vw;
    font-size: 1.25vw;
    line-height: 1.3541666667vw;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(2) {
    width: 5.4166666667vw;
    height: 0.1041666667vw;
    margin-bottom: 2.5vw;
    background-color: #fff;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(3) {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .technology-01 .content .main-page-1 {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .technology-01 .content .main-page-1 picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .technology-01 .content .main-page-1 picture .bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent1 {
    height: 3.125vw;
    font-size: 2.0833333333vw;
    font-weight: normal;
    line-height: 3.125vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent2 {
    height: 1.875vw;
    margin-top: 0.8333333333vw;
    margin-bottom: 1.6666666667vw;
    font-size: 1.25vw;
    font-weight: normal;
    line-height: 1.875vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContentLine {
    width: 5.4166666667vw;
    height: 0.1041666667vw;
    margin-bottom: 2.5vw;
    background: #fff;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent3 {
    height: 2.5vw;
    font-size: 0.8333333333vw;
    font-weight: normal;
    line-height: 1.25vw;
  }
  .technology-01 .rightPosition {
    position: absolute;
    top: 18.5416666667vw;
    right: 11.4583333333vw;
  }
  .technology-01 .leftPosition {
    position: absolute;
    top: 18.5416666667vw;
    left: 11.4583333333vw;
  }
  .technology-01 .centerPosition {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}@media screen and (max-width: 767.98px) {
  .technology-01 .content .main-page-1 {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .technology-01 .content .main-page-1 picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .technology-01 .content .main-page-1 picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page-1 .technology1Content {
    padding-top: 37.3333333333vmin;
    text-align: center;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent1 {
    height: 9.6vmin;
    font-size: 6.4vmin;
    font-weight: normal;
    line-height: 9.6vmin;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent2 {
    margin-top: 2.1333333333vmin;
    height: 7.4666666667vmin;
    font-size: 4.2666666667vmin;
    font-weight: normal;
    line-height: 7.4666666667vmin;
    margin-bottom: 4.2666666667vmin;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContentLine {
    width: 17.0666666667vmin;
    height: 0.2666666667vmin;
    background: #fff;
    margin: 0 auto;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent3 {
    margin-top: 6.4vmin;
    height: 10.6666666667vmin;
    font-size: 3.2vmin;
    font-weight: normal;
    line-height: 5.3333333333vmin;
  }
  .technology-01 .content .main-page {
    width: 100vw;
    z-index: 2;
    position: relative;
    height: 100vh;
  }
  .technology-01 .content .main-page .mobile-version {
    display: none;
  }
  .technology-01 .content .main-page .screen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5.3333333333vmin);
            backdrop-filter: blur(5.3333333333vmin);
    z-index: 1000;
    overflow: hidden;
  }
  .technology-01 .content .main-page .video-screen-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8.5333333333vmin;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-01 .content .main-page .video-screen-modal video {
    position: relative;
    height: 95.2vmin;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-01 .content .main-page .video-screen-modal .video-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 53.3333333333vmin;
    width: 100%;
    background: transparent;
  }
  .technology-01 .content .main-page .video-screen-modal .video-mark .close {
    position: absolute;
    top: 21.3333333333vmin;
    right: 8.5333333333vmin;
    height: 6.4vmin;
    width: 6.4vmin;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .technology-01 .content .main-page .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .technology-01 .content .main-page .container picture {
    height: 100%;
    width: 100%;
  }
  .technology-01 .content .main-page .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5.3333333333vmin;
    height: 5.3333333333vmin;
    z-index: 999;
  }
  .technology-01 .content .main-page .text-container {
    position: absolute;
    top: 37.3333333333vmin;
    width: 100%;
    color: aliceblue;
    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;
  }
  .technology-01 .content .main-page .text-container .text1 {
    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;
    font-size: 6.4vmin;
    color: #fff;
    line-height: 8vmin;
  }
  .technology-01 .content .main-page .text-container .text2-box {
    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;
    margin-top: 4.2666666667vmin;
    margin-bottom: 23.2vmin;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(1) {
    font-size: 4.2666666667vmin;
    line-height: 7.4666666667vmin;
    margin-bottom: 4.2666666667vmin;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(2) {
    width: 17.0666666667vmin;
    height: 0.2666666667vmin;
    background-color: #fff;
    margin-bottom: 6.4vmin;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(3) {
    font-size: 3.2vmin;
    line-height: 5.3333333333vmin;
  }
  .technology-01 .content .main-page .text-container .text-2 {
    font-size: 6.4vmin;
    color: #fff;
    line-height: 9.6vmin;
    margin-bottom: 2.1333333333vmin;
  }
  .technology-01 .content .main-page .text-container .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .technology-01 .content .main-page .text-container .text p {
    font-size: 3.7333333333vmin;
    color: #ffffff;
    line-height: 5.8666666667vmin;
    text-align: center;
    margin-top: 5.8666666667vmin;
    opacity: 0.5;
  }
  .technology-01 .content .main-page .text-container .appointment {
    margin-top: 6.4vmin;
    text-align: center;
    position: relative;
    width: 25.0666666667vmin;
    height: 8vmin;
    border: 0.2666666667vmin solid #ffffff;
    font-size: 2.6666666667vmin;
    line-height: 8vmin;
    text-shadow: 0vmin 0vmin 8vmin rgba(0, 0, 0, 0.77);
    cursor: pointer;
  }
  .technology-01 .content .main-page .appointment2 {
    text-align: center;
    position: absolute;
    bottom: 26.6666666667vmin;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25.0666666667vmin;
    height: 8vmin;
    border: 0.2666666667vmin solid #ffffff;
    font-size: 2.6666666667vmin;
    line-height: 8vmin;
    text-shadow: 0vmin 0vmin 8vmin rgba(0, 0, 0, 0.77);
    cursor: pointer;
  }
  .technology-01 .content .main-page div.des {
    position: absolute;
    bottom: 10.6666666667vmin;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.6;
    font-size: 2.6666666667vmin;
    line-height: 6.4vmin;
    width: 133.3333333333vmin;
  }
  .technology-01 .content .main-page .bg-video-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5.3333333333vmin);
            backdrop-filter: blur(5.3333333333vmin);
    z-index: 1000;
    overflow: hidden;
  }
  .technology-01 .content .main-page .bg-video-popup video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 95.2vmin;
    width: 186.6666666667vmin;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-01 .content .main-page .bg-video-popup .close {
    position: absolute;
    top: 26.6666666667vmin;
    right: 6.1333333333vmin;
    height: 6.4vmin;
    width: 6.4vmin;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
    z-index: 999;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-01 .content .main-page-1 {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .technology-01 .content .main-page-1 picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .technology-01 .content .main-page-1 picture .bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page-1 .technology1Content {
    padding-top: 26.5625vw;
    text-align: center;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent1 {
    height: 4.6875vw;
    font-size: 3.125vw;
    font-weight: normal;
    line-height: 4.6875vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent2 {
    margin-top: 1.0416666667vw;
    height: 3.6458333333vw;
    font-size: 2.0833333333vw;
    font-weight: normal;
    line-height: 3.6458333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContentLine {
    width: 8.3333333333vw;
    height: 0.1302083333vw;
    background: #fff;
    margin: 0 auto;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent3 {
    margin-top: 3.125vw;
    height: 5.2083333333vw;
    font-size: 1.5625vw;
    font-weight: normal;
    line-height: 2.6041666667vw;
  }
  .technology-01 .content .main-page {
    width: 100vw;
    z-index: 2;
    position: relative;
    height: 100vh;
  }
  .technology-01 .content .main-page .mobile-version {
    display: none;
  }
  .technology-01 .content .main-page .screen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2.6041666667vw);
            backdrop-filter: blur(2.6041666667vw);
    z-index: 1000;
    overflow: hidden;
  }
  .technology-01 .content .main-page .video-screen-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4.1666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-01 .content .main-page .video-screen-modal video {
    position: relative;
    height: 46.484375vw;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-01 .content .main-page .video-screen-modal .video-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 26.0416666667vw;
    width: 100%;
    background: transparent;
  }
  .technology-01 .content .main-page .video-screen-modal .video-mark .close {
    position: absolute;
    top: 10.4166666667vw;
    right: 4.1666666667vw;
    height: 3.125vw;
    width: 3.125vw;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
  }
  .technology-01 .content .main-page .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .technology-01 .content .main-page .container picture {
    height: 100%;
    width: 100%;
  }
  .technology-01 .content .main-page .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    z-index: 999;
  }
  .technology-01 .content .main-page .text-container {
    position: absolute;
    top: 26.5625vw;
    width: 100%;
    color: aliceblue;
    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;
  }
  .technology-01 .content .main-page .text-container .text1 {
    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;
    font-size: 3.125vw;
    color: #fff;
    line-height: 3.90625vw;
  }
  .technology-01 .content .main-page .text-container .text2-box {
    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;
    margin-top: 2.0833333333vw;
    margin-bottom: 11.328125vw;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(1) {
    font-size: 2.0833333333vw;
    line-height: 3.6458333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(2) {
    width: 8.3333333333vw;
    height: 0.1302083333vw;
    background-color: #fff;
    margin-bottom: 3.125vw;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(3) {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }
  .technology-01 .content .main-page .text-container .text-2 {
    font-size: 3.125vw;
    color: #fff;
    line-height: 4.6875vw;
    margin-bottom: 1.0416666667vw;
  }
  .technology-01 .content .main-page .text-container .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .technology-01 .content .main-page .text-container .text p {
    font-size: 1.8229166667vw;
    color: #ffffff;
    line-height: 2.8645833333vw;
    text-align: center;
    margin-top: 2.8645833333vw;
    opacity: 0.5;
  }
  .technology-01 .content .main-page .text-container .appointment {
    margin-top: 3.125vw;
    text-align: center;
    position: relative;
    width: 12.2395833333vw;
    height: 3.90625vw;
    border: 0.1302083333vw solid #ffffff;
    font-size: 1.3020833333vw;
    line-height: 3.90625vw;
    text-shadow: 0vw 0vw 3.90625vw rgba(0, 0, 0, 0.77);
    cursor: pointer;
  }
  .technology-01 .content .main-page .appointment2 {
    text-align: center;
    position: absolute;
    bottom: 13.0208333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.2395833333vw;
    height: 3.90625vw;
    border: 0.1302083333vw solid #ffffff;
    font-size: 1.3020833333vw;
    line-height: 3.90625vw;
    text-shadow: 0vw 0vw 3.90625vw rgba(0, 0, 0, 0.77);
    cursor: pointer;
  }
  .technology-01 .content .main-page div.des {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.6;
    font-size: 1.3020833333vw;
    line-height: 3.125vw;
    width: 65.1041666667vw;
  }
  .technology-01 .content .main-page .bg-video-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2.6041666667vw);
            backdrop-filter: blur(2.6041666667vw);
    z-index: 1000;
    overflow: hidden;
  }
  .technology-01 .content .main-page .bg-video-popup video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 46.484375vw;
    width: 91.1458333333vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-01 .content .main-page .bg-video-popup .close {
    position: absolute;
    top: 13.0208333333vw;
    right: 2.9947916667vw;
    height: 3.125vw;
    width: 3.125vw;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
    z-index: 999;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-01 .content .main-page {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
  }
  .technology-01 .content .main-page .mobile-version {
    display: none;
  }
  .technology-01 .content .main-page .container {
    position: absolute;
    top: 0;
    left: 0;
    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: 100vw;
    height: 100vh;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: none;
  }
  .technology-01 .content .main-page .container video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page .text-container {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-top: 16.8374816984vw;
    padding-left: 12.5183016105vw;
    color: aliceblue;
  }
  .technology-01 .content .main-page .text-container .text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.39238653vw;
    line-height: 5.8565153734vw;
    color: #fff;
  }
  .technology-01 .content .main-page .text-container .text1 .text-2 {
    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-bottom: 1.1713030747vw;
    font-size: 2.3426061493vw;
    line-height: 3.513909224vw;
    color: #fff;
  }
  .technology-01 .content .main-page .text-container .text2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(1) {
    margin-bottom: 1.756954612vw;
    font-size: 1.317715959vw;
    line-height: 2.0497803807vw;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(2) {
    width: 6.4421669107vw;
    height: 0.0732064422vw;
    margin-bottom: 2.9282576867vw;
    background-color: #fff;
  }
  .technology-01 .content .main-page .text-container .text2-box div:nth-child(3) {
    font-size: 1.0248901903vw;
    line-height: 1.6105417277vw;
  }
  .technology-01 .content .main-page-1 {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .technology-01 .content .main-page-1 picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .technology-01 .content .main-page-1 picture .bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent1 {
    height: 3.513909224vw;
    font-size: 2.3426061493vw;
    font-weight: normal;
    line-height: 3.513909224vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent2 {
    height: 2.0497803807vw;
    margin-top: 1.1713030747vw;
    margin-bottom: 1.756954612vw;
    font-size: 1.317715959vw;
    font-weight: normal;
    line-height: 2.0497803807vw;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContentLine {
    width: 6.4421669107vw;
    height: 0.0732064422vw;
    margin-bottom: 2.9282576867vw;
    background: #fff;
  }
  .technology-01 .content .main-page-1 .technology1Content .tContent3 {
    height: 3.2210834553vw;
    font-size: 1.0248901903vw;
    font-weight: normal;
    line-height: 1.6105417277vw;
  }
  .technology-01 .rightPosition {
    position: absolute;
    top: 16.8374816984vw;
    right: 9.8828696925vw;
  }
  .technology-01 .leftPosition {
    position: absolute;
    top: 16.8374816984vw;
    left: 9.8828696925vw;
  }
  .technology-01 .centerPosition {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-02 {
    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;
    overflow: hidden;
  }
  .technology-02 .container {
    --bgColor: black;
    --textColor: #fff;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--textColor);
    background-color: var(--bgColor);
    padding: 2.0833333333vw 0;
  }
  .technology-02 .container .title {
    margin-top: 9.375vw;
    margin-bottom: 3.3333333333vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    text-align: center;
  }
  .technology-02 .container .card-box {
    width: calc(100% - 25.2083333333vw);
    margin: 0 auto;
    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;
    position: relative;
  }
  .technology-02 .container .card-box > picture {
    width: 100%;
    height: 30.4166666667vw;
  }
  .technology-02 .container .card-box .swiper-pagination {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-prev,
  .technology-02 .container .card-box .swiper-pagination .swiper-button-next {
    color: var(--pageTurningColor);
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-prev {
    left: -3.125vw;
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-next {
    right: -3.125vw;
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-disabled {
    opacity: 0;
  }
  .technology-02 .container .card-box .swiper {
    width: 100%;
    height: 100%;
  }
  .technology-02 .container .card-box .swiper .slidesPerView {
    width: 100%;
  }
  .technology-02 .container .card-box .swiper .slidesPerView .swiper-slide {
    width: 100% !important;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .technology-02 .container .card-box .swiper .every-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 32.5vw;
    padding: 0 0.625vw;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-02 .container .card-box .swiper .every-img.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-02 .container .card-box .swiper .every-img .pic {
    overflow: hidden;
    width: 100%;
    height: 20vw;
  }
  .technology-02 .container .card-box .swiper .every-img .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-02 .container .card-box .swiper .every-img .pic:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .technology-02 .container .card-box .swiper .every-img .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 2.0833333333vw 1.0416666667vw 0;
    background-color: rgb(24, 24, 24);
  }
  .technology-02 .container .card-box .swiper .every-img .text-box div:nth-child(1) {
    margin-bottom: 0.8333333333vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .technology-02 .container .card-box .swiper .every-img .text-box .text2 {
    font-size: 0.7291666667vw;
    line-height: 1.3541666667vw;
    text-align: center;
  }
}@media screen and (max-width: 767.98px) {
  .technology-02 {
    width: 100vw;
    position: relative;
    height: auto;
    padding-bottom: 0;
  }
  .technology-02 .container {
    --bgColor: black;
    --textColor: #fff;
    width: 100%;
    height: 100%;
    color: var(--textColor);
    background-color: var(--bgColor);
    padding-top: 18.6666666667vmin;
  }
  .technology-02 .container p.title {
    font-size: 6.4vmin;
    line-height: 9.6vmin;
    text-align: center;
    position: inherit;
  }
  .technology-02 .container .card-box {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10.6666666667vmin;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-02 .container .card-box .text-box {
    text-align: center;
    background-color: rgb(24, 24, 24);
    padding: 6.4vmin 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .technology-02 .container .card-box .text-box > div:nth-child(1) {
    font-size: 4.8vmin;
    line-height: 7.4666666667vmin;
    margin-bottom: 4.2666666667vmin;
  }
  .technology-02 .container .card-box .text-box .text2 {
    font-size: 3.2vmin;
    line-height: 5.3333333333vmin;
  }
  .technology-02 .container .card-box picture {
    height: 100%;
    width: 100%;
  }
  .technology-02 .container .card-box .every-img {
    width: 91.4666666667vmin;
    margin-bottom: 4.2666666667vmin;
    position: relative;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-02 .container .card-box .every-img.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-02 .container .card-box .every-img .pic {
    width: 100%;
    height: 68.8vmin;
  }
  .technology-02 .container .card-box .every-img .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-02 {
    width: 100vw;
    position: relative;
    height: auto;
  }
  .technology-02 .container {
    --bgColor: black;
    --textColor: #fff;
    width: 100%;
    height: 100%;
    color: var(--textColor);
    background-color: var(--bgColor);
    padding-top: 21.3541666667vw;
  }
  .technology-02 .container p.title {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    text-align: center;
    position: inherit;
  }
  .technology-02 .container .card-box {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.2083333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-02 .container .card-box .text-box {
    text-align: center;
    background-color: rgb(24, 24, 24);
    padding: 4.1666666667vw 3.125vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .technology-02 .container .card-box .text-box > div:nth-child(1) {
    font-size: 2.34375vw;
    line-height: 3.6458333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .technology-02 .container .card-box .text-box .text2 {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }
  .technology-02 .container .card-box picture {
    height: 100%;
    width: 100%;
  }
  .technology-02 .container .card-box .every-img {
    width: 91.6666666667vw;
    margin-bottom: 4.1666666667vw;
    position: relative;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-02 .container .card-box .every-img.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-02 .container .card-box .every-img .pic {
    width: 100%;
    height: 51.4322916667vw;
  }
  .technology-02 .container .card-box .every-img .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-02 .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    min-height: 100vh;
    padding: 2.9282576867vw 0;
    color: var(--textColor);
    background-color: var(--bgColor);
    --bgColor: black;
    --textColor: #fff;
  }
  .technology-02 .container .title {
    margin-top: 7.3206442167vw;
    margin-bottom: 2.9282576867vw;
    font-size: 2.3426061493vw;
    line-height: 3.513909224vw;
    text-align: center;
  }
  .technology-02 .container .card-box {
    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: calc(100% - 28.5505124451vw);
    margin: 0 auto;
  }
  .technology-02 .container .card-box > picture {
    width: 100%;
    height: 42.7525622255vw;
  }
  .technology-02 .container .card-box .swiper-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-prev, .technology-02 .container .card-box .swiper-pagination .swiper-button-next {
    color: var(--pageTurningColor);
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-prev {
    left: -2.5622254758vw;
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-next {
    right: -2.5622254758vw;
  }
  .technology-02 .container .card-box .swiper-pagination .swiper-button-disabled {
    opacity: 0;
  }
  .technology-02 .container .card-box .swiper {
    width: 100%;
    height: 100%;
  }
  .technology-02 .container .card-box .swiper .slidesPerView {
    width: 100%;
  }
  .technology-02 .container .card-box .swiper .slidesPerView .swiper-slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100% !important;
  }
  .technology-02 .container .card-box .swiper .every-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 32.5768667643vw;
    padding: 0 0.5856515373vw;
    cursor: pointer;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
    opacity: 0.2;
  }
  .technology-02 .container .card-box .swiper .every-img.upAnimation {
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  .technology-02 .container .card-box .swiper .every-img .pic {
    overflow: hidden;
    width: 100%;
    height: 17.8623718887vw;
  }
  .technology-02 .container .card-box .swiper .every-img .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-02 .container .card-box .swiper .every-img .pic:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .technology-02 .container .card-box .swiper .every-img .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 2.3426061493vw 0.1464128843vw;
    background-color: rgb(24, 24, 24);
  }
  .technology-02 .container .card-box .swiper .every-img .text-box div:nth-child(1) {
    margin-bottom: 1.1713030747vw;
    font-size: 1.317715959vw;
    line-height: 2.0497803807vw;
  }
  .technology-02 .container .card-box .swiper .every-img .text-box .text2 {
    font-size: 0.878477306vw;
    font-weight: lighter;
    line-height: 1.4641288433vw;
    text-align: center;
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
  .technology-03 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-03 .wrapper {
    width: calc(100% - 25.2083333333vw);
    margin: 0 auto;
    padding: 2.0833333333vw 0;
    color: var(--textColor);
  }
  .technology-03 .wrapper .title {
    padding: 0 0 3.3333333333vw;
    font-size: 2.0833333333vw;
    line-height: 1.5;
    text-align: center;
  }
  .technology-03 .wrapper .list {
    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;
    position: relative;
  }
  .technology-03 .wrapper .list .swiper-pagination {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-prev,
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-next {
    color: var(--pageTurningColor);
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-prev {
    left: -3.125vw;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-next {
    right: -3.125vw;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-disabled {
    opacity: 0;
  }
  .technology-03 .wrapper .list .swiper {
    width: 100%;
    height: 100%;
  }
  .technology-03 .wrapper .list .swiper .slidesPerView {
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper .slidesPerView .swiper-slide {
    width: 100% !important;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .technology-03 .wrapper .list .swiper .item {
    width: 100%;
    padding: 0 0.3645833333vw;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-03 .wrapper .list .swiper .item.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-03 .wrapper .list .swiper .item:hover .pic {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .technology-03 .wrapper .list .swiper .item .pic-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper .item .pic-wrap .pic {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-03 .wrapper .list .swiper .item .pic-title {
    margin-top: 2.0833333333vw;
    font-size: 0.9375vw;
    line-height: 1.5555555556;
    text-align: center;
  }
}@media screen and (max-width: 767.98px) {
  .technology-03 {
    width: 100%;
    height: auto;
  }
  .technology-03 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-03 .wrapper {
    padding: 0 4.2666666667vw;
    color: var(--textColor);
  }
  .technology-03 .wrapper .title {
    font-size: 6.4vw;
    line-height: 1.5;
    padding: 16vw 0 10.6666666667vw;
    text-align: center;
  }
  .technology-03 .wrapper .list {
    display: block;
    padding-bottom: 5.3333333333vmin;
  }
  .technology-03 .wrapper .list .item {
    position: relative;
    cursor: pointer;
    margin-bottom: 4.2666666667vw;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-03 .wrapper .list .item.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-03 .wrapper .list .item .pic-wrap {
    position: relative;
  }
  .technology-03 .wrapper .list .item .pic-wrap .pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-03 .wrapper .list .item .pic-title {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    position: absolute;
    right: 6.4vw;
    bottom: 6.4vw;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-03 {
    width: 100%;
    height: auto;
  }
  .technology-03 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-03 .wrapper {
    padding: 0 4.1666666667vw;
    color: var(--textColor);
  }
  .technology-03 .wrapper .title {
    font-size: 3.125vw;
    line-height: 1.5;
    padding: 13.0208333333vw 0 5.2083333333vw;
    text-align: center;
  }
  .technology-03 .wrapper .list {
    display: block;
    padding-bottom: 2.6041666667vw;
  }
  .technology-03 .wrapper .list .item {
    position: relative;
    cursor: pointer;
    margin-bottom: 2.0833333333vw;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-03 .wrapper .list .item.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-03 .wrapper .list .item .pic-wrap {
    position: relative;
  }
  .technology-03 .wrapper .list .item .pic-wrap .pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-03 .wrapper .list .item .pic-title {
    text-align: center;
    font-size: 2.34375vw;
    line-height: 1.5555555556;
    position: absolute;
    right: 4.1666666667vw;
    bottom: 4.1666666667vw;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
  .technology-03 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-03 .wrapper {
    width: calc(100% - 24.7437774524vw);
    margin: 0 auto;
    padding: 2.9282576867vw 0;
    color: var(--textColor);
  }
  .technology-03 .wrapper .title {
    padding: 0 0 2.9282576867vw;
    font-size: 2.3426061493vw;
    line-height: 1.5;
    text-align: center;
  }
  .technology-03 .wrapper .list {
    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;
    position: relative;
  }
  .technology-03 .wrapper .list .swiper-pagination {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-prev,
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-next {
    color: var(--pageTurningColor);
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-prev {
    left: -4.39238653vw;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-next {
    right: -4.39238653vw;
  }
  .technology-03 .wrapper .list .swiper-pagination .swiper-button-disabled {
    opacity: 0;
  }
  .technology-03 .wrapper .list .swiper {
    width: 100%;
    height: 100%;
  }
  .technology-03 .wrapper .list .swiper .slidesPerView {
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper .slidesPerView .swiper-slide {
    width: 100% !important;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .technology-03 .wrapper .list .swiper .item {
    width: 100%;
    padding: 0.878477306vw;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-03 .wrapper .list .swiper .item.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-03 .wrapper .list .swiper .item:hover .pic {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .technology-03 .wrapper .list .swiper .item .pic-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .technology-03 .wrapper .list .swiper .item .pic-wrap .pic {
    width: 100%;
    height: 21.9619326501vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-03 .wrapper .list .swiper .item .pic-title {
    margin-top: 2.3426061493vw;
    font-size: 1.1713030747vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-04 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-04 .technology-04-content {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--textColor);
  }
  .technology-04 .technology-04-content .container .bgVideo {
    width: 100vw;
    height: 100vh;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .technology-04 .technology-04-content .text-container > div {
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-04 .technology-04-content .text-container > div.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-04 .technology-04-content .text-container .text-title {
    margin-top: 7.2916666667vw;
    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;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    margin-bottom: 0.8333333333vw;
  }
  .technology-04 .technology-04-content .text-container .text-title img {
    width: 2.8645833333vw;
    height: 2.7604166667vw;
  }
  .technology-04 .technology-04-content .text-container .text-box {
    width: 100%;
    text-align: center;
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
  }
  .technology-04 .technology-04-content .text-container .viewVideo {
    position: absolute;
    left: 50%;
    bottom: 7.2916666667vw;
    cursor: pointer;
  }
  .technology-04 .technology-04-content .text-container .viewVideo div {
    --border: #fff;
    width: 10.2083333333vw;
    height: 1.5625vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    background: var(--btnFill);
    border: 1px solid var(--border);
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-04 .technology-04-content .text-container .viewVideo div .text:hover {
    --btnHoverColor: #fff;
    color: var(--btnHoverColor);
  }
  .technology-04 .technology-04-content .text-container .des {
    position: absolute;
    bottom: 3.3333333333vw;
    left: 12.4479166667vw;
    font-size: 0.625vw;
    line-height: 1.25vw;
    opacity: 0.6;
  }
  .technology-04 .technology-04-content .technology-04-popUp {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(1.0416666667vw);
            backdrop-filter: blur(1.0416666667vw);
    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;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content {
    width: 67.7083333333vw;
    height: 36.4583333333vw;
    position: relative;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content img {
    position: absolute;
    right: 1.5625vw;
    top: 1.5625vw;
    cursor: pointer;
    z-index: 2;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}@media screen and (max-width: 767.98px) {
  .technology-04 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-04 .technology-04-content {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--textColor);
  }
  .technology-04 .technology-04-content .container .bgVideo {
    width: 100vw;
    height: 100vh;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 6.4vw;
    height: 6.4vw;
    z-index: 8;
  }
  .technology-04 .technology-04-content .text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .technology-04 .technology-04-content .text-container > div {
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-04 .technology-04-content .text-container > div.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-04 .technology-04-content .text-container .text-title {
    margin-top: 34.6666666667vw;
    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;
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
  .technology-04 .technology-04-content .text-container .text-title img {
    width: 7.2vw;
    height: 4.2666666667vw;
  }
  .technology-04 .technology-04-content .text-container .text-box {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .technology-04 .technology-04-content .text-container .viewVideo {
    position: absolute;
    left: 50%;
    bottom: 26.6666666667vw;
    cursor: pointer;
  }
  .technology-04 .technology-04-content .text-container .viewVideo div {
    --border: #fff;
    width: 25.0666666667vw;
    height: 8vw;
    font-size: 2.6666666667vw;
    line-height: 8vw;
    background: var(--btnFill);
    border: 1px solid var(--border);
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-04 .technology-04-content .text-container .des {
    position: absolute;
    bottom: 10.6666666667vw;
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    line-height: 6.4vw;
    opacity: 0.6;
    white-space: nowrap;
  }
  .technology-04 .technology-04-content .technology-04-popUp {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5.3333333333vw);
            backdrop-filter: blur(5.3333333333vw);
    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;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content {
    height: 50.6666666667vw;
    position: relative;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content video {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content img {
    position: absolute;
    right: 8vw;
    top: -26.6666666667vw;
    cursor: pointer;
    z-index: 2;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-04 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-04 .technology-04-content {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--textColor);
  }
  .technology-04 .technology-04-content .container .bgVideo {
    width: 100vw;
    height: 100vh;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.6875vw;
    height: 4.6875vw;
    z-index: 8;
  }
  .technology-04 .technology-04-content .text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .technology-04 .technology-04-content .text-container > div {
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-04 .technology-04-content .text-container > div.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-04 .technology-04-content .text-container .text-title {
    margin-top: 26.0416666667vw;
    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;
    font-size: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
  .technology-04 .technology-04-content .text-container .text-title img {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
  }
  .technology-04 .technology-04-content .text-container .text-box {
    width: 100%;
    text-align: center;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  .technology-04 .technology-04-content .text-container .viewVideo {
    position: absolute;
    left: 50%;
    bottom: 18.2291666667vw;
    cursor: pointer;
  }
  .technology-04 .technology-04-content .text-container .viewVideo div {
    --border: #fff;
    width: 12.2395833333vw;
    height: 3.90625vw;
    font-size: 1.3020833333vw;
    line-height: 3.90625vw;
    background: var(--btnFill);
    border: 1px solid var(--border);
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-04 .technology-04-content .text-container .des {
    position: absolute;
    bottom: 6.5104166667vw;
    width: 100%;
    text-align: center;
    font-size: 1.5625vw;
    line-height: 3.125vw;
    opacity: 0.6;
    white-space: nowrap;
  }
  .technology-04 .technology-04-content .technology-04-popUp {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2.6041666667vw);
            backdrop-filter: blur(2.6041666667vw);
    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;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content {
    height: 46.484375vw;
    position: relative;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content video {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content img {
    position: absolute;
    right: 3.90625vw;
    top: -18.2291666667vw;
    cursor: pointer;
    z-index: 2;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-04 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-04 .technology-04-content {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--textColor);
  }
  .technology-04 .technology-04-content .container .bgVideo {
    width: 100vw;
    height: 100vh;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .technology-04 .technology-04-content .text-container > div {
    opacity: 0.2;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
            transform: matrix(1, 0, 0, 1, 0, 60);
  }
  .technology-04 .technology-04-content .text-container > div.upAnimation {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all var(--speed) linear;
    transition: all var(--speed) linear;
  }
  .technology-04 .technology-04-content .text-container .text-title {
    margin-top: 7.3206442167vw;
    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;
    font-size: 2.3426061493vw;
    margin-bottom: 1.1713030747vw;
  }
  .technology-04 .technology-04-content .text-container .text-title img {
    width: 4.0263543192vw;
    height: 3.8799414348vw;
  }
  .technology-04 .technology-04-content .text-container .text-box {
    width: 100%;
    text-align: center;
    font-size: 1.317715959vw;
    line-height: 2.0497803807vw;
  }
  .technology-04 .technology-04-content .text-container .viewVideo {
    position: absolute;
    left: 50%;
    bottom: 10.2489019034vw;
    cursor: pointer;
  }
  .technology-04 .technology-04-content .text-container .viewVideo div {
    --border: #fff;
    width: 14.3484626647vw;
    height: 2.196193265vw;
    font-size: 1.1713030747vw;
    line-height: 2.196193265vw;
    background: var(--btnFill);
    border: 1px solid var(--border);
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-04 .technology-04-content .text-container .viewVideo div .text:hover {
    --btnHoverColor: #fff;
    color: var(--btnHoverColor);
  }
  .technology-04 .technology-04-content .text-container .des {
    position: absolute;
    bottom: 3.6603221083vw;
    left: 8.78477306vw;
    font-size: 0.878477306vw;
    line-height: 1.756954612vw;
    opacity: 0.6;
  }
  .technology-04 .technology-04-content .technology-04-popUp {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(1.4641288433vw);
            backdrop-filter: blur(1.4641288433vw);
    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;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content {
    width: 60.8857979502vw;
    height: 34.2635431918vw;
    position: relative;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-04 .technology-04-content .technology-04-popUp .pop-up-content img {
    position: absolute;
    right: 2.196193265vw;
    top: 2.196193265vw;
    cursor: pointer;
    z-index: 2;
    width: 2.196193265vw;
    height: 2.196193265vw;
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-06 .tContent {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .technology-06 .tContent .contentPage .mainBody {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.0208333333vw;
    margin-top: 5.2083333333vw;
    font-size: 2.5vw;
    line-height: 3.0208333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll img {
    width: 3.5416666667vw;
    height: 2.0833333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll div {
    font-weight: 500;
    margin-left: 0.5208333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .description {
    height: 1.25vw;
    margin-top: 1.1979166667vw;
    margin-bottom: 1.3020833333vw;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent {
    position: relative;
    width: calc(100% - 25vw);
    height: 65%;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 1.0416666667vw) !important;
    text-align: center;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding-left: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    padding-left: 2.0833333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-left: 2.0833333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide:nth-child(odd):first-child {
    padding-left: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide img,
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 21.875vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide picture img {
    width: 100%;
    height: 21.875vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl {
    opacity: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(1) {
    height: 1.5625vw;
    margin-top: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.5625vw;
    text-align: left;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(2) {
    width: 100%;
    margin-top: 0.8333333333vw;
    text-align: left;
    font-size: 0.7291666667vw;
    line-height: 1.1458333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide-active.swiper-slide:nth-child(even) {
    padding-left: 1.0416666667vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-disabled {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-prev {
    left: -2.34375vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-next {
    right: -2.34375vw;
  }
  .technology-06 .tContent .buttonALl {
    height: 7.8125vw;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .technology-06 .tContent .buttonALl .butStyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 5.2083333333vw;
  }
  .technology-06 .tContent .buttonALl .butStyle > div {
    margin-left: 2.6041666667vw;
    margin-right: 2.6041666667vw;
    position: relative;
    width: 5.2083333333vw;
    cursor: pointer;
    font-size: 1.25vw;
    text-align: center;
    opacity: 0.5;
    -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;
  }
  .technology-06 .tContent .buttonALl .butStyle .butLine {
    height: 1px;
    width: 25%;
    position: absolute;
    bottom: 1.25vw;
  }
  .technology-06 .tContent .buttonALl .butStyle .divAC {
    opacity: 1;
  }
  .technology-06 .slideOne {
    padding-left: 26% !important;
  }
  .technology-06 .sL {
    text-align: left;
  }
  .technology-06 .sR {
    text-align: right;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-06 .tContent {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .technology-06 .tContent .contentPage .mainBody {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.2459736457vw;
    margin-top: 4.39238653vw;
    font-size: 2.3426061493vw;
    line-height: 3.513909224vw;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll img {
    width: 3.4407027818vw;
    height: 2.0497803807vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll div {
    font-weight: 500;
    margin-left: 0.7320644217vw;
  }
  .technology-06 .tContent .contentPage .mainBody .description {
    height: 1.6105417277vw;
    margin-top: 1.1713030747vw;
    margin-bottom: 1.8301610542vw;
    font-size: 1.0248901903vw;
    line-height: 1.6105417277vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent {
    width: calc(100% - 34.4070278184vw);
    height: 65%;
    position: relative;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 0.3660322108vw) !important;
    text-align: center;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding-left: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    padding-left: 1.4641288433vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-left: 1.4641288433vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide:nth-child(odd):first-child {
    padding-left: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide img,
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 20.7906295754vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide picture img {
    width: 100%;
    height: 20.7906295754vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl {
    opacity: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(1) {
    height: 2.0497803807vw;
    margin-top: 1.0980966325vw;
    font-size: 1.317715959vw;
    line-height: 2.0497803807vw;
    text-align: left;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(2) {
    width: 100%;
    margin-top: 1.1713030747vw;
    text-align: left;
    font-size: 1.0248901903vw;
    line-height: 1.1713030747vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-disabled {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-prev {
    left: -2.196193265vw;
    --swiper-navigation-size: 28px;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-next {
    right: -2.196193265vw;
    --swiper-navigation-size: 28px;
  }
  .technology-06 .tContent .buttonALl {
    height: 5.1244509517vw;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .technology-06 .tContent .buttonALl .butStyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 4.39238653vw;
  }
  .technology-06 .tContent .buttonALl .butStyle > div {
    margin-left: 3.6603221083vw;
    margin-right: 3.6603221083vw;
    position: relative;
    width: 7.3206442167vw;
    cursor: pointer;
    font-size: 1.317715959vw;
    text-align: center;
    opacity: 0.5;
    -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;
  }
  .technology-06 .tContent .buttonALl .butStyle .butLine {
    height: 1px;
    width: 20%;
    position: absolute;
    bottom: 1.0980966325vw;
  }
  .technology-06 .tContent .buttonALl .butStyle .divAC {
    opacity: 1;
  }
  .technology-06 .slideOne {
    padding-left: 26% !important;
  }
  .technology-06 .sL {
    text-align: left;
  }
  .technology-06 .sR {
    text-align: right;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-06 .tContent {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .technology-06 .tContent .contentPage .mainBody {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.8125vw;
    height: 4.6875vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll img {
    width: 4.1666666667vw;
    height: 2.4739583333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll div {
    font-weight: 500;
    margin-left: 1.0416666667vw;
  }
  .technology-06 .tContent .contentPage .mainBody .description {
    height: 3.125vw;
    margin-top: 2.9947916667vw;
    margin-bottom: 3.2552083333vw;
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent {
    width: calc(100% - 10.4166666667vw);
    height: auto;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% - 0vw) !important;
    text-align: center;
    margin-bottom: 2.6041666667vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide img,
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 54.6875vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide picture img {
    width: 100%;
    height: 54.6875vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl {
    opacity: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(1) {
    height: 3.90625vw;
    margin-top: 3.125vw;
    font-size: 2.34375vw;
    line-height: 3.90625vw;
    text-align: left;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(2) {
    width: 100%;
    margin-top: 2.0833333333vw;
    text-align: left;
    font-size: 1.5625vw;
    line-height: 2.8645833333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-disabled {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-prev {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-next {
    display: none;
  }
  .technology-06 .tContent .buttonALl {
    height: 14.3229166667vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .technology-06 .tContent .buttonALl .butStyle {
    width: 100%;
    height: 4.296875vw;
    margin-top: 10.15625vw;
    padding: 0 18.2291666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 6.7708333333vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .technology-06 .tContent .buttonALl .butStyle > div {
    position: relative;
    width: 100%;
    height: 3.6458333333vw;
    font-size: 2.34375vw;
    font-weight: normal;
    color: #fff;
    line-height: 3.6458333333vw;
    text-align: center;
    max-width: 17%;
    opacity: 0.5;
  }
  .technology-06 .tContent .buttonALl .butStyle > div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.1666666667vw;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .technology-06 .tContent .buttonALl .butStyle > div.divAC::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: var(--btnTextColor);
  }
  .technology-06 .tContent .buttonALl .butStyle > div:hover::after, .technology-06 .tContent .buttonALl .butStyle > div:focus:before, .technology-06 .tContent .buttonALl .butStyle > div:active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-06 .tContent .buttonALl .butStyle .divAC {
    opacity: 1;
  }
  .technology-06 .tContent .buttonALl .butStyle .butLine {
    display: none;
  }
  .technology-06 .sL {
    text-align: left;
  }
  .technology-06 .sR {
    text-align: right;
  }
}@media screen and (max-width: 767.98px) {
  .technology-06 .tContent {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .technology-06 .tContent .contentPage .mainBody {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16vw;
    height: 9.6vw;
    font-size: 6.4vw;
    line-height: 9.6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll img {
    width: 8.5333333333vw;
    height: 5.0666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-06 .tContent .contentPage .mainBody .titleAll div {
    font-weight: 500;
    margin-left: 2.1333333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .description {
    height: 6.4vw;
    margin-top: 4vw;
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent {
    width: calc(100% - 8vw);
    height: auto;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% - 0vw) !important;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide picture img {
    width: 100%;
    height: 66.4vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 66.4vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl {
    opacity: 0;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(1) {
    height: 8vw;
    margin-top: 6.4vw;
    font-size: 4.8vw;
    line-height: 8vw;
    text-align: left;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper .swiper-wrapper .swiper-slide .descriptionALl div:nth-child(2) {
    width: 100%;
    margin-top: 2.6666666667vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-disabled {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-prev {
    display: none;
  }
  .technology-06 .tContent .contentPage .mainBody .swiperContent .swiper-pagination .swiper-button-next {
    display: none;
  }
  .technology-06 .tContent .buttonALl {
    height: 16vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .technology-06 .tContent .buttonALl .butStyle {
    width: 100%;
    height: 8.8vw;
    margin-top: 16vw;
    padding: 0 14.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 13.8666666667vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .technology-06 .tContent .buttonALl .butStyle > div {
    position: relative;
    width: 100%;
    height: 7.4666666667vw;
    font-size: 4.2666666667vw;
    font-weight: normal;
    color: #fff;
    line-height: 7.4666666667vw;
    text-align: center;
    max-width: 17%;
    opacity: 0.5;
  }
  .technology-06 .tContent .buttonALl .butStyle > div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8.5333333333vw;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .technology-06 .tContent .buttonALl .butStyle > div.divAC::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: var(--btnTextColor);
  }
  .technology-06 .tContent .buttonALl .butStyle > div:hover::after, .technology-06 .tContent .buttonALl .butStyle > div:focus:before, .technology-06 .tContent .buttonALl .butStyle > div:active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-06 .tContent .buttonALl .butStyle .divAC {
    opacity: 1;
  }
  .technology-06 .tContent .buttonALl .butStyle .butLine {
    display: none;
  }
  .technology-06 .sL {
    text-align: left;
  }
  .technology-06 .sR {
    text-align: right;
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-05 {
    position: relative;
  }
  .technology-05 .contents {
    width: 100%;
    height: 100vh;
  }
  .technology-05 .contents * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-05 .contents .bgImg {
    height: 100vh;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-05 .contents .e4-sc5-swiper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card {
    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;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper {
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .card-child {
    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;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next {
    right: 5.2083333333vw;
    left: auto;
    color: #fff;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev.hidden,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next.hidden {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content {
    display: block;
    text-align: center;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-title {
    font-size: 1.875vw;
    line-height: 1.1388888889;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc {
    margin: 0.8333333333vw 0 3.9583333333vw;
    font-size: 0.9375vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc.mob {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .pic {
    width: 58.4375vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 25vw);
    margin: 0 auto;
    position: relative;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .swip4 {
    margin-bottom: 2.0833333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .swip3 {
    margin-bottom: 4.1666666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .desc {
    font-size: 0.9375vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .title {
    padding: 0.8333333333vw 0 2.5vw;
    font-size: 1.875vw;
    line-height: 1.1388888889;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sub-title {
    padding: 1.875vw 0 0.8333333333vw;
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 1.1458333333vw);
    padding-top: 1.6666666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 100%;
    margin-bottom: 2.5vw;
    min-width: 5.46875vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-data {
    font-size: 1.875vw;
    line-height: 1;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-title {
    padding-top: 0.7291666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .b-des {
    margin-bottom: 0.4166666667vw;
    font-size: 0.9375vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .des {
    margin-bottom: 0.8333333333vw;
    font-size: 0.9375vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .tit {
    font-size: 1.875vw;
    line-height: 1.1388888889;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .mark {
    font-size: 1.875vw;
    line-height: 1;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power {
    margin-bottom: 0.8333333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power .power-data {
    font-size: 1.875vw;
    line-height: 1.6111111111;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sm-des {
    font-size: 0.8333333333vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt {
    position: absolute;
    top: -13.5416666667vw;
    left: 22.9166666667vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 52.0833333333vw;
            flex: 1 0 52.0833333333vw;
    width: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt .pic {
    width: 52.0833333333vw;
    height: auto;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination {
    position: absolute;
    z-index: 2;
    bottom: 12%;
    left: 50%;
    width: calc(100% - 25vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20.8333333333vw;
            flex: 0 1 20.8333333333vw;
    width: 100%;
    cursor: pointer;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet:hover .line::before {
    -webkit-transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
            transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet.active .line::before {
    -webkit-transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
            transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title {
    margin-bottom: 0.78125vw;
    font-size: 0.9375vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title span {
    padding-left: 1.25vw;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .line {
    position: relative;
    width: 100%;
    height: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
  }
  .technology-05 .leftPosition {
    position: absolute;
    left: 0px;
    z-index: 9;
  }
  .technology-05 .rightPosition {
    position: absolute;
    right: 0px;
    z-index: 9;
  }
  .technology-05 .sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: var(--LineColor);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.63, 1);
            transition-timing-function: cubic-bezier(0.64, 0, 0.63, 1);
  }
}
::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}@media screen and (max-width: 767.98px) {
  .technology-05 {
    position: relative;
  }
  .technology-05 .contents {
    width: 100%;
    height: 192vmin;
  }
  .technology-05 .contents * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-05 .contents .bgImg {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-05 .contents .e4-sc5-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper {
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next {
    --swiper-navigation-size: 4.8vw;
    right: 8vmin;
    left: auto;
    color: #fff;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev.hidden,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next.hidden {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content {
    width: 100%;
    padding-top: 26.6666666667vmin;
    display: block;
    text-align: left;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-title {
    font-size: 6.4vmin;
    line-height: 1.5;
    padding-left: 4.2666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
    padding-left: 4.2666666667vmin;
    margin: 2.1333333333vmin 0 17.0666666667vmin;
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc.mob {
    display: block;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .pic {
    width: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(2) .card-content .rt {
    padding-top: 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 26.6666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf {
    width: 100%;
    padding: 0 4.2666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .swip4 {
    margin-bottom: 4.2666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .desc {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .title {
    font-size: 6.4vmin;
    line-height: 1.5;
    padding: 2.1333333333vmin 0 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sub-title {
    font-size: 4.8vmin;
    line-height: 1.5555555556;
    padding: 6.4vmin 0 2.1333333333vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm {
    padding-top: 10.6666666667vmin;
    width: 73.6vmin;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 100%;
    margin-bottom: 8.5333333333vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-data {
    font-size: 6.4vmin;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-title {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
    padding-top: 1.0666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power {
    display: inline-block;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power:last-child {
    padding-left: 16vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .b-des {
    font-size: 4.2666666667vmin;
    line-height: 1.5;
    margin-bottom: 4.2666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .des {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
    margin-bottom: 2.1333333333vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .tit {
    font-size: 6.4vmin;
    line-height: 1.5;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .mark {
    font-size: 6.4vmin;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power .power-data {
    font-size: 4.8vmin;
    line-height: 1.5555555556;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sm-des {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt {
    width: 100%;
    padding-top: 5.8666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt .pic {
    width: 100%;
    height: auto;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination {
    position: absolute;
    bottom: 5.5555555556%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 4.2666666667vmin);
    z-index: 1;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25.6vmin;
            flex: 0 1 25.6vmin;
    width: 100%;
    cursor: pointer;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet:hover .line::before {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet.active .line {
    background-color: var(--LineColor);
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title {
    font-size: 3.7333333333vmin;
    line-height: 1.5714285714;
    margin-bottom: 4vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title span {
    padding-left: 4.2666666667vmin;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .line {
    width: 100%;
    height: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-05 {
    position: relative;
  }
  .technology-05 .contents {
    width: 100%;
    height: 133.3333333333vw;
  }
  .technology-05 .contents * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-05 .contents .bgImg {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-05 .contents .e4-sc5-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper {
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next {
    --swiper-navigation-size: 3.2vw;
    right: 3.90625vw;
    left: auto;
    color: #fff;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev.hidden,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next.hidden {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content {
    width: 100%;
    padding-top: 21.3541666667vw;
    display: block;
    text-align: left;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-title {
    font-size: 3.125vw;
    line-height: 1.5;
    padding-left: 8.3333333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    padding-left: 8.3333333333vw;
    margin: 1.0416666667vw 0 16.015625vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc.mob {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .pic {
    width: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(2) .card-content .rt {
    padding-top: 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content {
    width: calc(100% - 12.5vw);
    margin: 0 auto;
    padding-top: 21.3541666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf {
    width: 100%;
    padding: 0 2.0833333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .swip4 {
    margin-bottom: 4.1666666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .desc {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .title {
    font-size: 3.125vw;
    line-height: 1.5;
    padding: 1.0416666667vw 0;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sub-title {
    font-size: 2.34375vw;
    line-height: 1.5555555556;
    padding: 4.1666666667vw 0 1.0416666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm {
    padding-top: 5.2083333333vw;
    width: 36.4583333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-data {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-title {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    padding-top: 0.5208333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .b-des {
    font-size: 2.0833333333vw;
    line-height: 1.5;
    margin-bottom: 2.0833333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .des {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    margin-bottom: 1.0416666667vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .tit {
    font-size: 3.125vw;
    line-height: 1.5;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .mark {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power {
    margin-bottom: 2.0833333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power .power-data {
    font-size: 2.34375vw;
    line-height: 1.5555555556;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sm-des {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt {
    width: 100%;
    padding-top: 6.7708333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt .pic {
    width: 100%;
    height: auto;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination {
    position: absolute;
    bottom: 7.8125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 4.1666666667vw);
    z-index: 1;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26.0416666667vw;
            flex: 0 1 26.0416666667vw;
    width: 100%;
    cursor: pointer;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet:hover .line::before {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet.active .line {
    background-color: var(--LineColor);
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    margin-bottom: 1.953125vw;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title span {
    padding-left: 2.0833333333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .line {
    width: 100%;
    height: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-05 {
    position: relative;
  }
  .technology-05 .contents {
    width: 100%;
    height: 100vh;
  }
  .technology-05 .contents * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-05 .contents .bgImg {
    height: 100vh;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture {
    height: 100%;
    width: 100%;
  }
  .technology-05 .contents .bgImg picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-05 .contents .e4-sc5-swiper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card {
    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;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper {
    width: 100%;
    height: 100%;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .card-child {
    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;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next {
    right: 6.2225475842vw;
    left: auto;
    color: #fff;
    --swiper-navigation-size: 2.8vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-prev.hidden,
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .sc5-next.hidden {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content {
    display: block;
    width: 100%;
    text-align: center;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-title {
    font-size: 2.3426061493vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc {
    margin: 1.1713030747vw 0 0;
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .card3-desc.mob {
    display: none;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card3-swiper .swiper-wrapper div:nth-child(1) .card-content .pic {
    width: 73.2064421669vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content {
    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: calc(100% - 21.9619326501vw);
    margin: 0 auto;
    position: relative;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .swip4 {
    margin-bottom: 2.9282576867vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .desc {
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .title {
    padding: 0.5856515373vw 0 2.3426061493vw;
    font-size: 2.3426061493vw;
    line-height: 1.5;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sub-title {
    padding: 2.3426061493vw 0 1.1713030747vw;
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 2.635431918vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 12.4450951684vw;
    margin-bottom: 2.196193265vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-data {
    font-size: 2.3426061493vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .parm .info .info-title {
    padding-top: 0.2928257687vw;
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .b-des {
    margin-bottom: 1.1713030747vw;
    font-size: 1.317715959vw;
    line-height: 1.3333333333;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .des {
    margin-bottom: 1.1713030747vw;
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .tit {
    font-size: 2.3426061493vw;
    line-height: 1.5;
    word-break: keep-all;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .mark {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power {
    margin-bottom: 1.1713030747vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .power .power-data {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .lf .sm-des {
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 53.1478770132vw;
            flex: 1 0 53.1478770132vw;
    width: 100%;
    position: absolute;
    top: -13.8020833333vw;
    left: 24.7395833333vw;
  }
  .technology-05 .contents .e4-sc5-swiper .card .card-content .rt .pic {
    width: 53.1478770132vw;
    height: auto;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination {
    position: absolute;
    z-index: 2;
    bottom: 9.1145833333%;
    left: 50%;
    width: calc(100% - 14.6412884334vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20.4978038067vw;
            flex: 0 1 20.4978038067vw;
    width: 100%;
    cursor: pointer;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet:hover .line::before {
    -webkit-transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
            transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet.active .line::before {
    -webkit-transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
            transition-timing-function: cubic-bezier(0.38, 0, 0.37, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title {
    margin-bottom: 1.0980966325vw;
    font-size: 1.0248901903vw;
    line-height: 1.5714285714;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .btn-title span {
    padding-left: 1.1713030747vw;
  }
  .technology-05 .contents .e4-sc5-swiper .pagination .pagination-wrap .pagination-bullet .line {
    position: relative;
    width: 100%;
    height: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
  }
  .technology-05 .leftPosition {
    position: absolute;
    left: 0px;
    z-index: 9;
  }
  .technology-05 .rightPosition {
    position: absolute;
    right: 0px;
    z-index: 9;
  }
  .technology-05 .sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: var(--LineColor);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.63, 1);
            transition-timing-function: cubic-bezier(0.64, 0, 0.63, 1);
  }
}
@media screen and (min-width: 1366.02px) {
  .technology-07 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-07 .content {
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap {
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap video {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .bg-wrap {
    display: none;
  }
  .technology-07 .content .wrapper .contents {
    position: absolute;
    top: 10.4166666667vw;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .technology-07 .content .wrapper .contents .title {
    margin-bottom: 0.8333333333vw;
    font-size: 2.0833333333vw;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc {
    font-size: 0.9375vw;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc.pad, .technology-07 .content .wrapper .contents .desc.mob {
    display: none;
  }
  .technology-07 .content .wrapper .btn-wrap {
    display: none;
  }
  .technology-07 .video-popups {
    display: none !important;
  }
}
::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}@media screen and (max-width: 767.98px) {
  .technology-07 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-07 .content {
    width: 100%;
    height: 192vmin;
    overflow: hidden;
  }
  .technology-07 .content .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap {
    display: none;
  }
  .technology-07 .content .wrapper .video-wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .bg-wrap {
    display: block;
  }
  .technology-07 .content .wrapper .bg-wrap .pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .contents {
    position: absolute;
    top: 37.3333333333vmin;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .technology-07 .content .wrapper .contents .title {
    font-size: 6.4vmin;
    line-height: 1.25;
    margin-bottom: 4vmin;
  }
  .technology-07 .content .wrapper .contents .desc {
    font-size: 3.2vmin;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc.mob {
    display: block;
  }
  .technology-07 .content .wrapper .contents .desc.pad {
    display: none;
  }
  .technology-07 .content .wrapper .btn-wrap {
    position: absolute;
    bottom: 27.7333333333vmin;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    border-style: solid;
    border-width: 1px;
  }
  .technology-07 .content .wrapper .btn-wrap .btn {
    font-size: 3.2vmin;
    line-height: 1.6;
    padding: 1.0666666667vmin 7.4666666667vmin;
    display: inline-block;
  }
  .technology-07 .video-popups {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
  }
  .technology-07 .video-popups * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-07 .video-popups .video-container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .technology-07 .video-popups .video-container .close-btn {
    position: absolute;
    right: 4.2666666667vmin;
    top: 22.4vmin;
  }
  .technology-07 .video-popups .video-container .close-btn img {
    width: 6.4vmin;
    height: 6.4vmin;
  }
  .technology-07 .video-popups .video-container .video-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .technology-07 .video-popups .video-container .video-wrap video {
    width: 100%;
    height: auto;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .technology-07 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .technology-07 .content {
    width: 100%;
    height: 132.5520833333vw;
    overflow: hidden;
  }
  .technology-07 .content .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap {
    display: none;
  }
  .technology-07 .content .wrapper .video-wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .bg-wrap {
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .bg-wrap picture .pic {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .contents {
    position: absolute;
    top: 21.3541666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .technology-07 .content .wrapper .contents .title {
    font-size: 3.125vw;
    line-height: 1.5;
    margin-bottom: 2.0833333333vw;
  }
  .technology-07 .content .wrapper .contents .desc {
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc.pad {
    display: block;
  }
  .technology-07 .content .wrapper .contents .desc.mob {
    display: none;
  }
  .technology-07 .content .wrapper .btn-wrap {
    position: absolute;
    bottom: 20.1822916667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
  }
  .technology-07 .content .wrapper .btn-wrap .btn {
    font-size: 2.0833333333vw;
    line-height: 1.5;
    padding: 0.390625vw 6.5104166667vw;
    display: inline-block;
  }
  .technology-07 .content .video-popups {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .technology-07 .content .video-popups .video-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .technology-07 .content .video-popups .video-container .close-btn {
    position: absolute;
    right: 4.1666666667vw;
    top: 16.1458333333vw;
  }
  .technology-07 .content .video-popups .video-container .close-btn img {
    width: 3.125vw;
    height: 3.125vw;
  }
  .technology-07 .content .video-popups .video-container .video-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .technology-07 .content .video-popups .video-container .video-wrap video {
    width: 100%;
    height: auto;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .technology-07 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .technology-07 .content {
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper {
    position: relative;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap {
    width: 100%;
    height: 100%;
  }
  .technology-07 .content .wrapper .video-wrap video {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology-07 .content .wrapper .bg-wrap {
    display: none;
  }
  .technology-07 .content .wrapper .contents {
    position: absolute;
    top: 10.980966325vw;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .technology-07 .content .wrapper .contents .title {
    margin-bottom: 1.1713030747vw;
    font-size: 2.3426061493vw;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc {
    font-size: 1.0248901903vw;
    line-height: 1.5;
  }
  .technology-07 .content .wrapper .contents .desc.pad, .technology-07 .content .wrapper .contents .desc.mob {
    display: none;
  }
  .technology-07 .content .wrapper .btn-wrap {
    display: none;
  }
  .technology-07 .content .video-popups {
    display: none !important;
  }
}
@media screen and (min-width: 1366.02px) {
  .section-page-side-anchor {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 1.40625vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    --bgColor: #fff;
  }
  .section-page-side-anchor .side-anchor-ul {
    position: relative;
    padding-left: 1.25vw;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .section-page-side-anchor .side-anchor-ul::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% - 2.5vw);
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.2;
    border-right: 0.1041666667vw dashed var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern {
    position: absolute;
    top: var(--top);
    left: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    content: "";
    border-radius: 50%;
    background-color: var(--bgColor);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern::after {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    content: "";
    border: 0.0520833333vw solid var(--bgColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.8333333333vw;
    padding: 0.8333333333vw 0;
    font-size: 0.8333333333vw;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    color: var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item span {
    cursor: pointer;
    opacity: 0;
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item:after {
    position: absolute;
    top: 50%;
    left: -1.328125vw;
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    content: "";
    cursor: pointer;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    opacity: 1;
    border-radius: 50%;
    background-color: var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active:after, .section-page-side-anchor .side-anchor-ul .side-anchor-item span:hover:after {
    left: -1.4583333333vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    opacity: 0;
    background: var(--hoverBg);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item span:hover {
    opacity: 1;
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active1:hover:after {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    content: "";
    position: absolute;
    top: 50%;
    left: -1.4583333333vw;
    background: var(--hoverBg);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active1:hover span {
    opacity: 1;
  }
}@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .section-page-side-anchor {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 1.9765739385vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    --bgColor: #fff;
  }
  .section-page-side-anchor .side-anchor-ul {
    position: relative;
    padding-left: 1.756954612vw;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .section-page-side-anchor .side-anchor-ul::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% - 3.513909224vw);
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.2;
    border-right: 0.1464128843vw dashed var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern {
    position: absolute;
    top: var(--top);
    left: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    content: "";
    border-radius: 50%;
    background-color: var(--bgColor);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-pattern::after {
    width: 1.1713030747vw;
    height: 1.1713030747vw;
    content: "";
    border: 0.0732064422vw solid var(--bgColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.1713030747vw;
    padding: 1.1713030747vw 0;
    font-size: 1.0248901903vw;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    color: var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item span {
    cursor: pointer;
    opacity: 0;
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item:after {
    position: absolute;
    top: 50%;
    left: -1.8667642753vw;
    width: 0.2928257687vw;
    height: 0.2928257687vw;
    content: "";
    cursor: pointer;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--bgColor);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active:after, .section-page-side-anchor .side-anchor-ul .side-anchor-item span:hover:after {
    left: -2.0497803807vw;
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item span:hover {
    opacity: 1;
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active1:hover:after {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    content: "";
    position: absolute;
    top: 50%;
    left: -2.0497803807vw;
    background: var(--hoverBg);
  }
  .section-page-side-anchor .side-anchor-ul .side-anchor-item.anchor-active1:hover span {
    opacity: 1;
  }
}@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .section-page-side-anchor {
    display: none;
  }
}@media screen and (max-width: 767.98px) {
  .section-page-side-anchor {
    display: none;
  }
}
