@charset "utf-8";

/* 새글 스킨 (latest) */
ul.project_list {
    width: 100%;
    margin: 0 auto;
}

ul.project_list li {
	background: #fff;
}

.project_img { position: relative; }
.project_img img { max-width:100%; }

.project_text { padding: 30px 30px; }
.project_text span { display: block; }

span.project_name {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
}

span.cate {
	margin-bottom: 5px;
    width: 100%;
	text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-weight: 400;
	font-size: 0.8em;
	line-height: 1.4;
}

@media screen and (max-width: 1024px) {
	
	ul.project_list li { margin-top: 10px; }
	.project_img img { width: 100%; }

}