@charset "utf-8";

/*전체감싸기*/
.wrap-rct-2{box-sizing:border-box;padding:30px 40px;background:#567096;height:345px !important;}
/*타이틀*/
.wrap-rct-2 h2{font-size:24px;font-family:'Noto Medium';line-height:1;padding-bottom:30px;color:#FFF;}
.wrap-rct-2 h2:before{content:"";display:inline-block;width:10px;height:10px;background:#FFF;border-radius:30px;vertical-align:4px;margin-right:15px;}
/*게시판*/
.wrap-rct-2 > ul{word-break:break-all;}
.wrap-rct-2 > ul > li{}
/*탭*/
.wrap-rct-2 .title{display:none;}
/*목록*/
.wrap-rct-2 .list{}
.wrap-rct-2 .list ul{}
.wrap-rct-2 .list ul li{}
.wrap-rct-2 .list ul li:nth-child(n+5){display:none;}
/*noData*/
.wrap-rct-2 .nodata{font-size:18px;text-align:center;padding:60px 0;width:100%;color:#FFF;}
/*링크*/
.wrap-rct-2 .subject{display:block;color:#FFF;line-height:1.3;}
/*썸네일*/
.wrap-rct-2 .thumb{display:none}
.wrap-rct-2 .thumb img{}
/*감싸기*/
.wrap-rct-2 .con{padding:5px 0 5px 20px;position:relative;}
.wrap-rct-2 .con:before{content:"";display:block;width:5px;height:3px;background:#FFF;position:absolute;left:0;top:16px;}
/*카테고리*/
.wrap-rct-2 .cate{display:none;}
/*제목*/
.wrap-rct-2 .subjectText{display:block;font-size:17px;width:calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*내용*/
.wrap-rct-2 .content{display:none;}
/*날짜*/
.wrap-rct-2 .date{display:block;position:absolute;right:0;top:6px;font-size:14px;}
.wrap-rct-2 .date i{font-style:normal;}
.wrap-rct-2 .date em{font-style:normal;}
/*더보기*/
.wrap-rct-2 a.more{display:block;text-indent:-9999px;width:36px;height:36px;border:2px solid #FFF;border-radius:100px;background:url(/images/regional/common/plus_3_w.png) center no-repeat;position:absolute;right:30px;top:30px;}
/*활성화*/
.wrap-rct-2 > ul > li .list,
.wrap-rct-2 a.more{display:none}
.wrap-rct-2 > ul > li.active .list,
.wrap-rct-2 > ul > li.active a.more{display:block}
@media only screen and (min-width:1025px){
	/*첫글*/
	.wrap-rct-2 .list ul li:first-child{}
	.wrap-rct-2 .list ul li:first-child .con{padding:0 0 15px 120px;border-bottom:1px dashed #abb8cb;margin-bottom:10px;}
	.wrap-rct-2 .list ul li:first-child .con:before{width:90px;height:90px;background:url(/images/regional/main/notice_icon.png) center no-repeat;background-size:100%;left:0;top:0;}
	.wrap-rct-2 .list ul li:first-child .subjectText{font-size:20px;width:100%;font-family:'Noto Regular';}
	.wrap-rct-2 .list ul li:first-child .content{display:block;font-size:16px;height:50px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;padding-top:10px;}
	.wrap-rct-2 .list ul li:first-child .date{position:relative;right:auto;top:auto;padding-top:5px;}
	.wrap-rct-2 a:hover{text-decoration:underline;}
	.wrap-rct-2 a.more:hover{transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);background:#FFF url(/images/regional/common/plus_3_b.png) center no-repeat;}
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
	.wrap-rct-2{padding:30px 20px;height:auto !important;}
	.wrap-rct-2 h2{font-size:20px;}
	.wrap-rct-2 .list ul li:nth-child(n+4){display:none;}
	.wrap-rct-2 a.more{top:26px;}
}
@media only screen and (max-width:380px){
	.wrap-rct-2 .subjectText{width:100%;}
	.wrap-rct-2 .list .date{display:none;}
}