.w_select_button{height:22px;line-height:22px;color:#000;}
.ui-selectmenu-icon.ui-icon.w_select_icon{margin-top:3px;}

.boardListsCategory{padding-top:20px;}

.boardListsHeader{width:100%;height:40px;display:flex;background-color:#666;margin-top:10px;justify-content:space-around;}
.boardListsHeader .th{font-size:12px;font-weight:700;text-align:center;border-right:1px solid #eee;line-height:40px;color:#fff;}
.boardListsHeader .th:last-child{border-right:none;}
.boardListsHeader .col1{width:130px;}
.boardListsHeader .col2{width:80px;}
.boardListsHeader .col3{width:calc(100% - 213px);}

.boardLists .listQue{width:100%;height:60px;display:flex;justify-content:space-around;text-decoration:none;color:#333;cursor:pointer;padding:0;margin:0;}
.boardLists .listQue:last-child{border-bottom:1px solid #eee;}
.boardLists .listQue .td{font-size:12px;font-weight:700;text-align:center;border-right:1px solid #eee;height:60px;display:flex;justify-content:center;align-items:center;line-height:18px;}
.boardLists .listQue .td:last-child{border-right:none;}
.boardLists .listQue .col1{width:130px;}
.boardLists .listQue .col2{width:80px;}
.boardLists .listQue .col3{width:calc(100% - 233px);padding:0 10px;display:flex;justify-content:flex-start;text-align:left;}
.boardLists .listAns{padding:20px;font-size:12px;line-height:18px;background-color:#f2f3f9;display:none;}
.boardLists .listAns .listMenu{text-align:right;}

.boardLists .listQue.ui-corner-top{border-radius:0;}
.boardLists .listQue.ui-state-active{border:none;background:none;border-bottom:1px solid #eee;}
.boardLists .listQue.ui-state-default{border:none;background:none;border-bottom:1px solid #eee;}
.boardLists .listQue.ui-state-default.ui-state-active{border-top:1px solid #666;}
.boardLists .listQue .ui-accordion-header-icon{display:none !important;}
.boardLists .listAns.ui-corner-bottom{border-radius:0;}
.boardLists .listAns.ui-widget-content{border:none;}
.boardLists .listAns.ui-widget-content.ui-accordion-content-active{border-bottom:1px solid #666;}

.boardLists .emptyLists{padding:150px 0;text-align:center;font-size:12px;}

.viewFile{padding:15px 0;font-size:12px;border-top:1px solid #eee;}
.viewFile .material-icons{font-size:18px;vertical-align:middle;margin-right:5px;}
.viewFile a{text-decoration:none;color:#333;}