@charset "utf-8";
/* 최근게시물 스킨 (latest) */
.idx_notice {
    position: relative;
    overflow: hidden;
    padding: 20px 0 15px;
}
.idx_box_title{
	float: left;
}
.idx_notice h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.idx_notice h2 a {
	display: inline-block;
	padding: 5px;
	color: #fff;
	background: #EC4254;
	text-align: center;
}

.idx_notice ul {
	margin: 2px 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-left: 10px;
}

.idx_notice ul li {
	line-height: 25px;
	position: relative;
	text-align: left
}

.idx_notice .cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #993355
}

.idx_notice .li_date {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #949494;
    line-height: 21px;
}

.idx_notice .lt_tit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.idx_notice .lt_tit:hover{
	text-decoration: underline;
}

.idx_notice .empty_lt {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.lt_title strong{
	font-weight: 400;
    padding: 0 10px 0 7px;
    border-right: 2px solid #efefef;
}
.lt_tit strong{
	font-weight: 400;
}
.lt_title i{
    font-size: 25px;
    vertical-align: top;
    /*margin-top: -3px;*/
}
.idx_notice a{
	color: #454545;
}
.idx_notice a:hover{
	color: #000;
}
@media (max-width: 1070px){
	.idx_notice {
	    float: none;
	    display: inline-block;
	    padding: 20px 10px 15px;
	}
	.idx_notice a,
	.idx_notice a:hover{
		color: #fff;
	}
}
@media (max-width: 970px){
	/*
	.lt_title strong{
		padding: 10px;
		border: none;
	}
	*/	
	.idx_box_title {
    	width: auto;
	}
	.idx_notice ul{
		float: left;
		/*width: 65%;*/
	}
}
