section{position: relative;}
.bd1660{width: 1660px; margin: 0 auto; max-width: 100%;}

#ecopro01 .content_wrap{width: 100%; height: 100vh; position: relative;}
#ecopro01 .content_wrap .bg{width: 100%; height: 100%; overflow: hidden;}
#ecopro01 .content_wrap .bg img{width: 100%; height: 100%; transform: scale(1); animation-name: bg; animation-duration: 3s; animation-direction: alternate; animation-iteration-count: infinite;}

@keyframes bg {
    from {transform: scale(1);}
    to {transform: scale(1.05);}
  }

#ecopro01 .content{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding-top: 100px;}
#ecopro01 .content .txt{color: #fff; text-align: center; padding-top: 140px;}
#ecopro01 .content .txt h1{font-size: 55px; line-height: 1.3; padding-bottom: 40px;}
#ecopro01 .content .txt p{font-size: 24px; opacity: 0.8; padding-bottom: 20px; line-height: 1.4;}

#ecopro01 .icon_img{width: 55px; margin: 0 auto; margin-bottom: 24px;}

#ecopro01 .bot_content{width: 1660px; height: 220px; max-width: calc(100% - 40px); background-color: rgba(0, 0, 0, 0.7); display: flex; margin: 0 auto; left: 50%; transform: translateX(-50%); position: absolute; bottom: 0; color: #fff; border-top-left-radius: 40px; border-top-right-radius: 43px;}
#ecopro01 .bot_content .inner{display: flex; width: calc(100% - 513px); justify-content: center; align-items: center;}
#ecopro01 .bot_content .inner li{padding: 56px 70px;}
#ecopro01 .bot_content .inner li:hover{background-color: rgba(255, 255, 255, 0.2);}

#ecopro01 .bot_content .inner .icon{cursor: pointer;}
#ecopro01 .bot_content .inner .icon p{font-size: 19px;}
#ecopro01 .bot_content .apply_btn{width: 513px; cursor: pointer; display: flex; justify-content: center; align-items: center; background: linear-gradient(90deg,#00b9d4, #3473c9); transition-duration: 1s; border-top-right-radius: 40px;}
#ecopro01 .bot_content .apply_btn p{font-size: 28px; line-height: 1.4; margin-right: 74px;}
#ecopro01 .bot_content .apply_btn i{width: 65px; height: 65px; border-radius: 35px; display:block;}

#ecopro01 .bot_content .apply_btn:hover{ background: linear-gradient(180deg,#00b9d4, #3473c9);}
#ecopro01 .bot_content .apply_btn:hover i{background-color: rgba(255, 255, 255, 0.2);}


#ecopro02{background-color: #f5f5f5;}
#ecopro02 .top_content{display: flex; justify-content: space-between; align-items: center;}
#ecopro02 .top_content h1{display: inline-block; background: linear-gradient(90deg,#00b9d4, #3473c9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 55px;}
#ecopro02 .content_wrap{padding: 130px 0;}
#ecopro02 .top_content .btn{display: flex;}
#ecopro02 .top_content .btn li{width: 140px; height: 50px; font-size: 18px; letter-spacing: 1px; cursor: pointer; border-radius: 30px; color: #888; border: 1px solid #888888; text-align: center; line-height: 50px; margin-left: 10px;}
#ecopro02 .top_content .btn li.on{background-color: #888; color: #fff;}
#ecopro02 .top_content .btn li:hover{background: linear-gradient(90deg,#00b9d4, #3473c9); color: #fff; border-color: #00b9d4;}

