@charset "UTF-8";
/* CSS Document */

  .splide {
        text-align: center;
        background-color: #e5e5e5;
        padding: 5%;
      border: 1px solid #cccccc;
    }
    
    .splide__list {
        margin-bottom: 2rem;
        text-align: center;
    }

.splide__slide {
    text-align: center;
}
    
    .splide__slide img {
        width: 60%;
        height: auto;
    }

    .ep-title {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 500;
        background-color: #000000;
        padding: 6px;
        width: 60%;
    }
    
    .splide__pagination__page{background:#ffce00;}

.splide__pagination__page.is-active{transform:scale(1.4);background:#cf102d;}
    
@media (max-width: 1025px ) {
    
    .splide__slide img {
        width: 100%;
    }
    
    .ep-title {
    width: 100%;
}


}
