@charset "utf-8";

/* 새글 스킨 (latest) */
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-direction: column;
margin-bottom: 30px;  
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-content {
    margin: 3px;
    border: 1px solid #c6c6c6;
    box-shadow: #ddd 0px 0px 10px 2px;
}
.swiper-txt {
text-align: left;
padding: 20px;
}
.swiper-txt h2 {
font-size: 21px;
font-weight: 500;
color: #434343;
/*padding-bottom: 18px;*/
}	
.swiper-txt p {
    font-size: 14px;
    line-height: 1.2em;
    height: 100px;
    overflow-y: scroll;
}	
@media screen and (max-width:620px){
    .swiper-txt h2 {
    font-size: 18px;
    }	
}
@media screen and (max-width:420px){
    .swiper-txt h2 {
    font-size: 16px;
    }	
}