전프로젝트 파일 삭제

This commit is contained in:
subsub 2025-12-03 16:29:29 +09:00
parent f41d4e88f4
commit 30bef818d2
1489 changed files with 0 additions and 212750 deletions

View File

@ -1,205 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정부 등록</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button type="button" class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button type="button" class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button type="button" class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>조정부 등록</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li><span class="cur_nav">조정부 관리</span></li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_상세 -->
<p class="tb_tit">조정부 정보 등록</p>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 15%;">
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: auto;">
</colgroup>
<tbody class="border_0">
<tr>
<th>조정부 유형</th>
<td>
<select name="" id="" class="adj_select">
<option value="">합의부</option>
<option value="">단독부</option>
</select>
</td>
<th>조정부명</th>
<td>
<input type="text" class="adj_depm_input"><button type="button"
class="btnType01 btn_overlap">중복검사</button>
</td>
</tr>
<tr>
<th>조정부장 배정</th>
<td colspan="3">
<input type="text" class="adj_depm_input"><button type="button" class="btnType01 btn_overlap">조정위원
검색</button>
</td>
</tr>
<tr>
<th>연락처</th>
<td>010-1234-5678</td>
<th>이메일</th>
<td>honggildong@naver.com</td>
</tr>
</tbody>
</table>
</div>
<div class="tb_tit">
<p>조정위원 배정</p>
<div class="btn_wrap">
<button type="button" class="btn_plus"><i></i></button>
<button type="button" class="btn_minus"><i></i></button>
</div>
</div>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 15%;">
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: auto;">
</colgroup>
<tbody class="border_0">
<tr>
<th>조정부장 배정</th>
<td colspan="3">
<input type="text" class="adj_depm_input"><button type="button" class="btnType01 btn_overlap"
onclick="popOpen('/kccadrPb/adm/popup_adjustment_search.html','조정위원 검색','660','420')">조정위원
검색</button>
</td>
</tr>
<tr>
<th>연락처</th>
<td>010-1234-5678</td>
<th>이메일</th>
<td>honggildong@naver.com</td>
</tr>
</tbody>
</table>
</div>
<!-- //list_상세 -->
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="area_left"> </div>
<div class="area_right">
<button type="button" class="btnType06">저장</button>
<button type="button" class="btnType03">목록</button>
</div>
</div>
<!-- //btn_wrap -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,456 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정신청 등록</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>조정신청 등록</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li><span class="cur_nav">오프라인 조정관리</span></li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_상세 -->
<div class="btn_wrap" style="text-align: right; margin-bottom: 10px;">
<button type="button" class="btnType06 btn_adj_add" onclick="popOpen('/kccadrPb/adm/popup_data.html','이전신청 불러오기','660','420')">이전신청 불러오기</button>
</div>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>대리인 여부</th>
<td>
<div class="radio_wrap">
<span><input type="radio"><label for="">본인</label></span>
<span><input type="radio"><label for="">대리인</label></span>
</div>
</td>
</tr>
<tr>
<th>신청자 분류</th>
<td>
<div class="radio_wrap">
<span><input type="radio"><label for="">권리자</label></span>
<span><input type="radio"><label for="">저작물이용자</label></span>
<span><input type="radio"><label for="">신탁단체</label></span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- 대리인 선택시 -->
<div class="tbType02" style="margin-top: 20px;">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>대리인 이름</th>
<td><input type="text" size="30"></td>
</tr>
<tr>
<th>본인과의 관계</th>
<td>
<div class="radio_wrap">
<span><input type="radio"><label for="">법률대리인</label></span>
<span><input type="radio"><label for="">신청인의 직원</label></span>
<span><input type="radio"><label for="">신청인의 가족</label></span>
<span><input type="radio"><label for="">기타</label> <input type="text"></span>
</div>
</td>
</tr>
<tr>
<th>직책</th>
<td><input type="text" size="30"></td>
</tr>
<tr>
<th>대리인 주소</th>
<td>
<input type="text"><button type="button" class="btnType01">우편번호 검색</button>
<div class="detail_adr">
<input type="text" placeholder="주소"><input type="text" placeholder="상세주소">
</div>
<input type="checkbox" id="adr_check"><label for="adr_check">우편물 수령지로 선택</label>
</td>
</tr>
<tr>
<th>이메일</th>
<td>
<input type="text" size="30" class="email_input"> @ <input type="text" size="30"
class="email_input">
<select name="" id="" class="email_select">
<option value="">직접입력</option>
</select>
</td>
</tr>
<tr>
<th>연락처</th>
<td>
<select name="" id="" class="number_select">
<option value="">010</option>
<option value="">011</option>
</select> - <input type="text" class="number_input"> - <input type="text" class="number_input">
</td>
</tr>
<tr>
<th>대리신청서</th>
<td>
<button type="button" class="btnType01">파일 첨부하기</button>
<div class="file_wrap">
<table>
<colgroup>
<col style="width: 50px;">
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: 15%;">
</colgroup>
<thead>
<th>
<input type="checkbox" name="checkAll" id="checkAll" onclick="fn_egov_checkAll()"><label
for="checkAll"></label>
</th>
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
</thead>
<tbody class="tb_file_before">
<tr>
<td colspan="4">
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //대리인 선택시 -->
<!-- 신청인 -->
<div class="tbType02" style="margin-top: 20px;">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>신청인 분류</th>
<td>
<div class="radio_wrap">
<span><input type="radio"><label for="">개인</label></span>
<span><input type="radio"><label for="">법인</label></span>
<span><input type="radio"><label for="">개인사업자</label></span>
</div>
</td>
</tr>
<tr>
<th>신청인 이름</th>
<td>
<input type="text" size="30">
</td>
</tr>
<tr>
<th>주소</th>
<td>
<input type="text"><button type="button" class="btnType01">우편번호 검색</button>
<div class="detail_adr">
<input type="text" size="50" placeholder="주소"><input type="text" size="30" placeholder="상세주소">
</div>
<input type="checkbox" id="adr_check"><label for="adr_check">우편물 수령지로 선택</label>
</td>
</tr>
<tr>
<th>이메일</th>
<td>
<input type="text" class="email_input"> @ <input type="text" class="email_input">
<select name="" id="" class="email_select">
<option value="">직접입력</option>
</select>
</td>
</tr>
<tr>
<th>연락처</th>
<td>
<select name="" id="" class="number_select">
<option value="">010</option>
<option value="">011</option>
</select> - <input type="text" class="number_input"> - <input type="text" class="number_input">
</td>
</tr>
<tr>
<th>우편물 수령지</th>
<td>
<input type="text"><button type="button" class="btnType01">우편번호 검색</button>
<div class="detail_adr">
<input type="text" placeholder="주소"><input type="text" placeholder="상세주소">
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //신청인 -->
<!-- 피신청인 정보 -->
<div class="tb_tit">
<p>피신청인 정보</p>
<div class="btn_wrap">
<button type="button" class="btnType06 btn_adj_add">피신청인 추가</button><button type="button"
class="btnType04 btn_del">삭제</button>
</div>
</div>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>피신청인 분류</th>
<td>
<div class="radio_wrap">
<span><input type="radio"><label for="">개인</label></span>
<span><input type="radio"><label for="">법인</label></span>
<span><input type="radio"><label for="">개인사업자</label></span>
</div>
</td>
</tr>
<tr>
<th>피신청인 이름</th>
<td>
<input type="text" size="30">
</td>
</tr>
<tr>
<th>주소</th>
<td>
<input type="text"><button type="button" class="btnType01">우편번호 검색</button>
<div class="detail_adr">
<input type="text" placeholder="주소"><input type="text" placeholder="상세주소">
</div>
</td>
</tr>
<tr>
<th>이메일</th>
<td>
<input type="text" class="email_input"> @ <input type="text" class="email_input">
<select name="" id="" class="email_select">
<option value="">직접입력</option>
</select>
</td>
</tr>
<tr>
<th>연락처</th>
<td>
<select name="" id="" class="number_select">
<option value="">010</option>
<option value="">011</option>
</select> - <input type="text" class="number_input"> - <input type="text" class="number_input">
</td>
</tr>
</tbody>
</table>
</div>
<!-- //피신청인 정보 -->
<!-- 조정정보 -->
<div class="tb_tit">
<p>조정 정보</p>
</div>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>저작물 종류</th>
<td>
<select name="" id="">
<option value="">어문저작물</option>
<option value="">음악저작물</option>
<option value="">건축저작물</option>
<option value="">도형저작물</option>
<option value="">영상저작물</option>
<option value="">사진저작물</option>
<option value="">미술저작물</option>
<option value="">편집저작물</option>
<option value="">저작인접물</option>
<option value="">데이터베이스</option>
<option value="">2차적저작물</option>
<option value="">컴퓨터프로그램</option>
<option value="">기타</option>
</select>
</td>
</tr>
<tr>
<th>신청취지</th>
<td>
<button type="button" class="btnType05">예문</button>
<textarea name="" id="" cols="30" rows="5"></textarea>
</td>
</tr>
<tr>
<th>첨부파일<br>(오프라인신청서)</th>
<td>
<button type="button" class="btnType01">파일 첨부하기</button>
<div class="file_wrap">
<table>
<colgroup>
<col style="width: 50px;">
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: 15%;">
</colgroup>
<thead>
<th>
<input type="checkbox" name="checkAll" id="checkAll" onclick="fn_egov_checkAll()"><label
for="checkAll"></label>
</th>
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
</thead>
<tbody class="tb_file_before">
<tr>
<td colspan="4">
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //조정정보 -->
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="area_left">
</div>
<div class="area_right">
<button type="button" class="btnType06">등록</button>
</div>
</div>
<!-- //btn_wrap -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,250 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정결재 상세 조회 - 접수결재</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>조정결재 상세 조회 - 접수결재</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<!-- <li><p>조정 종결 관리</p></li> -->
<li><span class="cur_nav">결재관리</span></li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<div class="top_progress">
<p>조정번호 : <span>2021조정054</span></p>
<p>접수일 : <span>2021-07-15</span></p>
<p>진행현황 : <span>조정진행</span></p>
</div>
<!-- list_상세 -->
<p class="tb_tit">사건 정보</p>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 15%;">
<col style="width: 35%;">
<col style="width: 15%;">
<col style="width: 35%;">
</colgroup>
<tbody class="border_0">
<tr>
<th>사건</th>
<td>
<p class="change_text">2020조정006</p>
</td>
<th>사건내용</th>
<td>
<p>음악저작물 이용에 따른 분쟁</p>
</td>
</tr>
<tr>
<th>신청인</th>
<td>
<p>홍길동</p>
</td>
<th>대리인</th>
<td>
<p>이대리</p>
</td>
</tr>
<tr>
<th>피신청인</th>
<td>
<p>최영준</p>
</td>
<th>대리인</th>
<td>
<p></p>
</td>
</tr>
<tr>
<th>신청일</th>
<td>
<p>2021.3.6</p>
</td>
<th>처리일자</th>
<td>
<p>2020.6.5</p>
</td>
</tr>
<tr>
<th>조정부</th>
<td>
<p>제 1조정부</p>
</td>
<th>조정조사관</th>
<td>
<p>이조사</p>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //list_상세 -->
<!-- list_상세 -->
<p class="tb_tit">결재진행</p>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 15%;">
<col style="width: 35%;">
<col style="width: 15%;">
<col style="width: 35%;">
</colgroup>
<tbody class="border_0">
<tr>
<th>결재요청일</th>
<td>
<p>2021-05-30</p>
</td>
<th>결재대기</th>
<td>
<p>팀장</p>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //list_상세 -->
<div class="progress_status">
<div class="pgr_box approve">
<i></i>
<p class="pgr_person">담당자</p>
<p class="pgr_status">승인</p>
</div>
<i class="pgr_next"></i>
<div class="pgr_box approve_waiting on">
<i></i>
<p class="pgr_person">팀장</p>
<p class="pgr_status">결재대기</p>
</div>
<i class="pgr_next"></i>
<div class="pgr_box approve_waiting">
<i></i>
<p class="pgr_person">부서장</p>
<p class="pgr_status">결재대기</p>
</div>
<i class="pgr_next"></i>
<div class="pgr_box approve_waiting">
<i></i>
<p class="pgr_person">위원장</p>
<p class="pgr_status">결재대기</p>
</div>
</div>
<div class="btn_wrap btn_layout01">
<div class="area_left"></div>
<div class="area_right">
<button type="button" class="btnType06">결재</button>
<button type="button" class="btnType03">목록</button>
</div>
</div>
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<title>달력</title>
<link rel="stylesheet" href="/kccadrPb/adm/css/calendar.css">
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<!-- calendar 생성 -->
<div id="calendar"></div>
</body>
</html>

View File

@ -1,28 +0,0 @@
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>

View File

@ -1,20 +0,0 @@
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>

View File

