
article.stnEstimateList,
article.stnEstimateView {
    margin-top:1rem;
}

article.stnEstimateList > h3,
article.stnEstimateView > h3 {
    border-top:1px solid #222;
    background: #f4f4f4;
    padding:.5rem 1rem;
    border-bottom:1px solid #ebebeb;
}
article.stnEstimateView > div.date {
    padding:1rem 1rem;
    color:#333; font-size: .875rem; font-weight: 500;
    border-bottom:1px solid #ebebeb;
}

article.stnEstimateView > div.boardBoardView {
    margin-top:2rem;
    padding:0 2rem;
}
article.stnEstimateView > div.boardBoardView img {
    max-width: 100%;
}
article.stnEstimateView > div.boardBtnWrap {
    border-top:1px solid #ebebeb;
    margin-top:3rem;
    padding-top:1rem;
}
article.stnEstimateView > div.boardBtnWrap > button {
    padding:0 1rem;
}
table.listTbl {
    width:100%;
    font-size:14px;
    border-collapse: collapse;
}
table.listTbl > thead > tr > th {
    font-weight: 500; border-top:1px solid #222; border-bottom:1px solid #dddddd;  color: #333; background: #f5f5f5; padding:10px 0;
}

table.listTbl > tbody > tr > td {
    background: #FFF; border-bottom:1px solid #dddddd; padding:10px 0; text-align: center;
}
table.listTbl > tbody > tr > td > a {
    text-decoration: none; color:#333;
}

div.boardFile {
    display: flex; gap: 1rem; margin-top:.5rem;
    font-size:.875rem; padding: 0 2rem; color:#333;
}
div.boardFile > div > a {
    text-decoration: none; color:#666;
}
div.boardFile > div > a:hover {
    color:#333;
}
