<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.rct_collegeB{height:100%;min-height:400px;background:#ececec;}
.rct_collegeB .container{max-width:850px;padding:60px 0 0 60px;}

/*게시판*/
.rct_collegeB .inner{display:flex;position:relative;}
.rct_collegeB .inner &gt; li{}
/*타이틀*/
.rct_collegeB .title{margin-right:20px;}
.rct_collegeB .title a{font-size:22px;color:#888;line-height:1;border-bottom:2px solid transparent;}
/*목록*/
.rct_collegeB .list{position:absolute;top:60px;left:0;width:100%;}
.rct_collegeB .list ul{}
.rct_collegeB .list ul li{position:relative;float:left;width:48%;margin-right:2%;padding-left:15px;}
.rct_collegeB .list ul li::before{content:"";display:block;width:6px;height:6px;background:#a0bec2;border-radius:100%;position:absolute;top:17px;left:0;}

/*noData*/
.rct_collegeB .list .nodata{font-size:18px;color:#888;text-align:center;padding:40px 0;width:100%;border:0 !important;}
/*링크*/
.rct_collegeB a.subject{display:block;padding:12px 0;}
/*썸네일*/
.rct_collegeB .thumb{display:none;}
.rct_collegeB .thumb img{}
/*컨텐츠*/
.rct_collegeB .con{}
/*제목*/
.rct_collegeB .subjectText{font-size:16px;color:#666;line-height:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*내용*/
.rct_collegeB .content{display:none;}
/*날짜*/
.rct_collegeB .dateA,
.rct_collegeB .dateB{display:none;}
/*더보기*/
.rct_collegeB .more{display:block;text-indent:-9999px;position:absolute;right:0;top:-2px;width:31px;height:31px;background:url(../images/more.png) center no-repeat;}
/*활성화*/
.rct_collegeB .list,
.rct_collegeB .more{display:none}
.rct_collegeB .inner &gt; li.active .list,
.rct_collegeB .inner &gt; li.active .more{display:block}
.rct_collegeB .inner &gt; li.active .title a{font-family:'Dream Medium';color:#0054a7;border-color:#0054a7;}
/*CONTROL*/
.rct_collegeB .control{display:none;}
/*첫글*/
.rct_collegeB .list ul li:first-child{padding-left:0;padding-bottom:10px;margin-bottom:10px;border-bottom:1px dotted #DDD;}
.rct_collegeB .list ul li:first-child::before{display:none;}
.rct_collegeB .list ul li:first-child .con{display:flex;flex-direction:row-reverse;align-items:center;}
.rct_collegeB .list ul li:first-child .subjectText{font-family:'Dream Medium';font-size:20px;color:#222;line-height:1.3;height:50px;white-space:unset;word-wrap:break-word;margin-left:15px;}
.rct_collegeB .list ul li:first-child .dateB{display:block;line-height:1;text-align:center;}
.rct_collegeB .list ul li:first-child .dateB .dD{font-family:'Play Bold';font-size:45px;color:#000;}
.rct_collegeB .list ul li:first-child .dateB .yM{display:block;font-family:'Play regular';font-size:14px;color:#666;}

@media all and (max-width:1700px) {
	.rct_collegeB .container{max-width:100%;padding-right:60px;}
}
@media only screen and (max-width:1280px){
	.rct_collegeB .container{padding:40px;}
	.rct_collegeB .more{top:1px;width:21px;height:21px;}
}
@media only screen and (max-width:768px){
	.rct_collegeB .container{padding:30px;}
	.rct_collegeB .title{margin-right:10px;}
	.rct_collegeB .title a{font-size:18px;}
	.rct_collegeB .list{top:40px;}
	.rct_collegeB .list ul li{float:unset;width:100%;margin-right:0;}
}


/*HOVER************************************************************/
@media only screen and (min-width:1281px){
	.rct_collegeB .title a:hover{font-family:'Dream Medium';color:#0054a7;}
	.rct_collegeB a.subject:hover .subjectText{font-family:'Dream Medium';color:#000;}
	.rct_collegeB .list ul li:first-child:hover a.subject:hover .subjectText{font-family:'Dream Bold';color:#000;}
}</pre></body></html>