.heavenly-independence {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.army {
  display: flex;
  width: 100%;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.independent-army-img {
  object-fit: cover;
  width: 100%;
  max-height: 220px;
  max-width: 270px;
  border-radius: 12px;
}

.army-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.independent-swiper-container {
  padding: 40px;
  position: relative;
  border-radius: 16px;
  background-color: white;
}

#army_swiper .swiper-wrapper {
  margin-bottom: 28px;
  align-items: center;
}

#army_swiper .swiper-button-prev {
  left: 5%;
  width: 60px;
  height: 60px;
  background: url("/HTML/styleI/0086_act/contents/images/army_prev_btn.svg");
  background-size: cover;
}

#army_swiper .swiper-button-next {
  right: 5%;
  width: 60px;
  height: 60px;
  background: url("/HTML/styleI/0086_act/contents/images/army_next_btn.svg");
  background-size: cover;
}
#army_swiper .swiper-button-prev:after,
#army_swiper .swiper-button-next:after {
  content: none;
}

#army_swiper .swiper-pagination {
  bottom: 5%;
  .swiper-pagination-bullet-active {
    background: var(--color-point) !important;
  }
}

#army_swiper .swiper-slide {
  height: 500px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  /* width: 100%;
  max-width: 700px; */
}

.independent-youtube {
  height: 368px;
  width: 700px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  object-fit: cover;
  z-index: 1;
}

.m-independent-youtube {
  width: 70vw;
  height: 45vw;
  object-fit: cover;
}

.independent-container {
  border-radius: 16px;
  background-color: white;
}

@media (max-width: 1440px) {
  .heavenly-independence {
    gap: 16px;
  }

  .independent-swiper-container {
    padding: 32px 20px;
  }

  .army {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .army-info {
    gap: 12px;
  }

  .independent-youtube {
    width: 70vw;
    height: 45vw;
  }

  #army_swiper .swiper-slide {
    height: 500px;
  }

  #army_swiper .swiper-pagination {
    bottom: 2% !important;
    .swiper-pagination-bullet-active {
      background: var(--color-point) !important;
    }
  }
}
