/* main-page */
.section01 {
  width: 100%;
  /* height: 578px; */
  margin-top: 200px;
  margin-bottom: 60px;
}

.section01 .swiper-tit {
  width: 100%;
  max-width: 1600px;
  padding: 0 40px;
  margin: 0 auto 20px;
  font-size: 50px;
  font-weight: 800;
}

.section01 .desc {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.section01 .mySwiper {
  width: 100%;
  height: 578px;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap {
  padding: 187px 0;
  margin-left: 13.542%;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>p:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>p:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap>ul li span {
  font-weight: 700;
}

.section01_1 {
  margin-bottom: 60px;
}

.section01_1 {
  display: flex;
  align-items: center;
  gap: 130px;
}

.section01_1 .list {
  display: flex;
  width: 100%;
  max-width: 1920px;
  justify-content: center;
  margin: 0 auto;
}

.section01_1 .list .img img {
  width: 100%;
}

.section01_1 .list .list-tit {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.section01_1 .list li {
  width: calc(100%/3);
}

.section01_1 .content-top {
  width: 100%;
  aspect-ratio: 32/23;
  /* height: 460px; */
}

.section01_1 .content-top .left {
  height: 100%;
}

.section01_1 .content-top .left .animation-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section01_1 .content-top .left .animation-wrap .ani {
  position: absolute;
  visibility: hidden;
}

.section01_1 .content-top .left .animation-wrap .bg {
  display: block;
  text-align: center;
  width: 125%;
  /* height: 100%; */
}

.section01_1 .content-top .left .animation-wrap .ani01 {
  left: 343px;
  bottom: -115px;
  z-index: 10;
  visibility: visible;
  -webkit-animation: ani01 8s infinite;
  animation: ani01 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}


@-webkit-keyframes ani01 {
  0% {
    bottom: -115px;
    left: 340px;
  }

  30% {
    bottom: 60px;
    left: 343px;
  }

  50% {
    bottom: 60px;
    left: 343px;
  }

  100% {
    bottom: 600px;
    left: 348px;
  }
}

@keyframes ani01 {
  0% {
    bottom: -115px;
    left: 340px;
  }

  30% {
    bottom: 60px;
    left: 343px;
  }

  50% {
    bottom: 60px;
    left: 343px;
  }

  100% {
    bottom: 600px;
    left: 348px;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-01 {
  visibility: visible;
  -webkit-animation: ani01-01 8s infinite;
  animation: ani01-01 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-01 {
  0% {
    bottom: -105px;
    left: 323px;
    opacity: 0;
  }

  30% {
    bottom: 70px;
    left: 328px;
    opacity: 1;
  }

  50% {
    bottom: 70px;
    left: 328px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 610px;
    left: 333px;
    opacity: 1;
  }
}

@keyframes ani01-01 {
  0% {
    bottom: -105px;
    left: 323px;
    opacity: 0;
  }

  30% {
    bottom: 70px;
    left: 328px;
    opacity: 1;
  }

  50% {
    bottom: 70px;
    left: 328px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 610px;
    left: 333px;
    opacity: 1;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-02 {
  display: none;
}

.section01_1 .content-top .left .animation-wrap .ani01-03 {
  visibility: visible;
  -webkit-animation: ani01-03 8s infinite;
  animation: ani01-03 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-03 {
  0% {
    bottom: -135px;
    left: 240px;
    opacity: 0;
  }

  30% {
    bottom: 40px;
    left: 245px;
    opacity: 1;
  }

  50% {
    bottom: 40px;
    left: 245px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 580px;
    left: 248px;
    opacity: 1;
  }
}

@keyframes ani01-03 {
  0% {
    bottom: -135px;
    left: 240px;
    opacity: 0;
  }

  30% {
    bottom: 40px;
    left: 245px;
    opacity: 1;
  }

  50% {
    bottom: 40px;
    left: 245px;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 580px;
    left: 248px;
    opacity: 1;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-04 {
  visibility: visible;
  -webkit-animation: ani01-04 8s infinite;
  animation: ani01-04 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-04 {
  0% {
    bottom: 0px;
    left: 245px;
    opacity: 0;
  }

  30% {
    bottom: 150px;
    left: 250px;
    opacity: 1;
  }

  50% {
    bottom: 150px;
    left: 250px;
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 680px;
    left: 255px;
    opacity: 0;
  }
}

@keyframes ani01-04 {
  0% {
    bottom: 0px;
    left: 245px;
    opacity: 0;
  }

  30% {
    bottom: 150px;
    left: 250px;
    opacity: 1;
  }

  50% {
    bottom: 150px;
    left: 250px;
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 680px;
    left: 255px;
    opacity: 0;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-05 {
  visibility: visible;
  -webkit-animation: ani01-05 8s infinite;
  animation: ani01-05 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-05 {
  0% {
    bottom: -100px;
    left: 65px;
    opacity: 0;
  }

  30% {
    bottom: 30px;
    left: 65px;
    opacity: 1;
  }

  50% {
    bottom: 30px;
    left: 65px;
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 550px;
    left: 65px;
    opacity: 0;
  }
}

@keyframes ani01-05 {
  0% {
    bottom: -100px;
    left: 65px;
    opacity: 0;
  }

  30% {
    bottom: 30px;
    left: 65px;
    opacity: 1;
  }

  50% {
    bottom: 30px;
    left: 65px;
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 550px;
    left: 65px;
    opacity: 0;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-06 {
  visibility: visible;
  -webkit-animation: ani01-06 8s infinite;
  animation: ani01-06 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-06 {
  0% {
    bottom: 0px;
    left: 365px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 180px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 180px;
    left: 365px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 720px;
    left: 370px;
    opacity: 0.5;
  }
}

@keyframes ani01-06 {
  0% {
    bottom: 0px;
    left: 365px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 180px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 180px;
    left: 365px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 720px;
    left: 370px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-07 {
  visibility: visible;
  -webkit-animation: ani01-07 8s infinite;
  animation: ani01-07 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-07 {
  0% {
    bottom: 10px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 190px;
    left: 366px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 190px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 730px;
    left: 371px;
    opacity: 0.5;
  }
}

@keyframes ani01-07 {
  0% {
    bottom: 10px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 190px;
    left: 366px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 190px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 730px;
    left: 371px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-08 {
  visibility: visible;
  -webkit-animation: ani01-08 8s infinite;
  animation: ani01-08 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-08 {
  0% {
    bottom: 20px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 200px;
    left: 366px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 200px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 740px;
    left: 371px;
    opacity: 0.5;
  }
}

@keyframes ani01-08 {
  0% {
    bottom: 20px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 200px;
    left: 366px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 200px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 740px;
    left: 371px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-09 {
  visibility: visible;
  -webkit-animation: ani01-09 8s infinite;
  animation: ani01-09 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-09 {
  0% {
    bottom: 30px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 210px;
    left: 366px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 210px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 750px;
    left: 371px;
    opacity: 0.5;
  }
}

@keyframes ani01-09 {
  0% {
    bottom: 30px;
    left: 366px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 210px;
    left: 366px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 210px;
    left: 366px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 750px;
    left: 371px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-10 {
  transform: rotate(90deg);
  visibility: visible;
  -webkit-animation: ani01-10 8s infinite;
  animation: ani01-10 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-10 {
  0% {
    bottom: -50px;
    left: 410px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 410px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 410px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 415px;
    opacity: 0.5;
  }
}

@keyframes ani01-10 {
  0% {
    bottom: -50px;
    left: 410px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 410px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 410px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 415px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-11 {
  transform: rotate(90deg);
  visibility: visible;
  -webkit-animation: ani01-11 8s infinite;
  animation: ani01-11 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-11 {
  0% {
    bottom: -50px;
    left: 420px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 420px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 420px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 425px;
    opacity: 0.5;
  }
}

@keyframes ani01-11 {
  0% {
    bottom: -50px;
    left: 420px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 420px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 420px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 425px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-12 {
  transform: rotate(90deg);
  visibility: visible;
  -webkit-animation: ani01-12 8s infinite;
  animation: ani01-12 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-12 {
  0% {
    bottom: -50px;
    left: 430px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 120px;
    left: 430px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 430px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 435px;
    opacity: 0.5;
  }
}

@keyframes ani01-12 {
  0% {
    bottom: -50px;
    left: 430px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 120px;
    left: 430px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 430px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 435px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-13 {
  transform: rotate(90deg);
  visibility: visible;
  -webkit-animation: ani01-13 8s infinite;
  animation: ani01-13 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-13 {
  0% {
    bottom: -50px;
    left: 440px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 440px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 440px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 445px;
    opacity: 0.5;
  }
}

@keyframes ani01-13 {
  0% {
    bottom: -50px;
    left: 440px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 440px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 440px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 445px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-14 {
  transform: rotate(-90deg);
  visibility: visible;
  -webkit-animation: ani01-14 8s infinite;
  animation: ani01-14 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-14 {
  0% {
    bottom: -50px;
    left: 320px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 320px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 320px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 325px;
    opacity: 0.5;
  }
}

@keyframes ani01-14 {
  0% {
    bottom: -50px;
    left: 320px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 320px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 320px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 325px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-15 {
  transform: rotate(-90deg);
  visibility: visible;
  -webkit-animation: ani01-15 8s infinite;
  animation: ani01-15 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-15 {
  0% {
    bottom: -50px;
    left: 310px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 310px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 310px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 315px;
    opacity: 0.5;
  }
}

@keyframes ani01-15 {
  0% {
    bottom: -50px;
    left: 310px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 310px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 310px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 315px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-16 {
  transform: rotate(-90deg);
  visibility: visible;
  -webkit-animation: ani01-16 8s infinite;
  animation: ani01-16 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-16 {
  0% {
    bottom: -50px;
    left: 300px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 120px;
    left: 300px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 300px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 305px;
    opacity: 0.5;
  }
}

@keyframes ani01-16 {
  0% {
    bottom: -50px;
    left: 300px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 120px;
    left: 300px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 300px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 305px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-17 {
  transform: rotate(-90deg);
  visibility: visible;
  -webkit-animation: ani01-17 8s infinite;
  animation: ani01-17 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-17 {
  0% {
    bottom: -50px;
    left: 290px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 290px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 290px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 295px;
    opacity: 0.5;
  }
}

@keyframes ani01-17 {
  0% {
    bottom: -50px;
    left: 290px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 120px;
    left: 290px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 120px;
    left: 290px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 660px;
    left: 295px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-18 {
  transform: rotate(180deg);
  visibility: visible;
  -webkit-animation: ani01-18 8s infinite;
  animation: ani01-18 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-18 {
  0% {
    bottom: -100px;
    left: 365px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 60px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 60px;
    left: 365px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 600px;
    left: 370px;
    opacity: 0.5;
  }
}

@keyframes ani01-18 {
  0% {
    bottom: -100px;
    left: 365px;
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 60px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 60px;
    left: 365px;
    opacity: 0;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 600px;
    left: 370px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-19 {
  transform: rotate(180deg);
  visibility: visible;
  -webkit-animation: ani01-19 8s infinite;
  animation: ani01-19 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-19 {
  0% {
    bottom: -110px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 50px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 50px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 590px;
    left: 370px;
    opacity: 0.5;
  }
}

@keyframes ani01-19 {
  0% {
    bottom: -110px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 50px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 50px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 590px;
    left: 370px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-20 {
  transform: rotate(180deg);
  visibility: visible;
  -webkit-animation: ani01-20 8s infinite;
  animation: ani01-20 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-20 {
  0% {
    bottom: -120px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 40px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 40px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 580px;
    left: 370px;
    opacity: 0.5;
  }
}

@keyframes ani01-20 {
  0% {
    bottom: -120px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  30% {
    bottom: 40px;
    left: 365px;
    opacity: 0.5;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 40px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 580px;
    left: 370px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani01-21 {
  transform: rotate(180deg);
  visibility: visible;
  -webkit-animation: ani01-21 8s infinite;
  animation: ani01-21 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani01-21 {
  0% {
    bottom: -130px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 30px;
    left: 365px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 30px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 570px;
    left: 370px;
    opacity: 0.5;
  }
}

@keyframes ani01-21 {
  0% {
    bottom: -130px;
    left: 365px;
    opacity: 0.5;
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.5;
  }

  30% {
    bottom: 30px;
    left: 365px;
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    bottom: 30px;
    left: 365px;
    opacity: 0.5;
  }

  60% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.5;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    bottom: 570px;
    left: 370px;
    opacity: 0.5;
  }
}

.section01_1 .content-top .left .animation-wrap .ani02 {
  z-index: 10;
  visibility: visible;
  -webkit-animation: ani02 8s infinite;
  animation: ani02 8s infinite;
}

@-webkit-keyframes ani02 {
  0% {
    bottom: -115px;
    left: 356px;
  }

  50% {
    bottom: 380px;
    left: 360px;
  }

  80% {
    bottom: 380px;
    left: 360px;
  }

  100% {
    bottom: 600px;
    left: 366px;
  }
}

@keyframes ani02 {
  0% {
    bottom: -115px;
    left: 356px;
  }

  50% {
    bottom: 380px;
    left: 360px;
  }

  80% {
    bottom: 380px;
    left: 360px;
  }

  100% {
    bottom: 600px;
    left: 366px;
  }
}

.section01_1 .content-top .left .animation-wrap .ani02-01 {
  visibility: visible;
  -webkit-animation: ani02-01 8s infinite;
  animation: ani02-01 8s infinite;
}

@-webkit-keyframes ani02-01 {
  0% {
    bottom: -130px;
    left: 325px;
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  50% {
    bottom: 360px;
    left: 329px;
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    bottom: 360px;
    left: 329px;
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    bottom: 580px;
    left: 335px;
    opacity: 1;
  }
}

@keyframes ani02-01 {
  0% {
    bottom: -130px;
    left: 325px;
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  50% {
    bottom: 360px;
    left: 329px;
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    bottom: 360px;
    left: 329px;
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    bottom: 580px;
    left: 335px;
    opacity: 1;
  }
}

.section01_1 .content-top .left .animation-wrap .ani03 {
  visibility: visible;
  -webkit-animation: ani03 8s infinite;
  animation: ani03 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes ani03 {
  0% {
    bottom: 150px;
    left: 367px;
    opacity: 0;
  }

  30% {
    bottom: 150px;
    left: 370px;
    opacity: 0;
  }

  40% {
    opacity: 0.3;
  }

  50% {
    bottom: 150px;
    left: 370px;
    opacity: 0.3;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 600px;
    left: 375px;
    opacity: 0;
  }
}

@keyframes ani03 {
  0% {
    bottom: 150px;
    left: 367px;
    opacity: 0;
  }

  30% {
    bottom: 150px;
    left: 370px;
    opacity: 0;
  }

  40% {
    opacity: 0.3;
  }

  50% {
    bottom: 150px;
    left: 370px;
    opacity: 0.3;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 600px;
    left: 375px;
    opacity: 0;
  }
}

.section01_1 .content-top .left .animation-wrap .ani03-01 {
  visibility: visible;
  -webkit-animation: ani03-01 8s infinite;
  animation: ani03-01 8s infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  z-index: 10;
}

@-webkit-keyframes ani03-01 {
  0% {
    bottom: 350px;
    left: 377px;
    opacity: 0;
  }

  30% {
    bottom: 350px;
    left: 377px;
    opacity: 0;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    bottom: 350px;
    left: 377px;
    opacity: 0.8;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 600px;
    left: 377px;
    opacity: 0;
  }
}

@keyframes ani03-01 {
  0% {
    bottom: 350px;
    left: 377px;
    opacity: 0;
  }

  30% {
    bottom: 350px;
    left: 377px;
    opacity: 0;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    bottom: 350px;
    left: 377px;
    opacity: 0.8;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 600px;
    left: 377px;
    opacity: 0;
  }
}

.section01_1 .content-top .left .animation-wrap .ani04 {
  visibility: visible;
  -webkit-animation: ani04 5s infinite;
  animation: ani04 5s infinite;
}

@-webkit-keyframes ani04 {
  0% {
    left: 468px;
    bottom: 600px;
  }

  100% {
    left: 498px;
    bottom: -150px;
  }
}

@keyframes ani04 {
  0% {
    left: 468px;
    bottom: 600px;
  }

  100% {
    left: 498px;
    bottom: -150px;
  }
}

.section01_1 .content-top .left .animation-wrap .ani04-01 {
  visibility: visible;
  -webkit-animation: ani04-01 5s infinite;
  animation: ani04-01 5s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes ani04-01 {
  0% {
    left: 220px;
    bottom: -150px;
  }

  100% {
    left: 280px;
    bottom: 600px;
  }
}

@keyframes ani04-01 {
  0% {
    left: 220px;
    bottom: -150px;
  }

  100% {
    left: 280px;
    bottom: 600px;
  }
}

.section01_1 .content-top .left .animation-wrap .ani04-02 {
  visibility: visible;
  -webkit-animation: ani04-02 7s infinite;
  animation: ani04-02 7s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes ani04-02 {
  0% {
    left: 563px;
    bottom: 600px;
  }

  100% {
    left: 610px;
    bottom: -150px;
  }
}

@keyframes ani04-02 {
  0% {
    left: 563px;
    bottom: 600px;
  }

  100% {
    left: 610px;
    bottom: -150px;
  }
}

.section01_1 .content-top .left .animation-wrap .ani04-03 {
  visibility: visible;
  -webkit-animation: ani04-03 5s infinite;
  animation: ani04-03 5s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes ani04-03 {
  0% {
    left: 468px;
    bottom: 600px;
  }

  100% {
    left: 498px;
    bottom: -150px;
  }
}

@keyframes ani04-03 {
  0% {
    left: 468px;
    bottom: 600px;
  }

  100% {
    left: 498px;
    bottom: -150px;
  }
}

.section01_1 .text-wrap {
  margin-right: 30px;
}

.section01_1 .text-wrap>ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section01_1 .text-wrap>ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.section01_1 .text-wrap>ul li span {
  font-weight: 700;
}

.section01_1 .text-wrap>h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 24px;
}

.section01_1 .text-wrap>ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section01_1 .text-wrap>ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.section01_1 .text-wrap>ul li span {
  font-weight: 700;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide01 .content-top .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide01 .content-top .right h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #4D4D4D;
  margin-bottom: 40px;
}

.section01 .mySwiper .swiper-wrapper .swiper-slide01 .content-top .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #737373;
  white-space: nowrap;
}

/* .section01 .mySwiper .swiper-wrapper .swiper-slide02 {
  background: url(../img/section01_02.jpg) no-repeat center center;
  background-size: cover;
} */
.section01 .mySwiper .swiper-wrapper .swiper-slide02 video {
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.section01 .mySwiper .swiper-wrapper .swiper-slide03 {
  background: url(../img/section01_03.jpg) no-repeat center center;
  background-size: cover;
}

.section01 .mySwiper .swiper-button-prev:after,
.section01 .mySwiper .swiper-button-next:after {
  display: none;
}

.section01 .mySwiper .swiper-button-next,
.section01 .mySwiper .swiper-button-prev {
  position: absolute;
  top: 40%;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}

.section01 .mySwiper .swiper-button-prev {
  left: 120px;
  right: auto;
}

.section01 .mySwiper .swiper-button-next {
  left: auto;
  right: 120px;
}

.section01_2 {
  width: 100%;
  padding-bottom: 110px;
}

.section01_2 .inner {
  width: 100%;
  max-width: 1500px;
  padding: 0 40px;
  margin: 0 auto;
}

.section01_2 .area-wrap {
  display: flex;
  flex-direction: column;
  gap: 94px;
  padding-top: 34px;
}

.section01_2 .txtarea {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.section01_2 .area-tit {
  font-size: 50px;
  font-weight: 800;
}

.section01_2 .small {
  font-size: 40px;
  font-weight: 400;
}

.section01_2 .desc {
  font-size: 28px;
  line-height: 45px;
  font-weight: 400;
}

.section01_2 .dot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section01_2 .dot li {
  position: relative;
  padding-left: 20px;
  font-size: 28px;
  font-weight: 400;
}

.section01_2 .dot li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.section01_2 .card {
  display: flex;
  gap: 50px;
}

.section01_2 .card li img {
  width: 100%;
}

.section01_2 .card .desc {
  text-align: center;
}

.section02 {
  width: 100%;
  margin-bottom: 60px;
}

.section02>h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #b1315b;
  text-align: center;
  margin-bottom: 40px;
}

.section02>h3 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #990033;
}

.section02 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  gap: 34px;
}

.section02 .content-wrap .content {
  width: 33.33%;
}

.section02 .content-wrap .content img {
  width: 100%;
  max-width: 444px;
  height: 360px;
}

.section02 .content-wrap .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4D4D4D;
  margin-left: 20px;
  margin-top: 20px;
}

.section03 {
  width: 100%;
  margin-bottom: 60px;
}

.section03>a {
  display: block;
  width: 200px;
  margin-bottom: 40px;
  margin-left: 13.663%;
}

.section03>a h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #990033;
}

.section03>a h3 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #990033;
}

.section03 .content-wrap {
  width: 100%;
}

.section03 .content-wrap .content a {
  width: 100%;
  height: 160px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 13.663%;
  transition: all 0.3s;
}

.section03 .content-wrap .content a:hover {
  height: 280px;
}

.section03 .content-wrap .content01 a {
  background: url(../img/section03_01.jpg) no-repeat center center;
  background-size: cover;
}

.section03 .content-wrap .content02 a {
  background: url(../img/section03_02.jpg) no-repeat center center;
  background-size: cover;
}

.section03 .content-wrap .content03 a {
  background: url(../img/section03_03.jpg) no-repeat center center;
  background-size: cover;
}

.section03 .content-wrap .content04 a {
  background: url(../img/section03_04.jpg) no-repeat center center;
  background-size: cover;
}