@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {
	position: relative;
	padding: 15px 50px;
}
.notice h2 {
	margin-bottom: 20px;
}
.notice h2 a {
	font-size: 1.2em;
	color: #fff;
}
.notice li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #343434;
}
.notice li a,
.notice li.empty_li {
	color: #e3e3e3;
	padding: 11px 0;
	display: inline-block;
}
.notice li .lock_icon {
	display: inline-block;
	line-height: 14px;
	width: 16px;
	font-size: 0.833em;
	color: #4f818c;
	background: #cbe3e8;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	border: 1px solid #a2c6ce;
	vertical-align: baseline;
}
.notice li .new_icon {
	display: inline-block;
	line-height: 16px;
	width: 16px;
	font-size: 0.833em;
	color: #ffff00;
	background: #6db142;
	text-align: center;
	margin-right: 3px;
	border-radius: 2px;
	vertical-align: baseline;
}
.notice .cnt_cm {
	background: #5c85c1;
	color: #fff;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 3px;
	white-space: nowrap;
	margin-left: 5px;
}
.notice li.empty_li {
	border-bottom: 0;
	line-height: 120px;
}

/* latest 스킨 style */

.mainMedia__move {
	padding: 0 10px;
}

.mainMedia__move .link__block {
	display: block;
	background-color: #fff;
	overflow: hidden;
	border-radius:10px;
	border: 1px solid #e0e0e0;
}

.mainMedia__move .con:hover .link__block {
	opacity: 0.8;
	transition: all 0.3s;
}

.mainMedia__move .link__block .textAr {
	padding:1.875rem 2.5rem;
}
.mainMedia__move .link__block .imgAr {
	width: 100%;
	/* min-height: 292px; */
}

.mainMedia__move .link__block .imgAr img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
}
.mainMedia__move .link__block .textAr p {
	line-height: 1.5;
	font-weight: 500;
}

.mainMedia__move .link__block .textAr .text1 {
	height: 4rem;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mainMedia__move .link__block .textAr .text2 {
	text-align: right;
	color: #9e9e9e;
	font-size: 0.8rem;
}

.mainMedia__move .link__block .textAr .view {
	padding-top: 1.2rem;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.mainMedia__move .link__block .textAr .view p {
	color: #d1c3b3;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration:underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}



@media screen and (max-width: 1201px) {
	.mainMedia__move .link__block .imgAr {
		min-height: 12rem;
	}
	.mainMedia__move .link__block .textAr {
	 padding:1.5rem 2rem;
	}
	.mainMedia__move .link__block .textAr p {
		line-height: 1.3;
	}
	.mainMedia__move .link__block .textAr .text1 {
		height: 3.2rem;
		word-break: keep-all;
	}
}

@media screen and (max-width: 1080px) {
	.mainMedia__move .link__block .imgAr {
		min-height: 11rem;
	}
		.mainMedia__move .link__block .textAr {
	 padding:1.5rem 1rem;
	}
}

@media screen and (max-width: 680px) {
	.mainMedia__move {
		padding: 0 0.5rem;
	}
	.mainMedia__move .link__block .imgAr {
		min-height: 10rem;
	}

	.mainMedia__move .link__block .textAr .text2 {
		margin-top: 5px;
		padding-bottom: 1rem;
	}
}
