.swiper_banner__home {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.swiper_banner__home .swiper-slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.swiper_banner__home  .slide-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    will-change: transform;
}
.swiper_banner__home  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}
/*  */
.banner_home {
    position: relative;
}
.banner-content {
    display: flex;
    width: 37rem;
    padding: var(--24, 1.5rem);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--12, 0.75rem);
    border: 0.5px solid #fffdfd;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 4.67rem;
    bottom: 5.59rem;
    z-index: 10;
}
.banner-content_title {
    width: 35.1875rem;
    margin-bottom: 1.44rem;
    color: #fff;
    font-family: Lexend;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 3.325rem */
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
}
.banner-content_warpper {
    display: flex;
    width: 100%;
}
.banner-content_item {
    display: flex;
    align-items: center;
    flex: 1 0 0;
}
.content_item_image {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.56rem;
}
.content_item_label {
    color: rgba(255, 255, 255, 0.6);
    font-family: Lexend;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 0.875rem */
    letter-spacing: -0.039rem;
    margin-bottom: 0.25rem;
}
.content_item_content {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05875rem; /* 94.111% */
    letter-spacing: 0.0175rem;
    text-transform: uppercase;
}
.swiper_banner__home .swiper-pagination {
    left: unset;
    top: unset;
    bottom: 3.06rem;
    right: 5.2rem;
    width: max-content;
}
.swiper_banner__home .swiper-pagination-bullet {
    position: relative;
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0.64);
    opacity: 1;
    margin: 0 !important;
    margin-left: 1rem !important;
}
.swiper_banner__home .swiper-pagination-bullet::before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0078d4;
    z-index: 1;
    transition: all 0.5s;
}
.swiper_banner__home
    .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    background: transparent;
    width: 1rem;
    height: 1rem;
    border: 0.25rem solid #0078d4;
}

.banner-recruitment-btn {
  color: #fff;
  font-family: 'Lexend Deca';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05875rem; /* 94.111% */
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0);
  border: 0.5px solid #fffdfd;
  border-radius: 0.75rem;
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banner-recruitment-btn img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
.banner-recruitment-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 639px) {
    .banner-content {
        pointer-events: none;
        width: 16.9375rem;
        left: 0.75rem;
        bottom: 2.81rem;
        padding: 0.75rem 1rem 0.75rem 0.75rem;
        border-radius: 0.26475rem;
        border: 0.177px solid #fffdfd;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(7.0608110427856445px);
    }
    .banner-content_title {
        width: 100%;
        color: #fff;
        font-family: Lexend;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 1.575rem */
        letter-spacing: -0.0625rem;
        margin-bottom: 0.75rem;
    }
    .swiper_banner__home {
        overflow: hidden;
        height: 20.375rem;
    }
    .swiper_banner__home .swiper-slide {
        height: 20.375rem;
    }
    .content_item_image {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.59rem;
    }
    .content_item_label {
        color: rgba(255, 255, 255, 0.6);
        font-family: Lexend;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 0.9375rem */
        margin-bottom: 0;
    }
    .content_item_content {
        color: #fff;
        font-family: Lexend;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.3125rem */
        letter-spacing: -0.00875rem;
    }
    .swiper_banner__home .swiper-pagination {
        right: unset;
        left: 0.75rem;
        bottom: 0.5rem;
    }
    .swiper_banner__home .swiper-pagination-bullet {
        width: 0.75rem;
        height: 0.75rem;
        margin-left: 0.75rem !important;
    }
    .swiper_banner__home .swiper-pagination-bullet:first-child {
        margin-left: 0 !important;
    }
    .swiper_banner__home
        .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
        width: 0.75rem;
        height: 0.75rem;
        border: 0.15rem solid #0078d4;
    }
    .banner-recruitment-btn {
    height: 2.5rem;
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.3125rem; /* 150% */
    border-radius: 0.375rem;
  }
  .banner-recruitment-btn img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
  }
}
