File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9;chrome=1" />
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="/direct/css/font.css">
<link rel="stylesheet" href="/direct/css/reset.css">
<link rel="stylesheet" href="/direct/css/enroll_popup.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/ie_popup.css" />
<![endif]-->
<script src="/direct/js/jquery-1.11.3.min.js"></script>
<script src="/direct/js/jquery-ui.min.js"></script>
<script src="/direct/js/popup_open_2.js"></script>
<script type="text/javascript">
function autoTextarea(obj, limit) {
obj.style.height = "1px";
if (limit >= obj.scrollHeight) obj.style.height = (1 + obj.scrollHeight - 11) + "px";
else obj.style.height = (1 + limit) + "px";
}
</script>
</head>
<body>
<div class="enroll_popup">
<div class="enroll_popup_title">
<img src="img/enroll_popup_title_bg.png" alt=""> 국정원실태평가
<div class="enroll_popup_title_btns">
<ul>
<li><img src="/direct/img/popup_little_icon.png" alt=""></li>
<li><img src="/direct/img/popup_full_icon.png" alt=""></li>
<li><img src="/direct/img/popup_close_icon.png" alt=""></li>
</ul>
</div>
</div>
<div class="enroll_wrap">
<div class="enroll_input_left">
<ul>
<li>
<div class="enroll_input_title required_area">회  차</div>
<div class="eva_year_sel">
<select name="year" id="" class="eva_year_select">
<option value="">2019</option>
</select>
</div>
<div class="eva_file_call"><input type="button" value="전년도 지표 불러오기"></div>
<span class="required_text">* 필수입력사항</span>
</li>
<li>
<div class="enroll_input_title required_area">평 가 명</div>
<input type="text" class="year" disabled="disabled" value="2019" style="padding-left: 0"><input type="text" class="eva_name">
</li>
<li>
<div class="enroll_input_title required_area">평가기간</div>
<input type="text"> ~ <input type="text">
</li>
<li>
<div class="enroll_input_title">평가기관</div>
<input type="text" placeholder="감사부서를 입력하세요">
</li>
<li>
<div class="enroll_input_title">담당부서</div>
<input type="text" placeholder="담당부서를 입력하세요">
</li>
</ul>
<div class="enroll_person_table">
<table>
<table>
<thead>
<tr>
<th>평가자<div class="add_person_btn"><input type="button" onclick="enroll_Person()"></div>
</th>
</tr>
</thead>
</table>
<div class="enroll_person_list">
<tbody>
<table>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
</table>
</tbody>
</div>
</table>
</div>
<div class="enroll_person_table">
<table>
<table>
<thead>
<tr>
<th>담당자<div class="add_person_btn"><input type="button" onclick="enroll_Person()"></div>
</th>
</tr>
</thead>
</table>
<div class="enroll_person_list">
<tbody>
<table>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li>홍길동과장 |</li>
<li> 010-9999-9999 |</li>
<li>abcd1234@gmail.com</li>
</ul>
</td>
<td>
<ul class="enroll_person_table_btns">
<li><input type="button" id="item_file_btn"></li>
<li><input type="button" id="item_pen_btn"></li>
<li><input type="button" id="item_trash_btn"></li>
</ul>
</td>
</tr>
</table>
</tbody>
</div>
</table>
</div>
</div>
<div class="enroll_input_file">
<div class="enroll_file_title">
<img src="/direct/img/enroll_file_title_bg.png" alt=""> 첨부파일
<input type="checkbox" id="all">
<label for="all"></label>
<input type="button" value="다운로드">
<div class="add_file_btn"><input type="button" value="등록" onclick="File_upload()"></div>
</div>
<div class="enroll_input_file_list_wrap">
<table>
<table>
<thead>
<tr>
<th>
<input type="checkbox" id="file_list_all">
<label for="file_list_all"></label>
공문수발신(7)
<input type="button">
</th>
<th>
<input type="checkbox" id="file_list_all_2">
<label for="file_list_all_2"></label>
감사계획(7)
<input type="button">
</th>
<th>
<input type="checkbox" id="file_list_all_3">
<label for="file_list_all_3"></label>
감사수감(7)
<input type="button">
</th>
<th>
<input type="checkbox" id="file_list_all_4">
<label for="file_list_all_4"></label>
감사결과(7)
<input type="button">
</th>
<th style="margin-left: 5px;">
<input type="checkbox" id="file_list_all_5">
<label for="file_list_all_5"></label>
후속조치(7)
<input type="button">
</th>
</tr>
</thead>
</table>
<tbody>
<table>
<tr>
<td>
<ul>
<li>
<input type="checkbox" id="main_file_title">
<label for="main_file_title"></label>
공문수발신(7)
<input type="button">
<ul>
<li>
<input type="checkbox" id="file_sort_each_1">
<label for="file_sort_each_1"></label>
<img src="/direct/img/enroll_pdf_file.png" alt="">파일1.pdf
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_2">
<label for="file_sort_each_2"></label>
<img src="/direct/img/enroll_exel_file.png" alt="">파일2.exel
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_3">
<label for="file_sort_each_3"></label>
<img src="/direct/img/enroll_hwp_file.png" alt="">파일3.hwp
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_4">
<label for="file_sort_each_4"></label>
<img src="/direct/img/enroll_jpg_file.png" alt="">파일4.jpg
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_5">
<label for="file_sort_each_5"></label>
<img src="/direct/img/enroll_mp4_file.png" alt="">파일5.mp4
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_6">
<label for="file_sort_each_6"></label>
<img src="/direct/img/enroll_ppt_file.png" alt="">파일6.ppt
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
<li>
<input type="checkbox" id="file_sort_each_7">
<label for="file_sort_each_7"></label>
<img src="/direct/img/enroll_zip_file.png" alt="">파일7.zip
<img src="/direct/img/add_enroll_popup_delect.png" alt="">
</li>
</ul>
</li>
</ul>
</td>
<td>
<ul>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
공문·협조문(7)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전요구자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전제출자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
기타자료(10)
<input type="button">
</li>
</ul>
</td>
<td>
<ul>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
공문·협조문(7)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전요구자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전제출자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
기타자료(10)
<input type="button">
</li>
</ul>
</td>
<td>
<ul>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
공문·협조문(7)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전요구자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전제출자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
기타자료(10)
<input type="button">
</li>
</ul>
</td>
<td>
<ul>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
공문·협조문(7)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전요구자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
사전제출자료(10)
<input type="button">
</li>
<li>
<input type="checkbox" id="file_sort_all">
<label for="file_sort_all"></label>
기타자료(10)
<input type="button">
</li>
</ul>
</td>
</tr>
</table>
</tbody>
</table>
</div>
</div>
<div class="enroll_popup_bottom">
<div class="enroll_popup_bottom_title">
<img src="/direct/img/bottom_title_all.png" alt="">총괄표
<div class="eva_grade">평가점수
<div class="grade_wrap">
<div class="all_grade">100점</div>
<div class="grade">85점</div>
</div>
</div>
<div class="eva_grade">준정부기관 평가점수
<div class="grade_wrap grade_wrap_2">
<div class="grade grade_2">66.28</div>
</div>
</div>
<div class="line_btn" style="float: right; margin-right: 75px;">
<div class="add_line"><input type="button" value="행추가"></div>
<div class="delect_line"><input type="button" value="행삭제"></div>
</div>
</div>
<div class="eva_table_in">
<div class="eva_table eva_table_2" style="margin-bottom:0">
<table>
<tr>
<th rowspan="2">구분</th>
<th rowspan="2">평가지표</th>
<th rowspan="2">분야별만점</th>
<th colspan="2">실사</th>
<th colspan="2">자체</th>
<th rowspan="2">감점</th>
<th rowspan="2">평가점수</th>
<th rowspan="2">추가정보보안활동</th>
</tr>
<tr style="border-bottom: 1px solid #dde6e9">
<th>1</th>
<th>1</th>
<th>1</th>
<th>1</th>
</tr>
<tr>
<td>1</td>
<td>정보보안정책</td>
<td>11</td>
<td>12</td>
<td>12</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<td colspan="2">계</td>
<td>69</td>
<td>100</td>
<td>79.26</td>
<td>79.26</td>
<td>79.26</td>
<td>79.26</td>
<td>83.06</td>
<td></td>
</tr>
</table>
</div>
</div>
<div class="enroll_popup_bottom_title" style="margin-top: 23px;">□ 세부 평가지표 및 결과
<div class="eva_down">
<input type="checkbox">
<label for=""></label>
<div class="eva_down_btn"><input type="button" value="다운로드"></div>
</div>
<div class="line_btn">
<div class="add_line"><input type="button" value="행추가"></div>
<div class="delect_line"><input type="button" value="행삭제"></div>
</div>
<div class="print_btn" style="margin-right: 70px">
<input type="button" class="print" value="인쇄">
</div>
</div>
<div class="eva_table_in eva_2_table_in">
<div class="eva_table eva_table_3" style="margin-bottom: 0">
<table>
<tr>
<th>분야 </th>
<th>배점</th>
<th>평가지표</th>
<th><input type="checkbox">
<label for=""></label> 증빙자료</th>
<th>평가결과</th>
<th><input type="checkbox">
<label for=""></label> 자체점검</th>
<th><input type="checkbox">
<label for=""></label> 이행점검</th>
<th>지적 및<br>개선사항</th>
<th>조치계획</th>
<th>조치내역</th>
<th><input type="checkbox">
<label for=""></label> 첨부파일</th>
</tr>
<tr>
<td rowspan="14"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="line_btn">
<div class="add_btn"><input type="button" onclick="enroll_Person()"></div>
<div class="del_btn"><input type="button"></div>
</div>
</td>
<td><input type="text" class="table_grade"></td>
<td><div class="grade_num"><p>1-1</p></div><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="add_person_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><img src="/direct/img/add_enroll_popup_person.png" alt=""></div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><div class="grade_num"><p>1-1</p></div><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div></td>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><div class="grade_num"><p>1-1</p></div><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><div class="grade_num"><p>1-1</p></div><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><div class="grade_num"><p>1-1</p></div><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea>
<div class="del_btn"><input type="button"></div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td rowspan="12"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td rowspan="12"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td rowspan="7"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td rowspan="10"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td rowspan="26"><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
<tr>
<td><input type="text" class="table_grade"></td>
<td><textarea name="" id="" cols="20" rows="1" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><input type="text" class="grade_result"></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td><textarea name="" id="" class="table_text" onkeyup="autoTextarea(this,51);"></textarea></td>
<td>
<div class="eva_file"><input type="checkbox"><label for=""></label><img src="/direct/img/enroll_exel_file.png" alt="">증빙자료.hwp</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<!--
<div class="btns">
<input type="button" value="임시저장" class="pre_save"><input type="button" value="저장" class="save"><input type="button" value="취소" class="cancel">
</div>
-->
<div class="main1_btn_div">
<button class="main1_btn" onclick="fn_mainzone_link_page(); return false;">목 록</button>
<c:if test="${auditVO.pageType ne 'Insert'}">
<button class="main1_btn main1_delete_btn" id="main1_auth_delete_btn" onclick="fn_mainzone_delete(); return false;">삭 제 </button>
<button class="main1_btn audit_save_btn" id="audit_update_btn">저 장2</button>
<button class="main1_btn main1_save_btn" id="audit_update_btn_imsi">임시저장2</button>
</c:if>
<c:if test="${auditVO.pageType eq 'Insert' }">
<button class="main1_btn audit_save_btn" id="audit_save_btn">저 장</button>
<button class="main1_btn main1_save_btn" id="audit_save_btn_imsi">임시저장</button>
</c:if>
</div>
</div>
</div>
</body>
</html>