@charset "utf-8";

/* 새글 스킨 (latest) */
#pageIndexGuin_subject {
    padding:0px 0px 10px 0px;
    font-size:20px;
}

#pageIndexGuin {}

#pageIndexGuin table {
    width:100%;
    border-collapse: collapse;
}
#pageIndexGuin table thead {}
#pageIndexGuin table thead th {
    padding:5px 0px;
    line-height:25px;
    color:#FFF;font-weight:bold;
    background:#016998;
}
#pageIndexGuin table tbody {}
#pageIndexGuin table tbody tr {
    border-bottom:1px solid #CCC;
}
#pageIndexGuin table tbody tr:hover {background:#F4F4F4;}
#pageIndexGuin table tbody td {
    padding:10px;
    text-align:center;line-height: 25px;
}
#pageIndexGuin table tbody td.subj {text-align:left;}
