@charset "utf-8";

/*슬라이더css*/
.sample-slider{width:100%;}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}
.sample-slider img {
    width: 100%;
    padding: 10px;
    max-width: 185px;
    margin: 0 auto;
}
.sample-slider .swiper-wrapper{
	transition-timing-function: linear;
}

@media (max-width: 980px){
	.swiper-slide {
		margin: 5px;
	}	
	.sample-slider img {
		padding: 6px;
	}	
}