@charset "UTF-8";
/* list */
.rcnt_movie {position: relative;}
.rcnt_movie .newArtcl,
.rcnt_movie .recentBbsMore {display: none;}
.rcnt_movie .recentBbsThumb {
	overflow: hidden;
	max-width: 720px; max-height: 420px;
}
.rcnt_movie .recentBbsInnerLi {
	position: relative;
}
.rcnt_movie .recentBbsThumb {overflow: hidden; position: relative;}
.rcnt_movie .recentBbsThumb:after {
	content: '';display: block;
	position: absolute; top: calc(50% - 23px); left: calc(50% - 32px);
	width: 64px; height: 46px;
	background: url('../images/movieBtn.png') left top no-repeat;
}
.rcnt_movie .recentBbsThumb img {
	display: block; width: 100%;
}

/* info */
.rcnt_movie .recentBbsInfo {
	overflow: hidden;
	width: 100%; height: 121px;
	position: absolute; bottom: 0; left: 0;
	padding: 15px 20px; box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
}
.rcnt_movie .recentBbsInfo strong {
	color: #fff; font-weight: 500; font-size: 20px;
	display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.rcnt_movie .recentBbsInfo .recentBbsContents {
	overflow: hidden; height: 42px; line-height: 1.4;
	color: #cacaca; font-size: 14px;
	margin-top: 7px;
}
.rcnt_movie .recentBbsInfo dl {display: none;}

.thumbnail{width:100%;}

body.Mobile .rcnt_movie .recentBbsInfo {height: 90px;}
body.Mobile .rcnt_movie .recentBbsInfo .recentBbsContents {height: 22px;}