#ecopro02 .bot_content{padding-top: 65px;}
#ecopro02 .bot_content ul{display: flex; margin: -20px; flex-wrap: wrap;}
#ecopro02 .bot_content ul li{width: 25%; padding: 20px;}
#ecopro02 .bot_content .no_post .apply{position: relative;}
#ecopro02 .bot_content .no_post .apply p{font-size: 20px; width: 100%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#ecopro02 .bot_content .apply{background-color: #fff; display: flex; flex-wrap: wrap; width: 100%; height: 100%; border-radius: 20px; padding: 40px; cursor: pointer;}
#ecopro02 .bot_content .apply>div{width: 100%;}
#ecopro02 .bot_content .apply .name{color: #8b8b8b; font-size: 20px; padding-bottom: 6px;}
#ecopro02 .bot_content .apply h4{color: #2e2e2e; font-size: 26px; word-break: keep-all; line-height: 1.4;}
#ecopro02 .bot_content .group{padding-top: 35px; display: flex; justify-content: space-between; align-items: center;}
#ecopro02 .bot_content .group h6{font-size: 15px;}
#ecopro02 .bot_content .group h6.always{color: #0ec896;}
#ecopro02 .bot_content .group h6.Dday{color: #008bd5;}
#ecopro02 .bot_content .group_btn{width: 70px; height: 35px; color: #888; border-radius: 20px; border: 1px solid #888; text-align: center; line-height: 35px; font-size: 15px;}


#ecopro02 .bot_content .apply:hover{background: linear-gradient(90deg,#00b9d4, #3473c9);}
#ecopro02 .bot_content .no_post .apply:hover{background: linear-gradient(90deg,#fff, #fff);}
#ecopro02 .bot_content .apply:hover .name{color: #fff;}
#ecopro02 .bot_content .apply:hover h4{color: #fff;}
#ecopro02 .bot_content .apply:hover .group h6.always{color: #fff;}
#ecopro02 .bot_content .apply:hover .group h6.Dday{color: #fff;}
#ecopro02 .bot_content .apply:hover .group_btn{border-color: #fff; color: #fff;}

.main_modal{position: fixed; top: 52%; transform: translateY(-50%); left: 100px; cursor: pointer; z-index: 999; box-shadow: 10px 10px 10px rgba(0,0,0,0.05);}
.main_modal .modal_close{position: absolute; right: -15px; top: -15px; text-align: center; line-height:27px; width: 30px; height: 30px; font-size: 21px; font-weight: bold; background-color: #fff; border-radius: 20px;}



/* 에코프로 리뉴얼 */


.main-top-wrap {
  width:100%;
  height:100vh;
  position:relative;
  overflow: hidden;
}

.main-top-wrap .video-bg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index:-1;
  opacity:0.6;
}

.main-top-wrap .video-bg video {
  width:100%;
  height:100%;
  object-fit: cover;;
}

.main-top-wrap .bg-overlay {
  background:#000;
  opacity:1;
  width:100%;
  height:100vh;
  position:absolute;
  top:0;
  left:0;
  z-index: -2;
}

.main-top-con {
  color:#fff;
  text-align: center;
  position:absolute;
  top:49%;
  left:50%;
  transform: translate(-50%,-50%);
  width:100%;
  display: flex;
  flex-direction: column;
  gap:70px;
  align-items: center;
}

.main-top-text {
  display:flex;
  flex-direction: column;
  gap:25px;
}

.main-top-text h2 {
  font-size:80px;
  line-height:1;
  font-weight:800;
}

.main-top-text span {
  font-size:32px;
  font-weight:600;
}

.main-top-text p {
  font-size:24px;
}

.main-top-box {
  display: flex;
  padding:30px 50px;
  align-items: center;
  justify-content:space-between;
  width:400px;
  background:#00000055;
  border-radius: 20px;
  font-size:24px;
}

.main-top-box span {
  display: flex;
  gap:10px;
  align-items: center;
  line-height:1;
}

.main-top-box em {
  font-size:40px;
  font-weight: 700;
  color:#0099ff;
}

.main-top-wrap .main_sec1_scroll {position:absolute;bottom:10%;left:50%;transform:translate(-50%,0);color:#fff;font-weight:400;opacity:0.5;
  animation-name:down;
  animation-duration:2s;
  animation-iteration-count:infinite;}
  @keyframes down {
      0% {bottom:13%;opacity:0.7;}
      70% {bottom:10%}
      }

.main-top-wrap .main_sec1_scroll_t {
  font-size:clamp(14px, 2vw, 18px);
  position:absolute;
  bottom:6%;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  opacity:0.5;
}

