@charset "utf-8";

/* 새글 스킨 (latest) */
#main04 .dataroom-item{    
    border: 1px solid #DDDDDD;
    border-radius: 0px 24px 24px 24px;
    display: flex;
    padding: 24px;
    justify-content: space-between;
    width: 48%;
}

#main04 .dataroom-item .info{    
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DDDDDD;
    width: 82%;
    padding-right: 3%;
    font-family: 'pretendard';
    font-weight: 300;
}
#main04 .dataroom-item .info a{ 
    color: #000000;  
    height: 43px;
}
#main04 .dataroom-item .info span{
    margin-top: 8px;
    color: #666666;
}
#main04 .dataroom-item .downIcon{    
    display: block;    
    margin: auto 0;
}