@charset "utf-8";

/* 새글 스킨 (latest) */
#lt_review_card { margin:0 auto; }
#lt_review_card .cardBox {
	width:calc(100% + 1.2rem);
	margin:0 -0.6rem;
}
#lt_review_card .reviewCard {
	width:33.333%;
	margin-top:1rem;
	padding:0 0.6rem 1.2rem 0.6rem;
}
#lt_review_card .card {
	position:relative;
	width:100%;
	height:360px;
	padding:1rem 1.5rem;
	background-color:#fff;
	border:1px solid #eaeaea;
	border-radius:1rem;
	box-shadow:0 2px 4px 0 rgba(0,0,0, 0.15);
}
#lt_review_card .card .labelWrap {
	position:absolute;
	top:-3px;
	right:1rem;
	width:30px;
	height:30px;
	filter:drop-shadow(0 1px 2px rgba(0,0,0, 0.3));
	z-index:1;
}
#lt_review_card .card .newLabel {
	width:100%;
	height:100%;
	font-size:0.96rem;
	color:#fff;
	font-weight:600;
	background:#FC6767;
	background:linear-gradient(90deg,rgba(252, 103, 103, 1) 0%, rgba(236, 0, 140, 1) 100%);
	clip-path:polygon(50% 80%, 100% 100%, 100% 0, 0 0, 0 100%);
	filter:drop-shadow(0 0 0 4px rgba(0,0,0, 0.3));
	display:flex;
	justify-content:center;
	z-index:1;
}
#lt_review_card .subject {
	min-height:4rem;
	font-family:'Freesentation';
	font-size:1.5rem;
	color:#212121;
	word-break:keep-all;
	margin-top:1rem;
}
#lt_review_card .writer {
	font-size:0.9rem;
	color:#616161;
	padding:0.5rem 0;
}
#lt_review_card .content {
	height:200px;
	font-size:1rem;
	color:#616161;
	word-break:keep-all;
	margin-top:1rem;
	padding:1rem;
	background-color:#fafafa;
	border-radius:10px;
	overflow:hidden;
}
#lt_review_card .empty {
	width:100%;
	height:300px;
	font-size:1rem;
	color:#616161;
	display:flex;
	align-items:center;
	justify-content:center;
}

#lt_review_card .review_pager {
	width:100%;
	margin-top:1.5rem;
	padding:0;
	display:flex;
	justify-content:center;
}
#lt_review_card .review_pager li {
	position:relative;
	width:16px;
	height:16px;
	margin:0 0.25rem;
	background-color:rgba(0,0,0, 0);
	border-radius:50%;
	box-shadow:inset 0 0 0 1px rgba(0,0,0, 0.2);
	display:inline-block;
	text-indent:-99999px;
	transition:all 0.25s ease-in;
	cursor:pointer;
}
#lt_review_card .review_pager li.slick-active {
	box-shadow:none;
	background-color:rgba(0,0,0, 0.2);
}