/* main2 */

.main2-text-wrap {
  display: flex;
  flex-direction: column;
  gap:20px;
}

.main2-text-wrap span {
  font-size:30px;
  line-height:1;
}

.main2-text-wrap h3 {
  font-size: 70px;
  font-weight:800;
  line-height:1;
}

.main2-text-wrap h3 b {
  color:#0099ff;
  font-weight:800;
}

.main2-text {
  font-size:22px;
  line-height:1.3;
  margin:60px 0 80px;
}

.main2-con-wrap {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  gap:20px;
}

.main2-con-wrap li {
  width:100%;
  aspect-ratio: 1/1;
  border:3px solid #eee;
  border-radius:20px;
  overflow: hidden;
  transition:0.1s;
}

.main2-con-wrap li a {
  display:inline-block;
  padding:45px 50px;
  width:100%;
  height:100%;
}

.main2-con-wrap li:hover  {
  border:3px solid #0099ff;
  transition:0.1s;
}

.main2-con-wrap li figure {
  width:100px;
  aspect-ratio: 1/1;
  margin-bottom:25px;
}

.main2-con-wrap li img {
  width:100%;
  height:100%;
  object-fit: cover;
  display: block;
}

.main2-con-wrap li span {
  font-size:30px;
  font-weight:800;
  display: flex;
  align-items: baseline;
  gap:3px;
}

.main2-con-wrap li span i {
  font-size:22px;
  padding-left:4px;
  transition:0.2s;
  color:#666;
}

.main2-con-wrap li:hover span i { 
  padding-left:10px;
  transition:0.2s;
}


.main2-con-wrap li span em {
  font-size:24px;
  font-weight: 700;
}

.main2-con-wrap li p {
  padding-top:10px;
  font-size:18px;
  line-height:1.5;
}

/* main3 */
.main3-wrap.pd130 {padding-top:100px; padding-bottom:30px;}

.main3-top {
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main3-top .slide-btn-wrap {
  display:flex;
  gap:20px;
}

.main3-top .slide-btn {
  width:80px;
  height:80px;
  background:#0099ff;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main3-top .slide-btn figure {
  width:fit-content;
}

.main3-top .slide-btn img {
  display:block;
  object-fit: contain;
}


.main3-wrap h3 {
  font-size:55px;
  line-height:1.3;
}

.main3-slide-con { 
  aspect-ratio: 5/2;
  border-radius:20px;
  overflow: hidden;
  margin:100px 0;
  box-shadow: 0 0 20px #00000033;
  transition: transform 0.3s;
}

.talent-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding:15px;
  align-items: center;
}

.talent-box figure {
  width:100%;
  height:100%;
  border-radius:10px;
  overflow: hidden;
}

.talent-box figure img {
  width:100%;
  height: 100%;
  object-fit: cover;
}

.slide-text {
  margin:0 80px;
  display:flex;
  flex-direction: column;
  gap:40px;
}

.slide-text h4 {font-size:42px;line-height:1;position:relative;padding-left:25px;}

.slide-text h4::after {
  display: block;
  content: "";
  width:10px;
  height: 100%;
  background:#0099ff;
  position:absolute;
  top:45%;
  left:0;
  transform: translateY(-50%);
}

.slide-text p {font-size:24px;line-height:1.5;}

.slide-text ul {
  background:#f6f6f6;
  padding:14px 25px 12px;
  width:fit-content;
  border-radius:10px;
  display:flex;
  gap:25px;
}

.slide-text ul li {
  position:relative;
  font-size:18px;
}


.slide-text ul li::after {
  position:absolute;
  display: block;
  content:"";
  top:45%;
  width:1px;
  height:80%;
  background:#ccc;
  right:-13px;
  transform:translateY(-50%);
}

.slide-text ul li:last-child:after {
  display:none;
}





/* .main3-slide-wrap .slick-list {margin:0 -100px;}
.main3-slide-wrap .slick-slide {margin:0 100px;}


.main3-slide-wrap .slick-slide,
.main3-slide-wrap .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1.0);
  transition: transform 0.3s;
}

.main3-slide-wrap .slick-center,
.main3-slide-wrap .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.35);
  transition: transform 0.3s;
} */




