.contents{
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1250px;
    width: 1150px;
  
}
.headerContent{
    display: flex;
    justify-content: space-between;
}
.headerContent > ul{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.title{
    font-size: 26px;
    font-style: normal;
    font-weight: 600;

}
.bestTitle{
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
}

.bestBox{
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    
    margin-bottom: 20px;
    padding: 12px 20px;
}
.label{
    display: inline-block;
    width: 48px;
    height: 20px;
    background-color: red;
    text-transform: uppercase;
    text-align: center;
    font: 11px / 18px Tahoma, sans-serif;
    color: #fff;
}
.bestBody > a:hover{
    text-decoration: underline;
}
.bestBox table tbody td{
    vertical-align: middle;
    padding: 0 10px;
    height: 34px;
}
.noticeBox table tbody td{
    vertical-align: middle;
    padding: 0 10px;
    height: 34px;
}
.bestBody{
    display: block;
    width: 550px;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nickname{
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
    color: #3d3d3d;
    letter-spacing: -.025em;
    word-spacing: -.05em;
    transition: color .3s;
    text-decoration: none;
}
.line{
    border-bottom: 2px solid lightgrey; 
    width: 1150px; 
    margin-top: 10px; 
    margin-bottom: 20px;
}
.noticeBox{
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #d3d3d3;
}
.noticeLabel{
    display: inline-block;
    width: 48px;
    height: 20px;
    background-color: #2678ff;
    text-transform: uppercase;
    text-align: center;
    font: 11px / 18px Tahoma, sans-serif;
    color: #fff;
}
.noticeDate{
    white-space: nowrap;
    text-align: right;
    font-size: 15px;
    color: #3d3d3d;
    letter-spacing: -.025em;
    word-spacing: -.05em;
    transition: color .3s;
    text-decoration: none;
}
.noticeBody{
    display: block;
    width: 550px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeBody > a:hover{
    text-decoration: underline;
}

.listBox{
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #000;
}


.listBox th{
    vertical-align: middle;
    height: 53px;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 15px;
}
/* .num{
    width: 80px;
}
.date{
    width: 120px;
}
.count{
    width: 80px;
}
.recommend{
    width: 80px;
} */
.listBox tbody td{
    vertical-align: middle;
    padding: 16px;
    height: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;

}

.listBox tbody td.num{
    color: #929292;
    padding: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.025em;
    word-spacing: -.05em;
}
.listBox tbody td span.tTitle{
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    max-width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    padding-right: 2px;

}
.reply_num{
    display: inline-block;
    vertical-align: top;
    padding-left: 4px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #2678ff;
}
.tNickname{
    display: block;
    font-size: 12px;
    color: #707070;
    margin-top: 3px;
}
.listBox tbody td.date{
    color: #929292;
    padding: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.025em;
    word-spacing: -.05em;
}
.listBox tbody td.count{
    color: #929292;
    padding: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.025em;
    word-spacing: -.05em;
}
.listBox tbody td.recommend{
    color: #929292;
    padding: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.025em;
    word-spacing: -.05em;
}
.buttonBox{
    margin-top: 20px;
    text-align: right;
}
#writeBtn{
    width: 125px; 
    background: #5A5A5A;
    border: 1px solid white;
    border-radius: 5px; 
    height: 45px;
    margin-right: 5px;
    color: white;
    }
    #writeBtn:hover{
        background: #c9f8c0;
        color: black;
    }

    /* tr-pagination */
.tr-pagination{
    margin-top: 20px;
}
.tr-pagination { overflow: hidden; height: 35px; text-align: center;}
.tr-pagination li { display: inline-block; font-size: 0;}
.tr-pagination li a { display: block; position: relative; min-width: 32px; height: 32px; margin: 0 2px; padding: 0 11px; border-radius: 4px; font-size: 15px; line-height: 30px; text-align: center; color: #000; overflow: hidden;}
.tr-pagination li a:hover,
.tr-pagination li a:active { font-weight: 700; }
.tr-pagination li.tr-current a { background-color: #5A5A5A; color: #fff; font-weight: 700;}


.tr-page-prev.disabled{
   display: none;
}
.tr-page-next.disabled{
   display: none;
}
.search-area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.search-area .sel-search{
    width: 160px;
    flex: none;
}
.search-area .sel-search .form-select{
    height: 50px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -.4px;
}
.search-area .sel-search .form-select{
    border-radius: 0;
}
.inp-search{
    width: 576px;
    margin-left: 6px;
    display: flex;
}
.inp-search > input{
    flex: 1;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 12px 20px;
    min-height: 50px;
}
.inp-search > button {
    flex: none;
    margin-left: 6px;
    font-size: 0;
    text-indent: -9999px;
    border: 1px solid #c9f8c0;
    width: 70px;
    background: #A5A5A5 url(/resources/images/free-icon-magnifier-71403.png) 50% 50%/18px no-repeat;
    filter: invert(1); /* 이미지 색상 반전 */
    color: white;
}
.inp-search > button:hover{
    background: #c9f8c0 url(/resources/images/free-icon-magnifier-71403.png) 50% 50%/18px no-repeat;
    background-color: #c9f8c0;
    filter: invert(0); /* 이미지 색상 반전 안함*/
    color: black;
}
.tTitle > a:hover{
    text-decoration: underline;
}
.highlight{
    background-color: yellow;
}
