@charset "UTF-8";

/*common*/
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsThumb .newArtcl,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo .recentBbsTitle strong .newArtcl,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsMore{
		background-image: url("../images/share.png");
		background-repeat: no-repeat;
		background-color: transparent;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi:before,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi:after,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl:before, 
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl:after 
	{
		content: "";
		display: block;
		clear: both;
	}


/*list*/
	._d_rntbBs_wdmAl {
		height: 100%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl{
		position: relative;
		min-height: 170px;
		height: auto !important;
		_height: 170px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi{
		overflow: hidden;
		position: relative;
		margin-top: 10px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi:first-child{
		margin-top: 0;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsTabSpan{
		float: left;
		border-top: 1px #333 solid;
		border-bottom: 2px #333 solid;
		height: 150px;
		width: 160px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentPhTab{
		display: block;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 3;
		color: #333;
		border: 0;
		background-color: transparent;
		width: 100%;
		font-weight: 600;
		color: #333;
		font-size: 16px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl{
		margin-top: 1px;
		margin-left: 170px;
		height: 150px;
		overflow: hidden;
		position: relative;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi{
		float: left;
		height: 100%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl.recentBbsListHor1 .recentBbsInnerLi{
		width: 100%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl.recentBbsListHor2 .recentBbsInnerLi{
		width: 50%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl.recentBbsListHor3 .recentBbsInnerLi{
		width: 33.3%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl.recentBbsListHor4 .recentBbsInnerLi{
		width: 25%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl.recentBbsListHor5 .recentBbsInnerLi{
		width: 20%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor{
		display: block;
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsNoData{
		text-align: center;
		padding-top: 50px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsMore{
		position: absolute;
		bottom: 20px;
		left: 70px;
		width: 17px;
		height: 17px;
		background-position: 0 -40px;
		text-indent: -5000px;
	}
	/*[start]섬네일 이미지를 사용하는 경우*/
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg{
		margin: 0 0 0 1px;
		padding: 0;
		position: relative;
		background-color: yellow;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg .recentBbsThumb{
		width: 100%;
		height: 100%;
		background-color: #ccc;
		margin: 0 auto;
		position: relative;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg .recentBbsThumb .newArtcl{
		width: 18px;
	    height: 18px;
	    overflow: hidden;
	    text-indent: -5000px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background-position: 0 0;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg .recentBbsThumb img{
		display: block;
		width: 100%;
		height: 100%;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg .recentBbsTitle{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.7);
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.useThumbImg .recentBbsTitle strong{
		display: block;
		line-height: 3;
		font-weight: 600;
		font-size: 1.2em;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    color: #fff;
	    text-align: center;
	    margin: 0 auto;
	    width: 94%;
	}
	/*[end]섬네일 이미지를 사용하는 경우*/
	/*[start]섬네일 이미지를 사용 안하는 경우*/
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg{
		margin: 0 10px 0 0;
		border-left: 1px #ddd solid;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo{
		text-align: left;
		padding: 0 0 0 10px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo .recentBbsTitle{
		display: block;
		line-height: 1.5;
		font-weight: 600;
		font-size: 1.1em;
		color: #333;
		margin-bottom: 5px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo .recentBbsTitle strong .newArtcl{
		width: 22px;
	    height: 11px;
	    overflow: hidden;
	    text-indent: -5000px;
	    background-position: 0 -80px;
	    display: inline-block;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsContent{
		line-height: 1.5;
	    color: #555;
	    font-size: 1em;
	    margin-bottom: 5px;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo dl,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo dt,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo dd{
		line-height: 1.5;
		color: #777;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor.noThumbImg .recentBbsInfo dt{
		display: none;
	}
	/*[end]섬네일 이미지를 사용 안하는 경우*/
	
	


/*active items*/
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi.active .recentBbsInnerUl,
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi.active .recentBbsMore{
		display: block;
	}
	._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi.active .recentPhTab{
		
	}

/*responsive*/
	body.Mobile ._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi {
		display: none;
		width: 100% !important;
	}	
	body.Mobile ._d_rntbBs_wdmAl ._recentPhotoUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi:first-child {
		display: block;
	}	