@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.mainLatest {
    position:relative;
    background-color: #f7f7f7;
    border-bottom:1px solid #ddd;
    padding: 20px;
    margin:0 0 10px;
}
.mainLatest >h2{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    color: #0f2533;
    border-bottom: solid #333333 1px;
}
.mainLatest ul {
    list-style:none; 
    padding:0; 
    margin:0;
}
.mainLatest ul > li {
    width: 100%;
    height: 40px;
}
.mainLatest ul > li a{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #333333;
}