@charset "utf-8";

.wrap-notice2{height:100%;background:#005bac;border-radius:25px;padding: 40px 30px 20px;overflow:hidden;}
.wrap-notice2:before{content:'';width:292px;height:350px;background:url('../images/rct-logo.png') no-repeat center;position:absolute;right:-145px;bottom:0;}

/*게시판*/
.wrap-notice2 > ul{display:flex;}
.wrap-notice2 > ul > li{}
.wrap-notice2 > ul > li + li{display:none;}

/*타이틀*/
.wrap-notice2 .title{display:flex;margin-bottom: 20px;}
.wrap-notice2 .title a{color:#fff;font-size:26px;line-height: 1;font-family: 'S-CoreDream-6Bold';}

/*목록*/
.wrap-notice2 .list{width:100%;}
.wrap-notice2 .list ul{}
.wrap-notice2 .list ul > li:nth-child(n+4){display:none;}

/*noData*/
.wrap-notice2 .list .nodata{font-size:18px;color:#000;text-align:center;padding:50px 0;width:100%;}

/*링크*/
.wrap-notice2 a.subject{display:block;}

/*썸네일*/
.wrap-notice2 .thumb{display:none;}
.wrap-notice2 .thumb img{}

/*컨텐츠*/
.wrap-notice2 .list ul li .con{padding-bottom: 8px;}
.wrap-notice2 .list ul li .con > p{display:none;}
.wrap-notice2 .list ul li + li .con{border-top: 1px solid rgba(255,255,255,0.25);padding-top: 8px;}

/*제목*/
.wrap-notice2 .subjectText{color: #fff;font-size: 18px;line-height: 1.35;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-family: 'S-CoreDream-5Medium';}
.wrap-notice2 .list ul li + li .subjectText{-webkit-line-clamp: 1;}
.wrap-notice2 .subjectText span{
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: left 100%;
    transition: background-size .55s;
    }
.wrap-notice2 .con:hover .subjectText span {background-size: 100% 1px;}

/*내용*/
.wrap-notice2 .content{display: none;}

/*날짜*/
.wrap-notice2 .date{color: rgba(255,255,255,0.5);font-size: 14px;margin-top: 5px;font-family: 'S-CoreDream-3Light';}

/*더보기*/
.wrap-notice2 .more{position:absolute;right: 40px;top: 35px;width: 19px;height: 19px;background:url('../images/plus.png') no-repeat center;text-indent: -9999px;transition:all ease .5s;}
.wrap-notice2 .more:hover{transform: rotate(180deg);}

/*꾸미기*/
.wrap-notice2 .readMore{display:none;}

/*활성화*/
.wrap-notice2 .list,
.wrap-notice2 .more{display:none}
.wrap-notice2 > ul > li.active .list,
.wrap-notice2 > ul > li.active .more{display:block}

/*CONTROL*/
.wrap-notice2 .control{display:none;}


@media only screen and (max-width:1280px){
	.wrap-notice2{padding: 30px 20px;border-radius: 20px;}
	.wrap-notice2 .title a{font-size: 17px;}
	.wrap-notice2 .subjectText{font-size: 14px;font-family: 'S-CoreDream-4Regular';}
	.wrap-notice2 .date{display:none;}
	.wrap-notice2 .more{width:13px;height:13px;right:20px;top:30px;}
}
@media only screen and (max-width:767px){
	.wrap-notice2{padding: 30px 40px;}
	.wrap-notice2 .title a{font-size:26px;}
	.wrap-notice2 .subjectText{font-size:18px;}
	.wrap-notice2 .date{display:block;}
	.wrap-notice2 .list ul li + li .con{padding-top:12px;}
	.wrap-notice2 .more{width:20px;height:20px;right:30px;top:28px;}
}