@charset "utf-8";

/* 새글 스킨 (latest) */
.la_gallbox {
    width: 100%;
    margin-bottom: 6%;
}
.laListC {
    /* background-color: #fff; */
    padding-bottom: 15px;
    /* margin-bottom: 0; */
    border-bottom: ;
}
.no-before {
}
.laC_top {
    float: left;

    padding: 11px 0;
    width: 100%;
    /* border-bottom: 3px dotted #d1d1d1; */
    margin-bottom: 5px;
}
.laC_top a:hover {
    color:#516999;
}
.li-normalC a:hover {
    color:#516999;
}

.laC_img {
    width: 20%;
    min-width: 100px;
    float: left;
    padding: 0 6px;
    border: 5px solid #fed325;
    text-align: center;
    font-weight: 800;
    font-family: "Nanum Square", sans-serif;
    font-size: 30px;
    color: #aaa;
}
.laC_cen {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}
.laC_re {
    float: left;
    width: 80%;
    padding-left: 2%;
}


.laC_sbjt2 {
    font-size: 20px;
    line-height: 130%;
    font-family: "Nanum Square", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    height: 25px;
    overflow: hidden;
}



.laC_content {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    font-family: "NanumBarunGothicR", sans-serif;
    color: rgba(125, 125, 125, 1);
}
.li-normalC {
    float: left;
    padding: 11px 8px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.laC_sbjt {
    float: left;
    width: 80%;
    overflow: hidden;
    height: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #777;
}
.laC_date {
    color: #666;
    float: left;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}
@media (max-width:1300px) {
.laC_re {
    width: 80%;
}
}
@media (max-width:1024px) and (min-width:900px) {
    .laC_cen {
    font-size: 15px;
    }
}

@media (max-width:840px) {
.laC_re {
    width: 75%;
    
}

}
@media (max-width:450px) {
.laC_img {
    width: 20%;
}
.laC_re {
    width: 63%;
}
.laC_sbjt {
    width:100%;
}
.laC_date {
	display:none;
}
}