.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .sec1 {
  padding: 5.2083333333vw 0 4.1666666667vw;
  position: relative;
}
.home .sec1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .sec1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .sec1 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec1 .wrap .text {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5.2083333333vw;
}
.home .sec1 .wrap .list .item {
  width: 100%;
  position: relative;
  margin-bottom: 3.6458333333vw;
}
.home .sec1 .wrap .list .item .l {
  width: 48.6458333333vw;
  position: relative;
}
.home .sec1 .wrap .list .item .l .img {
  width: 100%;
}
.home .sec1 .wrap .list .item .l .img img {
  display: block;
  width: 100%;
}
.home .sec1 .wrap .list .item .l .bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6.5104166667vw;
}
.home .sec1 .wrap .list .item .l .bg-bottom img {
  display: block;
  height: 100%;
}
.home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text {
  position: absolute;
  top: 50%;
  left: 2.0833333333vw;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  z-index: 3;
}
.home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  color: #FFFFFF;
  margin-right: 1.25vw;
}
.home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item .r {
  width: 41.4583333333vw;
  position: absolute;
  top: 0;
  right: 0;
}
.home .sec1 .wrap .list .item .r .img {
  width: 100%;
}
.home .sec1 .wrap .list .item .r .img img {
  width: 100%;
}
.home .sec1 .wrap .list .item .text-box {
  width: 21.7708333333vw;
  position: absolute;
  top: 3.0208333333vw;
  right: 3.125vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-title {
  margin-bottom: 1.71875vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-title h5 {
  font-weight: 500;
  font-size: 1.9791666667vw;
  line-height: 2.96875vw;
  text-transform: capitalize;
  color: #2E2E5A;
  margin-bottom: 0.4166666667vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-title p {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  text-transform: capitalize;
}
.home .sec1 .wrap .list .item .text-box .text-box-part {
  margin-bottom: 1.0416666667vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-part h5 {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 150%;
  margin-bottom: 0.3125vw;
  color: #000000;
}
.home .sec1 .wrap .list .item .text-box .text-box-part p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  color: #8C8C8C;
}
.home .sec1 .wrap .list .item .text-box .text-box-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .sec1 .wrap .list .item .text-box .text-box-more > p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #8C8C8C;
}
.home .sec1 .wrap .list .item .text-box .text-box-more .more {
  display: flex;
  align-items: center;
}
.home .sec1 .wrap .list .item .text-box .text-box-more .more p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-more .more .icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item .text-box .text-box-more .more .icon img {
  display: block;
  width: 1.0416666667vw;
}
.home .sec1 .wrap .list .item .text-box .text-box-more .more:hover .icon {
  transform: scale(0.8);
}
.home .sec1 .wrap .list .item:nth-child(2n) .r {
  left: 0;
  right: unset;
  width: 41.4583333333vw;
}
.home .sec1 .wrap .list .item:nth-child(2n) .r .text-box {
  width: 26.875vw;
  right: 9.375vw;
}
.home .sec1 .wrap .list .item:nth-child(2n) .l {
  margin: 0 0 0 auto;
  width: 48.6458333333vw;
}
.home .sec1 .wrap .list .item:nth-child(2n) .l .bg-bottom {
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  height: 6.5625vw;
}
.home .sec1 .wrap .list .item:nth-child(2n) .l .bg-bottom img {
  display: block;
  height: 100%;
}
.home .sec1 .wrap .list .item:nth-child(2n) .l .bg-bottom .bg-bottom-text {
  left: 5.7291666667vw;
}
.home .sec1 .wrap .list .item:nth-child(2n) .l .bg-bottom .bg-bottom-text h5 {
  margin-right: 1.7708333333vw;
}
.home .sec1 .wrap .list .item.item_special .l {
  width: 44.7916666667vw;
}
.home .sec1 .wrap .list .item.item_special .l .bg-bottom {
  opacity: 1;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow {
  position: absolute;
  width: 99.1%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow > img {
  display: block;
  width: 100%;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box {
  right: 18.75vw;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-title h5, .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-title p, .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-part h5, .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-part p {
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more > p {
  color: #DDDDDD;
}
.home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more .more p {
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item.item_special .l:hover .bg-bottom {
  opacity: 0;
}
.home .sec1 .wrap .list .item.item_special .l:hover .l-shadow {
  opacity: 1;
}
.home .sec1 .wrap .list .item.item_special .r {
  width: 45.2083333333vw;
}
.home .sec1 .wrap .list .item.item_special .r .bg-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6.5885416667vw;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item.item_special .r .bg-bottom img {
  display: block;
  height: 100%;
}
.home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text {
  position: absolute;
  top: 50%;
  left: 7.7604166667vw;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  z-index: 3;
}
.home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text h5 {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 150%;
  color: #FFFFFF;
  margin-right: 1.25vw;
}
.home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow > img {
  display: block;
  width: 100%;
  filter: brightness(0.5);
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box {
  right: 3.125vw;
  width: 26.770833vw;
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-title h5, .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-title p, .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-part h5, .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-part p {
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more > p {
  color: #DDDDDD;
}
.home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more .more p {
  color: #FFFFFF;
}
.home .sec1 .wrap .list .item.item_special .r:hover .bg-bottom {
  opacity: 0;
}
.home .sec1 .wrap .list .item.item_special .r:hover .r-shadow {
  opacity: 1;
}
.home .sec2 {
  background: #FAF8F7;
  padding: 5.2083333333vw 0 10.8854166667vw;
}
.home .sec2 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec2 .wrap .text {
  margin: 3.125vw 0;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
}
.home .sec2 .wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25vw 2.0833333333vw;
}
.home .sec2 .wrap .list .item {
  width: 100%;
  position: relative;
}
.home .sec2 .wrap .list .item .img {
  width: 100%;
  height: 24.8958333333vw;
  overflow: hidden;
}
.home .sec2 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.home .sec2 .wrap .list .item .text-box {
  display: block;
  position: absolute;
  top: 12.3958333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 30.2083333333vw;
  box-shadow: 0vw 0vw 0.5208333333vw 0.1041666667vw rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  padding: 2.0833333333vw 2.0833333333vw 3.125vw;
}
.home .sec2 .wrap .list .item .text-box h5 {
  text-align: center;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  padding: 0 0 1.5625vw;
  border-bottom: 0.0520833333vw solid #EAEAEE;
  margin-bottom: 2.0833333333vw;
  color: #2E2E5A;
}
.home .sec2 .wrap .list .item .text-box .logo-img {
  position: absolute;
  right: 0.78125vw;
  bottom: 0.5729166667vw;
  width: 7.2916666667vw;
}
.home .sec2 .wrap .list .item .text-box .logo-img img {
  display: block;
  width: 100%;
}
.home .sec2 .wrap .list .item .text-box .text-box-content {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 170%;
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
.home .sec2 .wrap .list .item .text-box .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sec2 .wrap .list .item .text-box .flex .flex_item {
  display: flex;
  align-items: center;
}
.home .sec2 .wrap .list .item .text-box .flex .flex_item .icon {
  width: 1.7708333333vw;
  margin-right: 1.0416666667vw;
}
.home .sec2 .wrap .list .item .text-box .flex .flex_item .icon img {
  display: block;
  width: 100%;
}
.home .sec2 .wrap .list .item .text-box .flex .flex_item p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  color: #2E2E5A;
}
.home .sec2 .wrap .list .item .text-box .flex .flex_item:not(:nth-child(1)) {
  margin-left: 2.6041666667vw;
}
.home .sec2 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
.home .sec3 {
  width: 100vw;
  overflow: hidden;
  padding: 5.2083333333vw 0 6.40625vw;
}
.home .sec3 .title {
  margin-bottom: 4.4270833333vw;
}
.home .sec3 .content {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.home .sec3 .content .swiper {
  position: relative;
  width: 113.8020833333vw;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  padding: 4.1666666667vw 0 0;
}
.home .sec3 .content .swiper .swiper-slide {
  width: 100%;
}
.home .sec3 .content .swiper .swiper-slide .slide-box {
  width: 100%;
  height: 29.9479166667vw;
  position: relative;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .img {
  width: 100%;
  height: 29.9479166667vw;
  transition: 0.6s;
  overflow: hidden;
  border-radius: 0.5208333333vw;
  position: relative;
  z-index: 2;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .img img {
  display: block;
  width: 100%;
  height: 29.9479166667vw;
  object-fit: cover;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.6354166667vw;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5208333333vw);
  z-index: 3;
  padding: 1.0416666667vw 1.3020833333vw 0;
  transition: 0.6s;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom p {
  font-weight: 500;
  font-size: 1.1458333333vw;
  line-height: 150%;
  color: #FFFFFF;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8333333333vw;
  background: linear-gradient(270deg, #2E2E5A 0%, #6262C0 100%);
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text {
  padding: 1.1458333333vw 1.3020833333vw 1.0416666667vw;
  position: absolute;
  bottom: 0;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text h5 {
  font-weight: 500;
  font-size: 1.1458333333vw;
  line-height: 150%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0.625vw 0;
  color: #DDDDDD;
}
.home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text .time {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 120%;
  text-transform: capitalize;
  color: #999999;
}
.home .sec3 .content .swiper .swiper-slide.swiper-slide-active .slide-box {
  transform: translateY(-4.1666666667vw);
}
.home .sec3 .content .swiper .swiper-slide.swiper-slide-active .slide-box .img {
  height: 21.09375vw;
}
.home .sec3 .content .swiper .swiper-slide.swiper-slide-active .slide-box-bottom {
  transform: translateY(100%);
}
.home .sec3 .content .btns {
  width: 87.5vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17.5520833333vw;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .sec3 .content .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: #9797AD;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  transition: 0.6s;
}
.home .sec3 .content .btns .icon img {
  display: block;
  width: 1.25vw;
}
.home .sec3 .content .btns .icon:nth-child(2) {
  transform: rotateY(180deg);
}
.home .sec3 .content .btns .icon:hover {
  background: #2E2E5A;
}
.home .sec4 {
  width: 100%;
  position: relative;
  padding: 4.6875vw 0 4.3229166667vw;
}
.home .sec4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.home .sec4 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .sec4 h5 {
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 2.96875vw;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.5104166667vw;
}
.home .sec4 .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sec4 .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  height: 2.2916666667vw;
  border-radius: 0.2083333333vw;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec4 .btns a p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  margin-right: 0.2083333333vw;
}
.home .sec4 .btns a .icon {
  display: block;
  width: 0.9375vw;
  transform: rotateY(180deg);
}
.home .sec4 .btns a:hover {
  background: #6666C4;
}
.home .sec5 {
  padding: 5.2083333333vw 0;
}
.home .sec5 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
}
.home .sec5 .wrap .title {
  margin: 0 0 3.125vw;
}
.home .sec5 .wrap .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .sec5 .wrap .swiper .swiper-slide {
  background: #F8F6F4;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.home .sec5 .wrap .swiper .swiper-slide .img {
  width: 100%;
  height: 32.8125vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  position: relative;
}
.home .sec5 .wrap .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .sec5 .wrap .swiper .swiper-slide .img .text {
  width: 27.1875vw;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 170%;
  color: #FFFFFF;
  position: absolute;
  top: 19.4791666667vw;
  left: 4.1666666667vw;
  z-index: 3;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8125vw 4.1666666667vw 2.6041666667vw;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom h5 {
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 2.96875vw;
  color: #2E2E5A;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r {
  width: 38.5416666667vw;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r > p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5625vw;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r .more {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  height: 2.2916666667vw;
  border-radius: 0.2083333333vw;
  background: #2E2E5A;
  transition: 0.6s;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r .more p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #FFFFFF;
  margin-right: 1.0416666667vw;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r .more img {
  display: block;
  width: 0.9375vw;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-bottom .r .more:hover {
  background: #6666C4;
}
.home .sec5 .wrap .swiper .swiper-slide .slide-box {
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.home .sec5 .wrap .swiper .swiper-slide.swiper-slide-active .slide-box {
  opacity: 1;
  transform: translateY(0vw);
  transition: 0.6s;
}
.home .sec5 .wrap .swiper .btns {
  width: 70.8333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14.84375vw;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.home .sec5 .wrap .swiper .btns .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: #9797AD;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  transition: 0.6s;
}
.home .sec5 .wrap .swiper .btns .icon img {
  display: block;
  width: 1.25vw;
}
.home .sec5 .wrap .swiper .btns .icon:nth-child(2) {
  transform: rotateY(180deg);
}
.home .sec5 .wrap .swiper .btns .icon:hover {
  background: rgb(46, 46, 90);
}
@media screen and (max-width: 768px) {
  .home .sec1 .wrap {
    width: 90%;
    padding: 40px 0 50px;
  }
  .home .sec1 .wrap .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .home .sec1 .wrap .list .item {
    display: block;
    margin-bottom: 30px;
  }
  .home .sec1 .wrap .list .item .pc-img {
    display: none !important;
  }
  .home .sec1 .wrap .list .item .ph-img {
    display: block !important;
  }
  .home .sec1 .wrap .list .item .l {
    width: 100% !important;
    margin: 0 !important;
  }
  .home .sec1 .wrap .list .item .l .img {
    width: 100%;
    height: 60vw;
  }
  .home .sec1 .wrap .list .item .l .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .sec1 .wrap .list .item .l .bg-bottom {
    width: 100%;
    height: 60px !important;
    background-color: rgba(46, 46, 90, 0.65);
    backdrop-filter: blur(100px);
  }
  .home .sec1 .wrap .list .item .l .bg-bottom img {
    display: none !important;
  }
  .home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text {
    left: 15px;
  }
  .home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text h5 {
    font-size: 16px;
    margin-right: 10px;
  }
  .home .sec1 .wrap .list .item .l .bg-bottom .bg-bottom-text p {
    font-size: 14px;
  }
  .home .sec1 .wrap .list .item .r {
    position: unset;
    background: #EAEAEE;
    width: 100% !important;
    padding: 30px 20px;
  }
  .home .sec1 .wrap .list .item .r .img {
    display: none;
  }
  .home .sec1 .wrap .list .item .r .text-box {
    position: unset;
    width: 100% !important;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-title {
    margin-bottom: 25px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-title h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-title p {
    font-size: 14px;
    line-height: 1.4;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-part {
    margin-bottom: 20px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-part h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-part p {
    font-size: 14px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-more > p {
    font-size: 14px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-more .more p {
    font-size: 14px;
    margin-right: 5px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-more .more .icon {
    width: 30px;
    height: 30px;
  }
  .home .sec1 .wrap .list .item .r .text-box .text-box-more .more .icon img {
    width: 14px;
  }
  .home .sec1 .wrap .list .item.item_special .l .bg-bottom {
    top: calc(60vw - 60px);
    opacity: 1 !important;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow {
    width: 100%;
    position: unset;
    opacity: 1;
    background: #EAEAEE;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow img {
    display: none;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box {
    position: unset;
    width: 100% !important;
    padding: 30px 20px;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-title {
    margin-bottom: 25px;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-title h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    color: #2E2E5A;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-title p {
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-part {
    margin-bottom: 20px;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-part h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-part p {
    font-size: 14px;
    color: #8C8C8C;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more > p {
    font-size: 14px;
    color: #8C8C8C;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more .more p {
    font-size: 14px;
    margin-right: 5px;
    color: #2E2E5A;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more .more .icon {
    width: 30px;
    height: 30px;
  }
  .home .sec1 .wrap .list .item.item_special .l .l-shadow .text-box .text-box-more .more .icon img {
    width: 14px;
  }
  .home .sec1 .wrap .list .item.item_special .r {
    padding: 0;
    position: relative;
  }
  .home .sec1 .wrap .list .item.item_special .r .img {
    display: block;
  }
  .home .sec1 .wrap .list .item.item_special .r .bg-bottom {
    width: 100%;
    height: 60px !important;
    background-color: rgba(46, 46, 90, 0.65);
    backdrop-filter: blur(100px);
    top: calc(60vw - 60px);
    bottom: unset;
    opacity: 1 !important;
  }
  .home .sec1 .wrap .list .item.item_special .r .bg-bottom img {
    display: none !important;
  }
  .home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text {
    left: 15px;
  }
  .home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text h5 {
    font-size: 16px;
    margin-right: 10px;
  }
  .home .sec1 .wrap .list .item.item_special .r .bg-bottom .bg-bottom-text p {
    font-size: 14px;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow {
    width: 100%;
    position: unset;
    opacity: 1;
    background: #EAEAEE;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow img {
    display: none;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box {
    position: unset;
    width: 100% !important;
    padding: 30px 20px;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-title {
    margin-bottom: 25px;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-title h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    color: #2E2E5A;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-title p {
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-part {
    margin-bottom: 20px;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-part h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-part p {
    font-size: 14px;
    color: #8C8C8C;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more > p {
    font-size: 14px;
    color: #8C8C8C;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more .more p {
    font-size: 14px;
    margin-right: 5px;
    color: #2E2E5A;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more .more .icon {
    width: 30px;
    height: 30px;
  }
  .home .sec1 .wrap .list .item.item_special .r .r-shadow .text-box .text-box-more .more .icon img {
    width: 14px;
  }
  .home .sec2 {
    padding: 50px 0;
  }
  .home .sec2 .wrap {
    width: 90%;
  }
  .home .sec2 .wrap .text {
    margin: 0px 0 40px;
    font-size: 16px;
  }
  .home .sec2 .wrap .list {
    display: block;
  }
  .home .sec2 .wrap .list .item {
    margin-bottom: 30px;
  }
  .home .sec2 .wrap .list .item .img {
    height: 57vw;
  }
  .home .sec2 .wrap .list .item .text-box {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 30px 15px;
  }
  .home .sec2 .wrap .list .item .text-box h5 {
    font-size: 18px;
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .home .sec2 .wrap .list .item .text-box .text-box-content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home .sec2 .wrap .list .item .text-box .flex {
    display: block;
  }
  .home .sec2 .wrap .list .item .text-box .flex .flex_item {
    justify-content: center;
  }
  .home .sec2 .wrap .list .item .text-box .flex .flex_item .icon {
    width: 22px;
    margin-right: 8px;
  }
  .home .sec2 .wrap .list .item .text-box .flex .flex_item p {
    font-size: 14px;
  }
  .home .sec2 .wrap .list .item .text-box .flex .flex_item:nth-child(2) {
    margin: 15px 0 0;
  }
  .home .sec3 {
    padding: 50px 0;
  }
  .home .sec3 .content {
    width: 90%;
    margin: 0 auto;
  }
  .home .sec3 .content .swiper {
    width: 100%;
    padding: 0;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box {
    height: unset;
    border-radius: 9px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .img {
    height: 90vw !important;
    border-radius: 8px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .img img {
    height: 100%;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom {
    transform: unset !important;
    position: unset;
    height: unset;
    backdrop-filter: unset;
    background: unset;
    padding: 20px 20px 0;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom p {
    font-size: 18px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-bottom .line {
    display: none;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text {
    position: unset;
    padding: 10px 20px 30px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text h5 {
    font-size: 16px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text p {
    font-size: 14px;
    margin: 15px 0 10px;
  }
  .home .sec3 .content .swiper .swiper-slide .slide-box .slide-box-text .time {
    font-size: 14px;
  }
  .home .sec3 .content .swiper .swiper-slide.swiper-slide-active .slide-box {
    transform: unset;
  }
  .home .sec3 .content .btns {
    width: 95%;
    top: 45vw;
    transform: translate(-50%, -50%);
  }
  .home .sec3 .content .btns .icon {
    width: 50px;
    height: 50px;
  }
  .home .sec3 .content .btns .icon img {
    width: 18px;
  }
  .home .sec4 {
    padding: 60px 0;
  }
  .home .sec4 h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .home .sec4 .btns a {
    padding: 0 20px;
    height: 40px;
    border-radius: 4px;
  }
  .home .sec4 .btns a p {
    font-size: 14px;
    margin-right: 10px;
  }
  .home .sec4 .btns a .icon {
    display: block;
    width: 16px;
  }
  .home .sec5 {
    padding: 50px 0 80px;
  }
  .home .sec5 .wrap {
    width: 90%;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box {
    border-radius: 6px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .img {
    height: 100%;
    border-radius: 6px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .img img {
    height: 36vw;
    border-radius: 6px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .img .text {
    font-size: 16px;
    width: 100%;
    padding: 30px 20px 0;
    position: unset;
    text-align: center;
    color: #2E2E5A;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .img .text br {
    display: none;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom {
    display: block;
    text-align: center;
    padding: 40px 20px 40px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom .r {
    width: 100%;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom .r > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom .r .more {
    padding: 0 20px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom .r .more p {
    font-size: 14px;
    margin-right: 10px;
  }
  .home .sec5 .wrap .swiper .swiper-slide .slide-box .slide-bottom .r .more img {
    display: block;
    width: 16px;
  }
  .home .sec5 .wrap .swiper .btns {
    width: 90%;
    top: 18vw;
    transform: translate(-50%, -50%);
  }
  .home .sec5 .wrap .swiper .btns .icon {
    width: 40px;
    height: 40px;
  }
  .home .sec5 .wrap .swiper .btns .icon img {
    width: 16px;
  }
}