@charset "utf-8";
/* 새글 스킨 (latest)*/
.lt_gal {
	/*margin-top: 25px;*/
	position: relative
}

.lt_gal .lt_title {
	display: block;
	font-size: 16px;
	color: rgb(43, 28, 9);
}
.lt_gal .lt_title a{
	color: rgb(43, 28, 9);
	padding: 0 0 5px;
	display: block;
}
.lt_gal li {
	position: relative;
	float: left;
}

.lt_gal li .lt_detail {
	padding: 0 10px;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
	color: #8e8e8e
}

.lt_gal li .lt_image {
	top: 0;
	left: 0;
	float: left;
}
.lt_gal li table {
    float: right;
    padding: 20px 0 0 0;
    width: 146px;
    
}

.lt_gal li table th,
.lt_gal li table td{
	font-size: 12px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
	padding: 8px 3px 7px;
	border-bottom: 1px solid #dfdfdf;
}
.lt_gal li table th{
	background-color: #eee;
}
/*
.lt_gal li .lt_image img {
    border: 1px solid #eee;
}
*/
.lt_more a {
    
    top: 0px;
    right: -15px;
    overflow: hidden;
    display: block;
    padding: 3px 6px;
    background-color: #888;
    color: #fff !important;
    font-weight: 300;
    font-size: 11px;
}

.lt_more a:hover{
	background-color: #2f9f88;
}
.lt_gal li .lt_image .no_img {
	text-align: center;
	display: block;
	line-height: 89px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	color: #bbb;
	background: #eee
}

.lt_gal li.no_bd {
	border: 0;
	width: 100%;
	padding: 150px 0 0;
	text-align: center
}
a.lt_tit{
	color: #555;
}
.lt_text{
	color: #555;
}
.lt_text h1 {
    font-size: 17px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0 5px;
    margin: 0;
    border-bottom: 1px solid #ededed;
    font-weight: 300;
}

.lt_text span{
	font-size: 12px;
	padding: 10px;
	display: block;
}
.lt_gal li a:hover{
	color: #111;
	text-decoration: underline;
}
.lt_image > i{
    font-size: 100px;
    padding: 0 25px;
}
