html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        height: 400px;
    }








    .content {
        height:50vh;
        width: 100vw;
        background: #ccc;
        line-height: 50vh;
        font-family: sans-serif;
        color: #fff;
        text-align: center;
      }
      
      .swiper-slide:nth-child(even) .content {
        background-color: #999;
      }
      
 
      .swiper-scrollbar {
        top: calc(50vh + 20px);
      }
      
      .swiper-scrollbar-2 {
        top: calc(50vh + 40px);
      }
      
      .swiper-scrollbar-2 .swiper-scrollbar-drag {
        width: auto;
        position: absolute; 
        height: 100%;
      }

      .lft_img
      {
          width: 80%;
          padding: 5%;
          background: #ccc;
      }

      .rt_dsc
      {
        width: 20%;
        padding: 5%;
        background: #666;
    }
.ttl_dsc
{
    display: flex;
}
.s-hero .swiper-scrollbar {
    -webkit-transition: opacity .25s ease;
    -khtml-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: absolute;
    right: 30px;
    background-color: rgba(28,58,19,.1);
    height: 4px;
    width: calc(100% - 60px);
    border-radius: 0;
}
.swiper-scrollbar {
    width: 302px;
    right: 50px;
}
    .swiper-wrapper{
      padding-left: initial;
      margin: 0;
    }
    

 
