.recruit_scroll {
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  padding: 135px 0;
}
.publicize_img {
  width: 727px;
  height: 452px;
}
.publicize_right {
  padding-left: 50px;
}
.publicize_mode {
  font-weight: bold;
  font-size: 16px;
  color: #005DA4;
  width: fit-content;
  position: relative;
}
.publicize_mode::after{
    position: absolute;
    top: 3px;
    left: -10px;
    width: 3px;
height: 16px;
background: #005DA4;
content: "";
}
.publicize_title {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  margin: 60px 0;
  position: relative;
}
.publicize_title::after {
  position: absolute;
  top: 58px;
  left: 0;
  width: 331px;
  height: 2px;
  background: #e8e8e8;
  content: "";
}
.publicize_title::before {
  position: absolute;
  top: 58px;
  left: 0;
  width: 92px;
  height: 2px;
  background: #005DA4;
  content: "";
  z-index: 1;
}
.publicize_content{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 28px;
width: 616px;
}
.section_box{
    margin-right: 56px;
}
.publicize_card{
    min-width: fit-content;
}
.recruit_upper{
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 1;
}
.recruit_next{
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 1;
}
.swiper-wrapper{
    z-index: 0;
}
.banner_indicator{
    position: absolute;
    top: 78%;
    left: 55% !important;
    height: fit-content !important;
    transform: translate(-50%,-50%);
    bottom: 0 !important;
    width: fit-content !important;
    z-index: 1;
}
.swiper-pagination-bullet{
    width: 10px;
height: 10px;
border: 1px solid #999999;
opacity: 1;
background: transparent;
}
.swiper-pagination-bullet-active{
    background: #005DA4;
}
.recruit_progress{
    position: absolute;
    top: 128px;
    right: 20%;
font-weight: 400;
font-size: 14px;
color: #333333;
z-index: 1;
}
.progress_current{
color: #005DA4;
position: relative;
}
.progress_current::after{
    position: absolute;
    top: 9px;
    left: -80px;
    width: 71px;
height: 2px;
background: #005DA4;
content: "";
}
.progress_partition{
    margin: 0 5px;
}
.recruit_container{
    background: #FFF;
    padding: 60px 0 60px 230px;
}
.recruit_title{
font-size: 30px;
color: #333333;
}
.album_scroll{
    overflow: hidden;
    width: 100%;
    margin-top: 46px;
}
.album_img{
    max-height: 340px;
    width: 100%;
}
.album_wrapper .swiper-slide{
    width: 524px !important;
}
.album_indicator{
   margin-top: 62px;

}
.indicator_line{
    flex: 1;
    height: 4px;
    background: #F2F2F2;
    position: relative;
}
.indicator_slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 4px;
    background: #005DA4;
    transition: all .3s;
    max-width: 100%;
}
.album_icon{
    width: 22px;
    height: 21px;
    cursor: pointer;
}
.album_page{
    /* width: 10%; */
    padding-left: 30px;
    align-items: flex-start;
}
.album-next{
    margin-left: 20px;
}
.position{
    padding: 60px 0;
}
.position_head{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.position_title{
font-weight: 400;
font-size: 30px;
color: #333333;
}
.position_screen{
    padding: 50px 0;
    width: 350px;
}
.position_button{
    width: 145px;
height: 40px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #333333 !important;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 14px;
color: #333333;
background: transparent;
cursor: pointer;
}
.button_active{
    background: #005DA4 !important;
    color: #FFF;
    border: none !important;
}
.position_icon{
    width: 22px;
    height: 22px;
    margin-right: 7px;
}
.position_search{
    width: 630px;
    height: 60px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #999999;
    padding: 20px 20px 20px 45px;
    border-right: none;
    position: relative;
}
.position_input{
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.searche_icon{
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
}
.search_button{
    width:90px;
    height: 60px;
    background: #005DA4;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
cursor: pointer;
}
.position_row{
    margin-top: 56px;
}
.position_menu{
    width: 242px;
    height:300px;
background: #FFFFFF;
box-shadow: 0px 11px 21px 0px rgba(214,214,214,0.2);
padding:0 10px 20px 10px;
}
.screen_main{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    margin-top: 20px;
}
.screen_layer{
    cursor: pointer;
}
.screen_title{
font-weight: 400;
font-size: 18px;
color: #333333;
}
.screen_icon{
    width: 20px;
    height: 20px;
}
.screen_drawer{
    overflow: hidden;
    height: 0;
}
.screen_box{
    margin-top: 20px;

}
.check{
    width: 21px;
height: 21px;
border-radius: 2px 2px 2px 2px;
border: 1px solid #999999;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
cursor: pointer;
}
.check_icon{
    width: 15px;
    height: 15px;
}
.screen_text{
font-weight: 400;
font-size: 16px;
color: #333333;
}
.check_active{
    background: #005DA4;
}
.screen_main:last-child {
    border-bottom: none ;
}
.position_list{
    flex: 1;
    padding-left: 50px;
}
.position_card{
    padding: 30px;
    cursor: pointer;
}
.position_name{
font-weight: 400;
font-size: 16px;
color: #333333;
}
.label_text{
font-weight: 400;
font-size: 14px;
color: #666666;
position: relative;
width: 30%;
padding-right: 10px;
}
.label_row{
    margin-top: 15px;
    width: 80%;
}
.position_date{
font-weight: 400;
font-size: 14px;
color: #666666;
}
.label_gap::after{
    position: absolute;
    top:5px;
    right: 30px;
    width: 1px;
    height: 10px;
    background: rgba(102,102,102,0.8);
    content: "";
}
.swiper {
    position: relative;
    width: 900px;
    height: 500px;
    margin-top: 60px;
  }
  
  .swiper-slide {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    border-radius: 20px;
  }
  
  .cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #000;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
  }
  
  .dark-text {
    color: #202134;
  }
  
  .swiper-slide img {
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 20px;
  }
  
  .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
  }
  
  .overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
  }
  
  .ratings {
    display: flex;
    column-gap: 10px;
    margin-top: -6px;
  }
  
  .ratings span {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
  }
  
  .star {
    color: #afe312;
  }
  
  .logo {
    position: fixed;
    right: -20px;
    bottom: -30px;
    z-index: 10;
  }
  
  .logo img {
    width: 120px;
  }
  .recruit_layer .swiper-slide {
    width: auto;
}
  @media (max-width: 890px) {
    .logo {
    right: -10px;
    bottom: -20px;
  }
    
   .logo img {
    width: 80px;
    }
  }
  
  @media (max-width: 1050px) {
    .swiper {
      width: 350px;
      height: 450px;
    }
  }
  
  @media (max-width: 930px) {
    section {
      grid-template-columns: 100%;
      grid-template-rows: 55% 40%;
      grid-template-areas:
        "slider"
        "content";
      place-items: center;
      gap: 64px;
      padding: 60px;
    }
  
    .swiper {
      grid-area: slider;
    }
  
    .content {
      grid-area: content;
      text-align: center;
    }
  
    .content h1 {
      margin-bottom: 20px;
    }
    .swiper{
        margin-top: 20px;
    }
  }
  .position_left{
    flex: 1;
  }
  .label_value{
    max-width: 80%;
  }
  .min_label{
    width: 15%;
  }
  @media (max-width: 470px) {
    section {
      padding: 40px 40px 60px;
    }
  
    .swiper {
      width: 100%;
      height: 300px;
      margin-top: 0;
    }
  }
  