@ -1,51 +0,0 @@
/* reset */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
select {background-color: #fff;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
select::-ms-expand { display: none; }
body {margin:0;font-family:'arial';}
a {color:#555; text-decoration: none;}
/* calendar header (년, 월 선택) */
div#calendar {border-radius: 10px; margin:0 auto 0 auto; position:relative; padding: 10px;}
div#calendar>div:first-child{border-bottom:0;background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-bottom: 10px; border-radius: 5px;}
div#calHeader {width:100%; zoom:1; text-align:center; padding-bottom:5px; height:50px;padding:14px 60px 14px 26px; border-radius: 5px 5px 0 0;
background-color: #fbc72b; display: flex; justify-content: space-between; align-items: center;}
div#calHeader img {position:relative; top:1px; vertical-align:top; cursor:pointer;width:8px;height:15px;}
div#calHeader a{display:inline-block;}
div#calHeader select {vertical-align:top;font-size:19px;font-weight:500;border:none;vertical-align:middle;
color:#222;background-color: transparent;padding:0 20px 0 5px; background-image: url(/kccadrPb/adm/image/icon_cal_select.png); background-repeat: no-repeat; background-position: 100% center;}
select option {color:#333}
div#calHeader select.slt_year {margin-right:5px; min-width: 80px;}
div#calHeader select.slt_month {margin-right:5px; min-width: 50px;}
div#calHeader a{display:inline-block;vertical-align:middle;}
/* calendar body (일 선택) */
div#calendar table {border-collapse:collapse; margin:0 auto; padding: 10px;}
caption, .thidden{position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;font-size:1px;color: #fff}
div#calendar table {width:96%; border:none;}
div#calendar table thead th { text-align: center;border-right:1px solid #fff; border-bottom:1px solid #fff; color:#222;height:42px; font-size: 14px; font-weight: 400;}
div#calendar table thead th.sun {color:#e40000;}
div#calendar table tbody td {color: #222; height:24px; padding:1px !important;background-color:#f1f1f1; border-right:1px solid #fff; border-bottom:1px solid #fff; color:#fff; text-align:center;}
div#calendar table td.sun,
div#calendar table td.sun a {color:#e40000 !important;}
div#calendar table td.sun a:hover {color:#fff !important;}
div#calendar table td a:link,
div#calendar table td a:visited {display:block; padding:0px; padding-top:3px; line-height:24px; text-decoration:none; color:#333;}
div#calendar table td a:hover {color:#fff;background-color:#eea301; font-weight: 500; }
div#calendar table td a:active {display:block; padding:0px; padding-top:3px; line-height:24px; text-decoration:none; color:#333;}
div#calendar table td.empty {padding:0; height:30px; color:#e7f5ff !important;}
div#calendar table td.currentDay,
div#calendar table td.currentDay a{color:#333;position:relative;}
div#calendar table td.currentDay a::after {content: ""; position: absolute; top: 3px; left: 3px; width: 6px; height: 6px; border-radius: 50%; background-color: #eea301;}
div#calendar table td.currentDay a:hover,
div#calendar table td.currentDay a:focus{background-color:#eea301;color:#fff;font-weight: 500; }
/* 오늘날짜 선택 */
.calCloseWrap {text-align:left; padding-left: 10px;}
.calCloseWrap .putDay{line-height: 30px;padding:0 10px 0 20px;display:inline-block; position: relative;}
.calCloseWrap .putDay {background-image: url(/publish/images/calendar/checkIcon.png); background-repeat: no-repeat; background-position: left 45%;}
.calCloseWrap .putDay:hover {text-decoration: underline;}
a.calClose{
position: absolute;right:20px;top:23px;width:26px;height:26px;background: url(/kccadrPb/adm/image/calendar/cal_close2.png) no-repeat 100% 100%;
font-size:0;line-height:0;overflow:hidden; text-indent:100%; white-space: nowrap;border:none;}

View File

@ -1,59 +0,0 @@
.wrap{width: 100%; height: 100%; position: relative; display: flex; align-items: stretch; min-width: 1240px;}
.icon_new{vertical-align: sub}
/* leftmenu */
.area_left{width: 280px; background-color: #252323; box-shadow: 2px 0 5px rgba(0,0,0,0.1); z-index: 1; transition: width 0.3s linear;}
.area_left .logo{background-color: #db5d2e; box-shadow: 0 3px 5px rgba(0,0,0,0.1); width: 100%; height: 80px; text-align: center;}
.area_left .logo a{height: 100%; display: flex; justify-content: center; align-items: center;}
.area_left .logo img{margin-left: -15px;}
.depth01{position: relative; border-bottom: 1px solid #454444;}
.menu_tit{width: 100%; height: 57px; padding: 0 20px; text-align: left; font-size: 18px; font-weight: 400; color: #afaeae; background-image: url(/kccadrPb/adm/image/common/icon_leftmenu_open.png); background-repeat: no-repeat; background-position: calc(100% - 20px) center;}
.depth02{width: calc(100% - 40px); height: 100%; padding: 8px 0; margin: 0 auto 10px auto; background-color: #2e2d2d; border-radius: 5px;}
.depth02 li a{display: flex; align-items: center; width: 100%; height: 40px; padding: 0 5px 0 32px; font-size: 17px; font-weight: 300; color: #afaeae; box-sizing: border-box; position: relative;}
.depth02 li a::before{position: absolute; content: "-"; left: 20px; font-size: 20px;}
.depth02 li a:hover,.depth02 li.on a{color: #f7ae92; font-weight: 400;}
/* //leftmenu */
/* top_util */
.area_right{position: relative; /* height: 100%; */background-color: #f8f5f3; width: calc(100% - 280px); transition: width 0.3s linear;}
.top_util,.user,.user_info,.alram{display: flex; align-items: center;}
.top_util{width: 100%; height: 80px; justify-content: space-between; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); padding: 0 47px 0 37px; box-sizing: border-box;}
.user i{display: block; width: 40px; height: 40px; background-color: #f8f5f3; box-shadow: inset 0 3px 3px rgba(0,0,0,0.1); border-radius: 100%; margin-right: 13px; background-image: url(/kccadrPb/adm/image/icon_person.png); background-repeat: no-repeat; background-position: center bottom;}
.user p{font-size: 17px; color: #555; letter-spacing: -0.5px; line-height: 1.3;}
.user span{font-weight: bold; color: #222;}
.user .user_id{font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1.4;}
.alram{position: relative; margin-left: 20px;}
.alram i{display: block; width: 15px; height: 19px; background-image: url(/kccadrPb/adm/image/common/icon_alram.png);}
.alram .alram_num{position: absolute; top: -1px; left: 14px; width: 15px; height: 15px; background-color: #ed3d25; border-radius: 100%; color: #fff; line-height: 1.3; font-size: 11px; font-weight: bold; padding-right: 1px; box-sizing: border-box;}
.alram p{margin-left: 10px; font-size: 16px; font-weight: 400; color: #555;}
.user_util{display: flex; border-radius: 18px; padding: 8px 25px; box-sizing: border-box; background-color: #f8f5f3; box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);}
.user_util *{display: inline-block; vertical-align: middle; font-size: 15px; color: #666666; letter-spacing: -0.5px;}
.user_util .final_date{margin-left: 15px;}
.user_util i{width: 18px; height: 18px; background-position: center; background-repeat: no-repeat; margin-top: 2px; margin-right: 2px;}
.user_util .time_out i{background-image: url(/kccadrPb/adm/image/common/icon_timeout.png);}
.user_util .final_date i{background-image: url(/kccadrPb/adm/image/common/icon_finaldate.png);}
.user_util span{margin-left: 5px;}
/* //top_util */
@media all and (max-width:1300px){
/* leftmenu */
.area_left{width: 220px;}
.area_left .logo img{width: 75%;}
/* //leftmenu */
/* top_util */
.area_right{width: calc(100% - 220px);}
.top_util{padding: 0 20px;}
.alram{margin-left: -15px;}
.user_util{padding: 8px 10px;}
.user_util *{font-size: 14px;}
.user .user_id{width: calc(100% - 130px);}
/* //top_util */
footer{padding: 31px 20px;}
}

View File

@ -1,558 +0,0 @@
.cont_wrap{padding: 36px 43px 50px 39px;}
.cont_wrap>.box{width: 100%; min-height: 789px; box-sizing: border-box; background-color: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.15);}
/* 로그인 */
.login_all_wrap{display: flex; width: 100%; min-width: 1240px; height: 100vh; justify-content: center; align-items: center; padding: 50px 0; box-sizing: border-box; background-color: #fcfaf6; background-image: url(/kccadrPb/adm/image/bg_login_left.png), url(/kccadrPb/adm/image/bg_login_right.png); background-position: left bottom, right top; background-repeat: no-repeat;}
.login_wrap{display: flex; width: 1000px; height: 624px; background-color: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.login_wrap .login_left_box,.login_wrap .login_right_box{width: 50%;}
.login_wrap .login_left_box{display: flex; justify-content: center; align-items: flex-end; background-image: url(/kccadrPb/adm/image/bg_login.jpg); background-repeat: no-repeat;}
.login_wrap .login_left_box img{margin-bottom: 50px;}
.login_wrap .login_right_box{position: relative; padding: 80px 50px 0 90px; box-sizing: border-box;}
.login_wrap .login_tit.orange{position:relative;display:inline-block;font-size: 34px; font-weight: 600; margin-bottom: 20px;color:#ea5404;}
.login_wrap .login_tit.orange::after{position: absolute; content: " "; width: 100%; height: 10px; background-color: #ea5404; opacity: 0.15; left: 0; bottom: 0;}
.login_wrap .login_tit{font-size: 30px; font-weight: 500; margin-bottom: 54px;}
.login_wrap .id_box,.login_wrap .pw_box{margin-bottom: 20px;}
.login_wrap .id_box p,.login_wrap .pw_box p{font-size: 16px; font-weight: 600; color: #999; margin-bottom: 9px;}
.login_wrap .id_box input[type="text"],.login_wrap .pw_box input[type="password"]{width: calc(100% - 40px); background-color: #f4f4f4; border: 1px solid #e5e5e5;}
.login_wrap .id_box input[type="text"]::placeholder,.login_wrap .pw_box input[type="password"]::placeholder{font-size: 15px; color: #cccccc; font-weight: 500;}
.login_wrap .saveId{margin-top: 10px;}
.login_wrap input[type="checkbox"]{width: 20px; height: 20px;}
.login_wrap input[type="checkbox"]+label{width: auto; height: auto; margin: 4px 0 0 0; padding-left: 5px; clip: auto; color: #222; font-size: 16px; font-weight: 500;}
.login_wrap .submit_box{margin-top: 36px;}
.login_wrap .submit_box input[type="submit"]{width: 180px; height: 50px; background-color: #ea5404; border-radius: 5px; color: #fff; font-size: 20px; font-weight: 500; border: 0; transition: background-color 0.2s ease-in-out;}
.login_wrap .submit_box input[type="submit"]:hover{background-color: #de3900; transition: background-color 0.2s ease-in-out;}
.login_wrap .copyright{font-size: 14px; position: absolute; bottom: 40px; color: #333;}
/* .login_wrap .login_right_box .otp_phone_box {display:none;} */
.login_wrap .login_right_box.login_right_otp_box {padding-top:70px;}
.login_wrap .login_right_box.login_right_otp_box .login_tit {margin-bottom:29px;}
.login_wrap .login_right_box.login_right_otp_box .id_box,
.login_wrap .login_right_box.login_right_otp_box .pw_box {margin-bottom:15px;}
.login_wrap .login_right_box.login_right_otp_box .otp_phone_box {display:block;}
.login_wrap .login_right_box.login_right_otp_box .otp_phone_box input[type=text] {width:calc(100% - 145px);border:1px solid #e5e5e5;background:#f4f4f4;border-radius:5px;}
.login_wrap .login_right_box.login_right_otp_box .otp_phone_box .otp_phone_btn {width:100px;height:38px;font-size:14px;text-align:center;vertical-align:top;border:1px solid #e5e5e5;border-radius:5px;}
.login_wrap .login_right_box.login_right_otp_box .submit_box {margin-top:26px;}
/* //로그인 */
/* cont_tit */
.cont_tit{width: 100%; box-sizing: border-box; padding: 40px 40px 22px 40px; display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5;}
.cont_tit h2{padding-left: 20px; font-size: 28px; font-weight: bold; color: #333; position: relative;}
.cont_tit h2::before{position: absolute; content: " "; width: 5px; height: 26px; left: 0; top: 3px; background-color: #ea5404;}
.cont_tit .cur_nav{color: #db5d2e;font-weight:500;}
.cont_nav{display: flex;}
.cont_nav li{padding: 0 10px; font-size: 16px; font-weight: 300; color: #666; letter-spacing: -0.5px; position: relative;}
.cont_nav li::after{position: absolute; content: ">"; right: -5px; top: 0px;}
.cont_nav li:last-child{padding-right: 0;}
.cont_nav li:last-child::after{display: none;}
.cont_nav .home i{display: inline-block; width: 16px; height: 14px; background-image: url(/kccadrPb/adm/image/common/icon_home.png);}
/* //cont_tit */
.wid_120{width: 120px; display: inline-block;}
.deco_link{text-decoration: underline;}
.cont{padding: 50px 40px;}
.t_bold{font-weight: 600;}
.t_med{font-weight: 500;}
.t_center{text-align: center;}
.t_right{text-align: right;}
.t_left{text-align: left;}
.c_999999{color: #999999;}
.c_e40000{color: #e40000;}
.req_text{position: relative; padding-left: 30px;}
.req_text::before{position: absolute; content: "*"; left: 10px; color: #e40000; top: calc(50% - 4px);}
/* tab */
.tab_btn{display: flex; width: 100%; justify-content: center; border-bottom: 2px solid #ea5404; margin-bottom: 50px;}
.tab_btn button{border: 1px solid #e5e5e5; border-bottom: 0; height: 46px; font-size: 18px; font-weight: 400; margin-left: -1px;}
.tab_btn button:first-child{margin-left: 0;}
.tab_btn button.on{background-color: #ea5404; color: #fff; border: 1px solid #ea5404;}
.tab_btn.tab02 button{width: calc((100% + 2px) / 2);}
.tab_btn.tab03 button{width: calc((100% + 3px) / 3);}
.tab_btn.tab04 button{width: calc((100% + 4px) / 4);}
.tab_btn.tab05 button{width: calc((100% + 5px) / 5);}
.tab_btn.tab06 button{width: calc((100% + 6px) / 6);}
.tab_cont{display: none;}
.tab_cont.on{display: block;}
/* //tab */
/* list_top */
.list_top{display: flex; justify-content: space-between; align-items:flex-end; margin-bottom: 18px;}
.list_top p{font-size: 16px; font-weight: 400; color: #555;}
.list_top span{font-size: 18px; font-weight: 600; color: #ea5404;}
.list_util{width: 100%;}
p+.list_util{width: auto;}
.list_util .select_wrap, .list_util .sel_date, .list_util .input_wrap{display: inline-block;}
.list_util select{width: 150px; height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding-left: 14px; font-size: 16px; color: #222; background-image: url(/kccadrPb/adm/image/icon_select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) center; margin-right: 3px; color: #555;}
.list_util input[type="text"]{width: 250px; height: 38px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; margin-right: 3px;}
.list_util input::placeholder,.list_util input:-ms-input-placeholder{font-size: 16px; color: #999;}
.list_util button{width: 80px; height: 40px; font-size: 18px; font-weight: 400; background-color: #f48105; color: #fff; vertical-align: middle; border-radius: 5px; transition: all 0.1s linear;}
.list_util button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); background-color: #e96800; transition: all 0.1s linear;}
.list_util .btnType03{width: 80px; height: 40px; font-size: 18px; font-weight: 400; background-color: #999; color: #fff; vertical-align: middle; border-radius: 5px; transition: all 0.1s linear;padding:0;}
.list_util .btnType03:hover{background-color: #666; color: #fff; transition: all 0.1s linear;}
.list_util .btn_wrap.right{text-align: right;}
.list_util .btn_down_excel{width: 169px; height: 46px; border: 1px solid #0e8040; background-color: #f9f9f9; padding: 0 18px 0 47px; color: #0e803f; font-size: 18px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(/kccadrPb/adm/image/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; margin-top: -50px;}
.list_util .btn_down_excel:hover{background-color: #e5e5e5;}
.list_util .sel_date{display: inline-block; font-size: 18px; font-weight: 300; color: #555; vertical-align: middle;}
.list_util .sel_date input{width: 150px; margin: 0 5px;}
.list_util .sel_date button{width: 20px; height: 18px;background-color: transparent; border-radius: 0; margin-left: -40px; margin-right: 15px;}
.list_util .sel_date .btn_cal{background-image: url(/kccadrPb/adm/image/btn_cal.png); background-repeat: no-repeat;}
.calendar_wrap{display: inline-block;}
.calendar_in{display: inline-block; position: relative;}
.calendarPop{position: absolute; left: -265px; top: 40px; width: 330px; height: 300px;}
.calendarPop iframe{width: 100%; height: 100%;}
.detail_search{width: 100%; border: 1px solid #dbdcdd; background-color: #f1f2f4; border-radius: 5px; padding: 0 24px; box-sizing: border-box; margin-top: 10px;}
.detail_search .tit_text{font-weight: 500; font-size: 18px; color: #222; position: relative; padding-left: 10px; display: inline-block; margin-right: 15px; vertical-align: middle;}
.detail_search .tit_text::before{position: absolute; content: " "; width: 4px; height: 4px; border-radius: 100%; background-color: #db5d2e; left: 0; top: 8px;}
.detail_search>ul>li{padding: 12px 0; border-bottom: 1px solid #e3e4e5;}
.detail_search>ul>li:last-child{border-bottom: 0;}
.detail_search .check_wrap,.detail_search .radio_wrap{display: inline-flex; max-width: calc(100% - 120px); vertical-align: middle; text-align: left; align-items: center; flex-wrap: wrap;}
.detail_search .check_wrap span,.detail_search .radio_wrap span{margin-right: 30px; display: inline-block;}
.detail_search .check_wrap input,.detail_search .radio_wrap input{margin: 0; vertical-align: middle;}
.detail_search .check_wrap label,.detail_search .radio_wrap label{width: auto; height: auto; clip: unset; font-size: 16px; position:static; font-weight: 300; color: #666; vertical-align: middle; margin: 0; margin-left: 5px; line-height: 2;}
.detail_search .check_wrap .sel_date,.detail_search .radio_wrap .sel_date{margin-left: -20px;}
.detail_search .btn_search{float: right;}
/* //list_top */
/* btn */
.btn_wrap{margin-top: 30px;}
/* 리스트 상세 버튼 */
.btn_layout01{width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px;}
.btn_layout01 .area_left{background-color: #fff; box-shadow: none;}
.btn_layout01 .area_right{text-align: right; background-color: #fff;}
.btn_layout01 button, .btn_layout01 input[type="button"]{vertical-align: middle; margin: 0 2px; transition: all 0.1s linear;}
.btn_layout01 button:hover, .btn_layout01 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
.btn_layout01 .area_left button:first-child{margin-left: 0;}
.btn_layout01 .area_right button:last-child{margin-right: 0;}
.tbType01+.btn_layout02{margin-top: 20px;}
/* //리스트 상세 버튼 */
/* list_top_btn */
.btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;}
.btn_layout02 button,.btn_layout02 input[type="button"]{margin: 0 2px; transition: all 0.1s linear;}
.btn_layout02 button:hover,.btn_layout02 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
/* //list_top_btn */
.btn_layout03 .area_left{background-color: #fff; box-shadow: none; width: calc(100% - 150px);}
.btn_layout03 button,.btn_layout03 input[type="button"]{margin: 0 2px 5px 2px; transition: all 0.1s linear;}
.btn_layout03 button:hover,.btn_layout03 input[type="button"]:hover{transition: all 0.1s linear; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.btn_layout04{text-align: center;}
.btn_layout05 {position:relative;width:100%;margin:0 0 15px;}
.btn_layout05:after {content:'';display:block;clear:both;}
.btn_layout05 .btn_left_box {float:left;width:calc(100% - 200px);}
.btn_layout05 .btn_left_box .btnType02 {float:left;margin:0 5px 5px 0;}
.btn_layout05 .btn_right_box {float:right;width:200px;}
/* 버튼 타입 */
.btnType01{height: 36px; padding: 0 11px; font-size: 15px; font-weight: 400; background-color: #fffaf5; color: #ea5404; border: 1px solid #ea5404; border-radius: 5px; transition: all 0.1s linear;}
.btnType01:hover{background-color: #f6e7d5; transition: all 0.1s linear;}
.btnType02{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #f48105; border-radius: 5px; transition: all 0.1s linear;}
.btnType02:hover{ background-color: #e96800; transition: all 0.1s linear;}
.btnType03{height: 46px; padding: 0 23px; font-size: 18px; font-weight: 400; color: #fff; background-color: #999999; border-radius: 5px; transition: all 0.1s linear;}
.btnType03:hover{background-color: #666; transition: all 0.1s linear;}
.btnType04{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; color: #555; background-color: #f5f5f5; border: 1px solid #aeaeae; border-radius: 5px; transition: all 0.1s linear;}
.btnType04:hover{background-color: #e5e5e5; transition: all 0.1s linear;}
.btnType05{height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; color: #555; border: 1px solid #555555; border-radius: 5px; transition: all 0.1s linear;}
.btnType05:hover{background-color: #f5f5f5; transition: all 0.1s linear;}
.btnType06{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; background-color: #1b6fcd; color: #fff; border-radius: 5px; transition: all 0.1s linear;}
.btnType06:hover{background-color: #0d5fba; transition: all 0.1s linear;}
.btnType07 {height:46px;padding:0 15px;font-size:18px;font-weight:400;color:#555;border:1px solid #555;border-radius:5px;transition:all 0.1s linear;}
.btnType07:hover {background:#fafafa;}
.btnType08 {display:inline-block;width:95px;height:33px;padding:0 10px;font-size:15px;line-height:30px;text-align:left;color:#666;border:1px solid #d5d5d5;background:url(/kccadrPb/adm/image/icon_btnType08.png) no-repeat right center;border-radius:5px;box-sizing:border-box;}
.btnType09{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; background-color: #fdeded; color: #e40000; border:1px solid #e40000; border-radius: 5px; transition: all 0.1s linear;}
.btnType09:hover{background-color: #e40000; color: #fff; transition: all 0.1s linear;}
p+.sortBtn{display:inline-block;border:0;width:14px;height:100%;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat right center;margin: 0 0 0 4px;}
p+button.sortBtn{height:8px;}
p+.sortBtn.sortBtnAsc,p+button.sortBtn.sortBtnDesc{background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat left center;color:transparent;}
p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;}
/* //버튼 타입 */
.btn_icon{display:inline-flex;width:38px;height:38px;background:#f5f5f5;border:1px solid #d5d5d5;border-radius:5px;align-items:center;justify-content:center;}
/* icon */
.icon{display:inline-block;vertical-align:middle;}
.icon.plus{width:14px;height:14px;background:url(/kccadrPb/adm/image/btn_plus.png) no-repeat center center;}
.btn_wrap .btn_print i{width: 22px; height: 22px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_print02.png); vertical-align: middle; margin-top: -5px;}
.btn_wrap .btn_check i{width: 20px; height: 20px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_check.png); vertical-align: middle; margin-top: -5px;}
/* //btn */
.cont .list{width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #cccccc; overflow: hidden;}
.tb_tit{font-size: 22px; padding-left: 20px; position: relative; font-weight: 500; margin-bottom: 18px; margin-top: 60px; display: flex; justify-content: space-between; align-items: center;}
.tb_tit:first-child{margin-top: 0;}
.tb_tit::before{position: absolute; content: " "; width: 8px; height: 8px; border-radius: 2px; border: 2px solid #ea5404; left: 0; top: 50%; transform: translateY(-50%); box-sizing: border-box;}
.tb_tit .btn_wrap{margin-top: 0;}
.tb_tit .btn_wrap button{margin: 0 3px;}
.tb_tit .btn_wrap button:first-child{margin-left: 0;}
.tb_tit .btn_wrap button:last-child{margin-right: 0;}
.tb_tit .btn_wrap button{width: 30px; height: 30px; border: 1px solid #d5d5d5; background-color: #f5f5f5; border-radius: 5px; margin: 0; transition: background-color 0.2s linear;}
.tb_tit .btn_wrap button:hover{background-color: #e5e5e5; transition: background-color 0.2s linear;}
.tb_tit .btn_wrap button i{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; display: block;}
.tb_tit .btn_wrap .btn_plus i{background-image: url(/kccadrPb/adm/image/btn_plus.png);}
.tb_tit .btn_wrap .btn_minus i{background-image: url(/kccadrPb/adm/image/btn_minus.png);}
.tb_tit .btn_wrap .btn_adj_add{width: auto; height: 46px; background-color: #1b6fcd; border: 0; margin-right: 8px;}
.tb_tit .btn_wrap .btn_adj_add:hover{background-color: #0d5fba; transition: all 0.1s linear;}
.tb_tit .btn_wrap .btn_del{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; color: #555; background-color: #f5f5f5; border: 1px solid #aeaeae; border-radius: 5px; transition: all 0.1s linear;}
.top_progress{display: flex; background-color: #f5f5f5; border: 2px solid #cccccc; border-radius: 3px; width: 100%; padding: 15px 20px; box-sizing: border-box; margin-bottom: 30px;}
.top_progress p{font-size: 16px; color: #666666; font-weight: 300; padding: 0 24px; box-sizing: border-box; position: relative;}
.top_progress p::after{position: absolute; content: " "; width: 1px; height: 15px; background-color: #cccccc; right: 0; top: 2px;}
.top_progress p:last-child:after{display: none;}
.top_progress p:first-child{padding-left: 0;}
.top_progress p:last-child{padding-right: 0;}
.top_progress p span{color: #222; font-weight: 400;}
/* list */
.tbType01 table{width: 100%; table-layout: fixed; text-align: center;}
.tbType01 thead tr{width: 100%; background-color: #f3f3f3;}
.tbType01 thead tr:only-of-type th{height: 55px;}
.tbType01 thead th{height: 30px; padding: 0 5px; box-sizing: border-box; border-right: 0.01em solid #e5e5e5; vertical-align: middle;border-bottom: 0.01em solid #e5e5e5; font-size: 16px; font-weight: 400;}
.tbType01 thead th p{display:inline-block;vertical-align:middle;}
.tbType01 thead th:last-child{border-right: 0;}
.tbType01 thead tr:last-child th:last-child{border-right: 0.01em solid #e5e5e5;}
.tbType01 thead tr:only-child th:last-child{border-right: 0;}
.tbType01 thead button{color: #ea5404; padding: 0; margin-left: 4px; margin-top: 5px;}
.tbType01 tbody th{background-color: #f5f5f5; border-bottom: 0.01em solid #d5d5d5; font-size: 16px; font-weight: 500; vertical-align: middle; border-right: 1px solid #d5d5d5}
.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) td,.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom: 0.01em solid #d5d5d5;}
.tbType01 tbody tr:nth-child(n+10){border-bottom: 0.01em solid #d5d5d5;}
.tbType01 tbody tr:last-child{border-bottom: 0;}
.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.2; vertical-align: middle; border-right: 0.01em solid #d5d5d5; padding: 0 5px; text-overflow: ellipsis;overflow:hidden;}
.tbType01 tbody td.ellipsis{white-space: nowrap; text-overflow: ellipsis;overflow:hidden;}
.tbType01 tbody td span{font-size: 14px;}
.tbType01 tbody td.td_wrap{white-space: wrap;word-wrap: break-word;}
.tbType01 tbody .td_date{font-size: 15px;}
.tbType01 tbody td p,.tbType01 tbody td a{width: 95%; margin: 0 auto; padding: 0 5px; box-sizing: border-box; word-break: break-all;}
.tbType01 tbody td .text_overflow{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tbType01 tbody td:last-child{border-right: 0;}
.tbType01 tbody td button{height: 30px; width: auto; padding: 0 10px; font-size: 17px;}
.tbType01 tbody td select{min-width: 110px; width: auto; height: 30px; font-size: 17px;}
.tbType01 tbody td .btn_print{height: auto;}
.tbType01 tbody td .btn_print i{display: inline-block; width: 17px; height: 20px; background-image: url(/kccadrPb/adm/image/btn_print01.png); background-position: center; vertical-align: middle;}
.tbType01 table input{vertical-align: auto;}
.tbType01 tbody td p.status_cmp,.tbType01 tbody td button.status_cmp{width: auto; font-size: 15px; border-radius: 25px; background-color: #dbdbdb; color: #555555; padding: 3px 10px; display: inline-block; vertical-align: middle;}
.tbType01 tbody td p.status_waiting,.tbType01 tbody td button.status_waiting{width: auto; font-size: 15px; border: 1px solid #56a633; border-radius: 25px; color: #56a633; padding: 3px 10px; display: inline-block; vertical-align: middle;}
.tbType01 tbody td p.status_rep,.tbType01 tbody td button.status_rep{width: auto; font-size: 15px; border: 1px solid #f48105; border-radius: 25px; color: #f48105; padding: 3px 10px; display: inline-block; vertical-align: middle;}
.tbType01 tbody td p.status_ing,.tbType01 tbody td button.status_ing{width: auto; font-size: 15px; border: 1px solid #1b6fcd; border-radius: 25px; color: #1b6fcd; padding: 3px 10px; display: inline-block; vertical-align: middle;}
.tbType01 tbody td .status_req{width: auto; height: auto; font-size: 15px; border: 1px solid #e40000; border-radius: 25px; color: #e40000; padding: 3px 10px; display: inline-block; vertical-align: middle;}
.tbType01 tr td textarea{width: 100%; border: 1px solid #d5d5d5; border-radius: 5px; margin: 15px 0 10px 0; font-size: 18px; color: #222; padding: 15px; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif;}
.tbType01.list_table {overflow:auto;max-height:510px;border-top:1px solid #000;}
.tbType01.list_table::-webkit-scrollbar {width:4px;height:4px;border:3px solid #fff;}
.tbType01.list_table::-webkit-scrollbar-thumb {width:20px;height:20px;background:#d5d5d5;border-radius:4px;}
.tbType01.list_table table {width:100%;table-layout:fixed;}
.tbType01.list_table table thead {position:sticky;top:0;z-index:1;}
.tbType01.list_table table thead tr th {height:50px;border-right:0 none;border-bottom-color:#d5d5d5;background:#e5e5e5;}
.tbType01.list_table table tbody tr th,
.tbType01.list_table table tbody tr td {height:50px;font-weight:300;border-right:0 none;border-bottom:1px solid #d5d5d5;background:none;}
.tbType01.list_table table tbody tr.depth th {font-weight:400;background:#f5f5f5;}
.tbType01.list_table table tbody tr.depth td {background:#f5f5f5;}
.tbType02 .btn_wrap{display:flex;margin:0;gap:10px;align-items:center;flex-wrap:wrap;}
.tbType02 .btn_wrap button{margin:0;}
/* //list */
/* 갤러리 리스트 */
.list_gallery{padding: 30px 0 10px 0; margin-bottom: 30px;}
.list_gallery article{position: relative; display: inline-block; width: calc((100% - 104px)/4); border: 1px solid #d5d5d5; margin-right: 28.3px; margin-bottom: 30px;}
.list_gallery article:nth-child(4n){margin-right: 0;}
.list_gallery .gallery_util{position: absolute; width: 70px; height: 30px; right: 0px; top: 0px; background-color: #86817e; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 400; z-index: 1;}
.list_gallery .gallery_util.use_gallery{background-color: #ea5404 ;}
/* .list_gallery .img_area{width: 100%; height: 190px; border-bottom: 1px solid #d5d5d5; background-image: url(/kccadrPb/adm/image/ex_gal_img.jpg); background-repeat: no-repeat; background-position: center; background-color: #f5f5f5;} */
.list_gallery .img_area{position: relative; display: flex; width: 100%; height: 190px; border-bottom: 1px solid #d5d5d5; background-color: #f5f5f5; justify-content: center; align-items: center;}
.list_gallery .img_area img{max-width: 100%; max-height: 100%;}
.list_gallery .text_area{padding: 15px;}
.list_gallery .list_tit{height: 40px; font-size: 16px; font-weight: 400; margin-bottom: 13px; line-height: 1.3; overflow: hidden;}
.list_gallery .list_info{display: flex; flex-wrap: wrap; justify-content: space-between;}
.list_gallery span{font-size: 14px; font-weight: 400; color: #888888; line-height: 1.4;}
.list_gallery .list_writer{width: 100%; display: block;}
/* //갤러리 리스트 */
/* list_상세 */
input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #dddddd; background-color: #ededed; color: #888; height: 38px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;}
input[type="text"],input[type="password"],select{height: 36px; border: 1px solid #dddddd; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222;}
select{height: 38px;}
table select{width: 280px; background-image: url(/kccadrPb/adm/image/icon_select.png); background-position: calc(100% - 15px) center; background-repeat: no-repeat; vertical-align: middle;}
table select+button{vertical-align: middle;}
.tbType02 input,.tbType02 button{vertical-align: middle;}
.tbType02 button{margin-left: 5px;}
.sel_date{display: inline-block; font-size: 18px; font-weight: 300; color: #555; vertical-align: middle;}
.sel_date .date_input{width: 200px; margin: 0 5px;}
.time_input{width: 120px; font-weight: 300; margin-left: -5px;}
.sel_date button{width: 20px; height: 18px;background-color: transparent; border-radius: 0; margin-left: -35px; margin-right: 15px;}
.sel_date .btn_cal{background-image: url(/kccadrPb/adm/image/btn_cal.png); background-repeat: no-repeat; z-index: 9;}
.sel_date .btn_cal:hover{box-shadow: none;}
.dir_input{width: 200px; margin-left: 5px;}
.tbType01 .check_wrap,.tbType01 .radio_wrap{display: inline-flex; max-width: calc(100% - 120px); vertical-align: middle; text-align: left; align-items: center; flex-wrap: wrap;}
.tbType01 .check_wrap:only-child,.tbType01 .radio_wrap:only-child{max-width: 100%;}
.tbType01 .check_wrap span,.tbType01 .radio_wrap span{margin-right: 30px; display: inline-block;}
.tbType01 .check_wrap input,.tbType01 .radio_wrap input{margin: 0; vertical-align: middle; margin-top: 1.5px;}
.tbType01 .check_wrap label,.tbType01 .radio_wrap label{width: auto; height: auto; clip: unset; font-size: 18px; position:static; font-weight: 300; color: #666; vertical-align: middle; margin: 0; margin-left: 5px; margin-right:10px; line-height: 2;}
.tbType02{border-top: 1px solid #000; border-bottom: 1px solid #cccccc;}
.tbType02 table{width: 100%; table-layout: fixed}
.tbType02 tr{border-bottom: 0.01em solid #e5e5e5;}
.tbType02 tr th,.tbType02 tr td{height: 56px; text-align: left; padding: 0 20px; font-size: 18px; vertical-align: middle; box-sizing: border-box;}
.tbType02 tr th{border-right: 0.01em solid #e5e5e5; background-color: #f3f3f3; font-weight: 400;}
.tbType02 tr td{padding: 10px 10px 10px 20px; font-weight: 200; line-height: 1.4; word-break: break-all}
.tbType02 tr .td_cause{padding: 20px;}
.tbType02 tbody td .change_text{display: inline-block; width: auto; margin-right: 10px; vertical-align: middle;}
.tbType02 tbody tr:last-child{border-bottom: 0;}
.tbType02 tr th:only-child,.tbType02 tr th:nth-child(2){border-right: 0;}
.tbType02 .border_0 th{border-right: 0;}
.tbType02 tr td p{display: inline-block; vertical-align: middle; margin-right: 10px;}
.tbType02 tr td textarea{width: 100%; border: 1px solid #d5d5d5; border-radius: 5px; margin: 15px 0 10px 0; font-size: 18px; color: #222; padding: 15px; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif;}
.tbType02 tr td textarea:only-child{margin:0;}
.tbType02 .check_wrap,.tbType02 .radio_wrap{display: inline-flex; max-width: calc(100% - 120px); vertical-align: middle; text-align: left; align-items: center; flex-wrap: wrap;}
.tbType02 .check_wrap:only-child,.tbType02 .radio_wrap:only-child{max-width: 100%;}
.tbType02 .check_wrap span,.tbType02 .radio_wrap span{margin-right: 30px; display: inline-block;}
.tbType02 .check_wrap input,.tbType02 .radio_wrap input{margin: 0; vertical-align: middle; margin-top: 1.5px;}
.tbType02 .check_wrap label,.tbType02 .radio_wrap label{width: auto; height: auto; clip: unset; font-size: 18px; position:static; font-weight: 300; color: #666; vertical-align: middle; margin: 0; margin-left: 5px; line-height: 2;}
.tbType02 .check_wrap .sel_date,.tbType02 .radio_wrap .sel_date{margin-left: -20px;}
.tbType02 .detail_adr{margin-top: 5px;}
.tbType02 .detail_adr input{margin-right: 5px; width: 30%;}
.tbType02 .detail_adr+input[type="checkbox"]+label{width: auto; height: auto; margin: 0; overflow: visible; position: static; vertical-align: middle; margin-left: 5px; font-size: 16px; font-weight: 400; color: #666;}
.tbType02 .email_input{width: calc((100% - 800px)/2); min-width: 180px; margin: 0 5px;}
.tbType02 .email_input:first-child{margin-left: 0;}
.tbType02 .email_select{width: 200px;}
.tbType02 .number_select{width: 130px;}
.tbType02 .number_input{width: calc((100% - 800px)/2); min-width: 130px; margin: 0 5px;}
.tbType02 td>button{width:auto;height:35px;vertical-align:baseline;padding:0 10px;font-size:16px;margin: 0 4px;}
.tbType02 td>button:first-child{margin: 0 4px 0 0;}
.tbType02 td>button:last-child{margin: 0 0 0 4px;}
.tbType02 tr td input + button{height:38px;vertical-align:middle;}
.tbType02 td .btn_icon{height:38px;vertical-align:middle;}
.tbType03{border-top: 1px solid #000; border-bottom: 1px solid #cccccc;}
.tbType03 table{width: 100%; table-layout: fixed; text-align: center;}
.tbType03 thead tr{width: 100%; background-color: #f3f3f3;}
.tbType03 thead tr:only-of-type th{height: 55px;}
.tbType03 thead th{height: 30px; padding: 0 5px; box-sizing: border-box; border-right: 1px solid #e5e5e5; vertical-align: middle;border-bottom: 1px solid #e5e5e5; font-size: 16px; font-weight: 400;}
.tbType03 thead th:last-child{border-right: 0;}
.tbType03 thead tr:last-child th:last-child{border-right: 1px solid #e5e5e5;}
.tbType03 thead button{color: #ea5404; padding: 0; margin-left: 4px; margin-top: 5px;}
.tbType03 tbody td{height: 40px; font-weight: 300; color: #555555; vertical-align: middle;border-bottom: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5;}
.tbType03 tbody tr:last-child td{border-bottom: 0;}
.tbType03 tbody td p,.tbType03 tbody td a{width: 95%; margin: 0 auto; padding: 0 5px; box-sizing: border-box; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.tbType03 tbody td:last-child{border-right: 0;}
.tbType03 tbody td .btn_print i{display: inline-block; width: 17px; height: 20px; background-image: url(/kccadrPb/adm/image/btn_print01.png); background-position: center; vertical-align: middle;}
.tbType03 .tb_ctt{text-align: left;}
.tbType03 button{height: 30px;}
/* //list_상세 */
/* 결재 진행 상태 */
.progress_status{display: flex; width: 100%; height: 244px; padding: 26px 30px; box-sizing: border-box; background-color: #f5f5f5; border-radius: 5px; margin-top: 30px; align-items: center; justify-content: space-between;}
.pgr_box{width: calc((100% - 180px) / 4); height: 100%; border: 2px solid #e5e5e5; border-radius: 5px; background-color: #fff; text-align: center;}
.pgr_box i{width: 56px; height: 52px; background-repeat: no-repeat; background-position: center; display: block; margin: 33px auto 20px auto; }
.pgr_box .pgr_person{font-size: 20px; font-weight: 400; color: #666;}
.pgr_box .pgr_status{display: inline-flex; min-width: 80px; height: 30px; padding: 0 20px; border-radius: 15px; background-color: #e5e5e5; font-size: 16px; color: #666; align-items: center; justify-content: center; box-sizing: border-box; margin-top: 15px;}
.pgr_box.on{border: 2px solid #ea5404;}
.pgr_box.on .pgr_person{color: #ea5404; font-weight: 500;}
.pgr_box.on .pgr_status{background-color: #fdeee5; color: #ea5404;}
.approve.pgr_box .pgr_status{background-color: #ea5404; color: #fff;}
.approve.pgr_box i{background-image: url(/kccadrPb/adm/image/icon_approve.png);}
.approve.pgr_box.on i{background-image: url(/kccadrPb/adm/image/icon_approve_on.png);}
.approve_waiting.pgr_box i{background-image: url(/kccadrPb/adm/image/icon_approvewaiting.png);}
.approve_waiting.pgr_box.on i{background-image: url(/kccadrPb/adm/image/icon_approvewaiting_on.png);}
.progress_status .pgr_next{width: 29px; height: 12px; display: block; background-image: url(/kccadrPb/adm/image/icon_pgr_next.png);}
/* //결재 진행 상태 */
/* 매뉴 트리구조 */
.menu_select select{width: 160px; background-image: url(/kccadrPb/adm/image/icon_select.png); background-position: calc(100% - 15px) center; background-repeat: no-repeat; vertical-align: middle;}
.menu_wrap{display: flex; justify-content: space-between; margin-top: 30px;}
.menu_wrap .menu_list{border: 1px solid #d5d5d5; width: 300px; margin-top: 10px; border-radius: 5px; min-height: 270px;}
.menu_area .btn_wrap{margin-top: 0;}
.menu_area .btn_wrap button{height: 30px; font-size: 14px; padding: 0 12px;}
.menu_wrap .menu_detail{width: calc(100% - 340px);}
.menu_wrap .menu_detail_tit{font-size: 20px; font-weight: 500; padding-left: 12px; position: relative; margin-bottom: 20px;}
.menu_wrap .menu_detail_tit::before{position: absolute; content: " "; width: 4px; height: 15px; background-color: #ea5404; left: 0; top: 3px; border-radius: 10px;}
.menu_wrap .menu_detail .tbType02{width: 100%;}
.menu_wrap .menu_detail_tit02 {overflow:hidden;line-height:46px;}
.menu_wrap .menu_detail_tit02:before {top:16px;}
.menu_wrap .menu_detail_tit02 .btnType07 {float:right;}
/* //매뉴 트리구조 */
/* 파일 테이블 */
.upload_area_top{display:flex;margin:0 0 8px 0;justify-content:space-between;align-items:flex-end;}
.upload_area_top button{height:34px !important;margin:0;}
.upload_area_top .file_info_text{font-size:15px;font-weight:300;color:#666;margin:0;}
.file_wrap{width: 100%; margin-top: 10px; border: 1px solid #d5d5d5; border-radius: 5px; overflow: hidden;}
.file_wrap table{width: 100%; table-layout: fixed;}
.file_wrap table thead{border-bottom: 1px solid #d5d5d5;}
.file_wrap table thead th{height: 32px; font-size: 14px; color: #505050; background-color: #f3f3f3; text-align: center; letter-spacing: -0.8px; vertical-align: middle; font-weight: 400; padding: 0; border-right: 0; line-height: 1;}
.file_wrap th input,.file_wrap td input{height: auto;}
.file_wrap .tb_file_before{height: 110px; position: relative;}
.file_wrap tbody.tb_file_before td{padding: 0; height: 100%; background-color: #f1f1f1; background-image: url(/kccadrPb/adm/image/file_before.png); background-repeat: no-repeat; background-position: center 25px; text-align: center;}
.file_wrap tbody.tb_file_before p{font-size: 14px; font-weight: 400; color: #666666; text-align: center; padding-top: 55px;}
.file_wrap tbody.tb_file_before span{color: #ea5404;}
.file_wrap tbody.tb_file_after{height: auto;}
.file_wrap tbody.tb_file_after tr{border-bottom: 1px solid #d5d5d5;}
.file_wrap tbody.tb_file_after tr:last-child{border-bottom: 0;}
.file_wrap tbody.tb_file_after tr:only-child{border-bottom: 0;}
.file_wrap tbody.tb_file_after td{height: 35px; padding: 0 5px; box-sizing: border-box; text-align: center; color: #505050; font-size: 15px; font-weight: 300;}
.file_wrap tbody.tb_file_after p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 95%; margin: 0 auto; line-height: 2; font-size: 15px;}
.file_wrap .btn_del{border: 1px solid #d5d5d5; border-radius: 5px; width: 25px; height: 25px; padding: 0; margin: 0; vertical-align: middle;}
.file_wrap .btn_del:hover{background-color: #f5f5f5;}
.file_wrap .btn_del i{display: block; width: 100%; height: 100%; background-image: url(/kccadrPb/adm/image/btn_del.png); background-repeat: no-repeat; background-position: 54.54%;}
.file_list li{display: flex; font-size: 17px; font-weight: 300; margin-bottom: 10px;}
.file_list li:last-child{margin-bottom: 0;}
.fileView .icon_file,.fileView .fileName{display:inline-block}
.fileView .icon_file{margin-right: 5px}
.fileView .fileName{font-size: 17px; font-weight: 400; color: #666}
.file_view_list{margin:0 0 10px 0;border-bottom:1px dashed #d5d5d5; padding:0 0 10px 0;}
.file_view_list li{margin:0 0 3px 0;}
.file_view_list i{display:inline-block;width:15px;height:18px;background: url(/kccadrPb/adm/image/fileIcon.png) no-repeat;background-size: 100% auto;margin:0 4px 0 0;vertical-align:middle;}
/* //파일 테이블 */
/* 이전글·다음글 */
.list_ctl{margin-top: 70px;}
.list_ctl,.list_ctl table{width: 100%;}
.list_ctl .tbType02 tr th{height: 50px;}
/* //이전글·다음글 */
/* 댓글 */
.cmmt_wrap{margin-top: 30px;}
.cmmt_tit{display: flex; align-items: center;}
.cmmt_tit img{margin-right: 6px;}
.cmmt_tit span{color: #ea5404; font-weight: bold; font-size: 20px;}
.cmmt_list{width: 100%; border-top: 1px solid #d5d5d5; margin-top: 10px;}
.cmmt_list li{display: flex; border-bottom: 1px solid #d5d5d5; padding: 24px 0;}
.cmmt_person{min-width: 70px; position: relative; font-size: 18px; font-weight: 500; margin-right: 10px; padding-left: 20px;}
.cmmt_person::before{position: absolute; content: " "; width: 1px; height: 15px; background-color: #d5d5d5; right: 0; top: 4px;}
.cmmt_detail{font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -0.5px; color: #222; padding-left: 20px;}
.cmmt_date{display: inline-block; margin-top: 20px; font-weight: 400; font-size: 16px; color: #999;}
.cmmt_detail .btn_wrap{float: right; margin-top: 15px;}
.cmmt_detail .btn_wrap button{font-size: 16px; min-width: 60px; height: 36px; vertical-align: middle;}
.cmmt_input{width: 100%; margin-top: 30px;}
.cmmt_input textarea{height: 80px; width: calc(100% - 90px); vertical-align: middle; border: 2px solid #e5e5e5; border-radius: 5px; padding: 15px; box-sizing: border-box;}
.cmmt_input .cmmt_add{width: 80px; height: 80px; border-radius: 5px; background-color: #ea5404; border: 0; color: #fff; vertical-align: middle; margin-left: 5px; font-size: 18px; transition: background-color 0.2s linear;}
.cmmt_input .cmmt_add:hover{background-color: #de3900; transition: background-color 0.2s linear;}
/* //댓글 */
/* page */
.page{margin: 40px auto 0 auto; text-align: center;}
.page button{width: 32px; height: 32px; border: 1px solid #d5d5d5; border-radius: 3px; font-size: 14px; color: #666; vertical-align: middle; padding: 0; margin: 1px 2px;}
.page button.on{border: 1px solid #ea5404; color: #ea5404;}
.page button i{display: inline-block; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center;}
.page .btn_page_first,.page .btn_page_prev,.page .btn_page_next,.page .btn_page_last{background-color: #f5f5f5;}
.page .btn_page_first i{background-image: url(/kccadrPb/adm/image/btn_page_first.png);}
.page .btn_page_prev i{background-image: url(/kccadrPb/adm/image/btn_page_prev.png);}
.page .btn_page_next i{background-image: url(/kccadrPb/adm/image/btn_page_next.png);}
.page .btn_page_last i{background-image: url(/kccadrPb/adm/image/btn_page_last.png);}
/* //page */
/* 21/11/24 */
.showMask{display: inline-block}
.cfText{font-size: 16px; color: #666}
#pageUnit{width: 100px}
/* 워크플로우 */
.work_flow_wrap{background-color: #f1f2f4; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 20px; margin: 0 0 30px 0;transition: all 0.5s ease; height: auto;min-width:1200px;box-sizing:border-box;}
.work_flow_wrap .work_tit{display: flex; justify-content: space-between; align-items: center; font-size: 20px; padding: 20px 0 20px 6px;}
.btn_open, .work_flow_wrap .btn_close{width: 30px; height: 30px; border-radius: 5px; background-color: #fff;}
.btn_open i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_plus.png); background-repeat: no-repeat; background-position: center;}
.work_flow_wrap .btn_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_minus.png); background-repeat: no-repeat; background-position: center;}
.work_cont{background-color: #fff; border-radius: 5px; padding: 20px 25px; margin: 0 0 25px 0;transition: all 0.5s ease;height:740px;overflow:hidden;width:1160px;box-sizing:border-box;}
.work_flow_wrap .top_work{display: flex; justify-content: space-between; align-items: center;}
.work_flow_wrap .work_cont .top_work li{overflow: visible;}
.work_flow_wrap .work_cont li{position: relative; width: 100%; overflow: hidden;}
.work_flow_wrap .work_cont p{display: inline-flex; width: 210px; text-align: center; border: 1px solid #d5d5d5; height: 45px; border-radius: 5px; align-items: center; justify-content: center; font-size: 16px; color: #666; margin-bottom: 26px;background-color: transparent; position: relative;}
.work_flow_wrap .work_cont p+img{position: absolute; right: -10px; top: 8px; z-index: 1;}
.work_2{margin-top: 55px; position: relative;}
.work_3,.work_5{float: right;}
.work_5{margin-left: 10px; margin-top: 73px;}
.work_flow_wrap .work_cont .work_3 li{overflow: visible;}
.work_4{float: right; margin-left: 240px; margin-top: 5px; position: relative;}
.work_flow_wrap .work_cont p+.nexticon_3{position: absolute; top: 100%; left: 98px; top: 54px;}
.nexticon_4{position: absolute; top: 16px; left: 235px;}
.nexticon_5{position: absolute; top: 22px; left: 215px;}
.work_flow_wrap.off .work_cont{height: 0; padding: 0 25px; margin: 0; transition: all 0.5s ease;}
.work_cont .status01 > p{border: 1px solid #ea5404; color: #ea5404;}
.work_cont p.status01{border: 1px solid #ea5404; color: #ea5404;}
.work_cont .status02 > p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
/* //워크플로우 */
/* 과거사건 기록 통합 검색 */
.inte_cont .list_util input[type=text] {width:calc(100% - 180px);}
/* //과거사건 기록 통합 검색 */
/* 조정위원별 사건 관리 현황 통계 */
.stat_cont .tb_tit .btn_down_excel {display:inline-block;width:170px;height:40px;padding:0 10px 0 45px;font-size:18px;font-weight:400;text-align:left;color:#0e8040;border:1px solid #0e8040;background:url(/kccadrPb/adm/image/btn_down_excel.png) #fff no-repeat left 18px center;}
.stat_cont .stat_list {overflow:hidden;overflow-y:auto;max-height:566px;/*max-height:847px;*/border-top:2px solid #ea5404;}
.stat_cont .stat_list li {padding:15px 0;border-bottom:1px solid #d5d5d5;}
.stat_cont .stat_list li dl {display:flex;justify-content:space-between;}
.stat_cont .stat_list li dl dt {display:flex;width:100px;align-items:center;justify-content:center;}
.stat_cont .stat_list li dl dd {width:calc(100% - 120px);}
.stat_cont .stat_list li dl dd table tbody tr th {padding:10px;font-size:16px;text-align:center;}
.stat_cont .stat_list li dl dd table tbody tr th:nth-child(2) {border-right:1px solid #e5e5e5;}
.stat_cont .stat_list li dl dd table tbody tr .title {font-size:18px;line-height:1.2;}
.stat_cont .stat_list li dl dd table tbody tr td {text-align:center;}
.stat_cont .stat_list li dl dd table tbody tr td.all {font-weight:500;color:#ea5404;}
/* //조정위원별 사건 관리 현황 통계 */
/* 파일업로드 솔루션 */
.innorix_base, .innorix_basic, .innorix_compact, .innorix_input, .innorix_tester, .irx_messageBox, .irx_transferWin {font-family:'Noto Sans KR', sans-serif !important;}
.innorix_basic {display:inline-block;vertical-align:top;border:1px solid #e5e5e5 !important;}
.innorix_basic div.irx_filetree.empty-uploader {background:url(/kccadrPb/adm/image/dropzone.jpg) #f1f1f1 no-repeat center center !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper.selected>div.irx-file-inner-wrapper {border-color:#ea5404 !important;background-color:#ea5404 !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper.selected>div.irx-file-inner-wrapper div.filetree-checkbox {background-image:url(/kccadrPb/adm/image/innorix_control_list_checkbox.png) !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper div.irx-file-inner-wrapper div.btn-group span.irx_btn_move {background-image:url(/kccadrPb/adm/image/move-orange.png) !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper.selected>div.irx-file-inner-wrapper div.btn-group span.irx_btn_move {background-image:url(/kccadrPb/adm/image/move-white.png) !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper div.irx-file-inner-wrapper div.btn-group span.irx_btn_del {background-image:url(/kccadrPb/adm/image/close-orange.png) !important;}
.innorix_basic div.irx_filetree ul.irx_filetree_list li.irx-file-wrapper.selected>div.irx-file-inner-wrapper div.btn-group span.irx_btn_del {background-image:url(/kccadrPb/adm/image/close-white.png) !important;}
.tbType01 tbody td .innorix_basic {margin:15px 0;}
/* 발송 */
.input_form_add_wrap{width: 50%; max-height: 300px; border: 2px solid #d5d5d5; margin: 10px 0 0 0; border-radius: 5px; padding: 10px 20px; font-size: 16px; overflow-y: auto;}
.input_form_add_wrap li{position: relative;display: block; width: 100%; border-bottom: 1px solid #d5d5d5;}
.input_form_add_wrap li:only-child,.input_form_add_wrap li:last-child{border-bottom: 0;}
.input_form_add_wrap li button{position: absolute; right: 0; top: -1px;}
.tbType02 tr td .input_form_add_wrap li p{vertical-align: top; margin: 0 4px 0 0; font-weight: 500;}
/*연, 월 sel*/
.detail_search .month_sel{width: 100px;}
.detail_search .sel_term{color: #555; margin: 0 1px; font-weight: lighter;}
/* 소속인원 */
.tbType01.attachTable{border:1px solid #e5e5e5;border-radius:5px;}
.tbType01.attachTable thead tr th{height:40px;font-size:16px;}
.tbType01.attachTable tbody tr td{height:44px;font-size:16px;font-weight:300;padding:0;}
.tbType01.attachTable tbody tr:nth-child(n+1):nth-child(-n+9) td, .tbType01.attachTable tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom:0;}
/* 컬러픽커 */
.minicolors-theme-bootstrap .minicolors-swatch{top:5px !important;left:5px !important;border-radius:5px !important;}

View File

@ -1,76 +0,0 @@
@media all and (max-width:1700px){
.list.tbType01 .btnType01.btn_edit,.list.tbType01 .btnType01.btn_look_notice,.list.tbType01 .btnType01.btn_homepage{font-size: 15px; padding: 0 5px;}
}
@media all and (max-width:1600px){
/* list_top */
.list_util input{width: 220px;}
.list_util input[type="text"]{width: 220px}
.list_util input[type="checkbox"],.list_util input[type="radio"]{width: auto;}
.list_util .sel_date input[type="text"]{width: 130px}
.detail_search .check_wrap input,.detail_search .radio_wrap input{width: auto;}
.detail_search .check_wrap .sel_date input,.detail_search .radio_wrap .sel_date input{width: 150px;}
/* //list_top */
/* list */
.tbType01 tbody td p.status_cmp,.tbType01 tbody td p.status_ing{width: auto; padding: 6px 5px; font-size: 15px; text-overflow: unset;}
.list.tbType01 .btnType01.btn_edit,.list.tbType01 .btnType01.btn_look_notice,.list.tbType01 .btnType01.btn_homepage{font-size: 14px;}
/* //list */
.time_input{width: 80px;}
.sel_date input{width: 130px;}
/* 결재 진행 상태 */
.pgr_box{width: calc((100% - 200px)/4);}
/* //결재 진행 상태 */
}
@media all and (max-width: 1400px){
/* list_top */
.list_util select{font-size: 15px; width: 130px;}
.list_util input[type="text"]{width: 170px;}
.list_util input::placeholder{font-size: 15px;}
.list_util .sel_date input{width: 120px; font-size: 16px;}
.detail_search .check_wrap span, .detail_search .radio_wrap span{margin-right: 20px;}
.detail_search .check_wrap .sel_date input,.detail_search .radio_wrap .sel_date input{width: 125px;}
.detail_search .check_wrap .sel_date, .detail_search .radio_wrap .sel_date{margin-left: -10px;}
.detail_search .btn_search{padding: 0 10px; width: 70px;}
/* //list_top */
/* list */
.tbType01 thead th,.tbType01 tbody td{font-size: 15px; font-weight: 400;}
.tbType01 tbody td p, .tbType01 tbody td a{width: 99%;}
.tbType01 tbody td p.status_cmp,.tbType01 tbody td p.status_ing{font-size: 14px; padding: 6px 2px;}
.list.tbType01 .btnType01.btn_edit,.list.tbType01 .btnType01.btn_look_notice,.list.tbType01 .btnType01.btn_homepage{width: 95%; margin: 2.5px 0}
.list.tbType01 .btnType01.btn_edit{margin-top: 5px}
.list.tbType01 .btnType01.btn_homepage{margin-bottom: 5px}
/* //list */
/* 갤러리 리스트 */
.list_gallery article{width: calc((100% - 60px)/3); margin-right: 23px; margin-bottom: 23px;}
.list_gallery article:nth-child(3n){margin-right: 0;}
.list_gallery article:nth-child(4n){margin-right: 23px;}
/* //갤러리 리스트 */
.adj_select{width: 150px;}
}
@media all and (max-width:1300px){
.cont_wrap{padding: 36px 20px 80px 20px;}
/* 리스트 상세 버튼 */
.btn_layout01 .area_left{width: 50%;}
/* //리스트 상세 버튼 */
}
/* 익스플로어 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1400px){
/* list_top */
.list_util input:-ms-input-placeholder{font-size: 16px;}
/* //list_top */
}

View File

@ -1,89 +0,0 @@
/* 공통 */
.wrap{background-color:#f8f5f3;}
.dashboard .box_wrap{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0; box-sizing: border-box;}
/* .dashboard .box{width: calc((100% - 60px)/3); height: 300px;border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background-color: #fff; margin-bottom: 30px;} */
.dashboard .box{width: calc((100% - 60px)/2); height: 300px;border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background-color: #fff; margin-bottom: 30px;}
.dashboard form{width: calc((100% - 30px)/2);}
.dashboard form .box{width: 100%}
.dashboard .box_tit{display: flex; height: 60px; align-items: center; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box;}
.dashboard .box_tit p{font-size: 20px; font-weight: bold; letter-spacing: -0.5px; color: #333;}
.dashboard .box_tit .btn_plus{font-size: 16px; font-weight: 300; color: #aaa; letter-spacing: -0.5px;}
.dashboard .box_cont{position: relative; height: calc(100% - 60px); padding: 20px 25px; box-sizing: border-box;}
/* //공통 */
/* 오늘 사용자 현황 */
.dashboard .box_wrap .box:first-child{width:100%;}
.dashboard .today_box{display: flex; justify-content: space-between; align-items: center;height:calc(100% - 75px);}
.today_box .today_status{text-align: center; width: calc((100% - 80px)/3);}
.today_box p{font-size: 18px; font-weight: 300; margin-top: 12px;}
.today_box .today_status i{display: block; width: 84px; height: 84px; background-color: #eeecea; border-radius: 100%; margin: 23px auto; background-repeat: no-repeat; background-position: center;}
.today_box .status01 i{background-image: url(/kccadrPb/adm/image/dashboard/icon_today01.png);}
.today_box .status02 i{background-image: url(/kccadrPb/adm/image/dashboard/icon_today02.png);}
.today_box .status03 i{background-image: url(/kccadrPb/adm/image/dashboard/icon_today03.png);}
.today_box span{font-size: 24px; font-weight: bold;}
.today_box .status_pcs{width: 28px; height: 11px; background-image: url(/kccadrPb/adm/image/dashboard/icon_today_pcs.png);}
/* //오늘 사용자 현황 */
/* 시스템관리 */
.dashboard .system_box{display: flex;width:100%;flex-wrap: wrap;justify-content: space-between;padding:0;margin:0 0 30px 0;}
.system_box a{position: relative; display: flex; flex-flow: column; width: calc((100% - 10px)/2); height: 90px; justify-content: center; align-items: flex-start; border-radius: 10px; background-color: #666; margin: 5px 0; padding: 0 20px; box-sizing: border-box; background-repeat: no-repeat; background-position: calc(100% - 20px) center; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: background-color 0.2s ease-in-out;}
.system_box a:hover{transition: background-color 0.2s ease-in-out;}
.system_box .system01{background-color: #c3a279; background-image: url(/kccadrPb/adm/image/dashboard/icon_system01.png);}
.system_box .system01:hover{background-color: #b69061;}
.system_box .system02{background-color: #4c4743; background-image: url(/kccadrPb/adm/image/dashboard/icon_system02.png);}
.system_box .system02:hover{background-color: #2e2824;}
.system_box .system03{background-color: #fc6d38; background-image: url(/kccadrPb/adm/image/dashboard/icon_system03.png);}
.system_box .system03:hover{background-color: #e85823;}
.system_box .system04{background-color: #516fb3; background-image: url(/kccadrPb/adm/image/dashboard/icon_system04.png);}
.system_box .system04:hover{background-color: #2e4f9a;}
.system_box a::before{position: absolute; content: ""; width: 58px; height: 58px; background-color: rgba(255,255,255,0.3); border-radius: 100%; right: -5px; bottom: -5px;}
.system_box p{font-size: 18px; font-weight: 400; color: #fff; letter-spacing: -0.5px; width: calc(100% - 40px); line-height: 1.3;}
.system_box span{display: block; font-size: 15px; font-weight: 300; color: #fff; padding-top: 10px;}
/* //시스템관리 */
/* 2021 분쟁조정 처리현황 */
.ds_box .chartType01 li{display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px;}
.ds_box .chartType01 li:last-child{margin-bottom: 0;}
.ds_box .chartType01 p{font-size: 15px; font-weight: 400; width: 50px; text-align: right;}
.ds_box .chartType01 .chart_wrap{width: calc(100% - 65px); height: 15px; background-color: #f1eeed; border-radius: 10px; box-shadow: inset 3px 2px 3px rgba(0,0,0,0.15); overflow: hidden;}
.ds_box .chartType01 .chart_wrap div{width: 50%; height: 100%; background-color: #555; border-radius: 10px; box-shadow: inset 3px 2px 3px rgba(0,0,0,0.15);}
.ds_box .chartType01 li:first-child .chart_wrap div{background-color: #428ef6;}
.ds_box .chartType01 li:nth-child(2) .chart_wrap div{background-color: #fc6d38;}
.ds_box .chartType01 li:nth-child(3) .chart_wrap div{background-color: #f7be0f;}
.ds_box .chartType01 li:nth-child(4) .chart_wrap div{background-color: #ad65eb;}
.ds_box .chartType01 li:last-child .chart_wrap div{background-color: #41b691;}
.ds_box .chart_num{display: flex; width: calc(100% - 65px); justify-content: space-between; margin-left: auto; margin-top: 15px;}
/* //2021 분쟁조정 처리현황 */
/* 대시보드 리스트 */
.dashboard_list li{display: flex; font-weight: 300; letter-spacing: -0.5px; border-bottom: 1px solid #e5e5e5; padding-bottom: 12px; margin-bottom: 12px;}
.dashboard_list li p,.notice_box li a{padding: 0 5px; box-sizing: border-box;}
.dashboard_list li:hover p,.dashboard_list li:hover a{color: #222;}
.dashboard_list li a{width: 98%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 17px; color: #222;}
.dashboard_list .list_tit{width: calc(100% - 150px); padding-left: 0; margin-right: 5px;}
.dashboard_list .list_writer,.dashboard_list .list_date{font-size: 16px; color: #777777; white-space: nowrap; width: auto;}
.dashboard_list .list_date{width: 100px; text-align: right;}
/* //대시보드 리스트 */
/* 차트 */
.chart_box{text-align: center;}
.chart_box img{box-sizing: border-box; width: 100%; height: 100%;}/* 나중에 차트 추가하고 지울 것 */
/* //차트 */
@media all and (max-width:1600px){
/* 공통 */
.dashboard .box,.dashboard form{width: calc((100% - 30px)/2);}
/* //공통 */
}
@media all and (max-width:1300px){
/* 시스템관리 */
.system_box a{background-size: 35px;}
.system_box .system01{background-size: 33px;}
.system_box .system04{background-size: 30px;}
/* //시스템관리 */
}

View File

@ -1,69 +0,0 @@
@font-face {
font-family: "Noto Sans KR";
font-weight: 100;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Thin.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Thin.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Thin.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Thin.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 200;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Light.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Light.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Light.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Light.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 300;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-DemiLight.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-DemiLight.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-DemiLight.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-DemiLight.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 400;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Regular.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Regular.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Regular.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 500;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Medium.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Medium.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Medium.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 700;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Bold.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Bold.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Bold.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Bold.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans KR";
font-weight: 900;
font-style: normal;
src: url("/kccadrPb/adm/css/font/NotoSans-Black.eot?") format("eot"),
url("/kccadrPb/adm/css/font/NotoSans-Black.otf") format("opentype"),
url("/kccadrPb/adm/css/font/NotoSans-Black.woff") format("woff"),
url("/kccadrPb/adm/css/font/NotoSans-Black.woff2") format("woff2");
}

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans KR (style: normal, weight: 300)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans KR (style: normal, weight: 500)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans KR (style: normal, weight: 700)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans KR (style: normal, weight: 900)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans KR (style: normal, weight: 400)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

View File

@ -1,185 +0,0 @@
.btn_excel{border:1px solid #129738;color:#129738;}
.area_popup{z-index: 10; background-color: #fff; padding: 40px 30px; box-sizing: border-box;}
.cont_popup .tit_text{font-size: 20px; font-weight: 500;}
.cont_popup .tb_tit{font-size: 18px; font-weight: 400; margin-bottom: 10px; padding-left: 0;}
.cont_popup .tb_tit::before{display: none;}
.cont_popup .info_box{border: 1px solid #d5d5d5; border-radius: 5px; width: 100%; padding: 20px 15px; font-size: 16px; font-weight: 400; box-sizing: border-box;}
.cont_popup .info_box+.tb_tit{margin-top: 25px;}
.cont_popup .info_box.type02{background-color: #f5f5f5;}
.cont_popup .info_text{text-align: center; margin: 20px 0; font-size: 18px; line-height: 1.4;}
.cont_popup .load_img{text-align: center;}
.cont_popup .load_img p{margin: 10px; font-size: 18px; line-height: 1.4;}
.cont_popup .load_img span{display: block; font-size: 16px; color: #666;}
.area_popup table select,.area_popup table input[type="text"]{width: 95%; height: 30px; box-sizing: border-box; font-size: 14px; letter-spacing: -0.5px; padding-left: 8px;}
.area_popup table textarea{width: 95%; min-height: 60px; padding: 10px; box-sizing: border-box; border: 1px solid #d5d5d5; border-radius: 5px; font-size: 16px; color: #555; font-family: 'Noto Sans KR', sans-serif;}
.area_popup table select{background-position-x: calc(100% - 10px); background-size: 11px;}
.area_popup table .btn_del{border: 1px solid #d5d5d5; width: 24px; height: 24px; border-radius: 5px; vertical-align: middle; transition: background-color 0.2s linear;}
.area_popup table .btn_del:hover{background-color: #e5e5e5; transition: background-color 0.2s linear;}
.area_popup table .btn_del i{width: 100%; height: 100%; background-image: url(/kccadrPb/adm/image/btn_del.png); background-repeat: no-repeat; background-position: center; background-size: contain; display: block;}
.area_popup .file_list li{font-size: 16px; font-weight: 400; margin-bottom: 5px;}
.area_popup .file_list li:last-child{margin-bottom: 0;}
.btm_box{width: 100%; padding: 10px 20px; border-radius: 5px; background-color: #f5f5f5; border: 1px solid #d5d5d5; box-sizing: border-box; margin-top: 20px;}
.pop_tbType01{width: 100%; table-layout:fixed; border-top: 1px solid #000;}
.pop_tbType02+.pop_tbType01{margin-top: 15px;}
.pop_tbType01 tr{border-bottom: 1px solid #ccc;}
.pop_tbType01 th,.pop_tbType01 td{padding-left: 10px; text-align: left; vertical-align: middle;}
.pop_tbType01 th{height:30px;background-color: #f3f3f3; font-size: 16px; font-weight: 400;}
.pop_tbType01 th.req_text{padding-left: 20px;}
.pop_tbType01 .td_file_list .req_text::before{top: calc(50% - 12px);}
.pop_tbType01 td{padding: 5px 0 5px 10px;}
.pop_tbType01 button{height: 30px; vertical-align: middle;}
.pop_tbType01 td p{line-height: 1.4;}
.pop_tbType01 input{height: 30px;}
.area_popup .pop_tbType01 .adr_input{width: calc(45% - 50px); min-width: 150px; margin-right: 5px;}
.area_popup .detail_adr{margin-top: 5px;}
.area_popup .detail_adr .adr_detail_input{width: 50%; min-width: 200px;}
.area_popup .detail_adr .etc_detail_input{width: 45.5%; min-width: 200px; margin-left: 5px;}
.area_popup .pop_tbType01 .email_input{width: calc((100% - 250px)/2); min-width: 150px; margin: 0 8px;}
.area_popup .pop_tbType01 .email_input:first-child{margin-left: 0;}
.area_popup .pop_tbType01 .email_input:last-child{margin-right: 0;}
.area_popup .pop_tbType01 .email_select{width: 150px;}
.area_popup .pop_tbType01 .phone_select{width: 100px;}
.area_popup .pop_tbType01 .phone_input{width: calc((100% - 300px)/2);}
.area_popup .file_wrap{margin-top: 5px;}
.area_popup .file_wrap .tb_file_before tr{border-bottom: 0;}
.pop_tbType02{border-top: 1px solid #000; border-bottom: 1px solid #ccc; text-align: center; width: 100%;}
.pop_tbType02 thead tr{border-bottom: 1px solid #ccc;}
.pop_tbType02 th{background-color: #f5f5f5; padding: 5px 0; font-size: 16px; border-right: 1px solid #ccc; line-height: 1.4;vertical-align: middle;}
.pop_tbType02 th:last-child{border-right: 0;}
.pop_tbType02 tbody tr{border-bottom: 1px solid #ccc;}
.pop_tbType02 tbody tr:last-child{border-bottom: 0;}
.pop_tbType02 tbody th{border-right: 1px solid #ccc;}
.pop_tbType02 td{padding: 5px; font-size: 16px; border-right: 1px solid #ccc;vertical-align: middle;}
.pop_tbType02 td:last-child{border-right: 0;}
/* .pop_tbType02 .sortBtn{height:10px;margin:-4px 0 0 5px;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat left center;} */
.radio_wrap{display: flex; flex-wrap: wrap; font-size: 16px; color: #555;}
.radio_wrap span{margin-right: 10px;}
.radio_wrap input[type='radio']+label,.check_wrap input[type='checkbox']+label{position: static; width: auto; height: auto; margin: 0; clip: auto; white-space: nowrap; vertical-align: middle; font-weight: 300;}
.radio_wrap span input[type="text"]{width: 50%;}
/* 사건번호 변경 */
.case_change{text-align: center;}
.case_change .tit_text{font-size: 20px; font-weight: 400; margin-bottom: 20px;}
.case_change .tit_text span{font-weight: 500; color: #e40000;}
.case_change p{font-size: 18px; font-weight: 300; margin-bottom: 10px;}
.case_change .caseNum_input{width: 280px;}
/* //사건번호 변경 */
.cont_popup .btn_wrap button{height: 40px; min-width: 110px;}
.cont_popup .menu_area .btn_wrap button {min-width:auto;height:30px;}
/* 수수료납부금액 */
.fee_popup .tit_text+.tb_tit{margin-top: 30px;}
.fee_popup .btn_add{border: 1px solid #d5d5d5; background-color: #f5f5f5; font-size: 12px; border-radius: 5px; width: 25px; height: 25px; line-height: 1; transition: background-color 0.2s linear;}
.fee_popup .btn_add:hover{background-color: #e5e5e5; transition: background-color 0.2s linear;}
.fee_popup .btn_add i{width: 100%; height: 100%; background-image: url(/kccadrPb/adm/image/btn_plus.png); background-repeat: no-repeat; background-position: center; background-size: contain; display: block;}
.fee_popup .tb_tit{margin-top: 30px;}
/* //수수료납부금액 */
/* 조정신청 보완요청 */
.supm_popup .tit_text{font-size: 20px; font-weight: 500;}
.supm_popup .tit_text+.tb_tit{margin-top: 30px;}
.supm_popup textarea{height: 100px;}
/* //조정신청 보완요청 */
/* 검색 */
.search_list_popup .tit_text{font-size: 20px; margin-bottom: 20px;}
.search_list_popup .search_form{width: 100%; padding: 12px 20px; box-sizing: border-box; background-color: #f5f5f5; border: 1px solid #d5d5d5; border-radius: 5px; margin-bottom: 20px;}
.search_list_popup .search_form li{vertical-align: middle; line-height: 1; font-size: 17px; padding: 10px 0;}
.search_list_popup .search_tit{display: inline-block; vertical-align: middle; margin-right: 10px;}
.search_list_popup .search_form input{width: calc(100% - 150px); vertical-align: middle;}
.search_list_popup .search_form .btn_search{height: 37px; background-color: #ea5404; color: #fff; vertical-align: middle; font-size: 17px; border-radius: 5px; padding: 0 15px; margin-left: 7px;}
.search_list_popup .btn_choise{background-color: #fffaf5; border:1px solid #ea5404; color: #ea5404; height: 25px; border-radius: 5px;}
/* //검색 */
/* 관리자 레이어팝업 */
.mask{display: none; background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed; z-index: 22; left: 0; top: 0; transition: background-color 0.3s ease-in-out; }
.mask.on{display: block; transition: background-color 0.3s ease-in-out;}
.popup_wrap{display: none; min-width: 550px; position: fixed; z-index: 23; box-shadow: 0 0 10px rgba(0,0,0,0.25); border-radius: 5px; overflow: hidden; z-index: 50; background-color: #fff;}
.popup_wrap.on{display: block;}
.popup_tit{height: 50px; background-color: #103785; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 20px; font-weight: 500; padding: 0 20px; box-sizing: border-box;}
.popup_wrap .cont_popup{padding: 40px 30px; box-sizing: border-box; border: 1px solid #cccccc; border-top: 0; background-color: #fff; border-radius: 0 0 5px 5px; box-sizing: border-box;}
.btn_popup_close{width: 18px; height: 18px; padding: 0;}
.btn_popup_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/adm/image/btn_pop_close.png);}
/* //관리자 레이어팝업 */
/* 이전신청 불러오기 */
.popup_cont{padding: 40px 30px; box-sizing: border-box; border: 1px solid #cccccc; border-top: 0; background-color: #fff; border-radius: 0 0 5px 5px;}
.popup_cont .btn_wrap{text-align: center; margin: 30px auto 0 auto;}
.popup_cont .page{margin-top: 30px;}
.popup_search{width: 100%; margin-bottom: 15px;}
.popup_search select{width: 150px; height: 35px; border: 1px solid #d5d5d5; border-radius: 5px; padding-left: 14px; font-size: 16px; color: #222;
background-image: url(/kccadrPb/usr/image/icon_cont_select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) center; margin-right: 3px; color: #555;}
.popup_search input[type="text"]{height: 35px; border: 1px solid #d5d5d5; border-radius: 5px; font-size: 15px; padding-left: 10px; box-sizing: border-box;}
.popup_search button{min-width: 60px; height: 35px; margin-left: 7px; font-size: 17px; vertical-align: middle;}
.popup_tbType01{width: 100%; text-align: left; border-top: 1px solid #000; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.popup_tbType01 tr{border-bottom: 1px solid #e5e5e5;}
.popup_tbType01 th,.popup_tbType01 td{height: 40px; vertical-align: middle; font-size: 16px; text-align: left; padding: 12px 0; box-sizing: border-box;}
.popup_tbType01.t_center th,.popup_tbType01.t_center td{text-align: center;}
.popup_tbType01 th{background-color: #f5f5f5; padding-left: 10px; font-weight: 400; vertical-align: top;}
.popup_tbType01 th.t_left{text-align: left;}
.popup_tbType01 td{padding-left: 15px; font-weight: 400; color: #555;}
.popup_tbType01 .sch_tit{color: #222; font-weight: 500;}
.popup_tbType01 textarea{border: 1px solid #e5e5e5; border-radius: 5px; min-height: 60px; font-size: 16px; width: 95%; padding: 10px; box-sizing: border-box; color: #555;}
.popup_tbType01 .edit_textarea{height: 60px;}
.list_popup .popup_cont{max-height: 500px; overflow-y: auto;}
.popup_list{width: 100%; margin-bottom: 20px;}
.popup_list {width: 100%; border-top: 1px solid #000; table-layout: fixed;}
.popup_list thead tr{border-bottom: 1px solid #d5d5d5;}
.popup_list thead th{background-color: #f3f3f3; height: 40px; padding: 0 5px; font-size: 16px; font-weight: 400; text-align: center; vertical-align: middle; box-sizing: border-box;}
.popup_list .btn_sort{min-width: auto; color: #ea5404; padding: 0; margin-left: 4px; font-size: 11px; height: auto; line-height: 1;}
.popup_list tbody tr{border-bottom: 1px solid #d5d5d5;}
.popup_list tbody td{height: 35px; vertical-align: middle; text-align: center; color: #555; font-size: 16px;}
.popup_list tbody td button{height: 28px; min-width: 50px; font-size: 15px; font-weight: 400;}
/* //이전신청 불러오기 */
/* 21/11/24 */
.area_popup .reqPer01Tb table input[type="text"]{width: auto}
.area_popup .email_select{width: 150px}
.area_popup .email_input{min-width: 150px}
.popup_tbType01 .req_text{padding-left: 23px}
.popup_tbType01 .req_text::before {top: 16px}
.area_popup table button{height: 30px; vertical-align: middle}
.area_popup table .number_select{width: 100px}
/* //21/11/24 */
/* 결재요청 팝업 */
.appreq_menu_wrap .menu_list {width:270px;}
.appreq_menu_wrap .menu_detail {width:calc(100% - 290px);}
.appreq_menu_wrap .appreq_list li {margin:35px 0 0;}
.appreq_menu_wrap .appreq_list li:first-child {margin:0;}
.appreq_menu_wrap .appreq_list li .title {margin:0 0 0 116px;padding:0 0 18px;font-size:18px;color:#222;border-bottom:1px solid #000;}
.appreq_menu_wrap .appreq_list li .appreq_box {overflow:hidden;}
.appreq_menu_wrap .appreq_list li .appreq_box .add_box {float:left;margin:6px 0 0;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box {float:right;width:calc(100% - 116px);}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl:after {content:'';display:block;clear:both;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dt {float:left;width:100px;height:45px;padding:0 0 0 10px;font-size:16px;line-height:45px;border-bottom:1px solid #d5d5d5;background:#f5f5f5;box-sizing:border-box;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd {position:relative;float:left;width:calc(100% - 100px);height:45px;padding:0 0 0 10px;font-size:16px;font-weight:300;line-height:45px;border-bottom:1px solid #d5d5d5;box-sizing:border-box;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box {position:absolute;right:0;top:7px;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button {float:left;height:31px;margin:0 0 0 8px;padding:0 10px;font-size:15px;line-height:29px;text-align:center;color:#ea5404;border:1px solid #ea5404;background:#fff;border-radius:5px;box-sizing:border-box;}
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button.btn_reset {color:#666;border-color:#d5d5d5;}
.appreq_menu_wrap + .btn_wrap button.btnType01 {font-size:18px;}
.summary_box_wrap{display:flex;width:100%;border:2px solid #e5e5e5;border-radius:5px;box-sizing:border-box;padding:10px 20px;align-items:center;justify-content:space-between;}
.summary_box_wrap .text_area{width:70%;color:#666;font-weight:400;}
.summary_box_wrap .text_area p{margin:0 0 5px 0;}
.summary_box_wrap .text_area p:last-child{margin:0 0 0 0;}
.summary_box_wrap .btn_wrap{width:30%;margin:0 0 0 0;}
.summary_box_wrap .btn_wrap button{height:35px;font-size:15px;}

View File

@ -1,40 +0,0 @@
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;color: inherit;font-weight: inherit;font-family: 'Noto Sans KR', sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block; font-family: 'Noto Sans KR', sans-serif; margin: 0; padding: 0; border: 0; font-size: 100%;}
body {line-height: 1;}
ol,ul,li {list-style: none;}
p, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
a {color: inherit; text-decoration: none; display: block;}
a:focus:active:hover{outline: 0}
img {font-size: 0; vertical-align: middle; border: 0;}
table {border-collapse: collapse; border-spacing: 0;}
select, input {vertical-align: middle;}
input:focus::placeholder{color: transparent;}
caption,label:not(.seedBody caption,label){width: 1px; height: 1px; margin: -1px; border: none; clip: rect(0,0,0,0); overflow: hidden;}
label:not(.seedBody label){position: absolute;}
/* 안드로이드 및 아이폰에서 기본적으로 적용되어있는 select, input css 제거. */
select {background-color: #fff; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
select::-ms-expand {display: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer; *overflow: visible; font-family: 'Noto Sans KR', sans-serif;}
button[disabled],html input[disabled] {cursor: default;}
/* ie 하위버전 기본적으로 적용되어 있는 css 변경 */
input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
/* 아이폰 기본적으로 적용되어 있는 버튼 css 변경 */
input{-webkit-appearance: button;}
/* 사파리5, 크롬에서 기본적으로 적용되어 있는 css 변경 */
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
address, em, i {font-style: normal;}
button {border: 0; background: none; cursor: pointer;}
hr {margin: 0; border: none; padding: 0; display: block;}
figure, figcaption {margin: 0; padding: 0;}
form, fieldset {border: none; margin: 0; padding: 0; line-height: 1;}
input[type="submit"] {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
header, footer, article, section, aside, nav, main {display: block;}
textarea{color: #666;font-size: 20px;font-weight: 300;}
input[type="text"]:disabled,input[type="password"]:disabled{background-color: #f5f5f5;}
/* a:hover, a:active,a:hover:active { outline: none; }
a:focus:not(:focus) {outline: none;}
a:focus:not(:focus-visible){outline: none;} */

View File

@ -1,324 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>관리자 대시보드</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/dashboard.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap dashboard">
<div class="box_wrap">
<div class="box">
<div class="box_tit">
<p>오늘 사용자 현황</p>
</div>
<div class="box_cont today_box">
<div class="today_status status01">
<p>조정접수</p>
<i></i>
<span>18</span>
</div>
<i class="status_pcs"></i>
<div class="today_status status02">
<p>진행</p>
<i></i>
<span>18</span>
</div>
<i class="status_pcs"></i>
<div class="today_status status03">
<p>조정완료</p>
<i></i>
<span>18</span>
</div>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>시스템관리</p>
</div>
<div class="box_cont system_box">
<a href="#" class="btn_system system01">
<p>조정 일정 관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system02">
<p>조정 종결 관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system03">
<p>이의신청관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system04">
<p>분쟁조정 이력관리</p>
<span>바로가기 ></span>
</a>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 분쟁조정 처리현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont ds_box">
<ul class="chartType01">
<li>
<p>성립</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>불성립</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>취하</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>기타</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>진행</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
</ul>
<ul class="chart_num">
<li>0</li>
<li>10</li>
<li>20</li>
<li>30</li>
<li>40</li>
</ul>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>최근 조정 접수</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정 진행 사건 현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· <img src="/kccadrPb/adm/image/icon_new.png" class="icon_new"> 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정처리현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 연도별 조정 처리 현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart01.jpg" alt="">
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 분야별 조정 분포</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart02.jpg" alt="">
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정처리 성립률</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart03.jpg" alt="">
</div>
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,323 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>관리자 대시보드</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/dashboard.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png" alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap dashboard">
<div class="box_wrap">
<div class="box">
<div class="box_tit">
<p>오늘 사용자 현황</p>
</div>
<div class="box_cont today_box">
<div class="today_status status01">
<p>조정접수</p>
<i></i>
<span>18</span>
</div>
<i class="status_pcs"></i>
<div class="today_status status02">
<p>진행</p>
<i></i>
<span>18</span>
</div>
<i class="status_pcs"></i>
<div class="today_status status03">
<p>조정완료</p>
<i></i>
<span>18</span>
</div>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>시스템관리</p>
</div>
<div class="box_cont system_box">
<a href="#" class="btn_system system01">
<p>조정 일정 관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system02">
<p>조정 종결 관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system03">
<p>이의신청관리</p>
<span>바로가기 ></span>
</a>
<a href="#" class="btn_system system04">
<p>분쟁조정 이력관리</p>
<span>바로가기 ></span>
</a>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 분쟁조정 처리현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont ds_box">
<ul class="chartType01">
<li>
<p>성립</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>불성립</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>취하</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>기타</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
<li>
<p>진행</p>
<div class="chart_wrap">
<div></div>
</div>
</li>
</ul>
<ul class="chart_num">
<li>0</li>
<li>10</li>
<li>20</li>
<li>30</li>
<li>40</li>
</ul>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>최근 조정 접수</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정 진행 사건 현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· <img src="/kccadrPb/adm/image/icon_new.png" class="icon_new"> 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정처리현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont">
<ul class="dashboard_list">
<li>
<a href="#" class="list_tit">· 인사교육 프로그램 교재의 저작물</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 음악저작물 제작 및 이용에 따른</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 부주의에 의한 성명표시권 침해</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 학위논문에서의 정당한 인용의 문제</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
<li>
<a href="#" class="list_tit">· 저작물 이용허락 요청 후 무단이용</a>
<p class="list_writer">admin</p>
<p class="list_date">2021-08-02</p>
</li>
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 연도별 조정 처리 현황</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart01.jpg" alt="">
</div>
</div>
<div class="box">
<div class="box_tit">
<p>2021 분야별 조정 분포</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart02.jpg" alt="">
</div>
</div>
<div class="box">
<div class="box_tit">
<p>조정처리 성립률</p>
<button type="button" class="btn_plus">더보기 +</button>
</div>
<div class="box_cont chart_box">
<img src="/kccadrPb/adm/image/dashboard/chart03.jpg" alt="">
</div>
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,280 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>이전글다음글댓글파일테이블</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>기일통지서 등록</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li><span class="cur_nav">조정 진행 관리</span></li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_상세 -->
<div class="tbType02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody class="border_0">
<tr>
<th>조 정 부</th>
<td>
<div class="file_wrap">
<table>
<colgroup>
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: 15%;">
</colgroup>
<thead>
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
</thead>
<tbody class="tb_file_before">
<tr>
<td colspan="3">
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="file_wrap">
<table>
<colgroup>
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: 15%;">
<col style="width: 100px;">
</colgroup>
<thead>
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
<th>삭제</th>
</thead>
<tbody class="tb_file_after">
<tr>
<td class="td_filename">
<p>파일명파일명파일명파일명파일명파일명파일명</p>
</td>
<td class="td_filesort">
<p>.jpg</p>
</td>
<td class="td_filesize">
<p>14.25mb</p>
</td>
<td>
<button type="button" class="btn_del"><i></i></button>
</td>
</tr>
<tr>
<td class="td_filename">
<p>파일명파일명파일명파일명파일명파일명파일명</p>
</td>
<td class="td_filesort">
<p>.jpg</p>
</td>
<td class="td_filesize">
<p>14.25mb</p>
</td>
<td>
<button type="button" class="btn_del"><i></i></button>
</td>
</tr>
<tr>
<td class="td_filename">
<p>파일명파일명파일명파일명파일명파일명파일명</p>
</td>
<td class="td_filesort">
<p>.jpg</p>
</td>
<td class="td_filesize">
<p>14.25mb</p>
</td>
<td>
<button type="button" class="btn_del"><i></i></button>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //list_상세 -->
<div class="btn_wrap btn_layout01">
<div class="area_left"></div>
<div class="area_right">
<button type="button" class="btnType06" onclick="confirm('작성된 내용을 등록하시겠습니까?')">등록</button>
<button type="button" class="btnType04" onclick="confirm('작성된 내용의 등록을 취소하시겠습니까?')">취소</button>
</div>
</div>
<!-- 이전글·다음글 -->
<div class="list_ctl">
<table class="tbType02">
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>이전글</th>
<td>
<a href="/">테스트 글입니다.</a>
</td>
</tr>
<tr>
<th>다음글</th>
<td>
<a href="/">테스트 글입니다.</a>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //이전글·다음글 -->
<!-- 댓글 -->
<div class="cmmt_wrap">
<div class="cmmt_tit">
<img src="/kccadrPb/adm/image/icon_comment.png" alt="댓글 아이콘">
<p>댓글 <span>1</span></p>
</div>
<ul class="cmmt_list">
<li>
<div class="cmmt_person">관리자</div>
<div class="cmmt_detail">
<p>유행은 돌고 돈다 레트로 디자인이 유행하고 있는 지금, 딱 맞는 말이 아닐까 생각됩니다. 레트로란 일명 '복고풍' 디자인을 지칭하는 말로 오래된 것에 대한 향수를
불러일으키는... 유행은 돌고
돈다 레트로 디자인이 유행하고 있는 지금, 딱 맞는 말이 아닐까 생각됩니다. 레트로란 일명 '복고풍' 디자인을 지칭하는 말로 오래된 것에 대한 향수를 불러일으키는... </p>
<div class="cmmt_date">2020.07.29 13:42</div>
<div class="btn_wrap">
<button class="btnType06">수정</button>
<button class="btnType04">삭제</button>
</div>
</div>
</li>
</ul>
<div class="cmmt_input">
<textarea name="" id="" cols="30" rows="10"></textarea>
<button type="button" class="cmmt_add">등록</button>
</div>
</div>
<!-- //댓글 -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,218 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>포토형 게시판</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<!-- leftmenu -->
<div class="area_left">
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
</h1>
<nav class="menu">
<ul>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
<ul class="depth02">
<li><a href="#">신청접수현황</a></li>
<li><a href="#">접수등록</a></li>
<li><a href="#">조정현황</a></li>
<li><a href="#">조정파일관리</a></li>
<li><a href="#">조정기록물조회</a></li>
</ul>
</li>
<li class="depth01">
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
<ul class="depth02">
<li><a href="#">위원관리</a></li>
<li><a href="#">조정부관리</a></li>
<li><a href="#">서식관리</a></li>
<li><a href="#">SMS관리</a></li>
<li><a href="#">이메일관리</a></li>
<li><a href="#">SMS문구조회</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- //leftmenu -->
<!-- top_utill+cont -->
<div class="area_right">
<!-- top_utill -->
<div class="top_util">
<div class="user_info">
<div class="user">
<i></i>
<p><span>홍길동</span></p>
<p class="user_id">(honggildong)</p>
</div>
<button class="alram">
<i></i>
<span class="alram_num">3</span>
<p>알림</p>
</button>
</div>
<ul class="user_util">
<li class="time_out"><i></i>
<p>로그인 타임아웃 : </p><span>60분 60분</span>
</li>
<li class="final_date"><i></i>
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
</li>
</ul>
</div>
<!-- //top_utill -->
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>팝업존 관리</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<!-- <li><p>조정 종결 관리</p></li> -->
<li><span class="cur_nav">팝업존 관리</span></li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_top -->
<div class="list_top">
<p>조회건수 : <span>107</span></p>
<div class="list_util">
<select name="" id="">
<option value="">전체</option>
<option value="">조정조사관</option>
<option value="">조정부</option>
</select>
<input type="text" class="search_input" placeholder="검색어를 입력하세요">
<button class="btn_search">검색</button>
</div>
</div>
<!-- //list_top -->
<!-- list -->
<div class="list list_gallery">
<article>
<p class="gallery_util">미사용</p>
<a href="/" class="img_area"></a>
<a href="/" class="text_area">
<p class="list_tit">[테크인사이드] AWS, 이제 오픈소스 친화 기업으로 변신?</p>
<div class="list_info">
<span class="list_writer">작성자 : 최고관리자</span>
<span>노출순서 : 2</span>
<span class="list_date">2021-09-28</span>
</div>
</a>
</article>
<article>
<p class="gallery_util use_gallery">사용</p>
<a href="/" class="img_area"></a>
<a href="/" class="text_area">
<p class="list_tit">[테크인사이드] AWS, 이제 오픈소스 친화 기업으로 변신?</p>
<div class="list_info">
<span class="list_writer">작성자 : 최고관리자</span>
<span>노출순서 : 2</span>
<span class="list_date">2021-09-28</span>
</div>
</a>
</article>
<article>
<p class="gallery_util use_gallery">사용</p>
<a href="/" class="img_area"></a>
<a href="/" class="text_area">
<p class="list_tit">[테크인사이드] AWS, 이제 오픈소스 친화 기업으로 변신?</p>
<div class="list_info">
<span class="list_writer">작성자 : 최고관리자</span>
<span>노출순서 : 2</span>
<span class="list_date">2021-09-28</span>
</div>
</a>
</article>
<article>
<p class="gallery_util">미사용</p>
<a href="/" class="img_area"></a>
<a href="/" class="text_area">
<p class="list_tit">[테크인사이드] AWS, 이제 오픈소스 친화 기업으로 변신?</p>
<div class="list_info">
<span class="list_writer">작성자 : 최고관리자</span>
<span>노출순서 : 2</span>
<span class="list_date">2021-09-28</span>
</div>
</a>
</article>
<article>
<p class="gallery_util">미사용</p>
<a href="/" class="img_area"></a>
<a href="/" class="text_area">
<p class="list_tit">[테크인사이드] AWS, 이제 오픈소스 친화 기업으로 변신?</p>
<div class="list_info">
<span class="list_writer">작성자 : 최고관리자</span>
<span>노출순서 : 2</span>
<span class="list_date">2021-09-28</span>
</div>
</a>
</article>
</div>
<!-- //list -->
<div class="btn_wrap btn_layout02">
<button type="button" class="btnType02">등록</button>
</div>
<!-- page -->
<div class="page">
<button type="button" class="btn_page_first" title="첫 페이지 이동"><i></i></button>
<button type="button" class="btn_page_prev" title="이전 페이지 이동"><i></i></button>
<button type="button" class="on" title="1 페이지 이동">1</button>
<button type="button" title="2 페이지 이동">2</button>
<button type="button" title="3 페이지 이동">3</button>
<button type="button" title="4 페이지 이동">4</button>
<button type="button" title="5 페이지 이동">5</button>
<button type="button" title="6 페이지 이동">6</button>
<button type="button" title="7 페이지 이동">7</button>
<button type="button" title="8 페이지 이동">8</button>
<button type="button" title="9 페이지 이동">9</button>
<button type="button" title="10 페이지 이동">10</button>
<button type="button" class="btn_page_next" title="다음 페이지 이동"><i></i></button>
<button type="button" class="btn_page_last" title="마지막 페이지 이동"><i></i></button>
</div>
<!-- //page -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,255 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>가이드</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
* {padding: 0;margin: 0;text-decoration: none;color: inherit;font-family: 'Noto Sans KR', sans-serif;}
ul,li {list-style: none;}
body {padding: 50px;}
.tab {display: flex;}
.tab li {border: 1px solid #d5d5d5;width: 150px;text-align: center;padding: 10px 0;margin-right: 10px;}
.wrap {display: flex;}
.area_left,.area_right {width: 50%;}
.area_right div {min-height: 50%;}
.menu {max-width: 1200px;margin: 0 auto;margin-bottom: 15px;}
.menu_tit {font-weight: 700;font-size: 16px;letter-spacing: -0.5px;max-width: 1200px;margin-top: 20px;margin-bottom: 10px;text-align: left;}
.dep01 li {position: relative;}
.dep01 li::after {position: absolute;content: "-";left: 10px;}
.dep01 li a {padding-left: 20px;font-size: 15px;}
.dep01 li p {display: inline-block;padding-left: 20px;font-size: 15px;}
.dep02 {padding-left: 20px;}
.dep02 li::after {position: absolute;content: "·";left: 0px;}
.dep02 li a {padding-left: 15px;font-size: 15px;}
</style>
</head>
<body>
<ul class="tab">
<li><a href="/kccadrPb/usr/guide.html">사용자 퍼블목록</a></li>
<li><a href="/kccadrPb/adm/guide.html">
<font style="color: red;">관리자 퍼블목록</font>
</a></li>
</ul>
<div class="wrap">
<div class="area_left">
<a href="/">
<p class="menu_tit">메인</p>
</a>
<ul class="dep01">
<li><a href="/kccadrPb/adm/list01.html">XX 목록(완료 8.13, 버튼 추가(8.23 이준호)</a></li>
<li><a href="/kccadrPb/adm/list01.html">XX 상세(작업중)</a></li>
<li><a href="/kccadrPb/adm/list01.html">XX 상세(수정 8.13|XX 수정했다)</a></li>
<li>=============================================================================</li>
<li><a href="/kccadrPb/adm/send_sms.html">SMS 발송(완료 9.13)</a></li>
<li><a href="/kccadrPb/adm/send_email.html">이메일 발송(완료 9.13)</a></li>
<li>=============================================================================</li>
<li><a href="/kccadrPb/adm/list01.html">직권조정결정서 목록(완료)</a></li>
<li><a href="/kccadrPb/adm/list01_detail_01.html">직권조정결정서 상세(완료)</a></li>
<li><a href="/kccadrPb/adm/list02.html">조정 진행 목록(완료)</a></li>
<li><a href="/kccadrPb/adm/list02_2.html">조정 진행 목록2(수정 9.7|검색조건 추가)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_01.html">조정 진행 상세(완료)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_02.html">기일통지서 등록(완료)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_03.html">기일통지서 상세/수정/삭제(완료)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_04.html">조정사건 할당(완료)</a></li>
<li><a href="/kccadrPb/adm/popup_acdn_check.html">(팝업)배석 조정위원 선택(완료)</a></li>
<li><a href="/kccadrPb/adm/popup_cdn_check.html">(팝업)조정부 선택(완료)</a></li>
<li><a href="/kccadrPb/adm/popup_ivt_check.html">(팝업)조사관 선택(완료)</a></li>
<li><a href="/kccadrPb/adm/popup_check_dev.html">(팝업)송달조회(완료)</a></li>
<li><a href="/kccadrPb/adm/popup_case_change.html">(팝업)사건번호 변경(완료)</a></li>
<li><a href="/kccadrPb/adm/set_menu.html">매뉴관리(트리구조)(완료)</a></li>
<li><a href="/kccadrPb/adm/ex_filetable.html">파일 테이블(수정 10.12, 댓글 수정,삭제 버튼 추가)</a></li>
<li><a href="/kccadrPb/adm/adjustment_regist.html">조정신청 등록(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/adjustment_depm_regist.html">조정부 등록(완료 9.8, 두번째 조정위원 검색 팝업)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_05.html">기일조서 등록(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_05_detail.html">기일조서 상세/수정/삭제(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/list03.html">조정 진행 목록3(완료 9.8, 검색 select 변경 시 바뀜, 일괄납부요청,수수료납부요청 클릭 시 팝업)</a></li>
<li><a href="/kccadrPb/adm/popup_req_supm_add.html">(팝업)조정신청 보완요청 등록(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/popup_req_supm_info.html">(팝업)조정신청 보완요청 내용(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/approval_detail_01.html">조정결재상세조회-접수결재(완료 9.13)</a></li>
<li><a href="/kccadrPb/adm/list02_detail_01_2.html">조정진행 상세(완료 9.14, 탭확인, 버튼 눌러서 팝업 확인해주세요~)</a></li>
<li><a href="/kccadrPb/adm/popup_fee01.html">(팝업)수수료 납부(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/popup_fee02.html">(팝업)수수료 납부2(완료 9.8)</a></li>
<li><a href="/kccadrPb/adm/popup_fee_add.html">(팝업)수수료 등록(완료 9.14)</a></li>
<li><a href="/kccadrPb/adm/dashboard.html">관리자 대시보드(수정 new 아이콘 추가 12.29)</a></li>
<li><a href="/kccadrPb/adm/gallery_list.html">포토형 게시판(완료 9.29)</a></li>
<li><a href="/kccadrPb/adm/login.html">로그인(완료 9.29)</a></li>
<li><a href="/kccadrPb/adm/loading.html">로딩(완료 11.05)</a></li>
<li><a href="/kccadrPb/adm/listlistlist.html">이준호주임님!! 이거보세요!!!!</a></li>
<li><a href="/kccadrPb/adm/popup_sms_add.html">이준호주임님222222222!! 이거보세요!!!!</a></li>
</ul>
<p class="menu_tit">남은내역</p>
<ul class="dep01">
<!-- <li><a href="#">대시보드(예정)</a></li> -->
</ul>
</div>
<div class="area_right">
<div><b>* 완료시 요청자가 내용 삭제</b>
<div><b>개발자 요청사항</b>
<ul class="dep01">
<li>
<p>
xx 요청드려요~(요청 8.13 여현준)
</p>
</li>
<li>
<p>
-> xx 로 안될까요~(요청답변 8.13 정수빈)
</p>
</li>
<li>
<p>
로그아웃 버튼 넣어주세요~(요청 8.14 여현준)
</p>
</li>
<li>
<p>
관리자 목록에 첫번째 항목 체크박스 ID "checkAll" 이걸로 부탁드려요~ 아니면 함수 다 수정해야되서요~(요청 8.14 여현준)<br>
ex) input type="checkbox" name="checkAll" id="checkAll" onclick="fn_egov_checkAll()" label
for="checkAll"
</p>
</li>
<li>
<p>
관리자 목록 항목에 정렬버튼 전자조정처럼 클래스로 모양 변경되게 부탁드려요~(요청 8.14 여현준)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
관리자 목록 height 값이 고정되어있어 10개만 보입니다. 20줄, 30줄 표시일때도 리스트 목록이 늘어나게 요청합니다~(요청 8.23 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
트리구조로 되어있는 관리자 페이지 퍼블리싱 및 디자인 요청합니다~ 조직도 관리-조직도, 메뉴관리-메뉴관리, 운영관리-코드관리(요청 8.24 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
리스트안에 들어가는 작은 버튼 요청합니다~ - EgovAuthorManage.jsp, EgovMenuCreatManage.jsp, EgovUserSelectUpdt.jsp(요청 8.25
이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
목록 퍼블리싱에 리스트가 10개이면 리스트 하단에 줄이 두개입니다~!(요청 8.25 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
관리자 첨부파일 디자인 및 퍼블리싱의 추가를 요청 합니다!(요청 8.25 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
관리자 게시글 상세 이전글/다음글 디자인 및 퍼블리싱 요청 합니다-!(요청 8.26 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
관리자 게시판 관리 -> 게시판 보기 -> 등록 -> 미리보기 페이지 디자인 및 퍼블리싱 요청합니다!(요청 8.31 이준호)<br>
</p>
</li>
<li>
<p>
관리자 목록 페이지들 버튼크기가 커서 깨지는 문제 해결 요청합니다-!(요청 8.31 이준호)<br>
</p>
</li>
<li>
<p>
-> 수정했습니다~(요청답변 8.31 정수빈)
</p>
</li>
<li>
<p>
관리자 포토형 게시판 리스트,상세 요청합니다~(요청 9.24 이지우)<br>
</p>
</li>
<li>
<p>
조정진행사건, 대리인 등록 팝업 (요청 10.12 곽승태)<br>
</p>
</li>
<li>
<p>
-> <a href="/kccadrPb/adm/list02_detail_01_2.html">조정진행 상세(완료 9.14, 탭확인, 버튼 눌러서 팝업 확인해주세요~)</a>링크 확인
(요청답변 10.12 이준호)
</p>
</li>
<li>
<p>
조정 진행 상세 사건정보 팝업 (요청 10.12 곽승태)<br>
</p>
</li>
<li>
<p>
-> <a href="/kccadrPb/adm/list02_detail_01_2.html">조정진행 상세(완료 9.14, 탭확인, 버튼 눌러서 팝업 확인해주세요~)</a>링크 확인
(요청답변 10.12 이준호)
</p>
</li>
</ul>
</div>
<div><b>퍼블리셔 요청사항</b>
<ul class="dep01">
<li>
<p>
xx 확인 및 XX 부탁드려요~(요청 8.13 정수빈)
</p>
</li>
<li>
<p>
관리자 한줄로 보이게... 하는거 p,a태그에 text_overflow 클래스 추가해주세요~~ 꼭 td 아래에다 태그 추가해서 클래스 추가해주세요!!!!!!!
</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,111 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>가이드</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
* {padding: 0;margin: 0;text-decoration: none;color: inherit;font-family: 'Noto Sans KR', sans-serif;}
ul,li {list-style: none;}
body {padding: 50px;}
.tab {display: flex;}
.tab li {border: 1px solid #d5d5d5;width: 150px;text-align: center;padding: 10px 0;margin-right: 10px;}
.wrap {display: flex;}
.area_left,.area_right {width: 50%;}
.area_right div {min-height: 50%;}
.menu {max-width: 1200px;margin: 0 auto;margin-bottom: 15px;}
.menu_tit {font-weight: 700;font-size: 16px;letter-spacing: -0.5px;max-width: 1200px;margin-top: 20px;margin-bottom: 10px;text-align: left;}
.dep01 li {position: relative;}
.dep01 li::after {position: absolute;content: "-";left: 10px;}
.dep01 li a {padding-left: 20px;font-size: 15px;}
.dep01 li p {display: inline-block;padding-left: 20px;font-size: 15px;}
.dep02 {padding-left: 20px;}
.dep02 li::after {position: absolute;content: "·";left: 0px;}
.dep02 li a {padding-left: 15px;font-size: 15px;}
</style>
</head>
<body>
<ul class="tab">
<li><a href="/kccadrPb/usr/guide.html">사용자 퍼블목록</a></li>
<li><a href="/kccadrPb/adm/guide.html">
<font style="color: red;">관리자 퍼블목록</font>
</a></li>
</ul>
<div class="wrap">
<div class="area_left">
<!-- <a href="/">
<p class="menu_tit">메인</p>
</a>
<ul class="dep01">
<li><a href="/kccadrPb/adm/list01.html">XX 목록(완료 8.13, 버튼 추가(8.23 이준호)</a></li>
<li><a href="/kccadrPb/adm/list01.html">XX 상세(작업중)</a></li>
<li><a href="/kccadrPb/adm/list01.html">XX 상세(수정 8.13|XX 수정했다)</a></li>
<li>=============================================================================</li>
</ul> -->
<p class="menu_tit">법원연계조정</p>
<ul class="dep01">
<li><a href="/kccadrPb/adm/history_read_ask_list.html">조정사건 기록 열람 신청 관리</a></li>
<li><a href="/kccadrPb/adm/history_read_ask_detail_post.html">조정사건 기록 열람 신청 관리 상세(우편발송)</a></li>
<li><a href="/kccadrPb/adm/history_read_ask_detail_visit.html">조정사건 기록 열람 신청 관리 상세(방문예약)</a></li>
<li>====================================================================</li>
<li><a href="/kccadrPb/adm/law_login.html">법원연계조정 로그인</a></li>
<li><a href="/kccadrPb/adm/law_progress_list.html">법원연계조정 진행 목록</a></li>
<li><a href="/kccadrPb/adm/law_progress_add.html">법원연계조정 등록</a></li>
<li><a href="/kccadrPb/adm/law_progress_edit.html">법원연계조정 수정</a></li>
<li><a href="/kccadrPb/adm/law_progress_detail.html">법원연계조정상세(사건문서)</a></li>
<li><a href="/kccadrPb/adm/popup_file_uplaoad.html">문서등록 팝업</a></li>
<li><a href="/kccadrPb/adm/law_day_list.html">법원연계조정 기일지정 목록</a></li>
<li><a href="/kccadrPb/adm/law_day_add.html">법원연계조정 기일지정 등록</a></li>
<li><a href="/kccadrPb/adm/law_day_edit.html">법원연계조정 기일지정 수정</a></li>
<li><a href="/kccadrPb/adm/law_result_add_edit.html">법원연계조정 결과보고 등록·수정</a></li>
<li><a href="/kccadrPb/adm/law_end_list.html">법원연계조정 종결 목록</a></li>
<li><a href="/kccadrPb/adm/law_end_detail.html">법원연계조정 종결 상세</a></li>
<li><a href="/kccadrPb/adm/law_post_manage_add.html">법원연계조정 사후관리 등록</a></li>
<li><a href="/kccadrPb/adm/popup_send_sms.html">문자발송 팝업</a></li>
<li><a href="/kccadrPb/adm/law_acdn_list.html">법원연계조정 조정위원 목록</a></li>
<li><a href="/kccadrPb/adm/law_acdn_add.html">법원연계조정 조정위원 등록</a></li>
<li><a href="/kccadrPb/adm/law_acdn_edit.html">법원연계조정 조정위원 상세/수정</a></li>
<li><a href="/kccadrPb/adm/law_court_manage_list.html">법원연계조정 연계법원 관리</a></li>
<li><a href="/kccadrPb/adm/law_user_progress_list.html">법원연계조정 나의 조정 목록</a></li>
<li><a href="/kccadrPb/adm/law_sign_list.html">법원연계조정 결재 목록 조회</a></li>
<li><a href="/kccadrPb/adm/law_approval_detail.html">법원연계조정 결재 상세 조회 - 접수 결재</a></li>
<li><a href="/kccadrPb/adm/law_approval_end_detail.html">법원연계조정 결재 상세 조회 - 종료 결재</a></li>
</ul>
</div>
<div class="area_right">
<div><b>* 완료시 요청자가 내용 삭제</b>
<div><b>개발자 요청사항</b>
<ul class="dep01">
<li>
<p>
xx 요청드려요~(요청 8.13 이름)
</p>
</li>
<li>
<p>
-> xx 로 안될까요~(요청답변 8.13 이름)
</p>
</li>
</ul>
</div>
<div><b>퍼블리셔 요청사항</b>
<ul class="dep01">
<li>
<p></p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,118 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정사건 기록 열람 신청 관리 상세(우편발송)</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<div class="area_left"></div>
<!-- top_utill+cont -->
<div class="area_right">
<div class="top_util"></div>
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>조정사건 기록 열람 신청 관리 상세(우편발송)</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li>
<p>조정사건 기록 열람 신청 관리</p>
</li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_상세 -->
<p class="tb_tit">기록 열람 신청</p>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 200px;">
<col style="width: auto;">
</colgroup>
<tbody class="border_0">
<tr>
<th>발급구분</th>
<td>2023-09-21</td>
</tr>
<tr>
<th>조정번호</th>
<td>2021조정050</td>
</tr>
<tr>
<th>신청인 구분</th>
<td>조정신청인</td>
</tr>
<tr>
<th>연락처</th>
<td>010-4545-4545</td>
</tr>
<tr>
<th>주소</th>
<td>(12345)서울시 송파구 무슨대로 11-1</td>
</tr>
<tr>
<th>발급종류</th>
<td>조정조서</td>
</tr>
<tr>
<th>발급부수</th>
<td>3부</td>
</tr>
<tr>
<th>요청내용</th>
<td>출력을 하고 싶습니다.</td>
</tr>
<tr>
<th>발급상태</th>
<td>신청</td>
</tr>
<tr>
<th>발급비용</th>
<td>5,000원</td>
</tr>
</tbody>
</table>
</div>
<p class="cfText" style="margin: 10px 0 0 0;">· 기록발급은 신청인만 가능하며, 대리인은 신청이 불가합니다.</p>
<div class="btn_wrap btn_layout01">
<div class="area_left"></div>
<div class="area_right" style="width: auto;">
<button type="button" class="btnType02" onclick="popOpen('/kccadrPb/adm/popup_fee03.html','수수료 등록', '380','300')">비용납부</button>
<button type="button" class="btnType06">승인</button>
<button type="button" class="btnType09" onclick="popOpen('/kccadrPb/adm/popup_rej.html','신청반려', '460','320')">반려</button>
<button type="button" class="btnType04">목록</button>
</div>
</div>
<!-- //list_상세 -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,117 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정사건 기록 열람 신청 관리 상세(방문예약)</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<div class="area_left"></div>
<!-- top_utill+cont -->
<div class="area_right">
<div class="top_util"></div>
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>조정사건 기록 열람 신청 관리 상세(방문예약)</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li>
<p>조정사건 기록 열람 신청 관리</p>
</li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_상세 -->
<p class="tb_tit">기록 열람 신청</p>
<div class="tbType02">
<table>
<colgroup>
<col style="width: 200px;">
<col style="width: auto;">
</colgroup>
<tbody class="border_0">
<tr>
<th>발급구분</th>
<td>2023-09-21</td>
</tr>
<tr>
<th>조정번호</th>
<td>2021조정050</td>
</tr>
<tr>
<th>신청인 구분</th>
<td>조정신청인</td>
</tr>
<tr>
<th>연락처</th>
<td>010-4545-4545</td>
</tr>
<tr>
<th>주소</th>
<td>(12345)서울시 송파구 무슨대로 11-1</td>
</tr>
<tr>
<th>발급종류</th>
<td>조정조서</td>
</tr>
<tr>
<th>발급부수</th>
<td>3부</td>
</tr>
<tr>
<th>요청내용</th>
<td>출력을 하고 싶습니다.</td>
</tr>
<tr>
<th>발급상태</th>
<td>신청</td>
</tr>
<tr>
<th>발급비용</th>
<td>5,000원</td>
</tr>
</tbody>
</table>
</div>
<p class="cfText" style="margin: 10px 0 0 0;">· 기록발급은 신청인만 가능하며, 대리인은 신청이 불가합니다.</p>
<div class="btn_wrap btn_layout01">
<div class="area_left"></div>
<div class="area_right" style="width: auto;">
<button type="button" class="btnType06">승인</button>
<button type="button" class="btnType09" onclick="popOpen('/kccadrPb/adm/popup_rej.html','신청반려', '460','320')">반려</button>
<button type="button" class="btnType04">목록</button>
</div>
</div>
<!-- //list_상세 -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

View File

@ -1,226 +0,0 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>조정사건 기록 열람 신청 관리</title>
<!-- css -->
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
<!-- script -->
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
<script src="/kccadrPb/adm/script/common.js"></script>
<script src="/kccadrPb/adm/script/content.js"></script>
<script src="/kccadrPb/adm/script/calendar.js"></script>
</head>
<body>
<div class="wrap">
<div class="area_left"></div>
<!-- top_utill+cont -->
<div class="area_right">
<div class="top_util"></div>
<!-- cont -->
<div class="cont_wrap">
<div class="box">
<!-- cont_tit -->
<div class="cont_tit">
<h2>법원연계조정 결재 목록 조회</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li>
<p>법원연계조정 관리</p>
</li>
</ul>
</div>
<!-- //cont_tit -->
<div class="cont">
<!-- list_top -->
<div class="list_top">
<div class="list_util">
<div class="detail_search">
<ul>
<li>
<p class="tit_text">발급종류</p>
<div class="check_wrap">
<span><input type="checkbox" value="99" name="searchtTypeArr" id="searchtTypeArr1"><label for="searchtTypeArr1">전체</label></span>
<span><input type="checkbox" value="101010" name="searchtTypeArr" id="searchtTypeArr2"><label for="searchtTypeArr2">조정종결통보서</label></span>
<span><input type="checkbox" value="102010" name="searchtTypeArr" id="searchtTypeArr3"><label for="searchtTypeArr3">기일조서</label></span>
<span><input type="checkbox" value="102050" name="searchtTypeArr" id="searchtTypeArr4"><label for="searchtTypeArr4">조정조서</label></span>
<span><input type="checkbox" value="102050" name="searchtTypeArr" id="searchtTypeArr5"><label for="searchtTypeArr5">직권결정문</label></span>
<span><input type="checkbox" value="102050" name="searchtTypeArr" id="searchtTypeArr6"><label for="searchtTypeArr6">직권결정문송달 및 확정증명원</label></span>
<span><input type="checkbox" value="102050" name="searchtTypeArr" id="searchtTypeArr7"><label for="searchtTypeArr7">조정신청서 및 첨부서류(본인 제출서류에 한함)</label></span>
</div>
</li>
<li>
<p class="tit_text">발급상태</p>
<div class="check_wrap">
<span><input type="checkbox" value="99" name="searchStatusArr" id="searchSatus1"><label for="searchSatus1">전체</label></span>
<span><input type="checkbox" value="101010" name="searchStatusArr" id="searchSatus2"><label for="searchSatus2">신청</label></span>
<span><input type="checkbox" value="102010" name="searchStatusArr" id="searchSatus3"><label for="searchSatus3">비용납부</label></span>
<span><input type="checkbox" value="102050" name="searchStatusArr" id="searchSatus4"><label for="searchSatus4">승인</label></span>
<span><input type="checkbox" value="102050" name="searchStatusArr" id="searchSatus5"><label for="searchSatus5">반려</label></span>
<span><input type="checkbox" value="102050" name="searchStatusArr" id="searchSatus6"><label for="searchSatus6">발급완료</label></span>
</div>
</li>
<li>
<p class="tit_text">신청일자</p>
<div class="radio_wrap">
<span><input checked="" value="1" type="radio" name="searchMonth" id="month1"><label for="month1">1개월</label></span>
<span><input value="3" type="radio" name="searchMonth" id="month3"><label for="month3">3개월</label></span>
<span><input value="6" type="radio" name="searchMonth" id="month6"><label for="month6">6개월</label></span>
<span><input value="99" type="radio" name="searchMonth" id="monthEtc"><label for="monthEtc">기간지정</label></span>
<div id="sel_date" class="sel_date">
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="2023-09-16" data-datecontrol="true" readonly="">
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate01-lry','',this)" class="btn_cal"></button>
<div id="startDate01-lry" class="calendarPop" style="display: none;">
<iframe id="startDate01-ifrm" name="startDate01-ifrm" class="calendar-frame" src="/kccadrPb/adm/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
</div>
</div> ~
<input type="text" class="endDate inp" title="검색시작일" id="endDate" name="searchEndDt" value="2023-10-16" data-datecontrol="true" readonly="">
<div class="calendar_in" id="calendarName_endDate" style="z-index: 9;">
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('endDate-lry','',this)" class="btn_cal"></button>
<div id="endDate-lry" class="calendarPop" style="display: none;">
<iframe id="endDate-ifrm" name="endDate-ifrm" class="calendar-frame" src="/kccadrPb/adm/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div>
<button class="btn_search" onclick="fncGoList(); return false;">검색</button>
</li>
</ul>
</div>
</div>
</div>
<!-- //list_top -->
<!-- list -->
<div class="list tbType01">
<table>
<colgroup>
<col style="width:80px;">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
<col style="width:calc((100% - 80px)/9);">
</colgroup>
<thead>
<tr>
<th>번호</th>
<th>발급구분</th>
<th>신청일자</th>
<th>조정번호</th>
<th>조정신청인</th>
<th>종결상태</th>
<th>발급신청인</th>
<th>발급종류</th>
<th>발급상태</th>
</tr>
</thead>
<tbody>
<tr>
<td>6</td>
<td>우편</td>
<td><a href="#none">2022-07-26</a></td>
<td><a href="#none">2021조정055</a></td>
<td>홍길동</td>
<td>직권조정</td>
<td>홍길동</td>
<td>조정조서</td>
<td><p class="status_waiting">비용납부</p></td>
</tr>
<tr>
<td>6</td>
<td>우편</td>
<td><a href="#none">2022-07-26</a></td>
<td><a href="#none">2021조정055</a></td>
<td>홍길동</td>
<td>직권조정</td>
<td>홍길동</td>
<td>조정조서</td>
<td><p class="status_ing">승인</p></td>
</tr>
<tr>
<td>6</td>
<td>우편</td>
<td><a href="#none">2022-07-26</a></td>
<td><a href="#none">2021조정055</a></td>
<td>홍길동</td>
<td>직권조정</td>
<td>홍길동</td>
<td>조정조서</td>
<td><p class="status_req">반려</p></td>
</tr>
<tr>
<td>6</td>
<td>우편</td>
<td><a href="#none">2022-07-26</a></td>
<td><a href="#none">2021조정055</a></td>
<td>홍길동</td>
<td>직권조정</td>
<td>홍길동</td>
<td>조정조서</td>
<td><p class="status_cmp">신청취소</p></td>
</tr>
<tr>
<td>6</td>
<td>방문</td>
<td><a href="#none">2022-07-26</a></td>
<td>2021조정055</td>
<td>홍길동</td>
<td>직권조정</td>
<td>홍길동</td>
<td>조정조서</td>
<td><p class="status_cmp">발급완료</p></td>
</tr>
<tr>
<td colspan="9">결재할 목록이 없습니다.</td>
</tr>
</tbody>
</table>
</div>
<!-- //list -->
<!-- page -->
<div class="page">
<button type="button" class="btn_page_first" title="첫 페이지 이동"><i></i></button>
<button type="button" class="btn_page_prev" title="이전 페이지 이동"><i></i></button>
<button type="button" class="on" title="1 페이지 이동">1</button>
<button type="button" title="2 페이지 이동">2</button>
<button type="button" title="3 페이지 이동">3</button>
<button type="button" title="4 페이지 이동">4</button>
<button type="button" title="5 페이지 이동">5</button>
<button type="button" title="6 페이지 이동">6</button>
<button type="button" title="7 페이지 이동">7</button>
<button type="button" title="8 페이지 이동">8</button>
<button type="button" title="9 페이지 이동">9</button>
<button type="button" title="10 페이지 이동">10</button>
<button type="button" class="btn_page_next" title="다음 페이지 이동"><i></i></button>
<button type="button" class="btn_page_last" title="마지막 페이지 이동"><i></i></button>
</div>
<!-- //page -->
</div>
</div>
</div>
<!-- //cont -->
</div>
<!-- //top_utill+cont -->
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Some files were not shown because too many files have changed in this diff Show More