﻿/*#region 메인 콘텐츠 관련 스타일 */

/* 메인 콘텐츠 관련 스타일 */
#mainContent {
    margin: 0;
    padding: 0;
}

.dnnBlogList {
    width: 720px;
    float: left;
    margin-right: 10px;
}

.column {
    width: 360px;
    height: 170px;
    float: left;
    margin-right: 10px;
    line-height: 2em;
    margin-bottom: 15px;
}

    .column h2, .dnnBlogList h2 {
        border-bottom: 1px solid #e2e2e2;
    }

.readMore {
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin-top:10px;
}

.clear {
    clear: both;
    margin-bottom: 5px;
}


.post_date {
    font-size:8px;
    width: 70px;
}

.post_title {
    font-size:12px;
}
/*#endregion */