.swiper-container {
  position:relative;
}
.swiper-container > .swiper-slide__content {
position:absolute;
top:0;
}

.swiper-slide {
display:flex;
align-items: center;
justify-content:center;
transition:all 0.3s linear;
transform: scale(0.8);

&.swiper-slide-active{
  transform: scale(1.02); 
}
}
.swiper-slide__content {
height: 300px;
}

















/* ********************************************* *
 * 1800px
 * ********************************************* */
 @media screen and (max-width: 1800px){
   
  .bd1660{padding: 0 16px;}
  #ecopro02 .bot_content .apply h4{font-size: 24px;}
  
  
  .main2-con-wrap li figure {
    width:80px;
    margin-bottom:10px;
  }

  .main2-con-wrap li p {
    padding-top:0;
  }

  .main2-con-wrap li a {
    padding:40px 40px;
  }


  .slide-text {
    margin:0 60px;
    gap:25px;
  }
  
  .slide-text h4 {
    font-size:38px;
  }

  .slide-text p {
    font-size:22px;
    line-height:1.4;
  }

  .slide-text ul {
    padding:10px 20px 8px;
  }




}


/* ********************************************* *
 * 1600px
 * ********************************************* */
@media screen and (max-width: 1600px){


  .main2-con-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }


  .main2-con-wrap li {
    aspect-ratio: unset;
  }

  
  



  .main3-top .slide-btn {
    width:75px;
    height:75px;
  }

  .main3-top .slide-btn img {
    width:90%;
    margin:0 auto;
  }

  .talent-box {
    grid-template-columns: 3fr 4fr;
  }






}


/* ********************************************* *
* 1400px
* ********************************************* */
@media screen and (max-width: 1440px){

  #ecopro02 .bot_content ul li{width: 33.333%;}
  #ecopro01 .bot_content .inner li{padding: 26px 40px;}
  #ecopro01 .bot_content{height: 160px;}
  #ecopro01 .bot_content .inner{width: calc(100% - 380px);}
  #ecopro01 .bot_content .apply_btn{width: 380px;}
  #ecopro01 .bot_content .apply_btn p{font-size: 24px;}
  #ecopro01 .bot_content .apply_btn i{width: 40px; height: 40px;}
  #ecopro01 .icon_img{width: 42px; margin-bottom: 10px;}
  

  .main2-text-wrap span {
    font-size:28px;
  }

  .main2-text-wrap h3 {
    font-size:60px;
  }

  .main3-wrap h3 {
    font-size:50px;
  }

  .slide-text {
    margin:0 50px;
  }
  
  .slide-text h4 {
    font-size:36px;
  }

  .slide-text p {
    font-size:20px;
  }


  




  .index-ft-top ul {
    gap:15px;
  }

}

/* ********************************************* *
* 1200px
* ********************************************* */
@media screen and (max-width: 1200px){

  #ecopro02 .top_content h1{font-size: 44px;}
  #ecopro02 .bot_content .apply .name{font-size: 18px;}
  #ecopro02 .bot_content .apply h4{font-size: 20px;}
  #ecopro02 .bot_content .group h6{font-size: 16px;}
  #ecopro02 .bot_content .group_btn{width: 65px; height: 30px; line-height: 30px;}
  #ecopro02 .bot_content ul li{padding: 12px;}
  #ecopro02 .bot_content ul{margin: -12px;}


  .main-top-text h2 {
    font-size:64px;
  }

  .main-top-text span {
    font-size:28px;
  }

  .main-top-text p {
    font-size:22px;
  }

  .main-top-box {
    font-size:22px;
  }

  .main-top-box em {
    font-size:36px;
  }

  .pd130 {padding-top:100px;padding-bottom:100px;}

  .main2-text-wrap {
    gap:10px;
  }

  .main2-text-wrap span {
    font-size:26px;
  }

  .main2-text-wrap h3 {
    font-size:50px;
  }

  .main2-text {
    font-size:20px;
    margin:30px 0 50px;
  }

  .main2-con-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .main2-con-wrap li {
    aspect-ratio: unset;
  }

  .main3-wrap h3 {
    font-size:42px;
  }

  .main3-wrap.pd130 {
    padding-top:70px;
  }

  .main3-top .slide-btn-wrap {
    gap:10px;
  }
  
  .main3-top .slide-btn {
    width:70px;
    height:70px;
  }

  .main3-top .slide-btn img {
    width:80%;
    margin:0 auto;
  }


  .slide-text {
    margin:0 45px;
  }
  
  .slide-text h4 {
    font-size:32px;
  }

  .slide-text p {
    font-size:18px;
  }

  .slide-text ul {
    padding:8px 15px 6px;
    gap:20px;
  }

  .slide-text ul li {
    font-size:16px;
  }

  .slide-text ul li::after {
    right:-10px;
  }
  


}

