.index-content .section-01 .s-slide {}

.index-content .section-01 .s-slide .box {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.index-content .section-01 .s-slide .title-wrap {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.index-content .section-01 .s-slide .title-wrap h3 {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
.index-content .section-01 .s-slide .title-wrap h3 a:hover {
    text-decoration: none;
    color: #000;
}
.index-content .section-01 .s-slide .title-wrap p {
    font-size: 14px;
    color: #555555;
    margin-top: 13px;
    line-height: 21px;
}
.index-content .section-01 .s-slide .thumb_wrap {
    overflow: hidden
}

.index-content .section-01 .s-slide .thumb_wrap .scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    /* 부드러운 모션을 위해 추가*/
}

.index-content .section-01 .s-slide .thumb_wrap .scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}