.hidden-pc{
  display: none;
}
.inner_wrap{
  max-width: 1380px;
  margin: 0 auto;
  padding: 180px 50px;
}
ul,li{
  list-style: none;
}
.btn_box{
  display: flex;
  gap: 24px;
  justify-content: center;
}
.btn_group{
  margin-top: 60px;
  text-align: center;
}
.btn_group a{
  transition: all .3s ease;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
  min-width: 320px;
  height: 56px;
  border-radius: 8px;
  background: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color:#fff;
  justify-content: center;
  align-items: center;
  padding: 0 48px 0 52px;
}
/*
.btn_group a.reverse{
  background: #FFEF5B;
  color: #0a0a0a;
}*/
.btn_group a.white_btn{
  background: #fff;
  color: #0a0a0a;
}
.btn_group a:after{
  transition: all .5s ease;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.btn_group a.reverse::after{
  background: url(/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.btn_group a.white_btn:after{
  background: url(/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_b.png) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.btn_group a:hover::after{
  background: url(/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_b.png) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.btn_group a:hover,.btn_group a.reverse:hover{
  background: #FFEF5B;
  color: #0a0a0a;
}
.btn_group a:hover::after{
  opacity: 1;
}
.visual_sec{
  position: relative;
  overflow: hidden;
}
.visual_sec .btn_group{
  margin-top: 38px;
}
.ani{
  position: absolute;
  top: 0;
  left: calc(50% - 304px);
  z-index: 0;
  animation: coin 4.5s cubic-bezier(0.72, 0.01, 0.41, 1.02) infinite forwards reverse;
  width: 608px;

}

@keyframes coin {
  0% {
   transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.event_wrap{

}
.visual_inner{
  padding: 60px 0 103px; 
  position: relative;
  z-index: 1;
}
.event_wrap .tit p{
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.event_wrap .tit h3,.event_wrap .tit h2{
  font-size: 52px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin-top: 8px;
}
.visual_sec{
    background: #653ffe url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_visual.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
}
.visual_sec .tit{
  max-width: 1280px;
  margin: 0 auto;
  transform: translateX(-35px);
}
.visual_sec ul{
  display: flex;
  gap: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%; 
  list-style: none;
  color: #fff;
  justify-content: center;
  margin: 32px auto 14px;
}
.visual_sec ul li strong{
  font-weight: 700;
}
.find_sec{
  background: #FFEF5B url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_find.jpg) 50% 0% no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.find_sec .tit{
  width: 436px;
  margin: 0 auto 43px;
}
.find_sec p{
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
.find_sec p + p{
  margin-top: 37px;
  margin-bottom: 96px;
}
.benefit_sec{
  text-align: center;
}
.benefit_box{
  position: relative;
}
.benefit_sec .tit{
  position: relative;
}
.benefit_box>img:nth-child(1){
  width: 198px;
  position: absolute;
  right: 28px;
  top: -119px;
}
.benefit_box>img:nth-child(2){
  width: 236px;
  position: absolute;
  left: -16px;
  bottom: -52px;
}
.benefit_sec .tit:before{
  content: '';
  display: block;
  width: 759px;
  height: 158px;
  position: absolute;
  top: -30px;
  left: calc(50% - 380px);
  background: url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/img_particle.png) 50% 100% no-repeat;
  background-size: contain;
}
.benefit_sec .benefit_box ul{
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.benefit_sec .benefit_box ul li{
  border-radius: 20px;
  background: #653FFE;
  max-width: 1063px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 82px;
  gap: 48px;
  align-items: center;
}
.coupon_wrap{
  display: flex;
  width: 564px;
  gap: 20px;
}
.coupon_wrap .coupon{
  background: #fff;
  border-radius: 10px;
  flex: 1;
  position: relative;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.coupon_wrap .coupon::after{
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: #653FFE;
  border-radius: 50%;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 28px);
}
.coupon_wrap .coupon span{
  font-size: 18px;
  font-weight: 500;
  line-height: 170%; 
  margin-top: -10px;
}
.coupon_wrap .coupon strong{
  font-size: 52px;
  ;line-height: 1.4;
  font-weight: 700;
  display: block;
}
.coupon_wrap .coupon p{
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; 
}
.coupon_wrap .coupon img{
  width: 141px;
  display: block;
  margin: -12px auto 17px;
}
.coupon_wrap .coupon img.hidden-pc{
  display: none;
}
.benefit_sec .benefit_tit{
  width: 253px;
}
.coupon_wrap .coupon_y{
  background: #FFEF5B;
}
.benefit_box{
  margin-top: 60px;
}
.benefit_sec .benefit_tit strong{
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  display: block;
}
.benefit_sec .benefit_tit{
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: #fff;
}
.sub_box{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 1063px;
  margin: 30px auto 20px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  padding: 40px 90px;
  color: rgba(10,10,10,0.6);
}
.sub_box ul li{
  display: flex;
  text-align: left;
}
.sub_box ul li + li{
  margin-top: 20px;
}
.sub_box ul li strong{
  width: 245px;
  color: rgba(10,10,10,0.7);
}
.benefit_sec h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; 
  margin-top: 20px;
  color: rgba(10,10,10,0.5);
}
.office_sec{
  background: #F5F5F5;
}
.office_sec .tit{
  text-align: center;
}
.office_sec .tab_office{
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 60px;
}
.office_sec .tab_office li a{
  border-radius: 25px;
  background: #fff;
  display: block;
  border-radius: 56px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(10, 10, 10, 0.5);
  width: 240px;
  text-align: center;
  padding: 9px 10px;
}
.office_sec .tab_office li a.active{
  background: #0a0a0a;
  color: #fff;
}
.office_wrap{
  background: #fff;
  max-width: 1280px;
  margin-top: 30px;
}
.office_box{
  display: none;
}
.office_box.active{
  display: flex;
}
.office_wrap .img_box{
  width: calc(100% - 652px);
  object-fit: cover;
}
.office_wrap .img_box img{
  display: block;
}
.office_wrap .img_box img.hidden-pc{
  display: none;
}
.office_box .txt_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
}
.office_box .txt_box p{
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
.office_box .txt_box .txt_person{
  color: #653ffe;
  margin: 16px 0 22px;
}
.office_sec .btn_group{
  text-align: center;
}
.sale_sec{
  background: url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_sale.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.event_wrap .sale_sec .tit{
  color: #fff;
  text-align: center;
}
.event_wrap .sale_sec .tit h2{
  color: #fff;
}
.space_box ul{
  display: flex;
  gap: 20px; 
  justify-content: center;
  margin: 60px auto 0;
  max-width: 1084px;
}
.space_box ul li a.active{
  color: #fff;
  background: #000;
}
.space_box ul li{
  width: calc(20% - 10px);
}
.space_box ul li a{
  color: #653FFE;
  width: 100%;
  height: 56px;
  display: flex;
  background: rgba(255,255,255,0.5);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}
.slide_box{
  display: none;
}
.slide_box.active{
  display: flex;
}
.slide_box ul{
  margin-top: 30px;
  display: flex;
  max-width: 1280px;
  width: 100%;
}
.slide_box li{
  background: #fff;
  padding: 20px 20px 30px;
  position: relative;
  font-size: 0;
  line-height: 0;
  flex: 1;
}
.slide_box li h3{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-top: 12px;
}
.slide_box li h3 span{
  color: #653FFE;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-left: 12px;
}
.slide_box li p{
  color: #777;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.slide_box li .ico_wrap{
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.slide_box li .ico_wrap>div{
  flex: 1;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
}
.slide_box li .ico_wrap p{
  white-space: nowrap;
  color: #020202;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 4px;
}
.slide_box li .ico_wrap .ico_box img{
  width: 40px;
}
.slide_box li .tag{
  border-radius: 0px 0px 0px 16px;
  background: #FFEF5B;
  color: #0A0A0A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ten_sec .tit{
  text-align: center;
}
.ten_sec .content_box{
  margin-top: 60px;
}
.ten_sec .content_box ul{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ten_sec .content_box ul li{
  border-radius: 4px;
  width: calc(50%  - 12px);
  padding: 40px 50px; 
  height: 360px;
}
.ten_sec .content_box ul li p{
  margin-top: 16px;
}
.ten_sec .content_box ul li.ten_card1{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card1.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.ten_sec .content_box ul li.ten_card2{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card2.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.ten_sec .content_box ul li.ten_card3{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card3.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.ten_sec .content_box ul li.ten_card4{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card4.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.ten_sec .content_box ul li.ten_card5{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card5.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.ten_sec .content_box ul li.ten_card6{
  background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card6.png') 50% 50% no-repeat;
  background-size: auto 100%;
}
.sevice_sec{
  background: #0a0a0a;
  text-align: center;
  color: #fff;
}
.sevice_sec .tit h3{
  color: #fff;
}
.sevice_sec ul{
  display: flex;
  width: 874px;
  flex-wrap: wrap;
  gap: 52px 25.5px;
  justify-content: center;
  margin: 60px auto 0;
}
.sevice_sec ul li{
  width: calc(25% - 25.5px);
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.sevice_sec ul li>div{
  width: 58px;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
}
.sevice_sec ul li p{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  padding: 16px 0;
}
.interview_sec .tit{
  text-align: center;
}
.interview_sec ul{
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.interview_sec ul li{
  width: calc(50% - 12px);
  position: relative;
  border-radius: 4px;
  min-height: 271px;
  padding: 30px;
}
.interview_sec ul li span{
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
.interview_sec ul li h3{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  margin: 16px auto 36px;
  color: #fff;
}
.interview_sec ul li p{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  display: inline-flex;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.interview_sec ul li p:after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_arrow_square.svg') 50% 50% no-repeat;
}
.interview_sec ul li.fastfive{
  background: #FF6A91;
}
.interview_sec ul li.soy{
  background: #F96520;
}
.interview_sec ul li.lem{
  background: #3253FF;
}
.interview_sec ul li.dot{
  background: #F2A000;
}
.interview_sec ul li img{
  width: 151px;
  position: absolute;
  right: 40px;
  bottom: 31px;
}
.another_sec{
  background: #F8F8F8;
}
.another_sec .tit{
  text-align: center;
}
.another_sec ul{
  display: flex;
  gap: 23px;
  margin-top: 60px;
}
.another_sec ul li{
  width: calc(25% - 17.25px);
}
.another_sec ul li a{
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 20px 32px 35px;
  position: relative;
  height: 400px;
  display: block;
}
.another_sec ul li span{
  color: #653FFE;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  display: block;
}
.another_sec ul li h4{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 16px 0;
}

.another_sec ul li p:after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  background: rgba(10,10,10,0.5);
  mask: url('/wp-content/themes/fastfive/assets/event/common/img/ico_arrow_square.svg') 50% 50% no-repeat;
  -webkit-mask: url('/wp-content/themes/fastfive/assets/event/common/img/ico_arrow_square.svg') 50% 50% no-repeat;
}
.another_sec ul li p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(10, 10, 10, .5);
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(10,10,10,0.5);
}
.another_sec ul li img{
  width: 114px;
  position: absolute;
  bottom: 35px;
  right: 30px;
}
.outro_sec{
  background: #653FFE;
  padding: 0;
  text-align: center;
}
.outro_sec .inner_wrap{
  padding-top: 129px;
}
.outro_sec img{
  width: 1149px;
  margin: 0 auto;
}
.outro_sec .btn_group{
  margin-top: -36px;
}
@media (min-width:961px) and (max-width:1200px){
  .slide_box li .ico_wrap{
    flex-wrap: wrap;
  }
}
@media (max-width:960px) {
  .hidden-mo{
    display: none;
  }
  .hidden-pc{
    display: block;
  }
  .event_wrap .tit h2{
    font-size: 34px;
  }
  .btn_group a{
    min-width: auto;
    font-size: 16px;
  }
  .inner_wrap{
    padding: 130px 20px;
  }
  .event_wrap .tit p{
    font-size: 22px;
  }
  .event_wrap .tit h3{
    font-size: 34px;
  }
  .visual_sec{
    background: #653ffe url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_visual_m.png) 50% 100% no-repeat;
    background-size: auto 100%;
  }
  .ani{
    display: none;
  }
  .visual_sec .tit{
    width: calc(100% - 32px);
    transform: translateX(0);
  }
  .visual_sec .btn_box{
    flex-direction: column;
    gap: 16px;
  }
  .visual_sec ul{
    flex-direction: column;
    gap: 4px;
    width: 168px;
    font-size: 14px;
    margin: -48px auto 32px;
  }
  .visual_sec .btn_group{
    margin-top: 0;
  }
  .find_sec{
    background: #FFEF5B url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_find_m.png) 50% 100% no-repeat;
    background-size: 100% auto;
  }
  .find_sec p{
    font-size: 18px;
  }
  .find_sec .tit{
    width: 260px;
    margin-bottom: 24px;
  }
  .find_sec{
    font-size: 18px;
  }
  .find_sec p + p{
    margin-top: 20px;
    margin-bottom: 36px;
  }
  .slide_box li h3 span{
    font-size: 18px;
  }
  .benefit_sec .tit{
    position: relative;
  }
  .benefit_sec .tit:before{
    content: '';
    display: block;
    position: absolute;
    height: 79px;
    width: 100%;
    top: -79px;
    background: url(/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/ico_txt_m.png) 50% 100% no-repeat;
    background-size: 100% auto;
  }
  .benefit_sec .benefit_box ul li{
    flex-direction: column;
  }
  .benefit_box{
    margin-top: 30px;
  }
  .benefit_sec .benefit_box ul{
    gap: 20px;
  }

  .benefit_box>img:nth-child(1){
    width: 99px;
    position: absolute;
    right: -8px;
    top: -34px;
  }
  .benefit_box>img:nth-child(2){
    width: 138px;
    position: absolute;
    left: 10px;
    bottom: -31px;
    z-index: 1;
  }
  .coupon_wrap{
    gap: 14px;
    width: 274px;
    flex-wrap: wrap;
  }
  .coupon_wrap .coupon{
    width: calc(50% - 7px);
    flex: auto;
    height: 166px;
  }
  .coupon_wrap .coupon img.hidden-mo{
    display: none
  }
  .coupon_wrap .coupon img.hidden-pc{
    display: block;
  }
  .coupon_wrap .coupon::after{
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: calc(50% - 20px);
  }
  .coupon_wrap .coupon p{
    font-size: 22px;
  }
  .sub_box{
    margin-top: 20px;
  }
  .sub_box ul li{
    font-size: 16px;
  }
  .sub_box ul li p{
    margin-top: 12px;
    word-break: break-all;
  }
  .sub_box ul li + li{
    margin-top: 30px;
  }
  .coupon_wrap .coupon img{
    width: 90px;
    margin: -9px auto 10px;
  }
  .coupon_wrap .coupon strong{
    font-size: 34px;
  }
  .sub_box{
    padding: 30px;
  }
  .sub_box ul li{
    flex-direction: column;
  }
  .sale_sec{
    overflow: hidden;
  }
  .office_box{
    flex-direction: column;
  }
  .office_sec .tab_office li{
    flex: 1;
  }
  .office_sec .tab_office li a{
    width: auto;
    border-radius: 0;
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .office_box .txt_box .txt_person{
    margin: 12px 0 17px;
  }
  .office_box .txt_box p{
    font-size: 18px;
  }
  .office_box .txt_box{
    padding: 30px;
  }
  .office_wrap .img_box{
    width: 100%;
  }
  .office_wrap .img_box .hidden-pc{
    display: none;
  }
  .office_sec .tab_office{
    margin: 40px -20px 20px;
    gap: 0;
  }
  .office_wrap{
    margin-top: 20px;
  }
  .sale_sec .inner_wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .slide_wrap{
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 23px;
  }
  .slide_box ul.active{
    justify-content: flex-start;
  }
  .slide_box ul{
    gap: 0;
    margin-top: 0;
    justify-content: flex-start;
  }
  .slide_box li{
    flex: auto;
  }
  .slide_box{
    width: 289px;
    position: relative;
    padding-bottom: 23px;
  }
  .slide_box .slides-progress{
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    z-index: 1;
    top: auto;border-radius: 4px;
    background: rgba(228, 228, 228, 0.50);
  }

  .slide_box .slides-progress .swiper-pagination-progressbar-fill{
    border-radius: 4px;
    background: #FFEF5B;
  }
  .slide_box li .ico_wrap p{
    font-size: 14px;
    font-weight: 700;
    color: #020202;
    line-height: 170%;
  }
  .slide_box li .ico_wrap>div{
    flex: auto;
    width: 80px;
    background: #fff;
    padding: 0;
  }
  .slide_box.active{
    display: block;
  }
  .slide_box li.swiper-slide{
    padding: 0 0 30px;
    flex: none;
    border-radius: 4px;
    overflow: hidden;
  }
  .slide_box li .tag{
    font-size: 24px;
    width: 68px;
    height: 68px;
  }
  .slide_box li h3{
    font-size: 24px;
    padding: 0 17px;
  }
  .slide_box li .ico_wrap{
    padding: 0 17px;
  }
  .slide_box li>p{
    padding: 0 20px;
    font-size: 16px;
    margin: 11px 0 8px;
  }
  .slide_box li span{
    font-size: 18px;
    margin-left: 12px;
  }
  .slide_box li .ico_wrap .ico_box{
    padding: 14px 18px;
  }
  .slide_box li .ico_wrap .ico_box img{
    width: 38px;
  }
  .space_box ul li a{
    width: auto;
    height: 39px;
    border: 1px solid rgba(10,10,10,0.1);
  }
  .space_box>ul>li:nth-child(1),.space_box>ul>li:nth-child(2){
    width: 50%;
  }
  .space_box>ul>li{
    width: calc(100% / 3);
  }
  .space_box>ul{
    gap: 0;
    width: calc(100% + 40px);
    margin: 40px -20px 20px;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .space_box{
    overflow: hidden;
  }
  .space_box ul li a{
    border-radius: 0;
  }
  .slide_box li .ico_wrap .ico_box{
    background: #F5F5F5;
    width: 100%;
  }
  .ten_sec .content_box ul{
    flex-direction: column;
    gap: 20px;
  }
  .ten_sec .content_box ul li{
    width: 100%;
    height: 377px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid rgba(10,10,10,0.1);
  }
  .ten_sec .tit h2{
    font-size: 34px;
    letter-spacing: -1px;
  }
  .ten_sec .content_box{
    margin-top: 40px;
  }
  .ten_sec .content_box ul li p{
    font-size: 18px;
  }
  .ten_sec .content_box ul li.ten_card1{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card1_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .ten_sec .content_box ul li.ten_card2{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card2_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .ten_sec .content_box ul li.ten_card3{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card3_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .ten_sec .content_box ul li.ten_card4{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card4_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .ten_sec .content_box ul li.ten_card5{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card5_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .ten_sec .content_box ul li.ten_card6{
    background: #F8F8F8 url('/wp-content/themes/fastfive/assets/event/240603_2024plusbenefits/img/bg_card6_m.png') 50% 50% no-repeat;
    background-size: auto 100%;
  }
  .sevice_sec ul{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sevice_sec ul{
    gap: 24px;
  }
  .sevice_sec ul li{
    width: calc(50% - 12px);
  }
  .interview_slide{
    width: 289px;
  }
  .interview_sec ul{
    gap: 0;
  }
  .sevice_sec ul li p{
    font-size: 18px;
  }
  .interview_sec ul li{
    height: 343px;
  }
  .interview_sec ul li h3{
    font-size: 24px;
    margin: 8px auto 20px;
    min-height: 136px;
  }
  .interview_sec ul li img{
    width: 120px;
    left: calc(50% - 60px);
  }
  .interview_sec .inner_wrap{
    padding: 130px 0;
  }
  .interview_sec ul li p{
    font-size: 16px;
  }
  .benefit_sec .benefit_box ul li{
    padding: 30px;
  }
  .interview_sec ul{
    flex-wrap: nowrap;
    text-align: center;
  }
  .another_sec ul{
    gap: 0;
  }
  .interview_wrap{
    margin-left: 20px;
    overflow: hidden;
  }
  .benefit_sec .benefit_tit strong{
    font-size: 34px;
  }
  .benefit_sec .benefit_tit{
    font-size: 24px;
  }
  .another_slide{
    width: 298px;
  }
  .benefit_sec .benefit_box ul li{
    gap: 24px;
  }
  .another_sec ul li a{
    padding: 30px;
    border-radius: 4px;
  }
  .another_sec ul li p{
    color: #0a0a0a;
    border-color: #0a0a0a;
  }
  .another_sec ul li p:after{
    background: #0a0a0a;
  }
  .another_sec{
    overflow: hidden;
  }
  .outro_sec .inner_wrap{
    padding: 41px 20px 130px;
  }
  .outro_sec img{
    width: 288px;
  }
  .outro_sec .btn_group{
    margin-top: 24px;
  }
  .interview_wrap{
    position: relative;
  }
  .another_slide .slides-progress,.interview_wrap .slides-progress{
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #E4E4E4;
    width: calc(100% - 20px);
  }
  .another_slide,.interview_slide{
    position: relative;
    padding-bottom: 23px;
  }
  .another_sec .inner_wrap{
    padding: 130px 0;
  }
  .another_wrap{
    margin-left: 20px;
    overflow: hidden;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #653FFE;
    border-radius: 4px;
  }
}