@charset "utf-8";

/* 새글 스킨 (latest) */
.block_col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.b_cons {
    width: calc(50% - 34px);
    margin: 10px 17px;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.b_cons_m {
    width: calc(50% - 34px);
    margin: 10px 17px;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.b_cons a {
    display: flex;
}

.b_cons a .b_warp_l {
    text-align: center;
    padding: 0 10px;
}

.b_cons a .b_warp {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: calc(100% - 110px);
}

.b_cons a .b_warp_l .b_day {
    font-size: 40px;
}
.b_cons a .b_warp_l .b_day,
.b_cons a .b_warp_l .b_ym {
    width: 80px;
    text-align: center;
}
.b_subject {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.b_content {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
    font-weight: 300;
}
.more_con_btm {
    text-align: center;
    margin-top: 60px;
}
.more_con_btm .more_a {
    background-color: #348F71;
    color: #fff;
    padding: 11px 46px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}
.b_warp_top {
    display: flex;
    justify-content: space-around;
}
.b_warp_top_1 {
    text-align: left;
    width: 50%;
    font-size: 16px;
}
.b_warp_top_2 {
    text-align: right;
    width: 50%;
    font-size: 14px;
}

@media screen and (max-width:768px){
    .more_con_btm {
        margin-top: 40px;
    }
    h2.latest_tit {
        margin-bottom: 0.5em;
    }
    .b_cons {
        width: 100%;
        padding: 20px 10px;margin: 5px 17px;
    }
    .b_cons_m {
        width: 100%;
        padding: 20px;margin: 5px 17px;
    }
    .b_cons a .b_warp {
        max-width: calc(100% - 100px);
    }
    .b_cons a .b_warp_l {
        padding: 0;
    }
    .b_subject {
        font-size: 16px;
    }
    .b_content {
        font-size: 14px;
    }
    .b_warp_con {
        text-align: left;
    }
    .b_warp_con .b_subject {
        font-size: 16px;
        font-weight: bold;
    }
    .b_warp_con .b_content {
        font-size: 14px;
        margin-top: 0.5em;
    }
    .more_con_btm .more_a {
        font-size: 14px;
        padding: 7px 31px;
    }

}