@charset "utf-8";

/* 자유게시판 최신글 스킨 - main2 테이블 스타일 */
.main2Swiper2 .box_wrap .box:first-child {
    flex: 2;
    justify-content: flex-start;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main2Swiper2 .box_wrap .box:first-child a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.main2Swiper2 .box_wrap .box:nth-child(2) {
    flex: 0.8;
}
.main2Swiper2 .box_wrap .box:nth-child(3) {
    flex: 0.6;
}

/* 빈 게시물 */
.main2Swiper2 .box_wrap.empty {
    justify-content: center;
    color: #999;
}
.main2Swiper2 .box_wrap.empty .box {
    justify-content: center;
    flex: none;
}
