
/* 본컨텐츠*/
.populars_posts{
    position: relative;
    width:  1000px;
    height: 450px;
}
.populars_posts>h2{
    margin-left: 50px;
    text-align: left;
    font-size:28px;
    width:200px;
    height: 35px;
    line-height: 35px;
}
.populars_posts>ul{
    position: relative;
    /* left: 0; */
    width: 900px;
    height: 360px;
}
.populars_posts>ul>li{
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    width: 215px;
    height: 360px;
}
.populars_posts>ul>li>a>img:nth-of-type(1):hover{
    transform:scale(1.05);
	cursor:pointer;
}
.populars_posts>ul>li>a>p{
    height: 80px;
    text-align: left;
    padding-left: 5px;
}
.populars_posts>ul>li>a>p:hover{
    color:#000;
}
.populars_posts>ul>li>a>p:nth-of-type(1){
    padding-top: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #808080;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.populars_posts>ul>li>a>p:nth-of-type(2){
    font-size: 12px;
    font-weight: 100;
    height: 65px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: unset;
}

/*게시판*/
.etc_post_cover{
    position: relative;
    padding: 0 55px;
    width: 1000px;
    min-height: 300px;
    height: 300px;
}

.etc_post_cover>section{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 450px;
    /* height: 200px; */
    margin-bottom: 65px ;
}
.etc_post_cover>section:nth-child(2n-1){
    padding-right: 5px;
}
.etc_post_cover>section:nth-child(2n){
    padding-left: 5px;
}
.etc_post_cover>section>h2{
    text-align: left;
    margin-left: 10px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    float: left;
}
.etc_post_cover>section>a{
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #808080;
    float: right;
}
.etc_post_cover>section>ul{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 445px;
    height: 200px;
    border: 2px solid #ccc;
}
.etc_post_cover>section>ul>li{
    width: 440x;
    height: 20px;
    line-height:20px;
    font-size: 20px;
    padding: 9.5px 0 9.5px 5px;
    color: #808080;
    text-align: left;
    list-style-position: inside;
    list-style-type: decimal;

    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}