   /* Section3 */
   .section3 {
       display: block;
   }

   .Box3 {
       position: relative;
       width: 100%;
       z-index: 2;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .lt3 {
       width: calc(50% - 90px);
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       grid-gap: 30px;
   }

   .lt3 .desc3 {
       color: rgba(0, 0, 0, 0.60);
       font-size: 16px;
       line-height: 2;
   }

   .Number3 {
       width: 100%;
       display: flex;
       justify-content: space-between;
   }

   .item3 h1 {
       display: flex;
       align-items: baseline;
   }

   .item3 h1 b {
       color: var(--color);
       font-size: 48px;
       line-height: 1;
   }

   .item3 h1 p {
       color: var(--color);
       font-size: 16px;
   }

   .item3 h2 {
       color: #000;
       font-size: 16px;
   }

   .rt3 {
       width: 50%;
       display: flex;
       align-items: center;
   }

   .Swiper3 {
       width: 100%;
   }

   .Slide3 {
       width: 100%;
       height: auto;
   }

   .Slide3 img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .Swiper3 .prev3,
   .Swiper3 .next3 {
       width: 60px;
       height: 60px;
       border-radius: 50%;
       background: #ffffff80;
       top: auto;
       left: auto;
       right: 30px;
       bottom: 30px;
       transition: 0.5s;
       opacity: 1;
   }

   .Swiper3 .prev3:hover,
   .Swiper3 .next3:hover {
       background: #fff;
   }

   .Swiper3 .next3.swiper-button-next:after,
   .Swiper3 .prev3.swiper-button-prev:after {
       color: var(--color);
       font-size: 24px;
   }

   .Swiper3 .prev3 {
       right: 120px;
   }

   @media (max-width: 1440px) {
       .lt3 {
           width: calc(50% - 30px);
       }

       .item3 h1 b {
           font-size: 38px;
       }
   }

   @media (max-width: 1200px) {
       .Swiper3 .prev3 {
           right: 90px;
       }

       .Swiper3 .prev3,
       .Swiper3 .next3 {
           width: 40px;
           height: 40px;
       }

       .Swiper3 .next3.swiper-button-next:after,
       .Swiper3 .prev3.swiper-button-prev:after {
           font-size: 18px;
       }

       .lt3 .desc3 {
           line-height: 1.5;
       }

       .item3 h1 b {
           font-size: 24px;
       }
   }

   @media (max-width: 900px) {
       .Box3 {
           grid-gap: 30px;
       }

       .lt3,
       .rt3 {
           width: 100%;
       }
   }

   @media (max-width: 600px) {
       .item3 h1 b {
           font-size: 18px;
       }

       .item3 h2 {
           font-size: 14px;
       }

       .lt3 {
           grid-gap: 15px;
       }
   }

   @media (max-width: 380px) {}