@charset "utf-8";



/* 최근게시물 */
.wrap-recent1 {overflow:hidden; position: relative; border:1px solid #d8d8d8; border-radius:1.2rem; line-height: 1.5;}
.wrap-recent1 .frame {height:100%; display: flex; flex-direction: column;}
.wrap-recent1 .tab {position: relative; display: flex; padding:2rem 1.5rem;}
.wrap-recent1 .tab button {padding:1.1rem 1.4rem; border-radius:.8rem .8rem 1.8rem .8rem; font-family: pbGOV; font-size: 1.9rem; color:#555; letter-spacing: -.03rem;}
.wrap-recent1 .tab button.active {background:#1F3C76; color:#fff;}

.wrap-recent1.color1 .tab button.active {background:#1F3C76;}
.wrap-recent1.color2 .tab button.active {background:#2F67CD;}

.wrap-recent1 .row {display: flex; flex-direction: column; flex:1;}
.wrap-recent1 .row > li {display: none;}
.wrap-recent1 .row > li.active {display: flex; flex-direction: column; flex:1;}
.wrap-recent1 .first-news {flex:1; padding:0 2.4rem 2rem 3rem;}
.wrap-recent1 .first-news a {position: relative; display: flex; height:100%;}
.wrap-recent1 .first-news .img-box {margin-right: 1.4rem; flex-shrink: 0;}
.wrap-recent1 .first-news .text-box {flex-grow: 1;}
.wrap-recent1 .first-news .sj {overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; margin-bottom: 1rem; font-family: pbGOV; font-size: 1.9rem; line-height: 2.9rem; word-break: break-all; color:#1d1d1d;}
.wrap-recent1 .first-news .sj span {background-image: linear-gradient(#1d1d1d, #1d1d1d); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 0.2rem; transition: background-size .5s;}
.wrap-recent1 .first-news a:hover .sj span {background-size:100% 0.2rem;}
.wrap-recent1 .first-news .cn {overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; font-family: prGOV; font-size: 1.7rem; color:#555; line-height: 2.6rem;}
.wrap-recent1 .list { min-height:18.6rem; padding:2.4rem 2.4rem; background:#1F3C76;}
.wrap-recent1.color1 .list {background:#1F3C76;}
.wrap-recent1.color2 .list {background:#2F67CD;}
.wrap-recent1 .list li {margin-top: 1.2rem;}
.wrap-recent1 .list li:first-child {margin-top: 0;}
.wrap-recent1 .list a {overflow:hidden; position: relative; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient:vertical; padding-left:2.5rem; font-family: prGOV; font-size: 1.7rem; color:#fff; }
.wrap-recent1 .list a::before {content:''; position: absolute; left:.7rem; top:1rem; width:0.4rem; height:0.4rem; background:#fff;}
.wrap-recent1 .list a.top-notice{padding-left: 3rem;}
.wrap-recent1 .list a.top-notice::before{content:''; position: absolute; left:0rem; top:.1rem; width:2rem; height:2rem; border-radius: 50%; background:url(../images/ic-noti-w.png) no-repeat center center;}
.wrap-recent1 .list a span {background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 1px; transition: background-size .5s; word-break: break-all;}
.wrap-recent1 .list a:hover span {background-size:100% 1px;}
.wrap-recent1 .date {position: absolute; bottom:0; width:100%; margin-top: 1rem; text-align:right;}
.wrap-recent1 .date span {font-family: prGOV; font-size: 1.5rem; color:#8C8C8C;}

.wrap-recent1 .more {position: absolute; right:2.4rem; top:3.6rem; width:1.2rem; height:1.2rem; background:url(../images/ic-more.png) no-repeat center; text-indent: -9999rem; transition: transform .3s;}
.wrap-recent1 .more:hover {transform: rotate(180deg);}

.wrap-recent1 .list.nodata-wrap {display: flex; align-items: center;justify-content: center;}
.wrap-recent1 .list .nodata {font-family: prGOV; color:#fff; font-size: 1.7rem;}
@media screen and (max-width:1300px) {
    .wrap-recent1 .tab button {font-size: 1.7rem;}
}
@media screen and (max-width:1200px) {
    .wrap-recent1 {max-height:23rem;}
    .wrap-recent1 .tab {padding:1.5rem;}
    .wrap-recent1 .tab button {font-size: 1.9rem;}
    .wrap-recent1 .first-news {padding:0 3rem;}
    .wrap-recent1 .first-news a {position: relative; padding-left:1.4rem;}
    .wrap-recent1 .first-news a::before {content:''; position: absolute; left:0; top:1rem; width:0.4rem; height:0.4rem; background:#1d1d1d;}
    .wrap-recent1 .first-news .sj {-webkit-line-clamp: 1;font-family: prGOV; font-size:1.7rem; color:#1d1d1d; line-height: 1.5;}
    .wrap-recent1 .first-news .cn {display: none;}
    .wrap-recent1 .first-news .date {display: none;}
    .wrap-recent1 .first-news .sj span {background-size: 0 0.1rem;}
    .wrap-recent1 .first-news a:hover .sj span {background-size: 100% 0.1rem;}

    .wrap-recent1 .list {background:unset !important; padding:0rem 3rem 1.5rem 3rem; min-height:15.5rem;}
    .wrap-recent1 .list li:last-child{display: none;}
    .wrap-recent1 .list a {color:#1d1d1d;}
    .wrap-recent1 .list a::before {background:#1d1d1d;}
    .wrap-recent1 .list a span {background-image:linear-gradient(#1d1d1d, #1d1d1d)}

    .wrap-recent1 .list.nodata-wrap li:last-child {display: block; color:#1d1d1d;}

}

@media screen and (max-width:767px) {

}