@charset "UTF-8";

/*common*/
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .newArtcl,
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsMore {
		border: 0;
		background-image: url("../images/share.png");
		background-repeat: no-repeat;
	}


/*list*/
	._mold01_rctBbsWrap{
		background-color: #fff;
		height: 100%;
		padding-top: 40px;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs{
		position: relative;
		min-height: 340px;
		height: auto !important;
		_height: 340px;
	}
	._mold01_rctBbsWrap:before {
		content: ''; width: 19%; height: 100%;
		position: absolute; top: 0; left: 0;
		background-color: #e8e8e8;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .tabArea{position: relative;}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsTab{
		width: 25%; height: 70px; line-height: 70px;
		color: #171717; font-size: 22px; text-align: left;
		border: 0; background-color: transparent;
		padding: 0 25px; box-sizing: border-box;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl{
		position: absolute;
		top: 0px;
		right: 1px;
		display: none;
		width: 70%;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor,
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo{
		display: block;
		position: relative;
		overflow: hidden;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi {
		position: relative;
		padding: 4px 35px;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:before {
		content: ''; width: 6px; height: 3px; background-color: #66758c;
		position: absolute; top: 19px; left: 15px;
		transform: skewY(-45deg);
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi .recentBbsInfo .recentBbsTitle{
		display: block;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    margin-right: 90px;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi .recentBbsInfo .recentBbsTitle strong {
		color: #666; font-size: 16px; font-weight: 200;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dl{
		position: absolute;
		top: 0;
		right: 0;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dt,
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dd{
		display: inline-block;
		zoom: 1;
		_display: inline;
		color: #757575; font-size: 16px; font-weight: 200;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dt{
		display: none;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsNoData{
		text-align: center;
		padding-top: 50px;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsMore{
		position: absolute; top: 20px; left: 20%;
		width: 33px; height: 33px;
		background-position: center bottom;
		display: none;
		text-indent: -5000px;
	}

	/* hover */
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:hover:before {
		width: 10px; height: 2px; background-color: #004ecf; transform: skewY(0);
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:hover .recentBbsInfo .recentBbsTitle strong {
		color: #4f96d8;
		text-decoration: underline;
	}
	/* ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi .recentBbsInfo .recentBbsTitle strong:after {
		content: ''; display: block; width: 100%; height: 1px; background-color: transparent; margin-top: 3px;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:hover .recentBbsInfo .recentBbsTitle strong:after {
		background-color: #7aacdf;
	} */

/*active items*/
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi.active .recentBbsInnerUl,
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi.active .recentBbsMore{
		display: block;
	}
	._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi.active .recentBbsTab{
		font-weight: 300;
		color: #fff;
		background-color: #4f96d8;
	}

/* first li */
._mold01_rctBbsWrap .postDate {
	float: left; width: 105px;
	position: relative; 
	text-align: center; letter-spacing: -1px;
}
._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .newArtcl{
	position: absolute; right: 7px; top: 0;
	overflow: hidden; width: 35px; height: 35px;	
	text-indent: -5000px; zoom: 1;
	background-position: center top;
	z-index: 0;
}
._mold01_rctBbsWrap .postDate .date {position: relative; color: #000; font-size: 42px; font-weight: 700; z-index: 1;}
._mold01_rctBbsWrap .postDate .month {color: #999; font-size: 16px; font-weight: 400; margin-top: -9px; text-transform: uppercase;}

._mold01_rctBbsWrap .recentBbsInnerLi._first {
	padding: 0px 30px 30px 0; box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin: -10px 0 15px;
}
._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo {
	float: right; width: calc(100% - 110px);
}
._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi._first:before {display: none;}
._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo .recentBbsTitle {
	color: #000; font-size: 22px; font-weight: 300;
	overflow: hidden; width: 80%; height: 70px; white-space: normal; margin-bottom: 5px;
}
._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo .recentBbsContent {
	color: #888; font-size: 16px; font-weight: 200;
	height: 55px; overflow: hidden;
}
@media screen and (max-width:460px){
._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo .recentBbsContent { height:65px;}
}

/* 반응형 */
body.Tablet ._mold01_rctBbsWrap,
body.Mobile ._mold01_rctBbsWrap {padding-top: 0;}
body.Tablet ._mold01_rctBbsWrap:before,
body.Mobile ._mold01_rctBbsWrap:before {display: none;}
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs {
	min-height: 280px; _height: 280px;
}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .tabArea,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .tabArea {
	float: left; width: 50%;
}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsTab,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsTab {
	width: 100%; height: 45px; line-height: 45px; text-align: center;
}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsMore,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsMore {
	width: 22px; height: 22px; background-position: center -64px;
	left: auto; right: 5px; top: 12px;
	opacity: 0.5;
}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .recentBbsInnerUl {
	width: 100%; top: 80px; right: auto; left: 0;
}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi {padding: 2px 0 2px 25px;}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:before,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsInnerLi:before {top: 16px; left: 9px;}
body.Tablet ._mold01_rctBbsWrap .recentBbsInnerLi._first,
body.Mobile ._mold01_rctBbsWrap .recentBbsInnerLi._first {
	padding: 0; border-bottom: 0;
}
body.Tablet ._mold01_rctBbsWrap .postDate,
body.Mobile ._mold01_rctBbsWrap .postDate {width: 75px;}
body.Tablet ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .newArtcl,
body.Mobile ._mold01_rctBbsWrap ._mold01_rct_bbs .recentBbsLi .newArtcl {right: -10px;}
body.Tablet ._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo,
body.Mobile ._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo {width: calc(100% - 100px);}
body.Tablet ._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo .recentBbsTitle,
body.Mobile ._mold01_rctBbsWrap .recentBbsInnerLi._first .recentBbsInfo .recentBbsTitle {width: 100%;}
