@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;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}
.the-footer{position:absolute; bottom:15px;}
.the-content{margin-bottom: 30px;}
.the-title{padding-bottom: 20px;}
.the-content {color:#555;}
/* 모바일기기 1 */
@media only screen and (max-width: 490px) {
	.the-notice{
		border: 1px solid #e1e1e1;
		padding: 20px;
		background: #ffffff;
	}
	.the-notice h2{
		margin-bottom:20px;
		font-size:20px;
	}

	
}

/* 모바일기기 2 */
@media only screen and (min-width: 491px) and (max-width: 768px){
	.the-notice{
		border: 1px solid #e1e1e1;
		padding: 20px;		
		background: #ffffff;
	}
	.the-notice h2{
		margin-bottom:20px;
		font-size:20px;
	}

	
}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.the-notice{
		border: 1px solid #e1e1e1;
		padding: 22px;
		background: #ffffff;
	}
	.the-notice h2{
		margin-bottom:20px;
		font-size:20px;
	}


	
}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {

	.the-notice{
		border: 1px solid #e1e1e1;
		padding: 25px;
		background: #ffffff;		
	}

	.the-notice h2{
		margin-bottom:20px;
		font-size:22px;
	}

	
}


.the-title { letter-spacing: -0.02em;}
