Merge branch 'sub'

This commit is contained in:
subsub 2024-10-30 18:26:08 +09:00
commit 24f691d452
20 changed files with 393 additions and 269 deletions

View File

@ -174,33 +174,36 @@ function bbsMasterExcelDownload(){
<!-- cont -->
<div class="cont">
<!-- list_top -->
<div class="list_top">
<p>총 건수 : <span><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
<div class="list_util">
<select class="sel2 searchSel" id="searchCnd" name="searchCnd" title="조회조건" style="min-width: 180px">
<option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>게시판명/연결매뉴</option>
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>게시판유형</option>
</select>
<input type="text" id="searchWrd" name="searchWrd" value="<c:out value='${searchVO.searchWrd}'/>" class="search_input" placeholder="검색어를 입력하세요" onkeyDown="press(event);">
<button class="btn_search" onclick="javascript:linkPage('1'); return false;">검색</button>
<c:if test="${bbsAttrMngAuth}">
<input type="checkbox" name="useAt" id="useAt" value="N" onclick="javascript:linkPage('1'); return false;"
<c:if test="${'N' eq searchVO.useAt}"> checked='checked' </c:if> >
<label for="useAt"></label>미사용
</c:if>
<select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
<option value='10' <c:if test="${searchVO.pageUnit == '10' or searchVO.pageUnit == ''}">selected</c:if>>10줄</option>
<option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
<option value='30' <c:if test="${searchVO.pageUnit == '30'}">selected</c:if>>30줄</option>
</select>
<!-- list_top -->
<div class="list_top table_top">
<p class="table_total_text">총 건수 : <span class="color_blue fw_bold"><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
<div class="list_util search_wrap">
<select class="sel2 searchSel" id="searchCnd" name="searchCnd" title="조회조건" style="min-width: 180px">
<option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>게시판명/연결매뉴</option>
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>게시판유형</option>
</select>
<input type="text" id="searchWrd" name="searchWrd" value="<c:out value='${searchVO.searchWrd}'/>" class="search_input" placeholder="검색어를 입력하세요" onkeyDown="press(event);" style="width:220px;">
<button class="btn_search btn btn_text btn_36 blue_border" onclick="javascript:linkPage('1'); return false;">검색</button>
<select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
<option value='10' <c:if test="${searchVO.pageUnit == '10' or searchVO.pageUnit == ''}">selected</c:if>>10줄</option>
<option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
<option value='30' <c:if test="${searchVO.pageUnit == '30'}">selected</c:if>>30줄</option>
</select>
<div class="check_wrap" style="display:inline-flex;align-items:center;">
<c:if test="${bbsAttrMngAuth}">
<input type="checkbox" name="useAt" id="useAt" value="N" onclick="javascript:linkPage('1'); return false;" style="margin:0 4px 0 0;"
<c:if test="${'N' eq searchVO.useAt}"> checked='checked' </c:if> >
<label for="useAt">미사용</label>
</c:if>
</div>
</div>
</div>
<!-- //list_top -->
<!-- list -->
<div class="list tbType01">
<div class="list tbType01 table-layout mt15">
<table>
<colgroup>
<c:if test="${bbsAttrMngAuth}">
@ -281,12 +284,12 @@ function bbsMasterExcelDownload(){
<td>
<c:if test="${bbsAttrMngAuth}">
<%-- <input type="button" value="수정" class="btnType1" onclick="javascript:fn_egov_inqire_brdMstr('<c:out value="${result.bbsId}"/>');"> --%>
<button type="button" class="btnType01 btn_edit" onclick="javascript:fn_egov_inqire_brdMstr('<c:out value="${result.bbsId}"/>');">수정</button>
<button type="button" class="btn btn_text btn_30 orange_border btnType01 btn_edit" onclick="javascript:fn_egov_inqire_brdMstr('<c:out value="${result.bbsId}"/>');">수정</button>
</c:if>
<%-- <input type="button" value="게시판보기" class="btnType2" onclick="location.href='<c:url value='/cop/bbs/selectBoardList.do'/>?bbsId=<c:out value='${result.bbsId}'/>'"> --%>
<button type="button" class="btnType01 btn_look_notice" onclick="location.href='<c:url value='/cop/bbs/selectBoardList.do'/>?bbsId=<c:out value='${result.bbsId}'/>'">게시판보기</button>
<button type="button" class="btn btn_text btn_30 subgray_border btnType01 btn_look_notice" onclick="location.href='<c:url value='/cop/bbs/selectBoardList.do'/>?bbsId=<c:out value='${result.bbsId}'/>'">게시판보기</button>
<%-- <input type="button" value="홈페이지" class="btnType2" onclick="window.open('about:blank').location.href='${result.bbsHomeUrl}'"> --%>
<button type="button" class="btnType01 btn_homepage" onclick="window.open('about:blank').location.href='${result.bbsHomeUrl}'">홈페이지</button>
<button type="button" class="btn btn_text btn_30 subgray_border btnType01 btn_homepage" onclick="window.open('about:blank').location.href='${result.bbsHomeUrl}'">홈페이지</button>
</td>
</tr>
</c:forEach>
@ -303,13 +306,13 @@ function bbsMasterExcelDownload(){
<!-- //list -->
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="btn_wrap">
<c:if test="${bbsAttrMngAuth}">
<div class="area_left">
<button type="button" class="btnType03" onclick="fn_egov_delete_brdMstrs(); return false;">미사용</button>
<button type="button" class="btn btn_text btn_46 subgray_border btnType03" onclick="fn_egov_delete_brdMstrs(); return false;">미사용</button>
</div>
<div class="area_right">
<button type="button" class="btnType02" onclick="javascript:fn_egov_insert_addBrdMstr(); return false;">등록</button>
<button type="button" class="btn btn_text btn_46 blue_fill btnType02" onclick="javascript:fn_egov_insert_addBrdMstr(); return false;">등록</button>
</div>
</c:if>
</div>

View File

@ -257,7 +257,7 @@ $( document ).ready(function() {
<input name="bbsAttrbCode" type="hidden" value="<c:out value='${boardMaster.bbsAttrbCode}'/>" />
<div class="cont">
<!-- list_상세 -->
<div class="tbType02">
<div class="tbType02 col-table data-table left">
<table>
<colgroup>
<col style="width: 20%">
@ -423,8 +423,8 @@ $( document ).ready(function() {
</div>
<div class="area_right">
<button class="btnType06" onclick="fn_egov_update_brdMstr(); return false;">저 장</button>
<button class="btnType03" onclick="javascript:fn_egov_select_brdMstrList(); return false;">목 록</button>
<button class="btn btn_text btn_46 blue_fill btnType06" onclick="fn_egov_update_brdMstr(); return false;">저 장</button>
<button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:fn_egov_select_brdMstrList(); return false;">목 록</button>
</div>
</div>
<!-- //btn_wrap -->

View File

@ -266,7 +266,7 @@
<input type="hidden" name="replyLc" value="<c:out value='${result.replyLc}'/>">
<input type="hidden" name="nttSj" value="<c:out value='${result.nttSj}'/>">
<!-- list_상세 -->
<div class="tbType02">
<div class="tbType02 col-table data-table left">
<table>
<colgroup>
<col style="width: 20%">
@ -400,29 +400,29 @@
<div class="area_left">
<c:choose>
<c:when test="${result.useAt == 'N' }">
<button class="btnType02" onclick="javascript:fn_egov_useY_notice(); return false;">사용처리</button>
<button class="btn btn_text btn_46 red_border btnType02" onclick="javascript:fn_egov_useY_notice(); return false;">사용처리</button>
</c:when>
<c:otherwise>
<button class="btnType04" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button>
<button class="btn btn_text btn_46 red_border btnType04" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button>
</c:otherwise>
</c:choose>
<button class="btnType06" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button>
</div>
<div class="area_right">
<c:if test="${brdMstrVO.replyPosblAt != 'N'}">
<button class="btnType04" onclick="javascript:fn_egov_addReply(); return false;">답 글</button>
<button class="btn btn_text btn_46 subgray_border btnType04" onclick="javascript:fn_egov_addReply(); return false;">답 글</button>
</c:if>
<button class="btnType03" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button>
<button class="btn btn_text btn_46 blue_fill btnType06" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button>
<button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button>
</div>
</div>
<!-- //btn_wrap -->
<!-- 이전글·다음글 -->
<div class="list_ctl">
<div class="list_ctl col-table data-table mt60">
<table class="tbType02">
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
<col style="width: 20%;">
<col style="width: 80%;">
</colgroup>
<tbody>
<tr>

View File

@ -222,26 +222,26 @@ function bbsExcelDownload(){
<!-- cont -->
<div class="cont">
<!-- list_top -->
<div class="list_top">
<p>총 건수 : <span><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
<div class="list_util">
<form name="frm" id="frm" action="<c:url value='/cop/bbs/selectBoardList.do'/>" method="post">
<input type="hidden" name="bbsId" value="<c:out value='${boardVO.bbsId}'/>" />
<input type="hidden" name="nttId" value="0" />
<input type="hidden" name="nttIds" value="0" />
<input name="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>" />
<input type="hidden" name="searchSortCnd" value="<c:out value="${searchVO.searchSortCnd}" />" />
<input type="hidden" name="searchSortOrd" value="<c:out value="${searchVO.searchSortOrd}" />" />
<div class="list_top table_top">
<p class="table_total_text">총 건수 : <span class="color_blue fw_bold"><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
<div class="list_util search_wrap">
<form name="frm" id="frm" action="<c:url value='/cop/bbs/selectBoardList.do'/>" method="post">
<input type="hidden" name="bbsId" value="<c:out value='${boardVO.bbsId}'/>" />
<input type="hidden" name="nttId" value="0" />
<input type="hidden" name="nttIds" value="0" />
<input name="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>" />
<input type="hidden" name="searchSortCnd" value="<c:out value="${searchVO.searchSortCnd}" />" />
<input type="hidden" name="searchSortOrd" value="<c:out value="${searchVO.searchSortOrd}" />" />
<select class="sel2 searchSel" id="searchCnd" name="searchCnd" title="조회조건">
<option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>제목</option>
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
<option value="2" <c:if test="${searchVO.searchCnd == '2'}">selected="selected"</c:if>>작성자</option>
</select>
<select class="sel2 searchSel" id="searchCnd" name="searchCnd" title="조회조건">
<option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>제목</option>
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
<option value="2" <c:if test="${searchVO.searchCnd == '2'}">selected="selected"</c:if>>작성자</option>
</select>
<input name="searchWrd" type="text" value='<c:out value="${searchVO.searchWrd}"/>' maxlength="35" onkeypress="press(event);" title="검색어 입력">
<button class="btn_search" onclick="javascript:linkPage('1'); return false;">검색</button>
</form>
<input name="searchWrd" type="text" value='<c:out value="${searchVO.searchWrd}"/>' maxlength="35" onkeypress="press(event);" title="검색어 입력" style="width:220px;">
<button class="btn btn_text btn_36 blue_border btn_search" onclick="javascript:linkPage('1'); return false;" style="vertical-align:middle;">검색</button>
</form>
</div>
</div>
<!-- //list_top -->
@ -249,7 +249,7 @@ function bbsExcelDownload(){
<!-- 기본형(일반형)-->
<c:if test="${brdMstrVO.bbsTyCode ne null and brdMstrVO.bbsTyCode != 'BBST05' and brdMstrVO.bbsTyCode != 'BBST06'}">
<!-- list -->
<div class="list tbType01">
<div class="list tbType01 table-layout mt15">
<table>
<colgroup>
<col style="width: 8%">
@ -403,7 +403,7 @@ function bbsExcelDownload(){
<!-- 웹진형 -->
<c:if test="${brdMstrVO.bbsTyCode == 'BBST06'}">
<div class="tableWrap">
<div class="tableWrap table-layout mt15">
<table class="tbType1">
<colgroup>
<col style="width:3%;"/>
@ -515,10 +515,10 @@ function bbsExcelDownload(){
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="area_left">
<button type="button" class="btnType03" onclick="fn_egov_delete_notices(); return false;">삭제</button>
<button type="button" class="btn btn_text btn_46 red_border btnType03" onclick="fn_egov_delete_notices(); return false;">삭제</button>
</div>
<div class="area_right">
<button type="button" class="btnType02" onclick="javascript:fn_egov_addNotice(); return false;">등록</button>
<button type="button" class="btn btn_text btn_46 blue_fill btnType02" onclick="javascript:fn_egov_addNotice(); return false;">등록</button>
</div>
</div>
<!-- //btn_wrap -->

View File

@ -203,7 +203,7 @@ function fn_egov_regist_preview() {
<div class="cont">
<!-- list_상세 -->
<div class="tbType02">
<div class="tbType02 col-table data-table left">
<table>
<colgroup>
<col style="width: 20%">
@ -237,9 +237,9 @@ function fn_egov_regist_preview() {
</span>
<c:out value="${msgNttSj}" />
</th>
<td colspan="3">
<form:input path="nttSj" title="${msgNttSj}" />
<form:errors path="nttSj" />
<td>
<form:input path="nttSj" title="${msgNttSj}" cssClass="w100per"/>
<form:errors path="nttSj" cssClass="w100per"/>
</td>
</tr>
<c:if test="${'9650000' eq bdMstr.menuNo}">
@ -249,16 +249,16 @@ function fn_egov_regist_preview() {
<p>URL</p>
</th>
<td>
<form:input path="linkUrl" class="text" size="50"/>
<form:input path="linkUrl" class="text" size="50" cssClass="w100per"/>
<form:errors path="linkUrl" />
</td>
</tr>
</c:if>
<tr>
<th><span class="reqArea">
<th style="vertical-align:middle;"><span class="reqArea">
<c:out value='${brdMstrVO.menuNo eq "9510000" ? "답변" : "내용"}' />
</span></th>
<td colspan="3">
<td>
<form:textarea path="nttCn" class="textarea" cols="500" rows="20" />
<ckeditor:replace replace="nttCn" basePath="${pageContext.request.contextPath}/html/egovframework/com/cmm/utl/ckeditor/" />
<form:errors path="nttCn" />
@ -266,7 +266,7 @@ function fn_egov_regist_preview() {
</tr>
<%-- <tr>
<th><span class="reqArea">모집상태</span></th>
<td colspan="3">
<td>
<select name="seCd" id="seCd" title="모집상태">
<c:forEach var="result" items="${codeList}" varStatus="status">
<option value="${result.code}" <c:if test="${result.code eq board.seCd }">selected="selected"</c:if> ><c:out value='${result.codeNm}' /></option>
@ -359,7 +359,7 @@ function fn_egov_regist_preview() {
<td class="upload_area">
<!-- <input type="text" id="fileNm" size="30" class="file_input" readonly> --><!-- <button type="button" class="btnType01 btn_add_file">파일 첨부하기</button> -->
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/>
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
<button type="button" id="filebutton" class="btn btn_text btn_30 blue_border btnType01 btn_add_file">파일 첨부하기</button>
<div class="file_wrap file_upload_box no_img_box">
<table class="tbType02">
<caption>첨부파일 리스트 : 파일명, 종류, 크기, 삭제</caption>
@ -373,10 +373,10 @@ function fn_egov_regist_preview() {
<!-- <th>
<input type="checkbox" id="all_check"><label for="all_check"></label>
</th> -->
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
<th>삭제</th>
<th style="text-align:center;">파일 명</th>
<th style="text-align:center;">종류</th>
<th style="text-align:center;">크기</th>
<th style="text-align:center;">삭제</th>
</thead>
<tbody class="tb_file_before">
<tr>
@ -400,10 +400,10 @@ function fn_egov_regist_preview() {
<!-- <th>
<input type="checkbox" id="all_check"><label for="all_check"></label>
</th> -->
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
<th>삭제</th>
<th style="text-align:center;">파일 명</th>
<th style="text-align:center;">종류</th>
<th style="text-align:center;">크기</th>
<th style="text-align:center;">삭제</th>
</thead>
<tbody id="tbody_fiielist" class="tb_file_after">
<c:forEach var="fileList" items="${fileList}" varStatus="status">
@ -420,7 +420,7 @@ function fn_egov_regist_preview() {
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
</td>
<td>
<button type="button" class="btn_del" onclick="delAtchFile('<c:out value='${fileList.atchFileId}' />', '<c:out value='${fileList.fileSn}' />'); return false;" title="파일삭제"><i></i></button>
<button type="button" class="btn btn_text btn_30 red_border btn_del" onclick="delAtchFile('<c:out value='${fileList.atchFileId}' />', '<c:out value='${fileList.fileSn}' />'); return false;" title="파일삭제">삭제</button>
</td>
</tr>
</c:forEach>
@ -434,18 +434,18 @@ function fn_egov_regist_preview() {
<th>
<c:out value="작성자" />
</th>
<td colspan="3">
<form:input path="ntcrNm" />
<form:errors path="ntcrNm" />
<td>
<form:input path="ntcrNm" cssClass="w50per"/>
<form:errors path="ntcrNm" cssClass="w50per"/>
</td>
</tr>
<tr>
<th>
<c:out value="담당부서" />
</th>
<td colspan="3">
<form:input path="pubLoc" />
<form:errors path="pubLoc" />
<td>
<form:input path="pubLoc" cssClass="w50per"/>
<form:errors path="pubLoc" cssClass="w50per"/>
</td>
</tr>
@ -508,17 +508,19 @@ function fn_egov_regist_preview() {
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="area_left">
<c:if test="${!empty fmsFileList[0].fmsId }">
<button class="btn btn_text btn_46 red_border btnType06" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
</c:if>
</div>
<div class="area_right">
<!-- <button class="btnType04" onclick="fn_egov_regist_preview(); return false;">미리보기</button> -->
<c:if test="${!empty fmsFileList[0].fmsId }">
<button class="btnType06" onclick="goSave('fmsFile_U'); return false;">수 정</button>
<button class="btnType06" onclick="fn_fmsfile_delete(); return false;">삭 제</button>
<button class="btn btn_text btn_46 blue_fill btnType06" onclick="goSave('fmsFile_U'); return false;">수 정</button>
</c:if>
<c:if test="${empty fmsFileList[0].fmsId }">
<button class="btnType06" onclick="fn_egov_regist_notice(); return false;">등 록</button>
<button class="btn btn_text btn_46 blue_fill btnType06" onclick="fn_egov_regist_notice(); return false;">등 록</button>
</c:if>
<button class="btnType04" onclick="goList(); return false;">목 록</button>
<button class="btn btn_text btn_46 gray_fill btnType04" onclick="goList(); return false;">목 록</button>
</div>
</div>
<!-- //btn_wrap -->

View File

@ -184,7 +184,7 @@
<div class="cont">
<!-- list_상세 -->
<div class="tbType02">
<div class="tbType02 col-table data-table left">
<table>
<colgroup>
<col style="width: 20%">
@ -198,21 +198,21 @@
<span class="reqArea">${bdMstr.bbsTyCode eq 'BBST07' ? "항목" : bdMstr.menuNo eq '9510000' ? "질문" : "제목"}</span>
</th>
<td>
<form:input path="nttSj" title="${msgNttSj}" />
<form:errors path="nttSj" />
<form:input path="nttSj" title="${msgNttSj}" cssClass="w100per"/>
<form:errors path="nttSj" cssClass="w100per" />
</td>
</tr>
<c:if test="${'9650000' eq bdMstr.menuNo }">
<tr>
<th>URL</th>
<td>
<form:input path="linkUrl" />
<form:errors path="linkUrl" />
<form:input path="linkUrl" cssClass="w100per"/>
<form:errors path="linkUrl" cssClass="w100per"/>
</td>
</tr>
</c:if>
<tr>
<th><span class="reqArea">${bdMstr.menuNo eq '9510000' ? "답변" : "내용"}</span></th>
<th style="vertical-align:middle;"><span class="reqArea">${bdMstr.menuNo eq '9510000' ? "답변" : "내용"}</span></th>
<td>
<textarea id="nttCn" name="nttCn" title="<spring:message code="cop.nttCn" />" cols="500" rows="20">
<c:out value="${board.nttCn}" escapeXml="false" />
@ -339,7 +339,7 @@
<td class="upload_area">
<!-- <input type="text" id="fileNm" size="30" class="file_input" readonly> --><!-- <button type="button" class="btnType01 btn_add_file">파일 첨부하기</button> -->
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/>
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
<button type="button" id="filebutton" class="btn btn_text btn_30 blue_border btnType01 btn_add_file">파일 첨부하기</button>
<div class="file_wrap file_upload_box no_img_box">
<table>
<colgroup>
@ -352,10 +352,10 @@
<!-- <th>
<input type="checkbox" id="all_check"><label for="all_check"></label>
</th> -->
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
<th>삭제</th>
<th style="text-align:center;">파일 명</th>
<th style="text-align:center;">종류</th>
<th style="text-align:center;">크기</th>
<th style="text-align:center;">삭제</th>
</thead>
<tbody class="tb_file_before">
<tr>
@ -378,10 +378,10 @@
<!-- <th>
<input type="checkbox" id="all_check"><label for="all_check"></label>
</th> -->
<th>파일 명</th>
<th>종류</th>
<th>크기</th>
<th>삭제</th>
<th style="text-align:center;">파일 명</th>
<th style="text-align:center;">종류</th>
<th style="text-align:center;">크기</th>
<th style="text-align:center;">삭제</th>
</thead>
<tbody id="tbody_fiielist" class="tb_file_after">
<c:forEach var="fileList" items="${fileList}" varStatus="status">
@ -398,7 +398,7 @@
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
</td>
<td>
<button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button>
<button type="button" class="btn btn_text btn_30 red_border btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;">삭제</button>
</td>
</tr>
</c:forEach>
@ -413,7 +413,7 @@
<c:out value="작성자" />
</th>
<td colspan="3">
<input id="ntcrNm" name="ntcrNm" type="text" value="${board.ntcrNm}">
<input id="ntcrNm" class="w100per" name="ntcrNm" type="text" value="${board.ntcrNm}">
</td>
</tr>
<tr>
@ -421,7 +421,7 @@
<c:out value="담당부서" />
</th>
<td colspan="3">
<input id="pubLoc" name="pubLoc" type="text" value="${board.pubLoc}">
<input id="pubLoc" class="w100per" name="pubLoc" type="text" value="${board.pubLoc}">
</td>
</tr>
<!-- 공지 여부 -->
@ -514,12 +514,11 @@
<!-- btn_wrap -->
<div class="btn_wrap btn_layout01">
<div class="area_left">
<button class="btn btn_text btn_46 gray_border btnType04" onclick="javascript:history.go(-1)(); return false;">취소</button>
</div>
<div class="area_right">
<button class="btnType04" onclick="javascript:history.go(-1)(); return false;">취소</button>
<button class="btnType06" onclick="javascript:fn_egov_regist_notice(); return false;">저장</button>
<button class="btnType03" onclick="javascript:goList(); return false;">목록</button>
<button class="btn btn_text btn_46 blue_fill btnType06" onclick="javascript:fn_egov_regist_notice(); return false;">저장</button>
<button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:goList(); return false;">목록</button>
</div>
</div>
<!-- //btn_wrap -->

View File

@ -36,7 +36,7 @@
<option value="errorLogsType" <c:if test="${column == 'errorLogsType'}">selected="selected"</c:if>><s:message code="manager.errorLogs.errorLogsList.errorLogsType"/></option>
</select>
<input type="search" name="search" id="search" value="<c:out escapeXml='true' value='${search}' />" title="<s:message code="common.search.value"/>" class="sch-text">
<button type="submit" class="btn-page-sch"><s:message code="common.button.search"/></button>
<button type="submit" class="btn btn_text btn_36 blue_border btn-page-sch"><s:message code="common.button.search"/></button>
</fieldset>
</form:form>
</div>
@ -47,7 +47,7 @@
</div>
<div class="form-wrap">
<div class="table-layout br-none">
<div class="table-layout">
<table>
<caption><s:message code="manager.errorLogs.errorLogsList.table.caption"/></caption>
<colgroup>
@ -59,9 +59,9 @@
<thead>
<tr>
<th scope="col" class="item-tablet-hidden"><s:message code="common.num"/></th>
<th scope="col"><s:message code="manager.errorLogs.errorLogsList.errorLogsUrl"/>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsUrl&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsUrl&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></th>
<th scope="col" class="item-mobile-hidden"><s:message code="manager.errorLogs.errorLogsList.errorLogsType"/>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsType&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsType&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></th>
<th scope="col"><s:message code="common.regDate"/>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsRegDate&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span>&nbsp;&nbsp;<span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsRegDate&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></th>
<th scope="col"><s:message code="manager.errorLogs.errorLogsList.errorLogsUrl"/><div class="sort_wrap"><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsUrl&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsUrl&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></div></th>
<th scope="col" class="item-mobile-hidden"><s:message code="manager.errorLogs.errorLogsList.errorLogsType"/><div class="sort_wrap"><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsType&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsType&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></div></th>
<th scope="col"><s:message code="common.regDate"/><div class="sort_wrap"><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsRegDate&amp;order=ASC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.up"/>" width="7" height="10" alt="<s:message code="common.move.up"/>" /></a></span><span><a href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsList.do?page=<c:out escapeXml='true' value='${page}' />&amp;row=<c:out escapeXml='true' value='${row}' />&amp;orderColumn=errorLogsRegDate&amp;order=DESC&amp;column=<c:out escapeXml='true' value='${column}' />&amp;search=<c:out escapeXml='true' value='${search}' />"><img src="<s:message code="common.column.down"/>" width="7" height="10" alt="<s:message code="common.move.down"/>" /></a></span></div></th>
</tr>
</thead>
<tbody>
@ -127,8 +127,8 @@
</div>
</div>
<div class="btn-area">
<a class="btn-normal lightgray" id="logsLivePop" href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsLive.do"><s:message code="manager.errorLogs.nav.errorLogsLive"/></a>
<div class="btn_wrap right">
<a class="btn btn_text btn_46 gray_fill btn-normal lightgray" id="logsLivePop" style="display:flex;justify-content:center;align-items:center;" href="/gtm/<c:out escapeXml='true' value='${siteIdx}' />/errorLogsLive.do"><s:message code="manager.errorLogs.nav.errorLogsLive"/></a>
</div>
<script>

View File

@ -82,9 +82,9 @@
| grep -v <input class="inpstyle type1" id="grepV" type="text" />
-->
<div id="console"></div>
<div class="btn-area mb5">
<button type="button" class="btn-normal violet" id="startTail">START</button>
<button type="button" class="btn-normal lightgray" id="stopTail" style="display:none">STOP</button>
<div class="btn_wrap right mb5">
<button type="button" class="btn-normal btn btn_text btn_46 blue_fill violet" id="startTail">START</button>
<button type="button" class="btn-normal btn btn_text btn_46 red_fill lightgray" id="stopTail" style="display:none">STOP</button>
</div>
</div>
</div>

View File

@ -67,12 +67,12 @@
</div>
</div>
<div class="btn-area">
<button type="button" class="btn-normal lightgray" id="btnPreview"><s:message code="common.button.preview"/></button>
<button type="button" class="btn-normal lightgray" id="btnHistory"><s:message code="common.button.history"/></button>
<button type="button" class="btn-normal violet" id="btnHeader"><s:message code="common.button.mod"/></button>
<button type="button" class="btn-normal violet DSP-NONE" id="btnBody"><s:message code="common.button.mod"/></button>
<button type="button" class="btn-normal violet DSP-NONE" id="btnFooter"><s:message code="common.button.mod"/></button>
<div class="btn_wrap right">
<button type="button" class="btn-normal btn btn_text btn_46 blue_border lightgray" id="btnPreview"><s:message code="common.button.preview"/></button>
<button type="button" class="btn-normal btn btn_text btn_46 subgray_border lightgray" id="btnHistory"><s:message code="common.button.history"/></button>
<button type="button" class="btn-normal btn btn_text btn_46 blue_fill violet" id="btnHeader"><s:message code="common.button.mod"/></button>
<button type="button" class="btn-normal btn btn_text btn_46 blue_fill violet DSP-NONE" id="btnBody"><s:message code="common.button.mod"/></button>
<button type="button" class="btn-normal violet DSP-NONE btn btn_text btn_46 blue_fill" id="btnFooter"><s:message code="common.button.mod"/></button>
</div>
<form id="frmPreview" name="frmPreview">

View File

@ -22,6 +22,12 @@
<link href="/css/total.css" rel="stylesheet" type="text/css"/>
<link href="/css/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="/css/animate.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
<!-- css -->
<!-- js -->
@ -191,64 +197,68 @@
</script>
</head>
<body class="seedPop">
<body class="seedPop window_popup wrap">
<form:form name="frm" id="frm" action="" method="post">
<article class="menu_none">
<div class="titleWrap">
<h1>NICE 기업조회</h1>
<h1 class="title depth03">NICE 기업조회</h1>
</div>
<div id="content">
<input type="hidden" id="type" name="type" value="N"/>
<input type="hidden" id="niceCnt" name="niceCnt" value=""/>
<table class="readTable">
<input type="hidden" id="type" name="type" value="N"/>
<input type="hidden" id="niceCnt" name="niceCnt" value=""/>
<div class="col-table data-table left">
<table>
<caption>NICE 기업조회 화면입니다.</caption>
<colgroup>
<col style="width: 20%;" />
<col style="width: auto;" />
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="codeName">기업명 </label></th>
<td><input type="text" class="bg_essential inpstyle type2" id="niceNm" name="niceNm" title="기업명" required style="width:200px;" /></td>
</tr>
<tr>
<th scope="row"><label for="codeName">기업명 </label></th>
<td><input type="text" class="bg_essential inpstyle type2 w100per" id="niceNm" name="niceNm" title="기업명" required /></td>
</tr>
</tbody>
</table>
<div class="btArea bt_c">
<span class="button big_green"><a href="javascript:void(0);" onclick="niceApiSearch(1);">검색하기</a></span>
<span class="button big_gray"><a href="javascript:self.close();">닫기</a></span>
</div>
<strong style="margin-left: 5px;">전체 : <span id="totcnt">0</span>건</strong>
<div style="width:100%; height:420px; overflow:auto">
<table class="readTable" style="text-align: center;">
<caption>NICE 기업조회 화면입니다.</caption>
<colgroup>
<col style="width: 10%;" />
<col style="width: 20%;" />
<col style="width: 10%;" />
<col style="width: auto;" />
<col style="width: 10%;" />
<col style="width: 10%;" />
<col style="width: 10%;" />
<col style="width: 5%;" />
</colgroup>
<tbody id="list">
<tr>
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">업체명</th>
<th scope="row" style="text-align: center;">대표자명</th>
<th scope="row" style="text-align: center;">주소</th>
<th scope="row" style="text-align: center;">사업자번호</th>
<th scope="row" style="text-align: center;">법인등록번호</th>
<th scope="row" style="text-align: center;">전화번호</th>
<th scope="row" style="text-align: center;">존속여부</th>
</tr>
<tr>
<td colspan="7">검색된 결과가 없습니다.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="btn_wrap center btArea bt_c mt20 mb60">
<button type="button" class="btn btn_text btn_36 blue_fill" onclick="niceApiSearch(1);">검색하기</button>
<button type="button" class="btn btn_text btn_36 subgray_fill" onclick="javascript:self.close();">닫기</button>
<!-- <span class="button big_green"><a href="javascript:void(0);" onclick="niceApiSearch(1);">검색하기</a></span>
<span class="button big_gray"><a href="javascript:self.close();">닫기</a></span> -->
</div>
<strong class="table_total_text">전체 : <span id="totcnt" class="color_blue fw_bold">0</span>건</strong>
<div class="table-layout mt15">
<table>
<caption>NICE 기업조회 화면입니다.</caption>
<colgroup>
<col style="width: 80px;" />
<col style="width: 10%;" />
<col style="width: 10%;" />
<col style="width: auto;" />
<col style="width: 13%;" />
<col style="width: 13%;" />
<col style="width: 10%;" />
<col style="width: 10%;" />
</colgroup>
<tbody id="list">
<tr>
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">업체명</th>
<th scope="row" style="text-align: center;">대표자명</th>
<th scope="row" style="text-align: center;">주소</th>
<th scope="row" style="text-align: center;">사업자번호</th>
<th scope="row" style="text-align: center;">법인등록번호</th>
<th scope="row" style="text-align: center;">전화번호</th>
<th scope="row" style="text-align: center;">존속여부</th>
</tr>
<tr>
<td colspan="8">검색된 결과가 없습니다.</td>
</tr>
</tbody>
</table>
</div>
</div>
</article>

View File

@ -210,16 +210,16 @@
<col style="width:1%">
</c:if>
<col style="width:4%">
<col style="width:6%">
<col style="width:5%">
<col style="width:5%">
<col style="width:5%">
<col style="width:5%">
<col style="width:10%">
<col style="width:10%">
<col style="width:8%">
<col style="width:8%">
<col style="width:8%">
<col class="title">
<col style="width:5%">
<col style="width:5%">
<col style="width:5%">
<col style="width:5%">
<col style="width:15%">
<col style="width:15%">
<col style="width:10%">
<col style="width:8%">
</colgroup>
<thead>
<tr>

View File

@ -28,23 +28,24 @@
<fieldset>
<form:form name="statsFrm" id="statsFrm" action="" method="post">
<input type="hidden" id="crfNm" name="crfNm" value="">
<div class="bbs-view-layout">
<div class="bbs-view-item">
<div class="item-box">
<input type="text" id="Datest" name="CLIPDATA_STARTDATE" placeholder="사건접수일(검색시작날짜)" style="width:20% "> -
<input type="text" id="Dateend" name="CLIPDATA_ENDDATE" placeholder="사건접수일(검색종료날짜)" style="width:20% ">
<div>
<div class="item-box table_top left">
<div class="calendar calendar_term">
<input type="text" id="Datest" name="CLIPDATA_STARTDATE" placeholder="사건접수일(검색시작날짜)" style="width:210px !important;"> -
<input type="text" id="Dateend" name="CLIPDATA_ENDDATE" placeholder="사건접수일(검색종료날짜)" style="width:210px !important;">
</div>
<select name="statsType" id="statsType" class="sch-select" title="선택" style="width: 150px;text-align: center;margin-left: 10px">
<div class="area_right">
<select name="statsType" id="statsType" class="sch-select" title="선택" style="width: 150px;text-align: center;margin-left: 10px">
<option value="">== 통계 선택 ==</option>
<option value="onlineCounsel">일반상담통합</option>
<option value="lawCounsel">무료법률상담통합</option>
<option value="15_2_daytimeBusiness">주간업무보고</option>
</select>
<button type="button" class="btn-default" onclick="clipCall();" style="margin-left: 10px">통계출력</button>
</div>
</div>
</div>
<button type="button" class="btn btn_text btn_36 blue_border" onclick="clipCall();" style="margin-left: 10px">통계출력</button>
</div>
</div>
</div>
</form:form>
</fieldset>
</div>
@ -197,13 +198,13 @@
<col style="width:1%">
</c:if>
<col style="width:5%">
<col style="width:13%">
<col style="width:15%">
<col style="width:8%">
<col style="width:8%">
<col style="width:6%">
<col style="width:5%">
<col class="title">
<col style="width:10%">
<col style="width:10%">
<col style="width:15%">
<col style="width:15%">
<col style="width:8%">
</colgroup>
<thead>
@ -379,7 +380,7 @@
//jQuery DatePicker Option
var dateOption = {
showOn: "button",
buttonImage: "/img/icon_calendar.gif",
buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png",
buttonImageOnly: true,
dateFormat: 'yy-mm-dd',
showMonthAfterYear:true,

View File

@ -7,7 +7,7 @@ $(document).ready(function(){
//jQuery DatePicker Option
var dateOption = {
showOn: "button",
buttonImage: "/img/icon_calendar.gif",
buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png",
buttonImageOnly: true,
dateFormat: 'yy-mm-dd',
showMonthAfterYear:true,
@ -125,7 +125,61 @@ function clipCall(){
</div>
<div class="form-wrap">
<div class="table-layout br-none">
<div class="search_detail">
<ul class="search_ul">
<li>
<div class="calendar calendar_term">
<input type="text" id="Datest" name="CLIPDATA_STARTDATE" placeholder="사건접수일(검색시작날짜)" style="width:230px !important;"> ~ <input type="text" id="Dateend" name="CLIPDATA_ENDDATE" placeholder="사건접수일(검색종료날짜)" style="width:230px !important;">
</div>
</li>
<li>
<select name="searchType" id="searchType" class="sch-select" title="선택" style="width: 150px;text-align: center;">
<option value="">== 통계 선택 ==</option>
<optgroup label="통계데이터" style="color:blue"></optgroup>
<option value="mediationAllList">사건리스트</option>
<option value="onlineCounsel">일반상담통합</option>
<option value="lawCounsel">무료법률상담통합</option>
<optgroup label="실적 통계(연도별, 분야별)" style="color:blue"></optgroup>
<option value="resultStatsYear">전체 누적(연도별)</option>
<option value="resultStatsArea">전체 누적(분야별)</option>
<!-- <option value="resultStatsArea3Year">최근 3년 누적(분야별)(소제기, 기타 구분)</option> -->
<option value="resultStatsArea3YearEnd">최근 3년 누적(분야별)(종료 사유별)</option>
<optgroup label="실적 통계(취지별)" style="color:blue"></optgroup>
<option value="02_1_resultPurpose">실적 통계(취지별)</option>
<optgroup label="실적 통계(지역별)" style="color:blue"></optgroup>
<option value="03_1_resultStatsArea">사건접수 및 처리실적</option>
<option value="03_2_economicResult">경제적 성과</option>
<optgroup label="경제적 성과 통계" style="color:blue"></optgroup>
<!-- <option value="04_1_economicResult">피해구제 성과(누적)</option> -->
<option value="04_2_economicResultContrast">경제적 성과(동기 대비, 세부 내역)</option>
<optgroup label="성립률 및 권고수락률 통계" style="color:blue"></optgroup>
<option value="07_1_validAdvicePercentage">성립률 및 권고수락률</option>
<optgroup label="조사관별 사건처리 통계" style="color:blue"></optgroup>
<option value="08_1_examiner">조사관별 사건처리(협의회)</option>
<option value="08_2_examinerExcess">조사관별 사건처리(진행중)</option>
<optgroup label="접수경로별 통계" style="color:blue"></optgroup>
<option value="10_1_routeFild">접수경로(분야별)</option>
<option value="10_2_routeYear">접수경로(연도별)</option>
<optgroup label="신청경로별 통계" style="color:blue"></optgroup>
<option value="16_1_receipt">신청경로(분야별)</option>
<optgroup label="당사자 인정 손해 및 조정금액 비교분석" style="color:blue"></optgroup>
<option value="new1_mediationAmount">당사자 인정 손해 및 조정금액 비교분석</option>
<optgroup label="주간업무보고 통계" style="color:blue"></optgroup>
<option value="15_1_daytimeBusiness">주간업무보고</option>
<optgroup label="협의회 통계" style="color:blue"></optgroup>
<option value="new2_cfrncData">협의회 회의자료용 통계</option>
<option value="new3_trublchargermng">협의회 위원 참석률</option>
<optgroup label="사건처리시스템 홈페이지 만족도" style="color:blue"></optgroup>
<option value="surveyResult">사건처리시스템 만족도</option>
<optgroup label="기간 경과 사건 현황[연도별, 최근 5년]" style="color:blue"></optgroup>
<option value="periodProgress">기간 경과 사건 현황[연도별, 최근 5년]</option>
</select>
</li>
</ul>
</div>
<%-- <div class="table-layout br-none">
<table>
<caption>통계현황 관리 목록화면 입니다.</caption>
<colgroup>
@ -182,7 +236,7 @@ function clipCall(){
<option value="periodProgress">기간 경과 사건 현황[연도별, 최근 5년]</option>
</select>
</td>
<%-- <td>
<td>
<select name="searchType" id="searchType" class="sch-select" title="선택" style="width: 150px;text-align: center;">
<option value="title" <c:if test="${param.searchType == 'title'}">selected="selected"</c:if>>== 선택 ==</option>
<option value="content" <c:if test="${param.searchType == 'content'}">selected="selected"</c:if>>공정거래</option>
@ -193,15 +247,15 @@ function clipCall(){
<option value="title" <c:if test="${param.searchType == 'title'}">selected="selected"</c:if>>== 선택 ==</option>
<option value="content" <c:if test="${param.searchType == 'content'}">selected="selected"</c:if>>분야</option>
</select>
</td> --%>
</td>
</tr>
</tbody>
</table>
</div>
</div> --%>
<div class="change-state-area" style="overflow: hidden;">
<div align="center">
<button type="button" onclick="clipCall();" class="btn-change-state" style="background-color: #5e66ab;">통계출력</button>
<button type="button" onclick="clipCall();" class="btn btn_text btn_46 blue_fill btn-change-state" style="background-color: #5e66ab;">통계출력</button>
</div>
</div>
</div>

View File

@ -50,7 +50,7 @@
<p class="item-title">첨부자료</p>
<div class="item-box">
<div class="temp-file-area">
<label for="upFile" class="temp-file-button">첨부파일</label>
<label for="upFile" class="btn btn_text btn_36 blue_border temp-file-button" style="display:flex;justify-content:center;align-items:center;">첨부파일</label>
</div>
<ul class="upFileHtml" id="upFileHtml">
<c:forEach items="${fileList}" var="list" varStatus="status">
@ -74,9 +74,9 @@
</div>
</div>
<div class="btn-area">
<button type="submit" class="btn-normal violet mb10">저장</button>
<a href="javascript:goList()" class="btn-normal lightgray">목록</a>
<div class="btn_wrap right">
<button type="submit" class="btn btn_text btn_46 blue_fill btn-normal violet">저장</button>
<a href="javascript:goList()" class="btn btn_text btn_46 gray_fill btn-normal lightgray" style="display:flex;justify-content:center;align-items:center;">목록</a>
</div>
</fieldset>
</form:form>

View File

@ -74,10 +74,14 @@
</div>
</div>
</div>
<div class="btn-area">
<button type="button" class="btn-normal violet mb10" onclick="moveFunc('del')">삭제</button>
<button type="button" class="btn-normal violet mb10" onclick="moveFunc('edit')">수정</button>
<a href="javascript:moveFunc('list')" class="btn-normal lightgray">목록</a>
<div class="btn_wrap">
<div class="area_left">
<button type="button" class="btn-normal btn btn_text btn_46 red_border violet" onclick="moveFunc('del')">삭제</button>
</div>
<div class="area_right">
<button type="button" class="btn btn_text btn_46 blue_fill btn-normal violet" onclick="moveFunc('edit')">수정</button>
<a href="javascript:moveFunc('list')" class="btn-normal btn btn_text btn_46 gray_fill" style="display:flex;justify-content:center;align-items:center;">목록</a>
</div>
</div>
<form action="" method="get" id="moveFrm">
<input type="hidden" name="teamNo" id="teamNo" value="${param.teamNo}">

View File

@ -108,8 +108,10 @@
<div class="bbs-view-item">
<p class="item-title"><span style="color: red">*</span> 성별</p>
<div class="item-box">
<input type="radio" name="joinGender" value="3001000000" <c:if test="${memberInfo.MEMBER_GENDER == '3001000000'}">checked="checked"</c:if>>남
<input type="radio" name="joinGender" value="3002000000" <c:if test="${memberInfo.MEMBER_GENDER == '3002000000'}">checked="checked"</c:if>>여
<div class="radio_wrap">
<span><input type="radio" name="joinGender" id="joinGender3001000000" value="3001000000" <c:if test="${memberInfo.MEMBER_GENDER == '3001000000'}">checked="checked"</c:if>><label for="joinGender3001000000">남</label></span>
<span><input type="radio" name="joinGender" id="joinGender3002000000" value="3002000000" <c:if test="${memberInfo.MEMBER_GENDER == '3002000000'}">checked="checked"</c:if>><label for="joinGender3002000000">여</label></span>
</div>
</div>
</div>
@ -203,8 +205,10 @@
<div class="bbs-view-item">
<p class="item-title">연임여부</p>
<div class="item-box">
YES <input type="checkbox" name="joinReapntCheck" value="Y" <c:if test="${memberInfo.REAPNT_CHECK == 'Y'}"> checked="checked"</c:if>>
NO <input type="checkbox" name="joinReapntCheck" value="N" <c:if test="${memberInfo.REAPNT_CHECK == 'N'}"> checked="checked"</c:if>>
<div class="checkbox_wrap">
<span><input type="checkbox" id="joinReapntCheckY" name="joinReapntCheck" value="Y" <c:if test="${memberInfo.REAPNT_CHECK == 'Y'}"> checked="checked"</c:if>><label for="joinReapntCheckY">YES</label></span>
<span><input type="checkbox" id="joinReapntCheckN" name="joinReapntCheck" value="N" <c:if test="${memberInfo.REAPNT_CHECK == 'N'}"> checked="checked"</c:if>><label for="joinReapntCheckN">NO</label></span>
</div>
</div>
</div>
@ -287,17 +291,21 @@
<div class="bbs-view-item">
<p class="item-title">연임여부</p>
<div class="item-box">
<input type="radio" name="joinResignCheck" value="3401000000" <c:if test="${memberInfo.MEMBER_RESIGN_CHECK == '3401000000'}"> checked="checked"</c:if>>임기만료
<input type="radio" name="joinResignCheck" value="3402000000" <c:if test="${memberInfo.MEMBER_RESIGN_CHECK == '3402000000'}"> checked="checked"</c:if>>기타
<input type="text" name="joinResignTxt" style="width: 30%" maxlength="30" value="${memberInfo.MEMBER_RESIGN_TXT}">
<div class="radio_wrap">
<span><input type="radio" name="joinResignCheck" id="joinResignCheck3401000000" value="3401000000" <c:if test="${memberInfo.MEMBER_RESIGN_CHECK == '3401000000'}"> checked="checked"</c:if>><label for="joinResignCheck3401000000">임기만료</label></span>
<span><input type="radio" name="joinResignCheck" id="joinResignCheck3402000000" value="3402000000" <c:if test="${memberInfo.MEMBER_RESIGN_CHECK == '3402000000'}"> checked="checked"</c:if>><label for="joinResignCheck3402000000">기타</label></span>
<span style="width:40%;"><input type="text" name="joinResignTxt" style="width: 30%" maxlength="30" value="${memberInfo.MEMBER_RESIGN_TXT}"></span>
</div>
</div>
</div>
<div class="bbs-view-item">
<p class="item-title">사용여부</p>
<div class="item-box">
<input type="radio" name="joinUseCheck" value="N" <c:if test="${memberInfo.USE_CHECK == 'N'}"> checked="checked"</c:if>>사용안함
<input type="radio" name="joinUseCheck" value="Y" <c:if test="${memberInfo.USE_CHECK == 'Y'}"> checked="checked"</c:if>>사용
<div class="radio_wrap">
<span><input type="radio" name="joinUseCheck" id="joinUseCheckN" value="N" <c:if test="${memberInfo.USE_CHECK == 'N'}"> checked="checked"</c:if>><label for="joinUseCheckN">사용안함</label></span>
<span><input type="radio" name="joinUseCheck" id="joinUseCheckY" value="Y" <c:if test="${memberInfo.USE_CHECK == 'Y'}"> checked="checked"</c:if>><label for="joinUseCheckY">사용</label></span>
</div>
</div>
</div>
</div>

View File

@ -1819,11 +1819,11 @@ function smsAutoPopOpen(caseNo, e) {
</div>
</div>
<div class="cs-accordion">
<div class="cs-accordion slide_wrap">
<!-- 신청인 기입사항 -->
<div class="cs-panel">
<div class="cs-panel-heading clear">
<div class="cs-panel-title">신청인 기입사항</div>
<div class="cs-panel-heading title depth02">신청인 기입사항</div>
</div>
<div class="cs-panel-body">
<c:if test="${not empty caseApplcntData}">
@ -2235,7 +2235,7 @@ function smsAutoPopOpen(caseNo, e) {
<!-- 신청인 대리인 기입사항 -->
<div class="cs-panel">
<div class="cs-panel-heading clear">
<div class="cs-panel-title">신청인 대리인 기입사항</div>
<div class="cs-panel-heading title depth02">신청인 대리인 기입사항</div>
</div>
<div class="cs-panel-body">
<c:if test="${not empty caseAppagentData}">
@ -2339,7 +2339,7 @@ function smsAutoPopOpen(caseNo, e) {
<!-- 피신청인 기입사항 -->
<div class="cs-panel">
<div class="cs-panel-heading clear">
<div class="cs-panel-title">피신청인 기입사항</div>
<div class="cs-panel-heading title depth02">피신청인 기입사항</div>
</div>
<div class="cs-panel-body">
<c:if test="${not empty caseRespondentData}">
@ -2752,7 +2752,7 @@ function smsAutoPopOpen(caseNo, e) {
<!-- 피신청인 대리인 기입사항 -->
<div class="cs-panel">
<div class="cs-panel-heading clear">
<div class="cs-panel-title">피신청인 대리인 기입사항</div>
<div class="cs-panel-heading title depth02">피신청인 대리인 기입사항</div>
</div>
<div class="cs-panel-body">
<c:if test="${not empty caseResagentData}">

View File

@ -4090,48 +4090,52 @@ function nanumProcessStart(){
</div>
</c:if>
<c:if test="${masterData.statePro == '0402000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000')}">
<!-- 통지 -->
<c:if test="${masterData.caseGubun == '0201000000' || masterData.caseGubun == '0202000000' || masterData.caseGubun == '0203000000' || masterData.caseGubun == '0206000000'}">
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000'}">
<button type="button" class="btn-default fl" onclick="nanumCall('6', '분쟁조정 접수사실 통지(<c:out value="${masterData.caseNo }"/>)');" style="background-color: #008299;margin-left: 10px">공정위 접수통지</button>
</c:when>
<c:when test="${memberDept == '1005000000' || memberDept == '1009000000'}">
<button type="button" class="btn-default fl" onclick="nanumCall('6', '분쟁조정 접수사실 보고(<c:out value="${masterData.caseNo }"/>)');" style="background-color: #008299;margin-left: 10px">공정위 접수통지</button>
</c:when>
<c:otherwise>
<div class="btn_wrap mb0" style="flex-wrap:wrap;justify-content:flex-start;">
<!-- 통지 -->
<c:if test="${masterData.caseGubun == '0201000000' || masterData.caseGubun == '0202000000' || masterData.caseGubun == '0203000000' || masterData.caseGubun == '0206000000'}">
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000'}">
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('6', '분쟁조정 접수사실 통지(<c:out value="${masterData.caseNo }"/>)');">공정위 접수통지</button>
</c:when>
<c:when test="${memberDept == '1005000000' || memberDept == '1009000000'}">
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('6', '분쟁조정 접수사실 보고(<c:out value="${masterData.caseNo }"/>)');">공정위 접수통지</button>
</c:when>
<c:otherwise>
<c:if test="${masterData.caseNo == '하도2024-0123'}">
<button type="button" class="btn-default fl" onclick="nanumCallTest('6', '분쟁조정 접수사실 통지(<c:out value="${masterData.caseNo }"/>)');" style="background-color: #008299;margin-left: 10px">확인 접수통지</button>
</c:if>
<button type="button" class="btn-default fl" onclick="nanumCall('6', '분쟁조정 접수사실 보고');" style="background-color: #008299;margin-left: 10px">공정위 접수통지</button>
</c:otherwise>
</c:choose>
</c:if>
<button type="button" class="btn-default fl" onclick="nanumCall('2', '조정신청 접수사실 통지');" style="margin-left: 10px;background-color: #008299">접수사실 통지(신청인)</button>
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000' || memberDept == '1005000000' || memberDept == '1008000000' || memberDept == '1009000000' || memberDept == '1030000000'}">
<button type="button" class="btn-default fl" onclick="nanumCall('4', '조정신청 접수사실 통지 및 신청서 보완 요구(<c:out value="${masterData.caseNo }"/>)');" style="margin-left: 10px;background-color: #008299">보완요구 1차</button>
</c:when>
<c:otherwise>
<button type="button" class="btn-default fl" onclick="nanumCall('4', '조정신청 접수사실 통지 및 신청서 보완 요구');" style="margin-left: 10px;background-color: #008299">보완요구 1차</button>
</c:otherwise>
</c:choose>
<button type="button" class="btn-default fl" onclick="nanumCall('3', '조정신청 접수사실 통지');" style="margin-left: 10px;background-color: #008299">접수사실 통지(피신청인)</button>
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000' || memberDept == '1005000000' || memberDept == '1008000000' || memberDept == '1009000000' || memberDept == '1030000000'}">
<button type="button" class="btn-default fl" onclick="nanumCall('5', '조정신청 접수사실 통지 및 자료제출 요구(<c:out value="${masterData.caseNo }"/>)');" style="margin-left: 10px;background-color: #008299">자료요구 1차</button>
</c:when>
<c:otherwise>
<button type="button" class="btn-default fl" onclick="nanumCall('5', '조정신청 접수사실 통지 및 자료제출 요구');" style="margin-left: 10px;background-color: #008299">자료요구 1차</button>
</c:otherwise>
</c:choose>
<button type="button" class="btn-default fl" style="margin-right: 20px;margin-left: 20px" onclick="fileReqPopOpen('${caseNo}');">요구현황</button>
<button type="button" class="btn-default fl" onclick="atendReqPopOpen('${caseNo}');">출석현황</button>
<button type="button" class="btn-default fr" onclick="cfrnctrnsferPop();">협의회이관</button>
<button type="button" class="btn-default fr dayLength">기간연장</button>
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCallTest('6', '분쟁조정 접수사실 통지(<c:out value="${masterData.caseNo }"/>)');">확인 접수통지</button>
</c:if>
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('6', '분쟁조정 접수사실 보고');">공정위 접수통지</button>
</c:otherwise>
</c:choose>
</c:if>
<button type="button" class="btn btn_text btn_36 blue_border btn-default fl" onclick="nanumCall('2', '조정신청 접수사실 통지');">접수사실 통지(신청인)</button>
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000' || memberDept == '1005000000' || memberDept == '1008000000' || memberDept == '1009000000' || memberDept == '1030000000'}">
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('4', '조정신청 접수사실 통지 및 신청서 보완 요구(<c:out value="${masterData.caseNo }"/>)');">보완요구 1차</button>
</c:when>
<c:otherwise>
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('4', '조정신청 접수사실 통지 및 신청서 보완 요구');">보완요구 1차</button>
</c:otherwise>
</c:choose>
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('3', '조정신청 접수사실 통지');" >접수사실 통지(피신청인)</button>
<c:choose>
<c:when test="${memberDept == '1004000000' || memberDept == '1040000000' || memberDept == '1005000000' || memberDept == '1008000000' || memberDept == '1009000000' || memberDept == '1030000000'}">
<button type="button" class="btn btn_text btn_36 blue_border btn-default" onclick="nanumCall('5', '조정신청 접수사실 통지 및 자료제출 요구(<c:out value="${masterData.caseNo }"/>)');">자료요구 1차</button>
</c:when>
<c:otherwise>
<button type="button" class="btn btn_text btn_36 blue_border btn-default fl" onclick="nanumCall('5', '조정신청 접수사실 통지 및 자료제출 요구');">자료요구 1차</button>
</c:otherwise>
</c:choose>
<div class="bottom_area" style="display:flex;width:100%;gap:8px;">
<button type="button" class="btn btn_text btn_36 subgray_border btn-default"onclick="fileReqPopOpen('${caseNo}');">요구현황</button>
<button type="button" class="btn btn_text btn_36 subgray_border btn-default" onclick="atendReqPopOpen('${caseNo}');">출석현황</button>
<button type="button" class="btn btn_text btn_36 subgray_border btn-default" onclick="cfrnctrnsferPop();">협의회이관</button>
<button type="button" class="btn btn_text btn_36 subgray_border btn-default dayLength">기간연장</button>
</div>
</div>
</c:if>
<c:if test="${masterData.statePro == '0403000000' && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000')}">
<!-- 조사 -->
<div class="area_left" style="flex-wrap:wrap;">
@ -4556,11 +4560,11 @@ function nanumProcessStart(){
<p class="item-title no-bullet"><span class="reqArea"></span>신청/조정금액</p>
<div class="item-box">
<span class="reqArea"></span>신청금액 :
<input type="text" name="mediationReqAmount" id="mediationReqAmount" style="width: 20%" value="<fmt:formatNumber><c:out value='${masterData.mediationReqAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<input type="text" name="mediationReqAmount" id="mediationReqAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.mediationReqAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
/ 조정금액 :
<input type="text" name="mediationAmount" id="mediationAmount" style="width: 20%" value="<fmt:formatNumber><c:out value='${masterData.mediationAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">(원단위까지 입력)
<input type="text" name="mediationAmount" id="mediationAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.mediationAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">(원단위까지 입력)
/ 피신청인 인정금액 :
<input type="text" name="respondentAmount" id="respondentAmount" style="width: 15%" value="<fmt:formatNumber><c:out value='${masterData.respondentAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<input type="text" name="respondentAmount" id="respondentAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.respondentAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<button type="button" class="btn-default btn btn_text btn_36 orange_border" onclick="automaticCalc();">자동계산</button>
</div>
</div>

View File

@ -7,6 +7,8 @@
.btn_wrap.left{justify-content:flex-start;}
.btn_wrap.center{justify-content:center;}
.btn_wrap .area_left,.btn_wrap .area_right{display:flex;align-items:center;gap:8px;}
.btn{display:inline-block;padding:0;color:#333;border-radius:5px !important;transition:all 0.2s ease-in-out;}
label.btn{display:inline-flex;justify-content:center;align-items:center;}
.btn.btn_text{padding:0 18px;}
@ -29,6 +31,7 @@ label.btn{display:inline-flex;justify-content:center;align-items:center;}
.btn.light_orange_fill{background:#fdeade;color:#fd6e18;}
.btn.blue_fill{background:#163db1 !important;color:#fff !important;}
.btn.gray_fill{background:#adadb5 !important;color:#fff !important;}
.btn.subgray_fill{background:#666 !important;color:#fff !important;}
.btn.red_fill{background:#e40000 !important;color:#fff !important;}
.btn.green_fill{background:#009541 !important;color:#fff !important;}

View File

@ -21,6 +21,19 @@
.wrap .cont_wrap .cont_nav{display:none;}
.wrap .cont_wrap .cont{padding:0;}
/* popup */
.window_popup{padding:30px;background:#fff;}
.window_popup .table-layout table tr th,
.window_popup .table-layout table tr th label,
.window_popup .col-table.data-table table tr th,
.window_popup .col-table.data-table table tr th label,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{font-size:14px;padding:5px 10px;}
.window_popup .table-layout table tr th,
.window_popup .col-table.data-table table tr th,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{height:40px;vertical-align:middle;}
/* title */
form h3,.title.depth02{font-size:20px;font-weight:bold;}
.title.depth03{font-size:18px;font-weight:bold;}
@ -97,6 +110,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .col-table.data-table table{width:100%;}
.wrap .col-table.data-table table th,.wrap .col-table.data-table table td{height:45px;padding:10px 20px;border-right:1px solid #e5e5e5;font-family:'Noto Sans KR', sans-serif;line-height:1.5;white-space:normal;}
.wrap .col-table.data-table table th{background:#f4f5f6;}
.wrap .col-table.data-table.left table th{text-align:left;}
.wrap .col-table.data-table table tr{border-bottom:1px solid #e5e5e5;}
.wrap .col-table.data-table table tbody tr:last-child{border-bottom:0;}
.wrap .col-table.data-table table td:last-child{border-right:0;}
@ -107,6 +121,11 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .radio_wrap input[type="radio"]+label{margin:0 0 0 5px;}
.wrap .radio_wrap.none_span input[type="radio"]+label{margin:0 0 0 -12px;}
.wrap .checkbox_wrap,.wrap .checkbox_wrap span{display:flex;align-items:center;}
.wrap .checkbox_wrap{gap:20px;}
.wrap .checkbox_wrap input[type="checkbox"]+label{margin:0 0 0 5px;}
.wrap .checkbox_wrap.none_span input[type="checkbox"]+label{margin:0 0 0 -12px;}
/* 파일 테이블 */
.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;}
@ -148,6 +167,23 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
/* editor */
div.webnote_toolbar_container{display:flex;}
/* 댓글 */
.cmmt_wrap{margin-top: 30px;}
.cmmt_tit{display: flex; align-items: center;}
.cmmt_tit img{margin-right: 6px;}
.cmmt_tit span{color: #163db1; 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: #163db1; border: 0; color: #fff; vertical-align: middle; margin-left: 5px; font-size: 18px; transition: background-color 0.2s linear;}
/* 분쟁사건 배정관리 */
.wrap .cs-panel-title{font-size:16px;}
.applyCheck .dl_wrap{display:flex;gap:20px;}