
/*검색*/
._list_search_box{display:none}
._list_search_box.m9_open{display:block}
 ._search_block{padding:3em 0 0}
.m9-table-wrap{padding:1em;margin-bottom:20px;background:#f7f7f7;text-align:center;}
.m9-table-search{min-height:40px;line-height:40px;}    
.m9-table-search>form .m9-table-input{display:inline-block;width:250px;height:100%;border:1px solid #e8e8e8;background:#fff}
.m9-table-search>form .m9-table-input>input{width:100%;height:100%;padding:0 10px;outline:none}
.m9-table-search>form .m9-table-select{display:inline-block;width:160px;height:100%;border:1px solid #e8e8e8;;background:#fff;cursor:pointer}
.m9-table-search>form .m9-table-select>select::-ms-expand {display:none}
.m9-table-search>form .m9-table-select>select{display:inline-block;width:100%;min-height:100%;padding:0 15px;background:url(/etc_img/otherpage/select_arrow.png) no-repeat 90% 50%;appearance:none;-moz-appearance: none;-webkit-appearance: none;outline:none}
.m9-table-search>form .search_button{display:inline-block;min-width:60px;padding:0 6px;border:1px solid #023f9a;background:#023f9a;color:#fff;font-size:13px;text-align:center;vertical-align:top;transition:0.3s;box-sizing:border-box;cursor:pointer}
.m9-table-search>form .search_button_off{border:1px solid #bbb;background:#bbb;cursor:pointer}
.m9-table-select{/*display:none !important*/}

/*리스트 버튼*/
._list_btn_box{white-space:nowrap}
._list_btn_box .pro-btn{display:inline-block;width:30px;min-width:30px;height:30px;line-height:30px;margin-right:5px;padding:0;text-align:center;color:#333;border:1px solid #999;background:#fff}
._list_btn_box .pro-btn>.blind{width:0;height:0;overflow:hidden;font-size:0;line-height:0;position:absolute;left:-99999px;top:-99999px}
._list_btn_box .pro-btn:before{display:inline-block;font-family:'bootstrap-icons';font-size:15px;/*color:#333*/;margin-top:-1px}
._list_btn_box .pro-btn._search:before{content:'\f52a'}
._list_btn_box .pro-btn._write:before{content:'\f4cb';margin-left:5px}

@media screen and (max-width:683px){
.m9-table-wrap{}
._search_block{padding:1em 0 0}
.m9-table-search>form .m9-table-select{width:100%;margin:2px 0;background:#fff}
.m9-table-search>form .m9-table-input{width:100%;margin:2px 0;}
.m9-table-search>form .search_button{display:inline-block;width:70%;margin:2px 0;}
.m9-table-search>form .search_button_off{display:inline-block;width:28.5%}

.m9-table-search{float:none;padding:3px;margin-bottom:0;border:1px solid #ddd;}    
.m9-table-search>form .search_button{min-height:35px;line-height:35px}

}


/* 본문 */

._f_key:after{content:':';margin-left:3px;margin-right:6px}

.file-list-box{}
.file-list-box ul>li{margin-bottom:5px}
.file-list-box a{position:relative;display:block;padding:10px 10px 10px 50px;border:1px solid #ccc;border-radius:5px}
.file-list-box a:hover{border-color:red;color:red;text-decoration:none}
.file-list-box a>._row_file,.file-list-box a>._row_size{display:inline-block}

.file-list-box ._row_file img{position:absolute;top:15px;left:20px}
.file-list-box ._row_file>._f_key, .file-list-box ._row_size>._f_key{display:none}
.file-list-box ._row_size>._f_value:before{content:'('}
.file-list-box ._row_size>._f_value:after{content:')'}
.file-list-box ._row_download:before{content:"";display:block;height:0;font-size:0;clear:both;visibility:hidden}
.file-list-box ._row_download, .file-list-box ._row_date{font-size:0.8em;opacity:0.8}
.file-list-box ._row_download{marg1in-left:30px}
.file-list-box ._row_date:before{content:'/';margin-left:5px;margin-right:5px}