@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: 80px;  
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
}
.swiper-content {
    margin: 3px;
    border: 1px solid #c6c6c6;
    box-shadow: #ddd 0px 0px 10px 0px;
}
.swiper-txt {
    text-align: left;
    padding: 20px 15px;
}
.swiper-txt h2 {
font-size: 16px;
font-weight: 500;
color: #1e53a2;
padding-bottom: 16px;
}	
.swiper-txt p {
    font-size: 15px;
    line-height: 1.2em;
    height: 56px;
    overflow-y: scroll;
}	