/* ********************************************* *
* 1100px
* ********************************************* */
@media screen and (max-width: 1100px){

  #ecopro01 .bot_content .inner{display: none;}
  #ecopro01 .bot_content .apply_btn{width: 100%; padding: 0 60px; border-top-right-radius: 0; justify-content: space-between;}
  #ecopro01 .bot_content{max-width: 100%;}
  #ecopro01 .bot_content .apply_btn p br{display: none;}

}


/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (max-width: 960px){

  #ecopro02 .bot_content ul li{width: 50%;}
  #ecopro01 .content .txt h1{font-size: 44px;}
  #ecopro01 .content .txt p{font-size: 20px;}


  .index-ft-top ul {
    grid-template-columns: 1fr 1fr;
  }
  
  .main3-top .slide-btn {
    width:60px;
    height:60px;
  }

  .main3-top .slide-btn img {
    width:70%;
  }




}



/* ********************************************* *
* 860px
*
********************************************* */
@media screen and (max-width: 860px){

  #ecopro01 .content .txt{padding-top: 100px;}
  #ecopro02 .top_content{flex-wrap: wrap-reverse;}
  #ecopro02 .top_content .btn{width: 100%; margin-bottom: 20px;}
  #ecopro02 .top_content .btn li{margin-left: 0; font-size: 16px; width: 100px; height: 40px; line-height: 40px;}
  #ecopro02 .top_content .btn li:first-child{margin-right: 10px;}
  #ecopro02 .bot_content{padding-top: 30px;}
  #ecopro02 .content_wrap{padding: 70px 0;}
  
  .main_modal{left: 20px; top: 100px; transform: translateY(0);}


}




/* ********************************************* *
* 768px
* ********************************************* */

@media screen and (max-width: 768px){


  .pd130 {padding-top:70px;padding-bottom:70px;}


  .main-top-text h2 {
    font-size:48px;
  }

  .main-top-text span {
    font-size:24px;
    line-height:1.4;
    width:70%;
    margin:0 auto;
  }

  .main-top-text p {
    font-size:20px;
    line-height:1.4;
  }

  .main-top-box {
    padding:20px 40px;
    width:300px;
    font-size:18px;
  }

  .main-top-box em {
    font-size:30px;
  }

  .main-top-box span {
    gap:5px;
  }

  .main-top-text {
    gap:15px;
  }





  .main2-con-wrap {
    grid-template-columns: 1fr;
  }

  
  .main3-top {
    flex-direction: column;
    align-items: unset;
    gap:10px;
  }


  .index-ft-top ul {
    grid-template-columns: 1fr;
  }

  .main3-slide-con {
    aspect-ratio: unset;
  }

  .talent-box {
    grid-template-columns: 1fr;
    gap:10px;
  }

  .slide-text {
    margin: 25px 15px;
    gap:15px;
  }

  .main2-text-wrap h3 {
    font-size:34px;
  }

  .main2-text-wrap span {
    font-size:22px;
  }

  .main3-wrap h3 {
    font-size:30px;
  }

  .main2-text {font-size:18px;}

  .main2-con-wrap li a {
    padding:30px;
  }

  .main2-con-wrap li span {
    font-size:24px;
  }

  .main2-con-wrap li span em {
    font-size:20px;
  }

  .main2-con-wrap li span i {
    font-size:18px;
  }

  .main2-con-wrap li p {
    font-size:16px;
  }

  .main3-wrap.pd130 {
    padding-top: 30px;
    padding-bottom:10px;
  }

  .main3-slide-con {
    margin: 50px 0 70px;
  }

  .main3-top .slide-btn {
    width:40px; height:40px;
  }

  .main3-top .slide-btn img {
    width:50%;
  }

  .slide-text h4 {
    font-size:24px;
    padding-left:15px;
  }

  .slide-text h4::after {
    width:6px;
  }

  .slide-text p {
    font-size:16px;
  }

  .slide-text ul li {
    font-size:14px;
  }












}




