@charset "utf-8";

.templet_common_rct_2{height:100%;border-bottom:2px solid #000;}

/*게시판*/
.templet_common_rct_2 > ul{position:relative;display:flex;}
.templet_common_rct_2 > ul > li{}

/*타이틀*/
.templet_common_rct_2 .title{display:flex;align-items:center;}
.templet_common_rct_2 .title a{font-family:'Dream Medium';font-size:20px;color:#868686;line-height:1;padding:2px 0;border-bottom:1px solid transparent;}
.templet_common_rct_2 .title::before{content:"";display:block;width:6px;height:6px;border-radius:100%;background:#7f7f7f;margin:0 15px;}
.templet_common_rct_2 > ul > li:first-child .title::before{display:none;}

/*목록*/
.templet_common_rct_2 .list{position:absolute;top:60px;left:0;width:100%;}
.templet_common_rct_2 .list ul{}
.templet_common_rct_2 .list ul li{}

/*noData*/
.templet_common_rct_2 .list .nodata{font-size:18px;color:#000;text-align:center;padding:50px 0;background:none !important;}

/*링크*/
.templet_common_rct_2 a.subject{display:block;}

/*썸네일*/
.templet_common_rct_2 .thumb{display:none;}
.templet_common_rct_2 .thumb img{}

/*컨텐츠*/
.templet_common_rct_2 .con{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 15px;position:relative;}
.templet_common_rct_2 .con::before{content:"";display:block;width:5px;height:5px;border-radius:100%;background:#a0bec2;position:absolute;left:0;top:16px;}

/*제목*/
.templet_common_rct_2 .subjectText{font-size:16px;color:#333;line-height:1;width:calc(100% - 100px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.templet_common_rct_2 .subjectText span{display:inline-block;padding-bottom:1px;border-bottom:1px solid transparent;transition:0.3s;}

/*내용*/
.templet_common_rct_2 .content{display:none;font-size:15px;color:#666;line-height:1.4;height:65px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;margin-top:20px;}

/*날짜*/
.templet_common_rct_2 .dateA{font-family:'Play Regular';font-size:14px;color:#888;line-height:1;width:100px;text-align:right;}
.templet_common_rct_2 .dateB{font-family:'Play Bold';line-height:0.7;position:absolute;left:85px;top:0;display:none;align-items:center;justify-content:center;flex-direction:column-reverse;}
.templet_common_rct_2 .dateB .dD{font-size:80px;color:#CCC;}
.templet_common_rct_2 .dateB .yM{font-size:18px;color:#8a8a8a;padding-top:10px;}

/*더보기*/
.templet_common_rct_2 .more{display:block;text-indent:-9999px;position:absolute;right:0;top:0;width:24px;height:24px;background:url(../images/more.png) center no-repeat;}

/*활성화*/
.templet_common_rct_2 .list,
.templet_common_rct_2 .more{display:none}
.templet_common_rct_2 > ul > li.active .list,
.templet_common_rct_2 > ul > li.active .more{display:block}
.templet_common_rct_2 > ul > li.active .title a{font-family:'Dream Bold';color:#1557b0;border-color:#1557b0;}

/*CONTROL*/
.templet_common_rct_2 .control{display:none;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.templet_common_rct_2 .title a:hover{color:#000;border-color:#000;}
	.templet_common_rct_2 a.subject:hover .subjectText{font-family:'Dream Medium';color:#000;}
	.templet_common_rct_2 a.subject:hover .subjectText span{border-color:#888;}
	.templet_common_rct_2 a.subject:hover .content{font-family:'Dream Medium';}
}

@media only screen and (max-width:1280px){
}
@media only screen and (max-width:768px){
}