@charset "utf-8";
/* 새글 스킨 (latest) */
.sj_pic_lt {
    margin:0 auto;
    width:1002px;
}
.sj_pic_lt:after {
    clear: both;
    content:'';
    display:block;
}
.sj_pic_lt > ul {
    display: inline-block;
    float: left;
}
.sj_pic_lt ul li {
    float: left;
    width:237px;
    height: 433px;
    border:1px solid #ececf1;
    vertical-align: top;
}
.sj_pic_lt ul li:nth-child(2) {
    margin:0 18px;
}
.sj_pic_lt ul li .lt_img{
    display: block;
    width: 100%;
}
.sj_pic_lt ul li .lt_img img {
    width: 100%;
}
.sj_pic_lt ul li .info_box {
    height:240px;
}
.sj_pic_lt ul li .info_box .cate {
    margin:24px 0 0;
    padding:0 0 0 10px;
    font-size:1.0rem;
    color:#282b9a;
    border-left:2px solid #282b9a;
}
.sj_pic_lt ul li .info_box .info_sbj {
    display: block;
    padding:14px 12px 18px 12px;
    letter-spacing: -1px;
}
.sj_pic_lt ul li .info_box .info_con {
    padding:0px 12px 18px 12px;
    font-size:0.82rem;
    color:#626262;
    letter-spacing: -1px;
    line-height: 1.4;
}

.sj_bbs_notice {
    display: inline-block;
    float: right;
    width:237px;
    height: 433px;
    border:1px solid #ececf1;
}
.sj_bbs_notice .info_box {
    position: relative;
    padding:16px 16px 0;
    height:243px;
}
.sj_bbs_notice .info_box:before {
    position: absolute;
    left:16px;
    bottom:0;
    content:'';
    display: block;
    background: #e9e9e9;
    width:205px;
    height:1px;
}
.sj_bbs_notice .nt_emphasis {
    padding:10px 0 0;
    font-size:1.12rem;
    color:#073e8e;
    font-weight: 600;
}
.sj_bbs_notice .nt_bbs {
    padding:20px 0 15px;
    font-size:1.08rem;
    color:#505050;
    font-weight: 600;
}
.sj_bbs_notice .nt_sbj {
    margin:0 0 20px 0;
    height: 1.6rem;
    font-size:0.88rem;
    color:#505050;
    font-weight: 600;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
}
.sj_bbs_notice .nt_con {
    position: relative;
    padding:20px 0 0;
    font-size:0.82rem;
    color:#505050;
    letter-spacing: -1px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    height: 3.2rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sj_bbs_notice .nt_con:before {
    position: absolute;
    top:0;
    left:0;
    content:'';
    background: #e7e7e7;
    width:36px;
    height:1px;
}
.sj_bbs_notice .nt_date {
    padding:24px 0 0;
    font-size:0.82rem;
    color:#505050;
}
.sj_bbs_notice .top_more_btn {
    position: absolute;
    top:16px;
    right:10px;
}
.sj_bbs_notice .bottom_more_btn {
    position: absolute;
    bottom:0;
    right:0;
}
.sj_bbs_notice .data_box{
    padding:26px 0 0;
    text-align: center;
}
.sj_bbs_notice .data_box a {
    display: inline-block;
    margin: 0 12px 0;
}