/* ********************************************* *
* 680px
* ********************************************* */
@media screen and (max-width: 680px){

  #ecopro01 .content_wrap{height: 520px;}
  #ecopro01 .content .txt{padding-top: 10px;}
  #ecopro01 .content .txt h1{font-size: 32px;}
  #ecopro01 .content .txt p{font-size: 16px;}
  #ecopro01 .bot_content .apply_btn p{font-size: 18px;}
  #ecopro01 .bot_content .apply_btn{padding: 0 20px;}
  #ecopro01 .bot_content .apply_btn i{width: 36px; height: 36px;}
  #ecopro01 .bot_content{height: 90px;}
  
  #ecopro02 .bot_content ul li{width: 100%;}
  #ecopro02 .bot_content .apply{padding: 20px 30px;}

  #ecopro02 .top_content h1{font-size: 32px;}
  
  .main_modal{width: 510px; max-width: 100%;}
  
}

/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 540px){

  .main_modal{width: 400px;}


}


/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){

  #ecopro02 .top_content,#ecopro02 .top_content .btn{justify-content: center;}



}

/* ********************************************* *
* 450px
* ********************************************* */
@media screen and (max-width: 450px){

  .main_modal{width: 300px;}
  




  .main-top-text h2 {
    width:80%;
    margin:0 auto;
    font-size:42px;
  }

  .main-top-text span {
    font-size:20px;
  }

  .main-top-text p {
    font-size:16px;
  }

  .main-top-box {
    width:70vw;
    border-radius: 10px;
    font-size:16px;
    padding:15px 30px;
  }

  .main-top-box em {
    font-size:26px;
  }

  .main2-text-wrap span {
    font-size:20px;
  }

  .main2-text-wrap h3 {
    font-size:30px;
  }

  .main2-text {
    font-size:16px;
    margin:20px 0 40px;
  }

  .main2-con-wrap li figure {
    width:70px;
  }

  .main2-con-wrap li span {
    font-size:22px;
  }

  .main2-con-wrap li span i {
    font-size:16px;
    padding-left:0;
  }

  .main2-con-wrap li span em {
    font-size:18px;
  }

  .main2-con-wrap li p {
    font-size:14px;
  }

  .main2-con-wrap li a {
    padding:25px 30px;
  }

  .main2-con-wrap li {
    border-radius:15px;
  }

  .main3-wrap h3 {
    font-size:24px;
  }

  .main3-wrap.pd130 {
    padding-top:10px;
  }

  .main3-top .slide-btn {
    width:35px; height:35px;
  }

  .main3-top .slide-btn-wrap {
    gap:5px;
  }

  .main3-top .slide-btn img {
    width:46%;
  }

  .main3-slide-con {
    margin:40px 0 70px;
  }

  .slide-text h4 {
    font-size:22px;
  }

  .slide-text p {
    font-size:14px;
  }

  .slide-text ul {
    padding:8px 10px 6px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    width:100%;
    text-align: center;
    border-radius: 8px;
  }

  .slide-text ul li:nth-child(2n)::after {
    display:none;
  }

  
  .slide-text ul li:nth-child(1)::before,
  .slide-text ul li:nth-child(2)::before {
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #ccc;
    left:0;
  }

  .slide-text {
    margin:20px 10px 15px;
  }









}
