@charset "utf-8";

/* 새글 스킨 (latest) */
#main04 .board-notice table{    
    border-top: 2px solid #333333;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;    
    border-collapse: collapse;
    border-spacing: 0 1.5rem;
    font-family: 'pretendard';
    font-weight: 300 !important;
}
#main04 .board-notice table tr{        
    border-bottom: 1px solid #DDDDDD;
    line-height: 59px;
}
#main04 .board-notice table tr .subject{        
    cursor: pointer;
}
#main04 .board-notice table .date{
    width: 20%;
    text-align: right;
    color: #666666;
}

@media (max-width: 920px){
    .board .board-notice{
        width: 100%;
        margin-top: 3rem;
    }
}

@media (max-width: 500px){
    #main04 .board-notice table tr {
        display: flex;
        justify-content: space-between;
    }
    #main04 .board-notice table tr .subject {        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;;
    }
    #main04 .board-notice table .date{
        width: 30%;
        text-align: right;
        
    }

    
}