@charset "utf-8";

/* 새글 스킨 (latest) */
.la_gallbox {
    width: 100%;
}
.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:#62B762;
}
.li-normalC a:hover {
    color:#62B762;
}
.laC_img {
    width: 25%;
    max-width: 93px;
    float: left;
    padding: 10px 5px 6px;
    border: 1px solid #A8A8A8;
    text-align: center;
    font-weight: bold;
    font-family: "Nanum Square", sans-serif;
    background-color: #A8A8A8;
    color: #fff;
    font-size: 22px;
}
.laC_cen {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    border-top: 1px solid #fff;
}
.laC_re {
    float: left;
    width: 74%;
    padding-left: 3%;
    margin-top: 0.5rem;
}


.laC_sbjt2 {
    font-size: 20px;
    line-height: 130%;
    font-family: "Nanum Square", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}



.laC_content {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
    font-family: "NanumBarunGothicR", sans-serif;
    color: rgba(125, 125, 125, 1);
}
.li-normalC {
    /* background-repeat: no-repeat; */
    /* padding-left: 13px !important; */
    /* background-position: left top 8px; */
    /* background-image: url(../../../img/disc.png); */
    float: left;
    padding: 9px;
    width: 100%;
    /* background-position: top 58% left; */
    border-bottom: 1px solid #ddd;
}

.laC_sbjt {
    float: left;
    width: 83%;
    overflow: hidden;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    -ms-background-position-y: -5px;
    /* margin-bottom: 30px; */
}

.laC_sbjt:before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(184, 184, 184);
    border-radius: 50px;
    margin-right: 0.5rem;
}


.laC_date {
    color: #999;
    float: left;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}
@media (max-width:1300px) {
.laC_re {
    width: 80%;
}
}
@media (max-width:1024px) and (min-width:900px) {
    .laC_cen {
    font-size: 15px;
    }
	.laC_re {
    width: 75%;
}
	.laC_sbjt {
    float: left;
		width: 81%}
}

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

}
@media (max-width:450px) {
.laC_img {
    width: 40%;
}
.laC_re {
    width: 63%;
}
.laC_sbjt {
    width: 81%;
}
.laC_date {
    width: 19%;
}
	
}