diff --git a/src/main/java/seed/com/gtm/counsel/OnlineCounselController.java b/src/main/java/seed/com/gtm/counsel/OnlineCounselController.java index 22c3605c..1c92e029 100644 --- a/src/main/java/seed/com/gtm/counsel/OnlineCounselController.java +++ b/src/main/java/seed/com/gtm/counsel/OnlineCounselController.java @@ -56,7 +56,7 @@ public class OnlineCounselController { model.addAttribute("data", data); model.addAttribute("pageMaker", pageMaker); - return "/_extra/gtm/onlineCounsel/list"; + return "/seed/_extra/gtm/onlineCounsel/list"; } @RequestMapping("/onlineCounsel/view.do") @@ -71,7 +71,7 @@ public class OnlineCounselController { model.addAttribute("memberList", memberList); model.addAttribute("fileList", fileService.fileList(paramMap)); - return "/_extra/gtm/onlineCounsel/view"; + return "/seed/_extra/gtm/onlineCounsel/view"; } @@ -83,7 +83,7 @@ public class OnlineCounselController { model.addAttribute("memberList", memberList); - return "/_extra/gtm/onlineCounsel/write"; + return "/seed/_extra/gtm/onlineCounsel/write"; } @RequestMapping("/onlineCounsel/write.do") @@ -234,7 +234,7 @@ public class OnlineCounselController { model.addAttribute("data", data); model.addAttribute("pageMaker", pageMaker); - return "/_extra/gtm/onlineCounsel/lawList"; + return "/seed/_extra/gtm/onlineCounsel/lawList"; } @RequestMapping("/onlineCounsel/lawView.do") @@ -251,7 +251,7 @@ public class OnlineCounselController { paramMap.put("fileFuncType", SeedUtils.setReplaceNull(paramMap.get("fileFuncType2"))); model.addAttribute("fileList2", fileService.fileList(paramMap)); - return "/_extra/gtm/onlineCounsel/lawView"; + return "/seed/_extra/gtm/onlineCounsel/lawView"; } @RequestMapping("/onlineCounsel/lawWritePage.do") @@ -262,7 +262,7 @@ public class OnlineCounselController { model.addAttribute("memberList", memberList); - return "/_extra/gtm/onlineCounsel/lawWrite"; + return "/seed/_extra/gtm/onlineCounsel/lawWrite"; } diff --git a/src/main/resources/egovframework/spring/com/context-security.xml b/src/main/resources/egovframework/spring/com/context-security.xml index 185ba766..2c289bfa 100644 --- a/src/main/resources/egovframework/spring/com/context-security.xml +++ b/src/main/resources/egovframework/spring/com/context-security.xml @@ -20,7 +20,22 @@ - + + + + + + + + + + + + + + + + + + + + + + select SEQ_ONLINE_COUNSEL.NEXTVAL FROM DUAL + + INSERT INTO C_ONLINE_COUNSEL( + COUNSEL_SEQ, + COUNSEL_NO, + APPLCNT_CI, + APPLCNT_DI, + APPLCNT_NM, + APPLCNT_EMAIL, + APPLCNT_TEL, + MEDIATION_TYPE, + TROUBLE_TYPE, + COUNSEL_TITLE, + COUNSEL_CONTENT, + COUNSEL_REGDATE, + MANAGER_NM, + MANAGER_DEPART, + COUNSEL_ANSWER, + CIVIL_TYPE, + NOTICE_TYPE, + NOTICE_RESULT, + NOTICE_CONTENT, + NOTICE_DATE, + COUNSEL_STATE, + COUNSEL_RESERVE_YN, + COUNSEL_RESERVE_REGDATE, + COUNSEL_RESERVE_RESULT, + COUNSEL_RESERVE_TEL, + MANAGER_ID, + COUNSELOR_NO, + COUNSELOR_NM, + COUNSEL_APPTYPE, + COUNSEL_RESERT_GUBUN, + COUNSEL_ROUTE + ) VALUES ( + ${seq}, + (SELECT + CASE + WHEN NVL(MAX(SUBSTR(COUNSEL_NO,1,8)), '0') = TO_CHAR(SYSDATE,'YYYYMMDD') + THEN TO_CHAR(SYSDATE,'YYYYMMDD') || '-' || LPAD(NVL(MAX(SUBSTR(COUNSEL_NO,10)),'0')+1, 3, 0) + ELSE TO_CHAR(SYSDATE,'YYYYMMDD') || '-' || '001' + END + FROM C_ONLINE_COUNSEL + WHERE (SELECT MAX(SUBSTR(COUNSEL_NO,1,8)) FROM C_ONLINE_COUNSEL) = SUBSTR(COUNSEL_NO,1,8) + ), + #{applcntCi}, + #{applcntDi}, + #{applcntNm}, + #{applcntEmail}, + #{applcntTel}, + #{caseGubun}, + #{troubleType}, + #{counselTitle}, + #{editorParam_counselContent}, + SYSDATE, + #{managerNm, jdbcType=VARCHAR}, + #{memberDept, jdbcType=VARCHAR}, + #{editorParam_counselAnswer, jdbcType=VARCHAR}, + 'online', + #{noticeType, jdbcType=VARCHAR}, + #{noticeResult, jdbcType=VARCHAR}, + #{editorParam_noticeCon, jdbcType=VARCHAR}, + '', + + + '02', + + + '01', + + + '', + '', + '', + '', + #{memberId, jdbcType=VARCHAR}, + #{counselor, jdbcType=INTEGER}, + (SELECT MEMBER_NAME FROM T_MEMBER WHERE MEMBER_IDX = #{counselor, jdbcType=VARCHAR}), + #{counselAppType, jdbcType=VARCHAR}, + #{counselResertGubun, jdbcType=VARCHAR}, + #{counselRoute, jdbcType=VARCHAR} + ) + + + + + + + + + + + + UPDATE C_ONLINE_COUNSEL + SET + MEDIATION_TYPE = #{caseGubun}, + TROUBLE_TYPE = #{troubleType}, + COUNSEL_ANSWER = #{editorParam_counselAnswer}, + NOTICE_TYPE = #{noticeType}, + NOTICE_RESULT = #{noticeResult}, + NOTICE_CONTENT = #{editorParam_noticeCon}, + MANAGER_NM = #{managerNm}, + MANAGER_DEPART = #{memberDept}, + COUNSEL_STATE = '02', + COUNSELOR_NO = #{counselor}, + COUNSELOR_NM = (SELECT MEMBER_NAME FROM T_MEMBER WHERE MEMBER_IDX = #{counselor}), + COUNSEL_APPTYPE = #{counselAppType}, + COUNSEL_RESERT_GUBUN = #{counselResertGubun}, + COUNSEL_ROUTE = #{counselRoute}, + MANAGER_ID = #{managerId}, + COUNSEL_TITLE = #{counselTitle}, + COUNSEL_CONTENT = #{editorParam_counselContent} + WHERE COUNSEL_SEQ = #{counselSeq} + + + + UPDATE C_ONLINE_COUNSEL + SET COUNSEL_STATE = '03', + NOTICE_DATE = SYSDATE + WHERE COUNSEL_SEQ = #{counselSeq} + + + + UPDATE C_ONLINE_COUNSEL + SET DEL_YN = 'Y' + WHERE COUNSEL_SEQ = #{counselSeq} + + + + + + + + select SEQ_ONLINE_COUNSEL.NEXTVAL FROM DUAL + + INSERT INTO C_ONLINE_COUNSEL( + COUNSEL_SEQ, + COUNSEL_NO, + APPLCNT_CI, + APPLCNT_DI, + APPLCNT_NM, + APPLCNT_EMAIL, + APPLCNT_TEL, + MEDIATION_TYPE, + TROUBLE_TYPE, + COUNSEL_TITLE, + COUNSEL_CONTENT, + COUNSEL_REGDATE, + MANAGER_NM, + MANAGER_DEPART, + COUNSEL_ANSWER, + CIVIL_TYPE, + NOTICE_TYPE, + NOTICE_RESULT, + NOTICE_CONTENT, + NOTICE_DATE, + COUNSEL_STATE, + COUNSEL_RESERVE_YN, + COUNSEL_RESERVE_REGDATE, + COUNSEL_RESERVE_RESULT, + COUNSEL_RESERVE_TEL, + COUNSEL_APPTYPE, + MANAGER_ID, + COUNSELOR_NO, + COUNSELOR_NM, + COUNSEL_RESERT_GUBUN, + COUNSEL_ROUTE + ) VALUES( + ${seq}, + (SELECT + CASE + WHEN NVL(MAX(SUBSTR(COUNSEL_NO,1,8)), '0') = TO_CHAR(SYSDATE,'YYYYMMDD') + THEN TO_CHAR(SYSDATE,'YYYYMMDD') || '-' || LPAD(NVL(MAX(SUBSTR(COUNSEL_NO,10)),'0')+1, 3, 0) + ELSE TO_CHAR(SYSDATE,'YYYYMMDD') || '-' || '001' + END + FROM C_ONLINE_COUNSEL + WHERE (SELECT MAX(SUBSTR(COUNSEL_NO,1,8)) FROM C_ONLINE_COUNSEL) = SUBSTR(COUNSEL_NO,1,8) + ), + #{applcntCi}, + #{applcntDi}, + #{applcntNm}, + #{applcntEmail}, + #{applcntTel}, + #{caseGubun}, + '', + #{counselTitle}, + #{editorParam_counselContent}, + SYSDATE, + #{managerNm, jdbcType=VARCHAR}, + #{memberDept, jdbcType=VARCHAR}, + #{editorParam_counselAnswer, jdbcType=VARCHAR}, + 'law', + '', + '', + '', + '', + + + '02', + + + '01', + + + + + 'Y', + + + 'N', + + + #{reserveRegdate, jdbcType=DATE}, + '', + #{reserveTel, jdbcType=VARCHAR}, + #{counselAppType, jdbcType=VARCHAR}, + #{memberId, jdbcType=VARCHAR}, + #{counselor, jdbcType=INTEGER}, + (SELECT MEMBER_NAME FROM T_MEMBER WHERE MEMBER_IDX = #{counselor, jdbcType=INTEGER}), + #{counselResertGubun, jdbcType=VARCHAR}, + #{counselRoute, jdbcType=VARCHAR} + ) + + + + + UPDATE C_ONLINE_COUNSEL + SET COUNSEL_RESERVE_REGDATE = #{reserveRegdate}, + + COUNSEL_RESERVE_YN = 'Y', + + COUNSEL_ANSWER = #{editorParam_counselAnswer}, + MANAGER_NM = #{managerNm}, + MANAGER_DEPART = #{memberDept}, + COUNSEL_STATE = '02', + COUNSELOR_NO = #{counselor}, + COUNSELOR_NM = (SELECT MEMBER_NAME FROM T_MEMBER WHERE MEMBER_IDX = #{counselor}), + MEDIATION_TYPE = #{caseGubun}, + COUNSEL_APPTYPE = #{counselAppType}, + COUNSEL_RESERT_GUBUN = #{counselResertGubun}, + COUNSEL_ROUTE = #{counselRoute}, + MANAGER_ID = #{managerId}, + COUNSEL_TITLE = #{counselTitle}, + COUNSEL_CONTENT = #{editorParam_counselContent} + WHERE COUNSEL_SEQ = #{counselSeq} + + + + UPDATE C_ONLINE_COUNSEL + SET + MEDIATION_TYPE = #{caseGubun}, + + + TROUBLE_TYPE = '', + + + TROUBLE_TYPE = #{troubleType}, + + + CIVIL_TYPE = #{civilType} + WHERE COUNSEL_SEQ = #{counselSeq} + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml b/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml index 4b633f4a..7fc28e77 100644 --- a/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml +++ b/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml @@ -31,7 +31,7 @@ - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/message.jsp b/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/message.jsp deleted file mode 100644 index bd87951f..00000000 --- a/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/message.jsp +++ /dev/null @@ -1,166 +0,0 @@ -<%@ page contentType="text/html;charset=utf-8" %> -<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - - <s:message code="common.message.title" text="Message Title" /> - - - -
- -
- - - - - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/sampleMessage.jsp b/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/sampleMessage.jsp deleted file mode 100644 index 7adc5c50..00000000 --- a/src/main/webapp/WEB-INF/jsp/seed/_common/jsp/sampleMessage.jsp +++ /dev/null @@ -1,168 +0,0 @@ -<%@ page contentType="text/html;charset=utf-8" %> -<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - - - <s:message code="common.message.title" text="Message Title" /> - - - -
- -
- - - - - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp new file mode 100644 index 00000000..20f579ce --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp @@ -0,0 +1,356 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + +
+
+

무료법률 상담현황

+
+ +
+

무료법률 상담현황 목록 페이지 입니다.

+
+
+
+
+
+
+
+
+
+

등록일

+
+
+
+ +
+ ~ +
+ +
+
+
+

처리일자

+
+
+
+ +
+ ~ +
+ +
+
+
+
+
+

신청인

+
+ +
+

담당자

+
+ +
+

상담자

+
+ +
+
+
+

조정유형

+
+ +
+

상태

+
+ +
+
+
+

상담제목

+
+ +
+

예약일

+
+
+
+ +
+ ~ +
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
온라인 상담 현황 테이블입니다.
순번상담번호조정유형담당자상담자신청인상담제목등록일처리일자통지상태
+ + + + ${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}${list.counselNo}${list.mediationTypeName}${list.managerNm }${list.counselorNm }${list.applcntNm }${list.counselTitle}${list.counselRegdate}${list.noticeDate }${list.noticeResult } + + + + ${list.counselStateName }
등록된 데이터가 없습니다.등록된 데이터가 없습니다.
+
+
+ + +
+
+ + + + +
+
+ +
+ + +
+
+ + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawView.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawView.jsp new file mode 100644 index 00000000..e7d2e6c3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawView.jsp @@ -0,0 +1,494 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + +
+
+
+

무료법률 상담현황 상세

+
+ +
+

무료법률 상담현황 상세 페이지 입니다.

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ +
+

상담구분

+
+ checked="checked" onchange="counselCivilTypeCombo('law');"> +    + checked="checked" onchange="counselCivilTypeCombo('online');"> + +
+
+
+
+

접수번호

+
+ +
+
+ +
+

상담분야

+
+ +
+
+ + + +
+

성명

+
+ +
+
+ +
+

회원 이메일

+
+ +
+
+ +
+

연락처

+
+ +
+
+ +
+

등록일

+
+ +
+
+ +
+

예약여부

+
+ +
+
+ +
+

첨부파일

+
+ + + +
+
+ +
+

상담제목

+
+ " maxlength="200"> +
+
+ +
+

상담방법

+
+ +
+
+ +
+

상담내용

+
+ +
+
+ +
+
+
+ +
+
+
+

담당자

+
+ +
+
+
+

상담자

+
+ +
+
+
+

담당부서

+
+ +
+
+
+

법률상담예약

+
+ +
+
+
+

답변내용

+
+ +
+
+
+

결과분류

+
+ +
+
+
+

안내경로

+
+ +
+
+
+

상담기록카드

+
+
+ +
+ + + + +
+
+
+
+
+
+ + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp new file mode 100644 index 00000000..b3ee86bc --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp @@ -0,0 +1,345 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + +
+
+
+

무료법률 상담 등록

+
+ +
+

무료법률 상담 등록 페이지 입니다.

+
+
+
+
+ + + +
+
+
+

상담분야

+
+ +
+
+ +
+

성명

+
+ +
+
+ +
+

회원 이메일

+
+ +
+
+ +
+

연락처

+
+ +
+
+
+

상담제목

+
+ +
+
+ +
+

상담방법

+
+ +
+
+ +
+

상담내용

+
+ +
+
+ +
+
+
+ +
+
+
+

담당자

+
+ +
+
+
+

상담자

+
+ +
+
+
+

법률상담예약

+
+ +
+
+
+

답변내용

+
+ +
+
+
+

결과분류

+
+ +
+
+
+

안내경로

+
+ +
+
+
+

상담기록카드

+
+
+ +
+ + + + +
+
+
+
+
+
+ + +
+
+
+ + +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp new file mode 100644 index 00000000..a7cf9ea5 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp @@ -0,0 +1,454 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + +
+
+

분쟁조정 상담현황

+
+ +
+

분쟁조정 상담현황 목록 페이지 입니다.

+
+
+
+
+ +
+
+ + +
+
+
+ - + + + + + +
+
+
+
+
+
+ +
+
+
+
+
+

등록일

+
+
+
+ +
+ ~ +
+ +
+
+
+

처리일자

+
+
+
+ +
+ ~ +
+ +
+
+
+
+
+

신청인

+
+ +
+

담당자

+
+ +
+
+
+

조정유형

+
+ +
+

상태

+
+ +
+
+
+

상담제목

+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
온라인 상담 현황 테이블입니다.
순번상담번호조정유형담당자신청인상담제목등록일처리일자상태
+ + + + ${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}${list.counselNo}${list.mediationTypeName}${list.managerNm }${list.applcntNm }${list.counselTitle}${list.counselRegdate}${list.noticeDate } + + + + ${list.counselStateName }
등록된 데이터가 없습니다.등록된 데이터가 없습니다.
+
+
+ +
+
+ + + + +
+
+
+ + +
+
+ + + + + +
+
+ + +
+ + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp_20190530 b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp_20190530 new file mode 100644 index 00000000..a856b184 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp_20190530 @@ -0,0 +1,376 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + +
+
+

분쟁조정 상담현황

+
+ +
+

분쟁조정 상담현황 목록 페이지 입니다.

+
+
+
+
+ +
+
+ + +
+
+
+ ~ + + + + + +
+
+
+
+
+
+ +
+
+
+
+
+

등록일

+
+
+
+ +
+ ~ +
+ +
+
+
+

처리일자

+
+
+
+ +
+ ~ +
+ +
+
+
+
+
+

신청인

+
+ +
+

담당자

+
+ +
+
+
+

조정유형

+
+ +
+

상태

+
+ +
+
+
+

상담제목

+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
온라인 상담 현황 테이블입니다.
순번상담번호조정유형담당자신청인상담제목등록일처리일자상태
+ + + + ${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}${list.counselNo}${list.mediationTypeName}${list.managerNm }${list.applcntNm }${list.counselTitle}${list.counselRegdate}${list.noticeDate } + + + + ${list.counselStateName }
등록된 데이터가 없습니다.등록된 데이터가 없습니다.
+
+
+ +
+
+ + + + +
+
+
+ + +
+
+ + + + + +
+
+ + +
+ + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp new file mode 100644 index 00000000..1433851f --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp @@ -0,0 +1,489 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> + + + +정보 관리 + + + + + + + +
+
+
+

분쟁조정 상담현황 상세

+
+ +
+

분쟁조정 상담현황 상세 페이지 입니다.

+
+
+
+
+ + + + + + + + + + + + + + + +
+
+ +
+

상담구분

+
+ checked="checked" onchange="counselCivilTypeCombo('online');"> +    + checked="checked" onchange="counselCivilTypeCombo('law');"> + +
+
+
+
+

접수번호

+
+ +
+
+ +
+

상담분야

+
+ +
+
+ +
+

분쟁유형

+
+ +
+
+ +
+

등록일시

+
+ + +
+
+ +
+

성명

+
+ +
+
+ +
+

연락처

+
+ +
+
+ +
+

첨부파일

+
+ + + +
+
+ +
+

상담제목

+
+ " style="width: 50%" maxlength="100"> +
+
+ +
+

상담내용

+
+ <%pageContext.setAttribute("enter","\n"); %> + + +
+
+ +
+
+
+
+
+
+

담당자

+
+ +
+
+
+

상담자

+
+ +
+
+
+

담당부서

+
+ +
+
+
+

상담방법

+
+ +
+
+
+

답변내용

+
+ +
+
+
+
+
+
+
+
+

민원유형

+
+ +
+
+
+

통지수단

+
+ +
+
+
+

통지결과

+
+ +
+
+
+

결과분류

+
+ +
+
+
+

안내경로

+
+ +
+
+
+

전자우편

+
+ +
+
+
+

연락처

+
+ +
+
+ +
+ +
+ + + + + + + + + + + + + + +
+
+ +
+
+
+ + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/write.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/write.jsp new file mode 100644 index 00000000..dfb73c51 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/write.jsp @@ -0,0 +1,348 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> + + + +정보 관리 + + + + + + + +
+
+
+

분쟁조정 상담 등록

+
+ +
+

분쟁조정 상담 등록 페이지 입니다.

+
+
+
+
+ + +
+
+
+

상담분야

+
+ +
+
+ +
+

분쟁유형

+
+ +
+
+ +
+

성명

+
+ +
+
+ +
+

연락처

+
+ - + - + +
+
+ +
+

첨부파일

+
+
+ +
+
    + +
+ + + +
+
+
+

이메일

+
+ +
+
+
+

상담제목

+
+ +
+
+ +
+

상담내용

+
+ +
+
+ +
+
+ +
+
+
+
+

담당자

+
+ +
+
+
+

상담자

+
+ +
+
+
+

상담방법

+
+ +
+
+
+

답변내용

+
+ +
+
+
+
+
+
+
+
+

통지수단

+
+ +
+
+
+

통지결과

+
+ +
+
+
+

결과분류

+
+ +
+
+
+

안내경로

+
+ +
+
+ + + +
+
+ +
+ + +
+
+
+
+ + + + + + + + + + + +
+ +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/ClipReport4/createJSPReport.html b/src/main/webapp/WEB-INF/views/ClipReport4/createJSPReport.html new file mode 100644 index 00000000..edd49f73 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/ClipReport4/createJSPReport.html @@ -0,0 +1,26 @@ + + + +Report + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/ClipReport4/test.html b/src/main/webapp/WEB-INF/views/ClipReport4/test.html new file mode 100644 index 00000000..579f624a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/ClipReport4/test.html @@ -0,0 +1,30 @@ + + + +Report + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi1.gif b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi1.gif new file mode 100644 index 00000000..597988e9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi1.gif differ diff --git a/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi2.gif b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi2.gif new file mode 100644 index 00000000..c5eacc7e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi2.gif differ diff --git a/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi3.gif b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi3.gif new file mode 100644 index 00000000..367d3be0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi3.gif differ diff --git a/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi4.gif b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi4.gif new file mode 100644 index 00000000..7b220410 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/_common/_images/common/list_navi4.gif differ diff --git a/src/main/webapp/seed/img/common/message_ok.png b/src/main/webapp/WEB-INF/views/_common/_images/common/message_ok.png similarity index 100% rename from src/main/webapp/seed/img/common/message_ok.png rename to src/main/webapp/WEB-INF/views/_common/_images/common/message_ok.png diff --git a/src/main/webapp/seed/img/common/message_top.png b/src/main/webapp/WEB-INF/views/_common/_images/common/message_top.png similarity index 100% rename from src/main/webapp/seed/img/common/message_top.png rename to src/main/webapp/WEB-INF/views/_common/_images/common/message_top.png diff --git a/src/main/webapp/seed/img/icon-page-tip.png b/src/main/webapp/WEB-INF/views/_common/_images/icon-page-tip.png similarity index 100% rename from src/main/webapp/seed/img/icon-page-tip.png rename to src/main/webapp/WEB-INF/views/_common/_images/icon-page-tip.png diff --git a/src/main/webapp/seed/img/page_refresh_big.png b/src/main/webapp/WEB-INF/views/_common/_images/page_refresh_big.png similarity index 100% rename from src/main/webapp/seed/img/page_refresh_big.png rename to src/main/webapp/WEB-INF/views/_common/_images/page_refresh_big.png diff --git a/src/main/webapp/seed/img/page_refresh_small.png b/src/main/webapp/WEB-INF/views/_common/_images/page_refresh_small.png similarity index 100% rename from src/main/webapp/seed/img/page_refresh_small.png rename to src/main/webapp/WEB-INF/views/_common/_images/page_refresh_small.png diff --git a/src/main/webapp/seed/img/pagination_big_first.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_big_first.png similarity index 100% rename from src/main/webapp/seed/img/pagination_big_first.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_big_first.png diff --git a/src/main/webapp/seed/img/pagination_big_last.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_big_last.png similarity index 100% rename from src/main/webapp/seed/img/pagination_big_last.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_big_last.png diff --git a/src/main/webapp/seed/img/pagination_big_next.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_big_next.png similarity index 100% rename from src/main/webapp/seed/img/pagination_big_next.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_big_next.png diff --git a/src/main/webapp/seed/img/pagination_big_prev.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_big_prev.png similarity index 100% rename from src/main/webapp/seed/img/pagination_big_prev.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_big_prev.png diff --git a/src/main/webapp/seed/img/pagination_small_first.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_small_first.png similarity index 100% rename from src/main/webapp/seed/img/pagination_small_first.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_small_first.png diff --git a/src/main/webapp/seed/img/pagination_small_last.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_small_last.png similarity index 100% rename from src/main/webapp/seed/img/pagination_small_last.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_small_last.png diff --git a/src/main/webapp/seed/img/pagination_small_next.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_small_next.png similarity index 100% rename from src/main/webapp/seed/img/pagination_small_next.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_small_next.png diff --git a/src/main/webapp/seed/img/pagination_small_prev.png b/src/main/webapp/WEB-INF/views/_common/_images/pagination_small_prev.png similarity index 100% rename from src/main/webapp/seed/img/pagination_small_prev.png rename to src/main/webapp/WEB-INF/views/_common/_images/pagination_small_prev.png diff --git a/src/main/webapp/seed/img/seed_ver3_logo-color-small.png b/src/main/webapp/WEB-INF/views/_common/_images/seed_ver3_logo-color-small.png similarity index 100% rename from src/main/webapp/seed/img/seed_ver3_logo-color-small.png rename to src/main/webapp/WEB-INF/views/_common/_images/seed_ver3_logo-color-small.png diff --git a/src/main/webapp/seed/img/seed_ver3_logo-color.png b/src/main/webapp/WEB-INF/views/_common/_images/seed_ver3_logo-color.png similarity index 100% rename from src/main/webapp/seed/img/seed_ver3_logo-color.png rename to src/main/webapp/WEB-INF/views/_common/_images/seed_ver3_logo-color.png diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/alert.css b/src/main/webapp/WEB-INF/views/site/bbs/css/alert.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/alert.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/charge.css b/src/main/webapp/WEB-INF/views/site/bbs/css/charge.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/charge.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/fileupload.css b/src/main/webapp/WEB-INF/views/site/bbs/css/fileupload.css new file mode 100644 index 00000000..b20b0d04 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/fileupload.css @@ -0,0 +1,47 @@ +@charset 'utf-8'; +/** + * fileupload css + * GLOBAL_IT FRONTDEVTEAM LSK 20160411 + */ + +/* + * reset + */ + +body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;} +body,input,textarea,select,button,table {font-family:'Open Sans','Nanum Gothic',sans-serif;font-size:12px;color:#1c1c1c;} +img,fieldset,iframe {border:0;} +.ui ul,.ui ol {list-style:none;} +em,address {font-style:normal;} +a {color:#1c1c1c;text-decoration:none;} +a:hover,a:active,a:focus {text-decoration:underline;} +.ui a:hover,.ui a:active,.ui a:focus {text-decoration:none;} +article,aside,dialog,footer,header,section,footer,nav,figure {display:block;margin:0;padding:0;} +caption {width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;} +input,select {border-radius:0;} +input[type="checkbox"], +input[type="radio"] {width:13px;height:13px;vertical-align:-2px;} +input[type="submit"],button,label {cursor:pointer;} +button::-moz-focus-inner {padding:0;border:0;} +::-webkit-input-placeholder {font-size:11px;color:#1c1c1c;} +::-moz-placeholder {font-size:11px;color:#1c1c1c;} /* firefox 19+ */ +:-ms-input-placeholder {font-size:11px;color:#1c1c1c;} /* ie */ +input:-moz-placeholder {font-size:11px;color:#1c1c1c;} +input:read-only, textarea:read-only, [contenteditable]:read-only {background-color:#fafafa;cursor:not-allowed;} +html.popup {overflow:hidden;} +.hidden,legend,hr {overflow:hidden;position:absolute;top:0;left:-10000%;width:1px;height:1px;font-size:0;line-height:0;text-indent:-10000px;} + +html {width:100%;overflow:hidden;} +#fileuploadWrap {position:relative;} +h1 {height:50px;line-height:50px;padding:0 10px;font-size:20px;font-weight:700;} +.seed_tbl {border-top:2px solid #cccccc;border-bottom:1px solid #cccccc;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;} +.seed_tbl table {width:100%;border-collapse:collapse;} +.seed_tbl table th, .seed_tbl table td {padding:10px;border-top:1px solid #eeeeee;} +.seed_tbl table th {background-color:#fafafa;} +.seed_tbl table tbody tr:first-of-type th, .seed_tbl table tbody tr:first-of-type td {border-top:0;} +.seed_tbl table input[type='file'] {padding:5px;vertical-align:top;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +.seed_tbl table textarea {overflow-y:auto;width:100%;height:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;border:1px solid #dddddd;resize:vertical;} +.btnArea_fileuopload {margin-top:10px;padding-right:10px;} +.btnArea_fileuopload.ar {text-align:right;} +.seedbbs_btn {display:inline-block;padding:5px 10px;border:1px solid #dddddd;border-radius:2px;background:#ffffff;background:-moz-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:linear-gradient(to bottom,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);text-decoration:none;} +.btnPopupClose {position:absolute;width:30px;height:30px;top:10px;right:10px;border:0;background:url('/img/icon_popup_close.png') no-repeat 0 0;text-indent:-9999em;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/login.css b/src/main/webapp/WEB-INF/views/site/bbs/css/login.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/login.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/member.css b/src/main/webapp/WEB-INF/views/site/bbs/css/member.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/member.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/menu_main.css b/src/main/webapp/WEB-INF/views/site/bbs/css/menu_main.css new file mode 100644 index 00000000..7bbdec01 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/menu_main.css @@ -0,0 +1 @@ +menu_main.css \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/menu_sub.css b/src/main/webapp/WEB-INF/views/site/bbs/css/menu_sub.css new file mode 100644 index 00000000..d7ef0e0a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/menu_sub.css @@ -0,0 +1 @@ +menu_sub.css \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/mypage.css b/src/main/webapp/WEB-INF/views/site/bbs/css/mypage.css new file mode 100644 index 00000000..3dd2ad3b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/mypage.css @@ -0,0 +1,55 @@ +@charset "utf-8"; + +/* mypage_search */ +.mypage_searchForm{margin-bottom:15px; text-align:right;} +.mypage_searchForm input{vertical-align:middle;} +.mypage_searchForm img{vertical-align:middle;} +.mypage_searchForm select{border:1px #d6d6d6 solid; vertical-align:middle;} +.mypage_searchForm .searchTxt{height:18px; border:1px #d6d6d6 solid;} + +/* mypage_tableList */ +.mypage_tableList{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableList caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableList thead th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableList tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid; text-align:center;} +.mypage_tableList tbody td p{padding-left:10px; text-align:left;} +.mypage_tableList tbody td img{vertical-align:middle;} + +/* mypage_paging */ +.mypage_paging{text-align:center;} +.mypage_paging img{vertical-align:middle;} +.mypage_paging span{margin:0 8px;} +.mypage_paging span a{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #d6d6d6 solid; text-align:center; vertical-align:middle;} +.mypage_paging span a:hover{color:#3c75b7; border:1px #3c75b7 solid;} +.mypage_paging span strong{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #4C4C4C solid; text-align:center; vertical-align:middle; color:#4C4C4C;} + +/* mypage_tableForm */ +.mypage_tableForm{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableForm caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableForm tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableForm tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableForm tbody td p{padding-left:10px;} +.mypage_tableForm tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableForm tbody td input{height: 22px;} +.mypage_tableForm tbody td div{padding-top:5px;} + +/* mypage_tableEdit */ +.mypage_tableEdit{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableEdit caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableEdit tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableEdit tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableEdit tbody td p{padding-left:10px;} +.mypage_tableEdit tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableEdit tbody td input{height: 22px;} +.mypage_tableEdit tbody td div{padding-top:5px;} + +/* mypage_btn */ +.mypage_btnL{text-align:left;} +.mypage_btnL input{vertical-align: middle;} +.mypage_btnL img{vertical-align: middle;} + +.mypage_btnR{text-align:right; margin-right: 5px;} +.mypage_btnR input{vertical-align: middle;} +.mypage_btnR img{vertical-align: middle;} + +.memberAuthIp{text-align:left;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/navigation.css b/src/main/webapp/WEB-INF/views/site/bbs/css/navigation.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/navigation.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/satisfaction.css b/src/main/webapp/WEB-INF/views/site/bbs/css/satisfaction.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/satisfaction.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/css/smartmenu.css b/src/main/webapp/WEB-INF/views/site/bbs/css/smartmenu.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/css/smartmenu.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/charge.html b/src/main/webapp/WEB-INF/views/site/bbs/html/charge.html new file mode 100644 index 00000000..4fc88865 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/charge.html @@ -0,0 +1,7 @@ +
+
    + +
  • +
    +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/error.html b/src/main/webapp/WEB-INF/views/site/bbs/html/error.html new file mode 100644 index 00000000..760589cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/error.html @@ -0,0 +1 @@ +error \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/fileupload.html b/src/main/webapp/WEB-INF/views/site/bbs/html/fileupload.html new file mode 100644 index 00000000..60dad133 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/fileupload.html @@ -0,0 +1,31 @@ +
+

첨부파일

+
+
+ 첨부파일 업로드 +
+ + + + + + + + + + + + + + + + +
첨부파일, 첨부파일 설명을 입력할 수 있는 표 입니다.
첨부파일
설명
+
+
+ +
+
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/footer.html b/src/main/webapp/WEB-INF/views/site/bbs/html/footer.html new file mode 100644 index 00000000..e037349f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/footer.html @@ -0,0 +1 @@ +

footer.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/header.html b/src/main/webapp/WEB-INF/views/site/bbs/html/header.html new file mode 100644 index 00000000..eff861de --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/header.html @@ -0,0 +1 @@ +

header.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/login.html b/src/main/webapp/WEB-INF/views/site/bbs/html/login.html new file mode 100644 index 00000000..7cdaf147 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/login.html @@ -0,0 +1,22 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/loginAuth.html b/src/main/webapp/WEB-INF/views/site/bbs/html/loginAuth.html new file mode 100644 index 00000000..e5c54806 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/loginAuth.html @@ -0,0 +1,23 @@ +
+ + +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + @ +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/loginPw.html b/src/main/webapp/WEB-INF/views/site/bbs/html/loginPw.html new file mode 100644 index 00000000..bb239d5c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/loginPw.html @@ -0,0 +1,31 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/logout.html b/src/main/webapp/WEB-INF/views/site/bbs/html/logout.html new file mode 100644 index 00000000..a6dcae50 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/logout.html @@ -0,0 +1,4 @@ +
+ 님이 로그인 하셨습니다. + 로그아웃 +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberChk.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberChk.html new file mode 100644 index 00000000..e113735e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberChk.html @@ -0,0 +1,22 @@ +
+ + + + + + + + + + + + + +
회원아이디의 입력 화면 입니다.
+ +
+ + 닫기 +
+ +
diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberEdit.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberEdit.html new file mode 100644 index 00000000..e3ee893f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberEdit.html @@ -0,0 +1,182 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 수정화면입니다.
+ +
+ + 아이디찾기 +
+ +

미입력시 기존 비밀번호 유지

+
+ +
+ @ +
+ + + + +   + + +
+
+ + + + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + checked value='${memberItemValuesList._memberItemValue}' /> + + +
+
${memberItemList._memberItemName} + + + + + + + + + + + + + + +
+
그룹 + + + + + + + +
+
+ + + +
+ + , + ${siteNameTmp} ${groupsList._groupName} + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberForm.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberForm.html new file mode 100644 index 00000000..85050950 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberForm.html @@ -0,0 +1,151 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 입력화면입니다.
+ +
+ + 아이디찾기 +
+ +
+ +
+ @ +
+ + +   + + +
+
+ + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPw.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPw.html new file mode 100644 index 00000000..71277b65 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPw.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPwDel.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPwDel.html new file mode 100644 index 00000000..6df6f472 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberFormPwDel.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdFind.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdFind.html new file mode 100644 index 00000000..1c221b17 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
아이디찾기 이름, 이메일주소 입력화면입니다.
+ +
+ @ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdResult.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdResult.html new file mode 100644 index 00000000..3fa5cba8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberIdResult.html @@ -0,0 +1,4 @@ +
+ 아이디 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwDelResult.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwDelResult.html new file mode 100644 index 00000000..2b9c6eab --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwDelResult.html @@ -0,0 +1,3 @@ +
+ 회원이 탈퇴되었습니다. +
diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwFind.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwFind.html new file mode 100644 index 00000000..3023f527 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
패스워드찾기 이름, 아이디 입력화면입니다.
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwResult.html b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwResult.html new file mode 100644 index 00000000..0c42d830 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwResult.html @@ -0,0 +1,4 @@ +
+ 임시 비밀번호 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/message.html b/src/main/webapp/WEB-INF/views/site/bbs/html/message.html new file mode 100644 index 00000000..841ec731 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/message.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/navigation.html b/src/main/webapp/WEB-INF/views/site/bbs/html/navigation.html new file mode 100644 index 00000000..78890a83 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/navigation.html @@ -0,0 +1,7 @@ + + + + + > + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/satisfaction.html b/src/main/webapp/WEB-INF/views/site/bbs/html/satisfaction.html new file mode 100644 index 00000000..fcaf53cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/satisfaction.html @@ -0,0 +1,10 @@ + + + + + + +
+ +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/smartmenu.html b/src/main/webapp/WEB-INF/views/site/bbs/html/smartmenu.html new file mode 100644 index 00000000..08e78208 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/smartmenu.html @@ -0,0 +1,7 @@ +
    + +
  • +
    +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/html/sub.html b/src/main/webapp/WEB-INF/views/site/bbs/html/sub.html new file mode 100644 index 00000000..0e9bd893 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/html/sub.html @@ -0,0 +1 @@ +

sub.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_del.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_del.gif new file mode 100644 index 00000000..51d067d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_del.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_first.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_first.gif new file mode 100644 index 00000000..dd2bff66 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_first.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_icon_del.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_icon_del.gif new file mode 100644 index 00000000..44a3d84d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_icon_del.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_last.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_last.gif new file mode 100644 index 00000000..fbbb2acd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_last.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_list.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_list.gif new file mode 100644 index 00000000..15fb433c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_list.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_next.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_next.gif new file mode 100644 index 00000000..aeaad8e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_next.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_prev.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_prev.gif new file mode 100644 index 00000000..a6f0f720 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_prev.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_reg.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_reg.gif new file mode 100644 index 00000000..7fcc0ba2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_reg.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_save.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_save.gif new file mode 100644 index 00000000..9dc246ba Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_save.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/images/btn_search.gif b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_search.gif new file mode 100644 index 00000000..08cfc7ba Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/bbs/images/btn_search.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/bbs/js/menu_main.js b/src/main/webapp/WEB-INF/views/site/bbs/js/menu_main.js new file mode 100644 index 00000000..452dfa8d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/js/menu_main.js @@ -0,0 +1,3 @@ +function menu_main_js(){ + +} diff --git a/src/main/webapp/WEB-INF/views/site/bbs/js/menu_sub.js b/src/main/webapp/WEB-INF/views/site/bbs/js/menu_sub.js new file mode 100644 index 00000000..b5a8f9a1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/bbs/js/menu_sub.js @@ -0,0 +1,3 @@ +function menu_sub_js(){ + +} diff --git a/src/main/webapp/WEB-INF/views/site/case/css/common.css b/src/main/webapp/WEB-INF/views/site/case/css/common.css new file mode 100644 index 00000000..937b0f8a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/common.css @@ -0,0 +1,1165 @@ +@charset "utf-8"; +/* +160918 pc +160919 cms + +노트 + +jsp가 모두 완성된 후 작업 + +모바일메뉴로 인한 y 스크롤 +#wrap{position:relative; overflow-x:hidden; overflow-x:hidden;} 에서 overflow-y +작업 완성 후 mm_bg보다 짧은 con의 height를 조건절로 동적처리 필요 + +/모바일 좌측, 우측 공간생성/ 작업 (media 768) + +*/ +p,span,li{color:#747474;} + +#wrap{position:relative; overflow-x:hidden; overflow-y:hidden;} +#header{width:100%;margin:0 auto;height:135px;background:url('') repeat-x center center;} +header{height:100%;background:#fff;} +.head_top{width:1000px;height:80px;margin:0 auto;} +.head_con{background:#29b3e8 url(/site/case/images/gnb_bg.png) repeat-x bottom;} +.head_con>nav{width:1000px;height:55px;margin:0 auto;} + +h1.logo{display:inline-block;float:left;width:300px;height:52px;margin-top:12px;} +h1.logo>a{display:block; text-align:center;} +h1.logo>a>img.mlogo{display:none;} +h1.logo>a>img.plogo{display:block;} + + +.top_menu{display:inline-block;width:210px;height:30px;float:right;line-height:30px;margin-top:26px;} +.top_menu>span{padding:0 10px;} +.top_menu>span:first-child{background:url(/site/case/images/top_devide.png) no-repeat center right;padding-left:0;} +.top_menu>button{width:17px;height:16px;} + + + + +body{z-index:90;} +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10; /* background:#fff url(/site/case/images/gnb_bg_bot.png)repeat-x bottom; */ width:100%;height:450px; background:#f9f9f9; box-shadow:0px 1px 3px #868686;} +.p_menu{height:100%;} +.p_menu .gnbDp-1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .gnbDp-1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .gnbDp-1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .gnbDp-1 > li > a:hover{font-family:'ng_bold'; background:#0b7db9; box-sizing:border-box;} + +.p_menu .gnbDp-2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:450px;width:102%; background:#fff; padding-top:10px; box-sizing:border-box;} + +.p_menu .gnbDp-2:hover{background:#e9f6fc;} +.pmenu_last{border-right:1px solid #eeeeee;} +.p_menu .gnbDp-2 > li{text-align:left;width:100%;} +.p_menu .gnbDp-2 > li > a{color:#111;display:block; padding:10px; font-family:'ng_bold'; font-size:1.15em; background:url(/site/case/images/disc9.png) no-repeat left 13px; margin-left:10px;} +.p_menu .gnbDp-2 > li > a:hover{color:#0b7db9; background:url(/site/case/images/disc9_on.png) no-repeat left 13px;} + +.p_menu .gnbDp-3 > li{width:100%;} +.p_menu .gnbDp-3 > li > a{font-size:1.05em; display:block; padding:8px 15px; color:#333; padding-left:20px;} +.p_menu .gnbDp-3 > li > a:before{content:'- ';} +.p_menu .gnbDp-3 > li > a:hover{font-family:'ng_bold'; text-decoration:underline;} + +.p_menu .gnbDp-1 > li:last-child >ul{border-right:1px solid #eeeeee;} + + +.m_menu_wrap{position:relative;position:absolute; left:100%; top:0; width:70%; z-index:100;} +.m_menu_wrap .mm_open{position:absolute; top:0; left:-70px; display:none;} +.m_menu_wrap .mm_close{position:absolute; top:10px; left:-55px; display:none;} +.m_menu{width:100%; display:inline-block; vertical-align:top; background:#1687c9;} +.m_menu .gnbDp-1>li{background:#1687c9;} +.m_menu .gnbDp-1>li>a{display:inline-block; color:#fff; height:50px; line-height:50px; font-size:1.4em; width:100%; padding-left:15px; border-top:1px solid #5dabdb; border-bottom:1px solid #5dabdb; box-sizing:border-box; background:url(/site/case/images/mm_1.png) no-repeat calc(100% - 15px) center;} +.m_menu .gnbDp-2{background:#234a73; } + +.m_menu .gnbDp-2>li>a{display:inline-block; width:100%; color:#daf1ff; height:40px; line-height:40px; font-size:1.2em; background:#1687c9 url(/site/case/images/mm_2.png) no-repeat 20px 17px; padding-left:30px; box-sizing:border-box;} +.m_menu .gnbDp-3{background:url(/site/case/images/mm_line_bot.png) repeat-x 0 top; padding-top:7px; padding-bottom:7px;} +.m_menu .gnbDp-3>li>a{color:#fff; height:30px; line-height:30px; font-size:1.1em; background:url(/site/case/images/mm_3.png) no-repeat 32px 6px; padding-left:42px; box-sizing:border-box;} +.m_menu h2{background:#f6f6f6; font-weight:bold; height:60px; line-height:60px; padding-left:15px; box-sizing:border-box;} + +/* mm btn */ +.c-hamburger { display: block; position: relative; overflow: hidden; margin: 0; padding: 0; width: 76px; height: 64px; font-size: 0; text-indent: -9999px; appearance: none; box-shadow: none; border-radius: none; border: none; cursor: pointer; transition: background 0.3s } +.c-hamburger:focus { outline: none } +.c-hamburger span { display: block; position: absolute; top: 30px; left: 18px; right: 18px; height: 7px; background: #29b3e8; } +.c-hamburger span::before, +.c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 7px; background-color: #29b3e8; content: "" } +.c-hamburger span::before { top: -15px } +.c-hamburger span::after { bottom: -15px } +.c-hamburger--htx { background-color: none; } +.c-hamburger--htx span { transition: background 0s 0.3s } +.c-hamburger--htx span::before, +.c-hamburger--htx span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s } +.c-hamburger--htx span::before { transition-property: top, transform } +.c-hamburger--htx span::after { transition-property: bottom, transform } +/* .c-hamburger--htx.is-active { background-color: #cb0032 } */ +.c-hamburger--htx.is-active span { background: none } +.c-hamburger--htx.is-active span::before { top: 0; transform: rotate(45deg) } +.c-hamburger--htx.is-active span::after { bottom: 0; transform: rotate(-45deg) } +.c-hamburger--htx.is-active span::before, +.c-hamburger--htx.is-active span::after { transition-delay: 0s, 0.3s } + +/* +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_gnbDp-1 > li{width:320px;} +.m_gnbDp-1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_gnbDp-2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_gnbDp-2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_gnbDp-2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} +*/ + +/* gnb css를 seed cms에 맞춤 */ +/* +.top_menu{display:inline-block;width:210px;height:30px;float:right;line-height:30px;margin-top:26px;} +.top_menu>span{padding:0 10px;} +.top_menu>span:first-child{background:url(/site/case/images/top_devide.png) no-repeat center right;padding-left:0;} +.top_menu>button{width:17px;height:16px;} + +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10;background:#fff url(/site/case/images/gnb_bg_bot.png)repeat-x bottom;width:100%;height:410px;} +.p_menu{height:100%;} +.p_menu .depth1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .depth1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .depth1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .depth1 > li > a:hover{color:#000;} + +.depth2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:400px;width:100%;} +.pmenu_last{border-right:1px solid #eeeeee;} +.depth2 > li{text-align:left;width:165px;} +.depth2 > li > a{color:#232323;display:block;padding:10px 5px;} +.depth2 > li > a:hover{color:#000;} + +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_depth1 > li{width:320px;} +.m_depth1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_depth2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_depth2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_depth2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} +*/ + + + + + +#main{width:100%;} +.con_part1{background:#ceedf7;} +.con_part2{background:#fff;padding-bottom:20px;} +.con_part1_inner, +.con_part2_inner{width:1000px;margin:0 auto;} + +.more{position:absolute;top:12px; right:15px;text-indent:-999em;font-size:0;width:26px;height:26px;} +.more_b{background:url(/site/case/images/more_b.png) no-repeat center center;border:1px solid #cecece;} +.more_w{background:url(/site/case/images/more_w.png) no-repeat center center;border:1px solid #fff;} + + +.con_part1_inner .main_tit{float:left;width:60%;height:165px;} +.con_part1_inner .main_tit>h1{background:url(/site/case/images/main_tit.png) no-repeat top left;text-indent:-999em;font-size:0;display:inline-block;width:364px;height:75px;margin-top:70px;} +.con_part1_inner aside{float:left;width:40%;height:198px;background:#1872b3 url(/site/case/images/calling.png) no-repeat 270px 70px;margin:15px 0;color:#fff;position:relative;} +.con_part1_inner aside h3{border-bottom:1px solid #fff;height:50px; line-height:50px; margin:0 15px; font-size:1.25em;} +.con_part1_inner aside a{color:#fff;} +.con_part1_inner .call_center{margin:15px;} +.con_part1_inner .callno{display:block;color:#f3e465;font-size:2.5em;font-family:ng_bold;margin-top:25px;} +.callperi{display:block;margin-top:5px;margin-left:5px;color:#fff;} +.call_center a{display:inline-block;width:100px; height:30px; line-height:30px; text-align:center; border:1px solid #fff; margin-top:15px; font-size:1.25em;} +.main_vi{width:100%;} +.main_vi>a{display:inline-block;width:20%;height:173px;text-align:center;font-size:1.25em;margin:0;padding:0;} +.main_vi>a span{display:inline-block;margin-top:140px;color:#fff;} +/* +.main_vi .vi1{background:#316aa5 url(/site/case/images/vi1.png) no-repeat center 20px;} +.main_vi .vi2{background:#56a994 url(/site/case/images/vi2.png) no-repeat center 20px;} +.main_vi .vi3{background:#8075d0 url(/site/case/images/vi3.png) no-repeat center 20px;} +.main_vi .vi4{background:#f0b324 url(/site/case/images/vi4.png) no-repeat center 20px;} +.main_vi .vi5{background:#14ade1 url(/site/case/images/vi5.png) no-repeat center 20px;} +*/ +.main_vi .vi1{background-color:#316aa5; background-image: url(/site/case/images/vi1.png); background-repeat: no-repeat; background-position:center 20px;} +.main_vi .vi2{background-color:#56a994; background-image: url(/site/case/images/vi2.png); background-repeat: no-repeat; background-position:center 20px;} +.main_vi .vi3{background-color:#8075d0; background-image: url(/site/case/images/vi3.png); background-repeat: no-repeat; background-position:center 20px;} +.main_vi .vi4{background-color:#f0b324; background-image: url(/site/case/images/vi4.png); background-repeat: no-repeat; background-position:center 20px;} +.main_vi .vi5{background-color:#14ade1; background-image: url(/site/case/images/vi5.png); background-repeat: no-repeat; background-position:center 20px;} + + +.con_part1_2{} +.con_part1_2 .con_part1_inner{position:relative; height:400px;} +.con_part1_2 .main_tit{position:absolute; top:0; left:0;} +.con_part1_2 .main_vi{position:absolute; bottom:0; left:0;} +.con_part1_2 aside{position:absolute; top:0; right:0;} + + + + + + + + + + + + + +/* 자주하는질문 파트 */ +.con_part2_inner_a{border:1px solid #cecece;border-top:none;} +.board_wrap{float:left;width:calc(70% - 31px); height:auto; border-right:1px solid #cecece; position:relative; padding:5px 15px; min-height:269px; box-sizing:border-box;} +/*.board_wrap>article{position:absolute;top:0;left:0;width:100%;}*/ +.board_wrap>article>h3>button{height:40px;line-height:40px;font-size:1.07em;background:url(/site/case/images/board_tit_bg.png) no-repeat right center;padding:0 15px;} +.board_wrap>article:last-child h3>button{background:none;} +.board_wrap>article>ul{border-top:1px solid #cecece;} +.board_wrap>article>ul>li{margin:15px 0; background:url(/site/case/images/lnb_li_type.png) no-repeat left center; padding-left:15px;} +.board_wrap>article>ul>li>a{display:inline-block; width:calc(100% - 100px); text-overflow:ellipsis; white-space:nowrap; overflow:hidden;} +.board_wrap>article>ul>li span{float:right;} +.board_wrap .qest1 button{font-size:1.2em;color:#000;font-weight:bold;padding-left:0;} +.qest2{position:absolute;top:5px;left:150px;} +.qest3{position:absolute;top:5px;left:280px;} +.service{float:right;width:30%;} +.service>ul>li{height:25%;border-bottom:1px solid #cecece;} +.service>ul>li:last-child{border-bottom:none;} +.service>ul>li>a{display:inline-block;width:calc(100% - 30px);height:100%;padding:13px 0 0 10px;} +.service>ul>li h4{font-size:1.1em;color:#343639;font-weight:bold;} +.service>ul>li p{font-size:0.9em;margin-top:10px;} + +/* +.service .sv1{background:url(/site/case/images/sv1.png) no-repeat 240px center;} +.service .sv2{background:url(/site/case/images/sv2.png) no-repeat 240px center;} +.service .sv3{background:url(/site/case/images/sv3.png) no-repeat 240px center;} +.service .sv4{background:url(/site/case/images/sv4.png) no-repeat 240px center;} +*/ + +.service .sv1{background-image:url(/site/case/images/sv1.png); background-repeat: no-repeat; background-position: 240px center;} +.service .sv2{background-image:url(/site/case/images/sv2.png); background-repeat: no-repeat; background-position: 240px center;} +.service .sv3{background-image:url(/site/case/images/sv3.png); background-repeat: no-repeat; background-position: 240px center;} +.service .sv4{background-image:url(/site/case/images/sv4.png); background-repeat: no-repeat; background-position: 240px center;} + + +/* 하단 롤링 배너 */ +.m_f_ban_wrap{position:relative; overflow:hidden; background:#fff; border:1px solid #d5d5d5; box-sizing:border-box; margin-top:20px; padding:10px 0;} +.slick-slider{width:877px; margin-left:115px;} +.banner_1 .slick-slide img{width:170px !important; border: 3px solid #FFF !important;} +.slick-slider .slick-prev{position:absolute; left:-85px !important; top:8px !important;} +.slick-slider .slick-stop{position:absolute; left:-65px !important; top:8px !important;} +.slick-slider .slick-play{position:absolute; left:-65px !important; top:8px !important;} +.slick-slider .slick-next{position:absolute; left:-45px !important; top:8px !important;} +.slick-slider .slick-all{position:absolute; left:-90px !important; top:26px !important; display:inline-block; text-indent:-9999em; background:url(/site/case/images/bn_full.png) no-repeat center center; width:67px; height:16px;} + +/* 푸터 */ +#foot{width:100%;height:140px;margin:0 auto;background:#f2f2f2 url(/site/case/images/foot_bg.png) repeat-x top;overflow:hidden;} +.foot_top{width:1000px;margin:0 auto;height:40px;line-height:20px;vertical-align:middle;} +.foot_top .slct_site_wrap{float:right;} +.foot_top .slct_site{height:30px; margin-top:5px; border:1px solid #cecece; box-sizing:border-box;} +.foot_top .slct_site_go{display:inline-block;width:22px;height:30px;line-height:30px;text-align:center;color:#fff;margin-top:5px;margin-left:3px;background:#464646;} +.foot_top .foot_top_inner{display:inline-block; margin-top:10px; max-width:347px; width:100%;} +.foot_top a{display:inline-block; padding:0 15px;border-right:1px solid #cecece; line-height:20px; margin-top:10px;} +.foot_top a:first-child{color:#1978ad;padding-left:0;} +.foot_top a.flast{border-right:0; padding-right:0;} +.foot_con{width:1000px;margin:0 auto;padding:15px 0;} +.foot_con > p{color:#414141;line-height:16px;} +.foot_logo{padding-right:20px;border-right:1px solid #cecece;height:31px;width:233px;float:left;} +.foot_logo img{text-align:left;height:100%;} +address{float:right;width:725px;} +address p{margin:0;font-size:0.9em;line-height:10px; } +address p strong{color:#000;line-height:10px;} +.copyright strong{display:inline-block;} + + + + + +/************** sub **************/ +/* +남색 1a5da8 +탭하늘색(중간) 72a4df +배경하늘색 cdedf6 + +배경회색(연함) f2f2f2 +탭회색(중간) bbb +배경회색(진함) 676767 + +border회색(진함) bebebe +border회색(연함) e2e2e2 +*/ +body{background:#f5f5f5;} +.wrap{width:1000px;margin:0 auto;overflow:hidden;background:#fff;} +.loc_wrap{width:1000px;margin:0 auto;} +.location{display:inline-block;float:right;height:40px;line-height:40px;} +.location>a{padding:0 5px 0 15px;background:url(/site/case/images/loc_divide.png) no-repeat left 2px;} +.location>a:first-child{padding-left:15px;background:url(/site/case/images/loc_home.png) no-repeat left 2px;} + +.sub_nav_bg{float:left; width:210px; position:relative;} +.sub_nav_wrap{width:210px; overflow:hidden;} +/*.sub_nav_wrap{width:210px;background:url(/site/case/images/sub_nav_bg.png)repeat-y left top;}*/ +.sub_con_wrap{width:790px;float:left;background:#fff;} + +.sub_con_wrap_inner{width:calc(100% - 40px);margin:0 auto;} +.sub_con{margin:30px 0 100px;} +.sub_nav_top{width:210px;height:123px;background:url(/site/case/images/sub_lnb_top.png) no-repeat left top;} +.sub_nav_top>strong{display:inline-block;color:#fff;margin-left:10px;padding-top:60px;font-size:1.75em;} +.subMDp-1>.subMenuOn{background:url(/site/case/images/sub_lnb_tab_on.png) no-repeat left top;} +.subMDp-2>.subMenuOn{font-family:'ng_bold'; color:#000;} +.subMenuOn>a{border:0 !important;} +.subMDp-1>li>a{display:inline-block;width:calc(100% - 2px);height:40px;line-height:40px;text-indent:25px;font-size:1.2em;background:#fff url(/site/case/images/sub_lnb_off.png) no-repeat 10px 14px;border:1px solid #cecece; border-bottom:0;} +.subMDp-1 > li.subMenuOn>a{color:#fff;background:url(/site/case/images/sub_lnb_on.png) no-repeat 10px 14px;height:48px;} +.subMDp-1>li>ul{padding:7px 0;border-right:1px solid #cecece;background:#f5f5f5 url(/site/case/images/sub_lnb_tab_on_bg.png) repeat-y 8px top;} +/* .subMDp-1>li>ul>li{ list-style-type: disc; + list-style-position: inside;text-indent:20px;height:30px;line-height:30px;} */ +.subMDp-1>li>ul>li{text-indent:30px;height:30px;line-height:30px; background: url(/site/case/images/lnb_li_type.png) no-repeat 20px center; } +.sub_tit{border-bottom:1px solid #cecece;} +.sub_tit>span{margin-left:5px;display:inline-block;} +.lnb_bot_box{border:1px solid #cecece;width:208px;height:2000px; border-bottom:0;} + +/* 분쟁조정신청(탭6) */ +button.subTab_b_tit_selected{font-weight:bold;font-size:1.05em;color:#1a5da8 !important;background-image:url(/site/case/images/disc3_on.png) !important;} + +/* 분쟁조정신청(팝업) */ +dd,dl,dt{list-style:none;margin:0;border:0;padding:0} +.bgDimmed { z-index: 10; position: fixed; width: 100%; height: 100%; min-height: 100%; top: 0;left: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;opacity: 0.5;background: #000000;} +.popup{position:fixed;display:none;z-index:10;width:100%;height:100%;top:200px;left:0;} +.popup .wrap{position:relative;top:20px;margin:0 auto;max-width:700px;width:calc(100% - 40px);padding:20px;background-color:#ffffff;z-index:15;-moz-border-radius:15px;border-radius:15px;line-height:100%;overflow:hidden} +.popup dt{background-color:#ccaabb;padding:5px;text-align:center;font-weight:bold} +.popup dd{background-color:#f2f2f2;min-height:100px;padding:5px;text-align:left;margin-bottom:15px;color:#000;} +.popup .button{text-align:center} + +/* 신청 절차 : 본인인증 */ +.process>li{width:calc(25% - 3px);height:60px;display:inline-block;} +.process>li>a{width:100%;height:100%;display:inline-block;} +.process1{background:url(/site/case/images/process1.png) no-repeat center center;} +.process2{background:url(/site/case/images/process2.png) no-repeat center center;} +.process3{background:url(/site/case/images/process3.png) no-repeat center center;} +.process4{background:url(/site/case/images/process4.png) no-repeat center center;} +.process_except{background:url(/site/case/images/process99.png) no-repeat center center;} +/* +.process>li{float:left;display:inline-block;width:25%;text-align:center;height:41px;line-height:41px;background:#bbb url(/site/case/images/process_off.png) no-repeat right center;} +.process>li>span{margin-left:-15px;color:#000;} +.process>li.process_on{background:#1a5da8 url(/site/case/images/process_on.png) no-repeat right center;color:#fff;} +.process>li.process_on>span{color:#fff;} +.process>li:last-child{background:#bbb url(/site/case/images/process_off_last.png) no-repeat right center;} +*/ +.certify_btn_wrap{text-align:center;float:right;position:relative;left:-50%;} +.certify{display:inline-block;float:left;width:200px;height:130px;border:1px solid #ccc;vertical-align:bottom;float:left;position:relative;left:50%;} +.certify1{background:url(/site/case/images/certify1.png) no-repeat center 17px;margin-right:10px;} +.certify2{background:url(/site/case/images/certify2.png) no-repeat center 17px;} +.certify3{background:url(/site/case/images/certify3.png) no-repeat center 20px;} +a.certify_btn_1{display:inline-block;width:90%;height:30px;line-height:30px;background:#1da5d7;color:#fff;vertical-align:-100px;} +a.certify_btn_2{display:inline-block;width:90%;height:30px;line-height:30px;background:#ff7e00;color:#fff;vertical-align:-100px;} +a.certify_btn_3{display:inline-block;width:90%;height:30px;line-height:30px;background:#2f5597;color:#fff;vertical-align:-100px;} + +/* 신청 절차 : 개인정보수집동의 */ +.agree_wrap{position:relative;} +.agree_check_wrap{position:absolute;right:0;bottom:0;} + +/* 신청 절차 : 정보입력 */ +.qBtn{background:url(/site/case/images/question.png) no-repeat center center;width:13px;height:13px;margin-left:3px;} +.qBtn>span{position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} +.must{display:inline-block;background:url(/site/case/images/must.png) no-repeat left 3px;padding-left:10px;} +.add_row_wrap{position:absolute;top:15px;right:0;} +button.btnDelTabC{background:#ff6630;} +button.btnDelTabB{background:#ff6630;} + +/* 신청 절차 : (tip) */ +.tip{background:url(/site/case/images/tip.png) no-repeat left 3px;display:inline-block;padding-left:10px;position:absolute;display:none;} +.tip_con{display:inline-block;max-width:100px;background:#676767;color:#fff;font-size:12px;font-family:'돋움',dotum,sans-serif;padding:5px;text-align:justify;line-height:14px;border-radius:6px;} +.q11{top:10px;left:160px;} +.q12{top:52px;left:160px;} +.q13{top:94px;left:185px;} +.q14{top:94px;left:520px;} +.q15{top:140px;left:200px;} +.q16{top:320px;left:80px;} +.q17{top:380px;left:200px;} +.q19{top:450px;left:210px;} +.q23{top:60px;left:185px;} +.q1{top:247px;left:75px;} +.q24{top:60px;left:520px;} +.q25{top:140px;left:220px;z-index: 100} +.q26{top:140px;left:570px;z-index: 100} +.q27{top:210px;left:200px;} +.q29{top:360px;left:210px;} +.q18{top:530px;left:200px;} +.q20{top:530px;left:520px;} +/* 사건현황 */ +.q34{top:13px;left:520px;} +.q41{top:10px;left:185px;} +.q42{top:10px;left:530px;} +.q43{top:54px;left:185px;} +.q44{top:54px;left:530px;} +.q45{top:96px;left:185px;} +.q46{top:158px;left:195px;} +.q47{top:200px;left:200px;} +.q63{top:242px;left:430px;} + +.q57{top:638px;left:185px;} +.q58{top:680px;left:215px;} +.q59{top:722px;left:185px;} +.q60{top:765px;left:220px;} +.q61{top:808px;left:235px;} +.q200{top:15px;left:200px;} + +.q71{top:43px;left:54px;} +.q72{top:13px;left:206px;} +.q73{top:13px;left:552px;} +.q74{top:57px;left:210px;} +.q75{top:57px;left:550px;} + +.q81{top:33px;left:163px;} +.q82{top:33px;left:163px;} + +.q91{top:51px;left:231px;} +.q92{top:81px;left:201px;} +.q93{top:81px;left:517px;} +.q94{top:132px;left:192px;} +.q95{top:141px;left:528px;} +.q96{top:197px;left:191px;} +.q97{top:189px;left:549px;} +.q98{top:236px;left:193px;} +.q99{top:275px;left:197px;} +.q100{top:275px;left:556px;} +.q101{top:317px;left:193px;} +.q102{top:317px;left:545px;} +.q103{top:361px;left:211px;} +.q104{top:361px;left:548px;} + +.q111{top:100px;left:160px;} +.q112{top:80px;left:638px;} + +button{border-radius:3px;} + +/* 신청 절차 : (tip) */ +.noti_tit{background:#f8f8f8;border-top:4px solid #1a5da8;border-bottom:1px solid #cacaca;} +.noti_con{background:#f8f8f8;padding:30px 10px;} +.noti_con strong{color:#000;} +.noti_con>ul>li{margin-bottom:20px;} +.noti_con>ul>li>p{padding-left:15px;font-size:0.9em;} +.noti_con>ul>li>p span{display:block;} +.noti_con>ul>li>p.noti_con_emp strong{color:#1a5da8;} + +/* login(사건조회) */ +.login_wrap{width:50%;margin:0 auto;} +.id_wrap{position:relative;height:40px;} +.id_wrap label{display:inline-block;margin-top:15px;} +.lg_r{position:absolute;right:0;top:0;} +.sub_con_wrap.date{float:none;margin:auto;} +/* 협의회(로긴) */ +.meet_lg_wrap1{width:50%; max-width:600px; margin:0 auto; } +.meet_lg_wrap1.center {position: absolute;left: 50%;top: 50%;max-width: 375px; +-webkit-transform: translate(-50%, -50%); +-moz-transform: translate(-50%, -50%); +-ms-transform: translate(-50%, -50%); +transform: translate(-50%, -50%); +} +.meet_lg_wrap .meet_lg{width:calc(100% - 2px); vertical-align:middle; background:#f4f4f4; border:1px solid #e2e2e2; border-top:0;} +.meet_lg_wrap .meet_lg_tit{text-align:center; background:#fff; height:50px; line-height:50px;} +.meet_lg_wrap .meet_lg_con{padding:50px;} +.meet_lg_wrap .meet_lg_l{display:inline-block; width:70%; vertical-align:middle;} +.meet_lg_wrap .meet_lg_r{display:inline-block; width:calc(30% - 16px); height:100%; vertical-align:middle; margin-left:10px;} +.meet_lg_wrap .meet_lg_noti{text-align:center;} +.meet_lg_wrap .meet_lg_noti>p{display:inline-block;} +.meet_lg_wrap .login_wrap2{width:100%;margin:0 auto;} +.meet_lg_wrap .meet_lg_close{} +.meet_lg_wrap .close_btn_l{display:inline-block;width:calc(100% - 50px);border-bottom:1px solid #e2e2e2;float:left;height:50px;} +.meet_lg_wrap .meet_lg_close>button{width:50px; height:50px; text-indent:-9999em; background:#fff url(/site/case/images/meet_close.png) no-repeat center center;border:1px solid #e2e2e2;border-bottom:0;border-radius:0; float:right;} +/* 협의회(팝업) */ +.meet_lg_wrap2{width:80%; max-width:1000px; margin:0 auto; } +.meet_lg_wrap2 .meet_lg{background:#fff; vertical-align:top;} +.meet_lg_wrap2 .meet_lg_l{display:inline-block; width:60%; vertical-align:top;} +.meet_lg_wrap2 .meet_lg_r{display:inline-block; width:calc(40% - 16px); height:100%; vertical-align:top; margin-left:10px;} +.meet_lg_wrap2 .meet_lg_noti{text-align:right;} +.meet_lg_wrap2 .meet_lg_con{padding:25px;} + +/* sms(팝업) */ +.sms_wrap .sms{width:calc(100% - 2px); vertical-align:middle; background:#fff; border:1px solid #e2e2e2; border-top:0;} +.sms_wrap .sms_con{overflow: hidden; padding:50px; height: auto;} +.sms_wrap .sms_con_l {float: left; width: 520px} +.sms_wrap .sms_l_con{display:inline-block; width:242px; height:560px; vertical-align:top; background:url(/site/case/images/sms_bg.png) no-repeat left top; position:relative;} +.sms_wrap .sms_l_con strong.sms_num {background: #5c646e; margin: 0 0 5px;} +.sms_wrap .sms_l_con strong h4 {color: #fff; height: 42px; line-height: 42px; padding: 0 20px;} +.sms_wrap .sms_l_con ul li {position: relative;} +.sms_wrap .sms_l_con ul li span.sms_number {position: absolute; top: 5px; left: 5px; font-weight: 600; background: #0595d1; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; color: #fff; } +.sms_wrap .sms_l_con ul li span input {padding-left: 30px; box-sizing: border-box;} +.sms_wrap .sms_l_con .patb11 {padding: 11px 35px;} +.sms_wrap .sms_con_r{position:relative; float: right; display:inline-block; width:calc(100% - 540px); height:100%; vertical-align:middle; margin-left:20px;} +.sms_wrap .sms_con_r .resp_li2_2{border-bottom:1px solid #e2e2e2;} +.sms_wrap .close_btn_l{display:inline-block;width:calc(100% - 50px);border-bottom:1px solid #e2e2e2;float:left;height:50px;} +.sms_wrap .meet_lg_close>button{width:50px; height:50px; text-indent:-9999em; background:#fff url(/site/case/images/meet_close.png) no-repeat center center;border:1px solid #e2e2e2;border-bottom:0;border-radius:0; float:right;} +.sms_slct{display:inline-block; width:45px; height:25px; background:url(/site/case/images/sms_btn_slct.png) no-repeat center center; text-indent:-9999em;} +.sms_del{display:inline-block; width:25px; height:25px; background:url(/site/case/images/sms_btn_del.png) no-repeat center center; text-indent:-9999em;} +.sms_inp_wrap{width:100%;} +.sms_inp_l{width:calc(100% - 105px); max-width:calc(100% - 105px); max-height:48px; height:48px;} +.sms_inp_l2{width:100%; max-width:100%; max-height:100px; height:100px; border:0;} +.spcl_chrct_wrap{width:100%;} +.spcl_chrct{font-size:1.2em; line-height:1.5em; letter-spacing:4px; height:55px; max-height:125px;} +.spcl_chrct2{letter-spacing:2px; height:100px; overflow-y:scroll;} +.sms_noti{font-size:0.9em; line-height:1.6em; text-align:center;} +.sms_tab_wrap{position:relative; height:273px;} + +/* 메일완료 팝업 */ +.mail_cmpltd_wrap{width:70%; max-width:800px; margin:0 auto; position:relative; } +.mail_cmpltd_top_wrap{background:#1b88ec url(/site/case/images/mail_form_tit_bg.png) no-repeat right top; min-height:72px; border-bottom:5px solid #005cb6;} +.mail_cmpltd_top_wrap h1{} +.mail_cmpltd_con_wrap{background:#fff;} +.mail_cmpltd_tit{border-top:5px solid #ffc32b;} +.mail_site{position:absolute; top:20px; right:20px;} +.mail_site>a{border:1px solid #fff;} +.mail_cmpltd_tit{text-align:center; color:#000; font-size:2em; font-weight:bold; min-height:30px; line-height:1.4em; padding:40px;} +.mail_cmpltd_foot{border-top:1px dashed #e2e2e2; font-family:'굴림', gulim, verdana; font-size:12px;} + +/************** common **************/ +/* pc, mobile for table */ +.pc{display:block;} +.mobile{display:none;} +.m_ul1{border-top:2px solid #1a5da8;} /* 분쟁조정신청현황 9 (행1개)*/ +.m_ul1>li{border-bottom:1px solid #e2e2e2;padding:10px;} +.m_ul1 li{padding-top::5px;padding-bottom:5px;line-height:1.3em;} +.m_ul1>li>ul{list-style-type:square;text-indent:-13px;padding-left:13px;list-style-position:inside;} +.m_ul_tit{font-weight:bold;color:#000;} +.m_ul2{border-top:2px solid #1a5da8;} /* 분쟁조정신청현황 10 (행2개) */ +.m_ul2>li{border-bottom:1px solid #e2e2e2;padding:10px;} +.m_ul2 li{padding-top:5px;padding-bottom:5px;line-height:1.3em;} +.m_ul2>li>ul{list-style-type:square;text-indent:-13px;padding-left:13px;list-style-position:inside;} +.m_ul2 .m_ul_tit{font-weight:bold;color:#000;display:block;margin-bottom:5px;} +/* text */ +.bold{font-weight:bold;color:#575757;} +.f_sz09{font-size:0.9em;} +.f_sz11{font-size:1.1em;} +.f_sz12{font-size:1.2em;} +.f_sz13{font-size:1.3em;} +.f_sz14{font-size:1.4em;} +.f_sz15{font-size:1.5em;} +.f_sz20{font-size:2em;} +.c_black{color:#000;} +.c_red{color:red;} +.c_dahong{color:#ff8048;} +.c_sky{color:#4d90db;} +.c_blue,.c_blue>*{color:#1a5da8;} +.h4enlarge{font-size:1.4em;font-weight:bold;} +.bg_red{background:red;} +.bot_dash{border-bottom:1px dashed #e2e2e2;} +/* 행간 */ +/* p{line-height:1.8em;margin:8px 0;} */ +p, strong{line-height:22px;margin:8px 0;display:block;font-family:'ng_bold';} + +h5{line-height:22px;margin:8px 0;font-size:1em;} +.li_gap>li{margin:30px 0;} +.li_gap2>li{margin:7px 0;} +.childblock>*{display:block;line-height:22px;} + +/* 자간 */ +.let_shot{letter-spacing:-1px;} + +/* 타이틀 */ +.tit1{font-family:ng_bold;display:inline-block;font-size:1.6em;height:50px;line-height:50px;margin-top:20px;margin-right:5px;} +.tit2{background:#edf7fa;display:block;height:40px;line-height:40px;color:#1a5da8;text-align:center;font-size:1.4em;margin-bottom:30px;} +.tit3{background:url(/site/case/images/sub_con_h3.png) no-repeat left 1px;display:block;font-size:1.2em;color:#000;padding-left:13px;line-height:1.3em;} +.tit4{background:#edf7fa;display:block;height:60px;line-height:60px;color:#1a5da8;font-size:1.4em;margin-bottom:30px;font-weight:bold;padding-left:10px;border-left:8px solid #1a5da8;} +.tit5{color:#1a5da8;font-size:12px;} +.tit6_agree{font-size:0.9em;} +.tit7{display:inline-block;padding-left:25px;background:url(/site/case/images/noti_blue.png) no-repeat left center;font-size:1.5em;color:#1a5da8;height:60px;line-height:60px;font-family:ng_bold;} + + +/* list-style-type */ +.disc1{background:url(/site/case/images/disc1.png) no-repeat 10px 7px;} +.disc2{background:url(/site/case/images/disc2.png) no-repeat 0 5px;} +.disc3{background:url(/site/case/images/disc4.png) no-repeat 0 6px;} +.disc4:before{content:"□ ";} +.disc5>li{background:url(/site/case/images/disc5.png) no-repeat 3px 1px;} +.disc6{background:url(/site/case/images/sub_con_h3.png) no-repeat 0 0;} +.disc7{background:url(/site/case/images/disc2.png) no-repeat 0 5px;padding-left:10px;} +.disc8>li{background:url(/site/case/images/disc2.png) no-repeat 0 9px;padding-left:12px;} +.depth3>li,.depth3>*{background:url(/site/case/images/disc5.png) no-repeat 3px 1px;padding-left:18px;line-height:22px;} +.depth2{background:url(/site/case/images/disc6.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} +.depth3_for_sub>li{background:url(/site/case/images/disc5.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} +.depth3{background:url(/site/case/images/disc5.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} + +/* 들여쓰기 */ +/*.indent>*,.indent>li>*{padding-left:13px;}*/ +.indent{padding-left:13px;} +.indent2{padding-left:20px;} +.indent18{padding-left:18px;} +.indent_child>li{padding-left:13px;} +.indent18_child>li{padding-left:18px;} + +/* 박스 */ +.inbox{background:#f7f7f7;padding:15px;} +.inbox6{background:#fff; border:1px solid #ccc; padding:15px;} +.inbox6_2{background:#fff; border:1px solid #ccc; padding:8px 15px;} +.inbox2{background:#f7f7f7;padding:25px;} +.inbox3{background:#f9fcfe url(/site/case/images/speaker.png) no-repeat 20px 20px;padding:25px;border:1px solid #e2e2e2;} +.inbox4{background:#e4f2fe url(/site/case/images/building.png) no-repeat 20px 20px;height:140px;padding:10px 35px;border:1px solid #e2e2e2;border-bottom:2px solid #6b99ca;} +.inbox5{background:#f1f5f6;padding:25px;border:1px solid #e2e2e2;border-top:0;} +.text_box1{width:100%;height:200px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} +.text_box2{width:calc(100% - 20px);height:100px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} +.text_box3{height:300px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} + +/* 반응형리스트 */ +/* 좌우정렬 */ +.resp_li_child2l>li>span:nth-child(2){text-align:left;padding-left:10px;} +.resp_li_child2l>li.resp_li_tit>span{text-align:center;} +/* 4칸 */ +.resp_li1>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li1>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li1>li.resp_li_tit>span{color:#000;} +.resp_li1>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li1>li>span:nth-child(1){width:calc(20% - 10px);} +.resp_li1>li>span:nth-child(2){width:calc(40% - 10px);} +.resp_li1>li>span:nth-child(3){width:calc(20% - 10px);} +.resp_li1>li>span:nth-child(4){width:calc(20% - 10px);} +/* 4칸 */ +.resp_li1_2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li1_2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li1_2>li.resp_li_tit>span{color:#000;} +.resp_li1_2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li1_2>li>span:nth-child(1){width:calc(10% - 10px);} +.resp_li1_2>li>span:nth-child(2){width:calc(55% - 10px);text-align:left;} +.resp_li1_2>li>span:nth-child(3){width:calc(20% - 10px);} +.resp_li1_2>li>span:nth-child(4){width:calc(15% - 10px);} +/* 5칸 */ +.resp_li2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li2>li.resp_li_tit>span{color:#000;} +.resp_li2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li2>li>span:nth-child(1){width:calc(15% - 10px);} +.resp_li2>li>span:nth-child(2){width:calc(45% - 20px);} +.resp_li2>li>span:nth-child(3){width:calc(10% - 10px);} +.resp_li2>li>span:nth-child(4){width:calc(15% - 10px);} +.resp_li2>li>span:nth-child(5){width:calc(15% - 10px);} +/* 5칸 */ +.resp_li2_2{height:288px; overflow-y:scroll;} +.resp_li2_2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li2_2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li2_2>li.resp_li_tit>span{color:#000;} +.resp_li2_2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li2_2>li>span:nth-child(1){width:calc(15% - 10px);} +.resp_li2_2>li>span:nth-child(2){width:calc(40% - 20px);} +.resp_li2_2>li>span:nth-child(3){width:calc(20% - 10px);} +.resp_li2_2>li>span:nth-child(4){width:calc(10% - 10px);} +.resp_li2_2>li>span:nth-child(5){width:calc(15% - 10px);} +/* 6칸 */ +.resp_li2_3>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li2_3>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li2_3>li.resp_li_tit>span{color:#000;} +.resp_li2_3>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li2_3>li>span:nth-child(1){width:calc(13% - 10px);} +.resp_li2_3>li>span:nth-child(2){width:calc(37% - 20px);} +.resp_li2_3>li>span:nth-child(3){width:calc(13% - 10px);} +.resp_li2_3>li>span:nth-child(4){width:calc(13% - 10px);} +.resp_li2_3>li>span:nth-child(5){width:calc(11% - 10px);} +.resp_li2_3>li>span:nth-child(6){width:calc(13% - 10px);} +/* 3칸 */ +.resp_li3>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li3>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li3>li.resp_li_tit>span{color:#000;} +.resp_li3>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li3>li>span:nth-child(1){width:calc(30% - 10px);} +.resp_li3>li>span:nth-child(2){width:calc(30% - 10px);} +.resp_li3>li>span:nth-child(3){width:calc(40% - 10px);} +/* 3칸 */ +.resp_li3_2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li3_2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li3_2>li.resp_li_tit>span{color:#000;} +.resp_li3_2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li3_2>li>span:nth-child(1){width:calc(15% - 10px);} +.resp_li3_2>li>span:nth-child(2){width:calc(70% - 10px);text-align:left;} +.resp_li3_2>li>span:nth-child(3){width:calc(15% - 10px);} +/* 정렬 */ + + +/* 20190927 복붙 추가. */ +.resp_li3_2_yym>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li3_2_yym>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li3_2_yym>li.resp_li_tit>span{color:#000;} +.resp_li3_2_yym>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li3_2_yym>li>span:nth-child(1){width:calc(5% ); margin-left:5px;} +.resp_li3_2_yym>li>span:nth-child(2){width:calc(20%);} +.resp_li3_2_yym>li>span:nth-child(3){width:calc(50%);text-align:left;} +.resp_li3_2_yym>li>span:nth-child(4){width:calc(5% ); width:80px;} +.resp_li3_2_yym>li>span:nth-child(5){width:calc(5% ); } + + +/* list */ +/* 오시는 길 */ +.map_wrap1{width:100%;} +.map_l ul>li{padding-top:3px; padding-bottom:3px;line-height:18px;} +.map_l{display:inline-block;width:50%;float:left;margin-top:20px;} +.map_r{display:inline-block;width:50%;float:right;margin-top:20px;} +.map_wrap1>div{width:100% !important;} +.busnum{line-height:20px;} + +/* 페이지네이션 */ +.pre2{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_1.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.pre1{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_2.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.post1{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_3.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.post2{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_4.png) no-repeat center center;text-indent:-9999em;} +.p_num{display:inline-block;width:20px;height:20px; line-height:20px; no-repeat center center;margin-right:5px;text-align:center;vertical-align:middle;color:#9a9a9a;} +.p_num_on{color:#fff;background:#ffc32b;} + +/* position */ +.rel_wrap{position:relative;} + +/* 탭 */ +.tab_pos_rel{position:relative;} +.sub_con .subTab_a{width:100%;} +.sub_con .subTab_b_con{width:calc(100% - 20px);padding-top:90px;} +.sub_con .subTab_b_tit{display:inline-block;background:#f2f2f2;width:calc(100%/3);height:45px;line-height:45px;position:absolute;} +.sub_con .subTab_b_tit>button{display:inline-block;width:90%;color:#000;text-align:left;padding-left:20px;margin-left:10px;background:url(/site/case/images/disc3.png) no-repeat left center;} +.sub_con .subTab_b_tit1{top:0;left:0;} +.sub_con .subTab_b_tit2{top:0;left:calc(100%/3);} +.sub_con .subTab_b_tit3{top:0;left:calc(200%/3);} +.sub_con .subTab_b_tit4{top:40px;left:0;} +.sub_con .subTab_b_tit5{top:40px;left:calc(100%/3);} +.sub_con .subTab_b_tit6{top:40px;left:calc(200%/3);} +.sub_con .subTab_c_tit{width:calc(100% - 10px);height:50px;line-height:50px;padding-left:10px;} +.sub_con .subTab_c_tit span{color:#fff;} +.sub_con .subTab_c_tit{color:#fff;font-size:1.3em;display:inline-block;width:100%;height:100%;text-align:left;background:#bbb url(/site/case/images/arr_bot.png) no-repeat 98% center;} +.sub_con .subTab_c_tit_on{background:#72a4df url(/site/case/images/arr_up.png) no-repeat 98% center;} +.sub_con .subTab_c_tit_off{background:#bbb url(/site/case/images/arr_bot.png) no-repeat 98% center;} + + +/* 2개짜리탭(분쟁조정신청현황) */ +.tab_wrap{position:relative;} +.tab2{float:left;display:inline-block;text-align:center;} +.tab2>strong{background:#eaecec;margin:0;padding:0;width:100%;} +.tab2>strong a{display:inline-block;padding:10px 30px;width:calc(100% - 60px);} +.tab2>strong a.long{display:inline-block;padding:10px 0;width:calc(100% - 40px);} +.tab2>strong.tab_on{background:#0595d1;} +.tab2>strong.tab_on a{color:#fff;} +div.tab2Con{width:100%;position:absolute;top:42px;} +.tab2b{float:left;display:inline-block;text-align:center;} +.tab2b>strong{background:#eaecec;margin:0;padding:0;width:100%;} +.tab2b>strong a{display:inline-block;padding:10px 33px;width:calc(100% - 60px);} +.tab2b>strong.tab_on{background:#5c646e;} +.tab2b>strong.tab_on a{color:#fff;} +div.tab2bCon{width:100%;position:absolute;top:47px;} +.top66i{top:66px !important;} +.border_t{border-top:1px solid #b4b4b4;} +.test{width:100%;position:absolute;bottom:0;} +/* 4개짜리탭(분쟁조정신청현황) */ +.tab4{float:left;display:inline-block;text-align:center;width:50%;} +.tab4:nth-child(odd){margin-right:1px;width:calc(50% - 1px);} +.tab4:nth-child(even){margin-bottom:1px;;} +.tab4>strong{background:#eaecec;margin:0;padding:0;width:100%;} +.tab4>strong a{display:inline-block;padding:10px 30px;width:calc(100% - 60px);} +.tab4>strong.tab_on{background:#0595d1;} +.tab4>strong.tab_on a{color:#fff;} +/* 5개짜리탭일때 추가클래스(분쟁조정제도안내) */ +.tab20per_to_50per{width:calc(100%/6); border-right:1px solid #fff; box-sizing:border-box;} +.TabThickHeight .border_t{border:0;} +/* 탭이 2줄일때 추가클래스(분쟁조정제도안내) */ +div.tab_top64{top:64px;} +.tab_top64i{top:64px !important;} + +/* table common */ +.inp_default{display:inline-block;border:1px solid #e2e2e2;height:30px;} +.inp_ful{display:inline-block;width:calc(100% - 10px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_ful2{display:inline-block;width:100%;border:1px solid #e2e2e2; height:30px; box-sizing: border-box;} +.inp_label{display:inline-block;width:calc(100% - 80px);border:1px solid #e2e2e2;margin:5px 0;height:30px;} +.inp_basic{display:inline-block;width:175px;border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_right{display:inline-block;width:370px;border:1px solid #e2e2e2;margin:5px;height:30px;float:right;} +.inp_phone{display:inline-block;width:45px;border:1px solid #e2e2e2;margin:5px 3px;height:30px;} +.inp_phone2{display:inline-block;width:75px;border:1px solid #e2e2e2;margin:5px 3px;height:30px;} +.inp_fax{display:inline-block;width:40px;border:1px solid #e2e2e2;margin:5px 3px 5px 5px;height:30px;} +.inp_cnt{display:inline-block;width:calc(100% - 40px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_period{display:inline-block;width:calc(50% - 20px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.sel_default{height:32px;border:1px solid #e2e2e2;} +.sel_basic{margin:5px;height:30px;width:175px;border:1px solid #e2e2e2;} +.sel_full{margin:0 5px;height:30px;width:calc(100% - 10px);border:1px solid #e2e2e2;} +.sel_full2{margin:5px 0;height:30px;width:100%;border:1px solid #e2e2e2;} +.sel_full3{height:30px;width:100%;border:1px solid #e2e2e2;} +.sel_phone{margin:5px 0 5px 5px;height:30px;border:1px solid #e2e2e2;} +.btn_in_tbl{display:inline-block;color:#fff;text-align:center;padding:7px 20px;background:#676767;cursor:pointer;} +.txta_full{width:calc(100% - 10px);height:100px;max-height:200px;max-width:100%;margin:5px;} +.txta_full2{width:calc(100% - 5px);height:100px;max-height:200px;max-width:100%;margin-top:5px;} +/* 버튼 */ +.btn_wrap{width:100%;text-align:center;} +.btn_default{display:inline-block;color:#fff;text-align:center; padding:9px 30px;background:#676767; cursor:pointer;border-radius:4px;} +.btn_noti{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#676767; cursor:pointer; border-radius:4px;} +.btn_next{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#1a5da8; cursor:pointer;border-radius:4px;} +.btn_cancle{display:inline-block;color:#fff;text-align:center; padding:10px 30px;background:#676767; cursor:pointer;border-radius:4px;} +.btn_del{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#3685e1; cursor:pointer;border-radius:4px;} +.btn_look{color:#fff;text-align:center;padding:5px 10px;background:#13b9ab;cursor:pointer;v ertical-align:middle;border-radius:4px;} +.btn1{display:inline-block;color:#fff;text-align:center;padding:6px 10px 3px 10px;background:#1a5da8;cursor:pointer;line-height:1.2em;vertical-align:middle; border-radius:5px;border-radius:4px;} +.btn_login{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#1a5da8; cursor:pointer;border-radius:4px;width:100%;} +.btn_login2{display:inline-block;color:#fff;text-align:center; background:#ff8048; cursor:pointer;border-radius:4px;width:100%;font-size:1.3em;font-weight:bold;height:70px;} +.bg_orange{background:#ffc32b;} +.bg_sky{background:#add5f8;} +.bg_brown{background:#cd7900;} +.bg_000{background:#000;} +.fc_000{color:#000;} +.fc_brown{color:#cd7900;} + +.btn_inner_default{display:inline-block;color:#fff;text-align:center; padding:7px 13px;background:#676767; cursor:pointer;border-radius:4px;} +.btn_inner_violet{display:inline-block;color:#fff;text-align:center; padding:7px 13px;background:#5e66ab; cursor:pointer;border-radius:4px;} +.btn_inner_gray{display:inline-block;color:#fff;text-align:center; padding:7px 13px;background:#7e7e7e; cursor:pointer;border-radius:4px;} +.btn_inner_red{display:inline-block;color:#fff;text-align:center; padding:7px 13px;background:#b11010; cursor:pointer;border-radius:4px;} + +/* table */ +.tbl1 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl1 table tr{border-bottom:1px solid #cecece;} +.tbl1 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl1 table td{border-bottom:1px solid #cecece;vertical-align:middle;line-height:42px;} +.tbl1 table td input{margin-left:5px;} +.tbl1 table td select{border:1px solid #cecece;} +.tbl1 table th{line-height:18px;} +.tbl1 table.td_pl10 td{padding-left:10px;} + +.tbl2 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl2 table tr{border-bottom:1px solid #cecece;} +.tbl2 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl2 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;} +.tbl2 table td:last-child{border-right:0;} +.tbl2 table td select{border:1px solid #cecece;} +.tbl2 table th{line-height:18px;} +.tbl2 table td.tal_l {text-align:left;} +.tbl2 table td label{line-height:18px;} + +.tbl3 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl3 table tr{border-bottom:1px solid #cecece;} +.tbl3 table th{padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;border-right:1px solid #cecece;} +.tbl3 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;line-height:18px;} +.tbl3 table td:last-child{border-right:0;} +.tbl3 table th:last-child{border-right:0;} +.tbl3 table td select{border:1px solid #cecece;} +.tbl3 table th{line-height:18px;} +.tbl3 table td.tal_l {text-align:left;} +.tbl3 table th.bdr{border-right:1px solid #cecece;} + +.tbl4 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl4 table tr{border-bottom:1px solid #e2e2e2;} +.tbl4 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #e2e2e2;vertical-align:middle;border-left:1px solid #e2e2e2;} +.tbl4 table th:first-child{border-left:0;} +.tbl4 table td{border-bottom:1px solid #e2e2e2;vertical-align:middle;line-height:18px; text-align:center;padding:5px 0;border-left:1px solid #e2e2e2;} +.tbl4 table td:first-child{border-left:0;} +.tbl4 table td input{margin-left:5px;} +.tbl4 table td select{border:1px solid #e2e2e2;} +.tbl4 table th{line-height:18px;} + +.tbl5 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl5 table tr{border-bottom:1px solid #cecece;} +.tbl5 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;line-height:18px;} +.tbl5 table td{border-bottom:1px solid #cecece;vertical-align:middle;line-height:24px;padding:10px 15px;} + +.tbl6 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl6 table tr{border-bottom:1px solid #cecece;} +.tbl6 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;line-height:18px;} +.tbl6 table td{border-bottom:1px solid #cecece;vertical-align:middle;line-height:24px;padding:10px 15px; text-align: center;} + +/* 테이블 상단 left, right(검색박스) */ +.tbl_abv_wrap{} +.tbl_abv_l{display:inline-block;margin-top:18px;} +.tbl_abv_r{display:inline-block;float:right;} +.tbl_abv_wrap2{border-bottom:1px solid #e2e2e2;padding:20px 10px 15px 20px;vertical-align:middle;} +.tbl_abv_l2{display:inline-block;vertical-align:middle;} +.tbl_abv_l2>span{font-size:1.4em;} +.tbl_abv_r2{display:inline-block;float:right;vertical-align:middle;} +.tbl_abv_r2 img{vertical-align:middle;} +.file_ico{background:url(/site/case/images/paper.png) no-repeat left center;padding-left:18px;} + +/* tbl 마지막으로 유지 */ +.bdr{border-right:1px solid #cecece;} +td.bdl,table td:first-child.bdl{border-left:1px solid #cecece;} +td.bdl2,table td:first-child.bdl2{border-left:1px solid #e2e2e2;} +.tbl1, .tbl2, .tbl3, .tbl4{position:relative;} +th.tbl_bg{background:#f2f2f2;} +.td_p_12 table td{padding:12px 0;} + + +/* 파일업로드 */ +input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;} +.ex_filename,.ex_filename2 {display: inline-block;padding: .5em .75em;color: #999;font-size: inherit;line-height: normal;ertical-align: middle;background-color: #13b9ab;cursor: pointer;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;color:#fff;padding:7px 20px;} +.upload-name,.upload-name2 {display: inline-block;padding: .5em .75em; /* label의 패딩값과 일치 */font-size: inherit;font-family: inherit;line-height: normal;vertical-align: middle;background-color: #f5f5f5;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;-webkit-appearance: none; /* 네이티브 외형 감추기 */-moz-appearance: none;appearance: none;margin-left:5px;} + +/* 달력 datepicker */ +.datepicker{border:1px solid #e2e2e2;height:30px;margin-left:5px;} +#ui-datepicker-div{font-size: 62.5% !important;} +.cal{display:inline-block;height:30px;line-height:30px;} +.cal>img{margin:4px;} + +/* 달력 */ +.cal_wrap{background:#f4f4f4; padding-bottom:18px;} +#calendar button{border-radius:0; } +#calendar {position:relative; max-width:300px; width:100%; margin:0 auto; padding:1px; } +#calendar .control {position:absolute; z-index:10; width:100%; height:40px;} +#calendar .control a {font-size:12px; line-height:40px; color:#fff; text-decoration:none; border-radius:0} +#calendar .control button {background-color:#f0f0f0; border-radius:0; height:2em; line-height:1; padding:0 1em; width:8em; line-height:20px; text-indent:-9999em;} +#calendar .control button:first-child{background:url(/site/case/images/cal_l_ico.png) no-repeat center center;} +#calendar .control button:last-child{background:url(/site/case/images/cal_r_ico.png) no-repeat center center;} +#calendar .control .prevMon {position:absolute; top:3px; left:5px;} +#calendar .control .nextMon {position:absolute; top:3px; right:5px;} +#calendar .calendarBox {} +#calendar .calendarBox table {width:100%; border-collapse:collapse; table-layout:fixed;} +#calendar .calendarBox table caption {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0, 0, 0, 0); border:0;} +#calendar .calendarBox table th {height:36px; line-height:36px; width:14.285%; font-size:12px;} +#calendar .calendarBox table td { background-color:#fff; text-align:center; height:30px; font-size:11px; vertical-align:middle; border-bottom:1px solid #e2e2e2;} +#calendar .calendarBox table td .day {display:block; width:100%; height:30px; border:none; color:#333; text-decoration:none; line-height:30px;} +#calendar .calendarBox table td .day:hover {background-color:#ffc32b; color:#fff !important; font-weight:bold; border-radius:0} +#calendar .calendarBox table td.today .day {color:#fff; font-weight:bold; background-color:#ffc32b;} +#calendar .calendarBox table td.sunday .day {color:#cc0033; font-weight:bold;} +#calendar .calendarBox table td.holiday .day {color:#cc0033; font-weight:bold;} +#calendar .calendarBox table td.saturday .day {color:#0066ff; font-weight:bold;} +#calendar .calendarBox table td.prevMonth {color:#ccc;} +#calendar .calendarBox table td.nextMonth {color:#ccc;} +#calendar .calendarBox table td.point button{width:26px; height:26px; border-radius:13px; background:#ff6600; color:#fff; text-align:center; margin:2px auto; vertical-align:middle; line-height:28px;} +#calendar .calendarBox table thead tr:first-child th{font-size:18px;} +#calendar .calendarBox table thead tr:last-child th{border-top:2px solid #1a5da8;border-bottom:1px solid #ccc;} +#calendar .calendarBox table thead tr:last-child{border-left:1px solid #ccc;border-right:1px solid #ccc;} +#calendar .calendarBox table tbody{border-left:1px solid #ccc;border-right:1px solid #ccc;} +#calendar .calendarBox table tbody tr:nth-child(even) td{background:#f4f4f4;} + +/************** media **************/ + +@media screen and (max-width:1000px) { + + #header{height:83px;} + #header,#main,#footer{width:100%;margin:0 auto;} + #main{padding:5px; box-sizing:border-box;} + header{margin:0 auto;} + .head_top{text-align:center; width:100%; background:#f6f6f6;} + h1.logo{float:none;} + .head_con{width:100%;} + .head_con>nav{width:100%; height:3px;} + + + .p_menu{display:none;} + .m_menu_wrap .mm_open{display:block;} + .top_menu{display:none;} + + + .con_part1_inner .main_tit{float:none;width:100%;} + .con_part1_inner aside{float:none;width:100%;} + .con_part1_inner,.con_part2_inner{width:100%;} + .board_wrap{float:none; width:100%; box-sizing:border-box;} + .service{float:none; width:100%;} + .service>ul>li{float:left; width:50%; border:1px solid #cecece; box-sizing:border-box; margin-top:4px; background-position:calc(100% - 15px) 10px !important; background-color:#fff;} + .service>ul>li:nth-child(odd){width:calc(50% - 4px); margin-right:4px;} + .service>ul>li:last-child{border-bottom:1px solid #cecece;} + .service>ul>li>a{width:100%; height:100%; box-sizing:border-box; padding-right:10px; } + + /*.con_part1_inner .main_tit>h1{background:url(/site/case/images/main_tit_2.png) no-repeat top center; margin-top:40px; max-width:80%;}*/ + .con_part1_inner .main_tit>h1{background-image:url(/site/case/images/main_tit_2.png); background-repeat: no-repeat; background-position:center center; background-size:100%; margin-top:40px; max-width:80%;} + .con_part1_inner aside{background-color:#1872b3; background-image:url(/site/case/images/calling.png); background-repeat: no-repeat; background-position: 90% 70px;} + .con_part1_2 .con_part1_inner{height:auto;} + .con_part1_2 .main_tit{position:relative; top:0; left:0;} + .con_part1_2 .main_vi{position:relative; bottom:0; left:0;} + .con_part1_2 aside{position:relative; top:0; right:0;} + .con_part1_2 .main_tit{text-align:center;} + .con_part2_inner_a{border:0;} + .con_part2{background:#fafafa;} + .board_wrap{border: 1px solid #cecece; background:#fff;} + + .loc_wrap{display:none;} + + .sub_nav_bg{display:none;} + .sub_con_wrap{width:100%;} + .wrap{border:1px solid #e2e2e2; margin:9px; width:calc(100% - 20px);} + + #foot{padding:0 10px;width:calc(100% - 20px);height:auto;background-color:#3c3d41; background-image:none;} + .foot_logo{border:0;float:none;padding:0; display:none;} + .foot_top{width:100%; text-align:center; margin-top:10px;} + .foot_top a{display:inline-blcok; color:#fff;} + .foot_con{width:100%;margin:0 auto;padding:5px 0;text-align:center;} + address{width:100%;} + address p{color:#b3b5b2;} + .slct_site_wrap{display:none; } + .copyright{color:#5c5e5d;} + .copyright strong{color:#1978ad;} + + /* 공통 */ + .m_dis_none{display:none;} + .tab20per_to_50per{width:50%;} + + /* 협의회 */ + .meet_lg_r{margin-top:30px; padding-top:30px; border-top:1px dashed #e2e2e2;} + .meet_lg_wrap2 .meet_lg_l{width:100%;} + .meet_lg_wrap2 .meet_lg_r{width:100%; margin-left:0;} + .tbl_abv_r2{float:none; display:block; margin-top:10px;} + /* mail폼 */ + .mail_cmpltd_wrap{width:100%;} + /* tab2 5개일때 컨텐츠 높이 */ + .tab_top64i{top:auto;} + .TabThickHeight .tab2{border-bottom:1px solid #fff;} + .TabThickHeight .tab2Con{top:200px;} + .TabThickHeight .tab20per_to_50per:nth-child(3){border-right:0;} + +} + + +@media screen and (max-width:768px) { + + h1.logo>a>img.mlogo{display:inline-block;} + h1.logo>a>img.plogo{display:none;} + h1.logo>a{display:inline-block; width:84px;} + + .main_vi>a{background-size:75%;} + .service .sv1,.service .sv2,.service .sv3,.service .sv4{background-image:none;} + + .sub_tit{padding-bottom:10px; margin-bottom:10px; border:0;} + .sub_con{margin-top:0;} + .sub_con_wrap_inner{width:100%;} + .sub_con .subTab_b_tit {width:50%;} + .sub_con .subTab_b_tit1 {top:0;left:0;} + .sub_con .subTab_b_tit2 {top:0;left:50%;} + .sub_con .subTab_b_tit3 {top:40px;left:0;} + .sub_con .subTab_b_tit4 {top:40px;left:50%;} + .sub_con .subTab_b_tit5 {top:80px;left:0;} + .sub_con .subTab_b_tit6 {top:80px;left:50%;} + + .m_pd_0{padding:0;} + .m_pdlr_15{padding:0 15px;} + .m_pd_10{padding:10px; box-sizing:border-box;} + .m_bg_none{background:none;} + .m_bgclr_none{background-image:none;} + + /* 서브페이지 타이틀 */ + .sub_tit .tit1{display:block;width:100%; padding-left:10px; box-sizing:border-box;} + .sub_tit span{margin-left:0; padding-left:10px; box-sizing:border-box; line-height:20px;} + + /* 모바일 좌측, 우측 공간생성 */ + .m_pdl10{padding-left:10px; box-sizing:border-box;} + .m_pdr10{padding-right:10px; box-sizing:border-box;} + + /* pc, mobile for table */ + .pc{display:none;} + .mobile{display:block;} + .tab2{width:50%;} + .tab2>strong a{padding:10px 0;} + .tab2Con>h4{margin-left:10px;} + + .m_mgl_to_0{margin-left:0;} + .m_mgr_to_10{margin-right:10px;} + .m_pdl_to_0{padding-left:0;} + + /* resp_li1 (테이블형리스트) */ + .resp_li{padding-left:0;} + .resp_li span,.resp_li span a{word-wrap: break-word;} + .resp_li1{padding-left:0;} + .resp_li1 span,.resp_li1 span a{word-wrap: break-word;} + .resp_li3{padding-left:0;} + .resp_li3 span,.resp_li1 span a{word-wrap: break-word;} + + /* resp_li2 */ + .resp_li2{border-top:2px solid #1a5da8;} + .resp_li2>li>span{padding-left:10px; background:url(/site/case/images/disc7.png) no-repeat left center;margin-left:10px;} + .resp_li2>li>span:before{color:#000;} + .resp_li2>li>span:nth-child(1){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(1):before{content:"구분 : ";} + .resp_li2>li>span:nth-child(2){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(2):before{content:"제목 : ";} + .resp_li2>li>span:nth-child(3){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(3):before{content:"답변여부 : ";} + .resp_li2>li>span:nth-child(4){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(4):before{content:"접수일 : ";} + .resp_li2>li>span:nth-child(5){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(5):before{content:"처리상태 : ";} + .resp_li2>li>span{text-align:left;} + .resp_li2>.resp_li_tit{display:none;} + + + /* 사건조회 로긴 */ + .login_wrap{width:100%;} + .inbox4{height:auto;} + + /* 분쟁조정신청(6개탭이 2줄-3줄로 늘어남) */ + .sub_con .subTab_b_con{padding-top:120px;} + /* */ + /* 본인인증 (2개페이지) */ + .certify_btn_wrap{width:100%;float:none;left:auto;} + .certify {float:none;left:auto;margin-right:0;margin-bottom:10px;} + /* 반응형에서 오른쪽 띄우기(반응형 전용 박스가 필요함) */ + .indent,.indent2{margin-right:15px;} + /* 오시는 길 */ + .map_l{width:100%;float:auto;} + .map_r{width:100%;float:auto;} + /* 협의회 */ + .meet_lg_wrap{width:100%;} + /* 메일폼 */ + .mail_cmpltd_top_wrap{ background-image:none; padding-bottom:20px;} + .logo{display:block;} + .mail_site{position:relative; top:10px; right:auto; left:20px;} + + .tbl_abv_r{padding-right:10px; box-sizing:border-box;} + +} + +@media screen and (max-width:600px) { + .main_vi>a{width:50%; background-size:104px 105px;} + .service .sv1,.service .sv2,.service .sv3,.service .sv4{min-height:92px;} +} + +@media screen and (max-width:480px) { + .tbl_abv_r{width:100%;margin-top:10px;} + .board_wrap>article>h3>button, + .board_wrap .qest1 button{font-size:1em;} + .con_part2 .more_b{display:none;} + .qest2{left:120px;} + .qest3{left:230px;} + .board_wrap>article>h3>button{padding:0 10px;} + +} + + +@media screen and (max-width:400px) { + .main_vi>a{width:100%; height:70px; background-size:50px;} + .main_vi>a.vi1,.main_vi>a.vi2,.main_vi>a.vi3,.main_vi>a.vi4,.main_vi>a.vi5{background-position:30px 10px;} + .main_vi>a span{margin-top:25px;} + .foot_top a{padding:0; margin:0 5px; border:0; line-height:10px;} +} + + + + /* */ + /* */ + /* */ + /* */ + /* */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/css/common_160809.css b/src/main/webapp/WEB-INF/views/site/case/css/common_160809.css new file mode 100644 index 00000000..a8d9739c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/common_160809.css @@ -0,0 +1,447 @@ +@charset "utf-8"; + +p,span,li{color:#747474;} + +#wrap{position:relative;} +#header{width:100%;margin:0 auto;height:135px;background:url('') repeat-x center center;} +header{height:100%;background:#fff;} +.head_top{width:1000px;height:80px;margin:0 auto;} +.head_con{background:#29b3e8 url(../images/gnb_bg.png) repeat-x bottom;} +.head_con>nav{width:1000px;height:55px;margin:0 auto;} + +.logo{display:inline-block;float:left;width:300px;height:52px;margin-top:12px;} +.logo>a{display:block;width:100%;height:100%;} + + + +.top_menu{display:inline-block;width:210px;height:30px;float:right;line-height:30px;margin-top:26px;} +.top_menu>span{padding:0 10px;} +.top_menu>span:first-child{background:url(../images/top_devide.png)no-repeat center right;padding-left:0;} +.top_menu>button{width:17px;height:16px;} + +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10;background:#fff url(../images/gnb_bg_bot.png)repeat-x bottom;width:100%;height:410px;} +.p_menu{height:100%;} +.p_menu .depth1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .depth1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .depth1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .depth1 > li > a:hover{color:#000;} + +.depth2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:400px;width:100%;} +.pmenu_last{border-right:1px solid #eeeeee;} +.depth2 > li{text-align:left;width:165px;} +.depth2 > li > a{color:#232323;display:block;padding:10px 5px;} +.depth2 > li > a:hover{color:#000;} + +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_depth1 > li{width:320px;} +.m_depth1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_depth2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_depth2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_depth2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} + +#main{width:100%;overflow:hidden;} +.con_part1{background:#ceedf7;} +.con_part2{background:#fff;padding-bottom:50px;} +.con_part1_inner, +.con_part2_inner{width:1000px;margin:0 auto;} + +.more{position:absolute;top:12px; right:15px;text-indent:-999em;font-size:0;width:26px;height:26px;} +.more_b{background:url(../images/more_b.png)no-repeat center center;border:1px solid #cecece;} +.more_w{background:url(../images/more_w.png)no-repeat center center;border:1px solid #fff;} + + +.con_part1_inner .main_tit{float:left;width:60%;height:165px;} +.con_part1_inner .main_tit>h1{background:url(../images/main_tit.png)no-repeat top left;text-indent:-999em;font-size:0;display:inline-block;width:364px;height:75px;margin-top:70px;} +.con_part1_inner aside{float:left;width:40%;height:198px;background:#1872b3 url(../images/calling.png)no-repeat 270px 70px;margin:15px 0;color:#fff;position:relative;} +.con_part1_inner aside h3{border-bottom:1px solid #fff;height:50px; line-height:50px; margin:0 15px; font-size:1.25em;} +.con_part1_inner aside a{color:#fff;} +.con_part1_inner .call_center{margin:15px;} +.con_part1_inner .callno{display:block;color:#f3e465;font-size:2.5em;font-family:ng_bold;margin-top:25px;} +.callperi{display:block;margin-top:5px;margin-left:5px;color:#fff;} +.call_center a{display:inline-block;width:100px; height:30px; line-height:30px; text-align:center; border:1px solid #fff; margin-top:15px; font-size:1.25em;} +.main_vi{width:100%;} +.main_vi>a{display:inline-block;width:20%;height:173px;text-align:center;font-size:1.25em;margin:0;padding:0;} +.main_vi>a span{display:inline-block;margin-top:140px;color:#fff;} +.main_vi .vi1{background:#316aa5 url(../images/vi1.png)no-repeat right bottom;} +.main_vi .vi2{background:#56a994 url(../images/vi2.png)no-repeat right bottom;} +.main_vi .vi3{background:#8075d0 url(../images/vi3.png)no-repeat right bottom;} +.main_vi .vi4{background:#f0b324 url(../images/vi4.png)no-repeat right bottom;} +.main_vi .vi5{background:#14ade1 url(../images/vi5.png)no-repeat right bottom;} + + +/* �����ϴ��� ��Ʈ */ +.con_part2_inner_a{border:1px solid #cecece;border-top:none;} +.board_wrap{float:left;width:calc(70% - 31px);height:260px;border-right:1px solid #cecece;position:relative;padding:5px 15px;} +/*.board_wrap>article{position:absolute;top:0;left:0;width:100%;}*/ +.board_wrap>article>h3>button{height:40px;line-height:40px;font-size:1.07em;background:url(../images/board_tit_bg.png)no-repeat right center;padding:0 15px;} +.board_wrap>article:last-child h3>button{background:none;} +.board_wrap>article>ul{border-top:1px solid #cecece;} +.board_wrap>article>ul>li{margin:15px 0;text-indent:10px;list-style-type: disc; list-style-position: inside;} +.board_wrap>article>ul>li span{float:right;} +.board_wrap .qest1 button{font-size:1.2em;color:#000;font-weight:bold;padding-left:0;} +.qest2{position:absolute;top:5px;left:150px;} +.qest3{position:absolute;top:5px;left:280px;} +.service{float:right;width:30%;} +.service>ul>li{height:25%;border-bottom:1px solid #cecece;} +.service>ul>li:last-child{border-bottom:none;} +.service>ul>li>a{display:inline-block;width:calc(100% - 30px);height:100%;padding:13px 0 0 10px;} +.service>ul>li h4{font-size:1.1em;color:#343639;font-weight:bold;} +.service>ul>li p{font-size:0.8em;margin-top:10px;} +.service .sv1{background:url(../images/sv1.png)no-repeat 240px center;} +.service .sv2{background:url(../images/sv2.png)no-repeat 240px center;} +.service .sv3{background:url(../images/sv3.png)no-repeat 240px center;} +.service .sv4{background:url(../images/sv4.png)no-repeat 240px center;} + + +/* Ǫ�� */ +#foot{width:100%;height:140px;margin:0 auto;background:#f2f2f2 url(../images/foot_bg.png) repeat-x top;overflow:hidden;} +.foot_top{width:1000px;margin:0 auto;height:40px;line-height:40px;} +.foot_top .slct_site_wrap{float:right;} +.foot_top .slct_site{height:30px;} +.foot_top .slct_site_go{display:inline-block;width:22px;height:30px;line-height:30px;text-align:center;color:#fff;margin-top:5px;margin-left:3px;background:#464646;} +.foot_top a{padding:0 15px;border-right:1px solid #cecece;} +.foot_top a:first-child{color:#1978ad;padding-left:0;} +.foot_top a:last-child{border-right:none;} +.foot_con{width:1000px;margin:0 auto;padding:15px 0;} +.foot_con > p{color:#414141;line-height:16px;} +.foot_logo{padding-right:20px;border-right:1px solid #cecece;height:31px;width:233px;float:left;} +.foot_logo img{text-align:left;height:100%;} +address{float:right;width:725px;} +address p{margin:0;font-size:0.9em;} +address p strong{color:#000;} + + + + + +/************** sub **************/ +/* +���� 1a5da8 +���ϴû�(�߰�) 72a4df +����ϴû� cdedf6 + +���ȸ��(����) f2f2f2 +��ȸ��(�߰�) bbb +���ȸ��(����) 676767 + +borderȸ��(����) bebebe +borderȸ��(����) e2e2e2 +*/ +body{background:#cbeaf3;} +.wrap{width:1000px;margin:0 auto;overflow:hidden;background:#fff;} +.loc_wrap{width:1000px;margin:0 auto;} +.location{display:inline-block;float:right;width:300px;height:40px;line-height:40px;} +.location>a{padding:0 5px 0 15px;background:url(../images/loc_divide.png)no-repeat left 2px;} +.location>a:first-child{padding-left:15px;background:url(../images/loc_home.png)no-repeat left 2px;} + +.sub_nav_bg{float:left;width:210px;} +.sub_nav_wrap{width:210px;} +/*.sub_nav_wrap{width:210px;background:url(../images/sub_nav_bg.png)repeat-y left top;}*/ +.sub_con_wrap{width:790px;float:left;background:#fff;} + +.sub_con_wrap_inner{width:calc(100% - 40px);margin:0 auto;} +.sub_con{margin:30px 0 100px;} +.sub_nav_top{width:210px;height:123px;background:url(../images/sub_lnb_top.png)no-repeat left top;} +.sub_nav_top>strong{display:inline-block;color:#fff;margin-left:10px;padding-top:60px;font-size:1.75em;} +.sub_nav_on{background:url(../images/sub_lnb_tab_on.png)no-repeat left top;} +.sub_nav_on>a{border:0 !important;} +.sub_nav>li{} +.sub_nav>li>a{display:inline-block;width:calc(100% - 2px);height:40px;line-height:40px;text-indent:25px;font-size:1.2em;background:#fff url(../images/sub_lnb_off.png)no-repeat 10px 14px;border:1px solid #cecece;} +li.sub_nav_on>a{color:#fff;background:url(../images/sub_lnb_on.png)no-repeat 10px 14px;height:48px;} +.sub_nav>li>ul{padding:7px 0;border-right:1px solid #cecece;background:#cbeaf3 url(../images/sub_lnb_tab_on_bg.png)repeat-y 8px top;} +.sub_nav>li>ul>li{ list-style-type: disc; + list-style-position: inside;text-indent:20px;height:30px;line-height:30px;} +.sub_tit{border-bottom:1px solid #cecece;} +.sub_tit>span{margin-left:5px;display:inline-block;} +.lnb_bot_box{background:#fff;border:1px solid #cecece;width:208px;height:2000px;} + +/* ��û ���� : �������� */ +.process>li{width:160px;height:60px;display:inline-block;margin-left:10px;} +.process>li>a{width:100%;height:100%;display:inline-block;} +.process1{background:url(../images/process1.png)no-repeat center center;} +.process2{background:url(../images/process2.png)no-repeat center center;} +.process3{background:url(../images/process3.png)no-repeat center center;} +.process4{background:url(../images/process4.png)no-repeat center center;} + +/* +.process>li{float:left;display:inline-block;width:25%;text-align:center;height:41px;line-height:41px;background:#bbb url(../images/process_off.png)no-repeat right center;} +.process>li>span{margin-left:-15px;color:#000;} +.process>li.process_on{background:#1a5da8 url(../images/process_on.png)no-repeat right center;color:#fff;} +.process>li.process_on>span{color:#fff;} +.process>li:last-child{background:#bbb url(../images/process_off_last.png)no-repeat right center;} +*/ +.certify_btn_wrap{text-align:center;float:right;position:relative;left:-50%;} +.certify{display:inline-block;float:left;width:200px;height:130px;border:1px solid #ccc;vertical-align:bottom;float:left;position:relative;left:50%;} +.certify1{background:url(../images/certify1.png)no-repeat center 17px;margin-right:10px;} +.certify2{background:url(../images/certify2.png)no-repeat center 17px;} +a.certify_btn_1{display:inline-block;width:90%;height:30px;line-height:30px;background:#1da5d7;color:#fff;vertical-align:-100px;} +a.certify_btn_2{display:inline-block;width:90%;height:30px;line-height:30px;background:#ff7e00;color:#fff;vertical-align:-100px;} + +/* ��û ���� : �������������� */ +.agree_wrap{position:relative;} +.agree_check_wrap{position:absolute;right:0;bottom:0;} + +/* ��û ���� : �����Է� */ +.qBtn{background:url(../images/question.png)no-repeat center center;width:13px;height:13px;margin-left:3px;} +.qBtn>span{position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} +.must{display:inline-block;background:url(../images/must.png)no-repeat left center;padding-left:10px;} +.add_row_wrap{position:absolute;top:15px;right:0;} + +/* ��û ���� : (tip) */ +.tip{background:url(../images/tip.png)no-repeat left 3px;display:inline-block;padding-left:10px;position:absolute;display:none;} +.tip_con{display:inline-block;max-width:100px;background:#676767;color:#fff;font-size:12px;font-family:'����',dotum,sans-serif;padding:5px;text-align:justify;line-height:14px;border-radius:6px;} +.q11{top:10px;left:160px;} +.q12{top:52px;left:160px;} +.q13{top:94px;left:185px;} +.q14{top:94px;left:520px;} +.q15{top:136px;left:200px;} +.q16{top:178px;left:200px;} +.q17{top:240px;left:200px;} +.q19{top:390px;left:210px;} +.q23{top:60px;left:185px;} +.q1{top:247px;left:75px;} +.q24{top:60px;left:520px;} +.q25{top:102px;left:195px;} +.q26{top:144px;left:195px;} +.q27{top:210px;left:200px;} +.q29{top:355px;left:210px;} + + + +/************** common **************/ +/* text */ +.bold{font-weight:bold;} +.f_sz09{font-size:0.9em;} +.f_sz11{font-size:1.1em;} +.f_sz12{font-size:1.2em;} +.f_sz13{font-size:1.3em;} +.f_sz14{font-size:1.4em;} +.f_sz15{font-size:1.5em;} +.f_sz20{font-size:2em;} +.c_black{color:#000;} +.c_red{color:red;} + +/* �ణ */ +/* p{line-height:1.8em;margin:8px 0;} */ +p{line-height:22px;margin:8px 0;} +.li_gap>li{margin:30px 0;} + +/* Ÿ��Ʋ */ +.tit1{font-family:ng_bold;display:inline-block;font-size:1.6em;height:50px;line-height:50px;margin-top:20px;margin-right:5px;} +.tit2{background:#edf7fa;display:block;height:40px;line-height:40px;color:#1a5da8;text-align:center;font-size:1.4em;margin-bottom:30px;} +.tit3{background:url(../images/sub_con_h3.png)no-repeat left 1px;display:block;font-size:1.2em;color:#000;padding-left:13px;line-height:1.3em;} +.tit4{background:#edf7fa;display:block;height:60px;line-height:60px;color:#1a5da8;font-size:1.4em;margin-bottom:30px;font-weight:bold;padding-left:10px;border-left:8px solid #1a5da8;} +.tit5{color:#1a5da8;font-size:12px;} +.tit6_agree{font-size:0.9em;} +/* list-style-type */ +.disc1{background:url(../images/disc1.png)no-repeat 10px 7px;} +.disc2{background:url(../images/disc2.png)no-repeat 0 6px;} +.disc3{background:url(../images/disc4.png)no-repeat 0 6px;} + +/* �鿩���� */ +/*.indent>*,.indent>li>*{padding-left:13px;}*/ +.indent{padding-left:13px;} +.indent2{padding-left:20px;} + +/* �ڽ� */ +.inbox{background:#f7f7f7;padding:15px;} +.inbox2{background:#f7f7f7;padding:25px;} +.text_box1{width:100%;height:200px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} +.text_box2{width:calc(100% - 20px);height:100px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} + +/* ������Ʈ */ +.resp_li1>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li1>li.resp_li_tit{background:#efefef;border-top:1px solid #1a5da8;} +.resp_li1>li.resp_li_tit>span{color:#000;} +.resp_li1>li>span{text-align:center;display:inline-block;vertical-align:top;} + +/* ��ư */ +.btn_wrap{width:100%;text-align:center;} +.btn_noti{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#676767;cursor:pointer;} +.btn_next{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#1a5da8;cursor:pointer;} +.btn_cancle{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#676767;cursor:pointer;} +.btn_del{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#3685e1;cursor:pointer;} + +/* position */ +.rel_wrap{position:relative;} + +/* �� */ +.tab_pos_rel{position:relative;} +.sub_con .subTab_a{width:calc(100% - 132px);} +.sub_con .subTab_b_con{width:calc(100% - 20px);padding-top:90px;} +.sub_con .subTab_b_tit{display:inline-block;background:#f2f2f2;width:calc(100%/3);height:45px;line-height:45px;position:absolute;} +.sub_con .subTab_b_tit>button{display:inline-block;width:90%;height:80%;color:#000;text-align:left;padding-left:20px;margin-left:10px;background:url(../images/disc3.png)no-repeat left center;} +.sub_con .subTab_b_tit1{top:0;left:0;} +.sub_con .subTab_b_tit2{top:0;left:calc(100%/3);} +.sub_con .subTab_b_tit3{top:0;left:calc(200%/3);} +.sub_con .subTab_b_tit4{top:40px;left:0;} +.sub_con .subTab_b_tit5{top:40px;left:calc(100%/3);} +.sub_con .subTab_b_tit6{top:40px;left:calc(200%/3);} +.sub_con .subTab_c_tit{width:calc(100% - 10px);height:50px;line-height:50px;padding-left:10px;} +.sub_con .subTab_c_tit{color:#fff;font-size:1.3em;display:inline-block;width:100%;height:100%;text-align:left;} +.sub_con .subTab_c_tit1{background:#72a4df url(../images/arr_up.png)no-repeat 98% center;} +.sub_con .subTab_c_tit2{background:#bbb url(../images/arr_bot.png)no-repeat 98% center;} + + + +/* table common */ +.inp_ful{display:inline-block;width:calc(100% - 10px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_basic{display:inline-block;width:175px;border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_phone{display:inline-block;width:45px;border:1px solid #e2e2e2;margin:5px 3px;height:30px;} +.inp_fax{display:inline-block;width:40px;border:1px solid #e2e2e2;margin:5px 3px 5px 5px;height:30px;} +.inp_cnt{display:inline-block;width:calc(100% - 40px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.sel_basic{margin:5px;height:30px;width:175px;border:1px solid #e2e2e2;} +.sel_full{margin:5px;height:30px;width:calc(100% - 10px);margin:0 5px;border:1px solid #e2e2e2;} +.sel_phone{margin:5px 0 5px 5px;height:30px;border:1px solid #e2e2e2;} +.btn_in_tbl{display:inline-block;color:#fff;text-align:center;padding:7px 20px;background:#676767;cursor:pointer;} +.txta_full{width:calc(100% - 10px);height:100px;margin:5px;} +/* table */ +.bdr{border-right:1px solid #cecece;} +.bdl{border-left:1px solid #cecece;} +.tbl1, .tbl2, .tbl3, .tbl4{position:relative;} +.tbl1 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl1 table tr{border-bottom:1px solid #cecece;} +.tbl1 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl1 table td{border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl1 table td select{border:1px solid #cecece;} +.tbl1 table th{line-height:18px;} + +.tbl2 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl2 table tr{border-bottom:1px solid #cecece;} +.tbl2 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl2 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;} +.tbl2 table td:last-child{border-right:0;} +.tbl2 table td select{border:1px solid #cecece;} +.tbl2 table th{line-height:18px;} +.tbl2 table td.tal_l {text-align:left;} +.tbl2 table td label{line-height:18px;} + +.tbl3 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl3 table tr{border-bottom:1px solid #cecece;} +.tbl3 table th{padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;border-right:1px solid #cecece;} +.tbl3 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;line-height:18px;} +.tbl3 table td:last-child{border-right:0;} +.tbl3 table th:last-child{border-right:0;} +.tbl3 table td select{border:1px solid #cecece;} +.tbl3 table th{line-height:18px;} +.tbl3 table td.tal_l {text-align:left;} +.tbl3 table th.bdr{border-right:1px solid #cecece;} +th.tbl_bg{background:#f2f2f2;} + + +/* ���Ͼ��ε� */ +input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;} +.ex_filename {display: inline-block;padding: .5em .75em;color: #999;font-size: inherit;line-height: normal;ertical-align: middle;background-color: #13b9ab;cursor: pointer;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;color:#fff;width:70%;} +.upload-name {display: inline-block;padding: .5em .75em; /* label�� �е�� ��ġ */font-size: inherit;font-family: inherit;line-height: normal;vertical-align: middle;background-color: #f5f5f5;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;-webkit-appearance: none; /* ����Ƽ�� ���� ���߱� */-moz-appearance: none;appearance: none;margin-left:5px;} + + + + + +/************** media **************/ + +@media screen and (max-width:1000px) { + #header,#main,#footer{width:100%;margin:0 auto;} + header{margin:0 auto;} + .head_top{width:calc(100% - 20px);} + .head_con{width:100%;} + .head_con>nav{width:100%;} + + .gnb_m_btn{display:block;} + .p_menu{display:none;} + .top_menu{display:none;} + + .con_part1_inner,.con_part2_inner{width:100%;} + + .loc_wrap{display:none;} + + .sub_nav_bg{display:none;} + .sub_con_wrap{width:100%;} + .wrap{width:100%;} + + #foot{padding:0 10px;width:calc(100% - 20px);height:auto;} + .foot_logo{border:0;float:none;padding:0;} + .foot_top{width:100%;} + .foot_con{width:100%;margin:0 auto;padding:15px 0;text-align:center;} + address{width:100%;margin-top:10px;} +} + + +@media screen and (max-width:801px) { + +} + + +@media screen and (max-width:580px) { + .sub_tit .tit1{display:block;width:100%;} + .sub_tit span{margin-left:0;} +} + + +@media screen and (max-width:565px) { + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/css/common_160908.css b/src/main/webapp/WEB-INF/views/site/case/css/common_160908.css new file mode 100644 index 00000000..93cce0d6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/common_160908.css @@ -0,0 +1,852 @@ +@charset "utf-8"; + +p,span,li{color:#747474;} + +#wrap{position:relative;} +#header{width:100%;margin:0 auto;height:135px;background:url('') repeat-x center center;} +header{height:100%;background:#fff;} +.head_top{width:1000px;height:80px;margin:0 auto;} +.head_con{background:#29b3e8 url(/site/case/images/gnb_bg.png) repeat-x bottom;} +.head_con>nav{width:1000px;height:55px;margin:0 auto;} + +.logo{display:inline-block;float:left;width:300px;height:52px;margin-top:12px;} +.logo>a{display:block;width:100%;height:100%;} + + + +.top_menu{display:inline-block;width:210px;height:30px;float:right;line-height:30px;margin-top:26px;} +.top_menu>span{padding:0 10px;} +.top_menu>span:first-child{background:url(/site/case/images/top_devide.png) no-repeat center right;padding-left:0;} +.top_menu>button{width:17px;height:16px;} + + + + + +.test{overflow:hidden;} + + +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10;background:#fff url(/site/case/images/gnb_bg_bot.png)repeat-x bottom;width:100%;height:410px;} +.p_menu{height:100%;} +.p_menu .gnbDp-1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .gnbDp-1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .gnbDp-1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .gnbDp-1 > li > a:hover{color:#000; font-weight:bold;} + +.gnbDp-2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:400px;width:100%;} +.pmenu_last{border-right:1px solid #eeeeee;} +.gnbDp-2 > li{text-align:left;width:100%;} +.gnbDp-2 > li > a{color:#232323;display:block;padding:10px; font-weight:bold; font-size:1.15em;} +.gnbDp-2 > li > a:hover{background:#29b3e8; color:#fff; } + +.gnbDp-3 > li{width:100%;} +.gnbDp-3 > li > a{font-size:1.05em; display:block; padding:8px 15px; } +.gnbDp-3 > li > a:hover{font-weight:bold;} + +.gnbDp-1 > li:last-child >ul{border-right:1px solid #eeeeee;} + +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_gnbDp-1 > li{width:320px;} +.m_gnbDp-1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_gnbDp-2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_gnbDp-2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_gnbDp-2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} + + +/* gnb css를 seed cms에 맞춤 */ +/* +.top_menu{display:inline-block;width:210px;height:30px;float:right;line-height:30px;margin-top:26px;} +.top_menu>span{padding:0 10px;} +.top_menu>span:first-child{background:url(/site/case/images/top_devide.png) no-repeat center right;padding-left:0;} +.top_menu>button{width:17px;height:16px;} + +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10;background:#fff url(/site/case/images/gnb_bg_bot.png)repeat-x bottom;width:100%;height:410px;} +.p_menu{height:100%;} +.p_menu .depth1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .depth1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .depth1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .depth1 > li > a:hover{color:#000;} + +.depth2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:400px;width:100%;} +.pmenu_last{border-right:1px solid #eeeeee;} +.depth2 > li{text-align:left;width:165px;} +.depth2 > li > a{color:#232323;display:block;padding:10px 5px;} +.depth2 > li > a:hover{color:#000;} + +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_depth1 > li{width:320px;} +.m_depth1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_depth2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_depth2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_depth2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} +*/ + + + + + +#main{width:100%;} +.con_part1{background:#ceedf7;} +.con_part2{background:#fff;padding-bottom:50px;} +.con_part1_inner, +.con_part2_inner{width:1000px;margin:0 auto;} + +.more{position:absolute;top:12px; right:15px;text-indent:-999em;font-size:0;width:26px;height:26px;} +.more_b{background:url(/site/case/images/more_b.png) no-repeat center center;border:1px solid #cecece;} +.more_w{background:url(/site/case/images/more_w.png) no-repeat center center;border:1px solid #fff;} + + +.con_part1_inner .main_tit{float:left;width:60%;height:165px;} +.con_part1_inner .main_tit>h1{background:url(/site/case/images/main_tit.png) no-repeat top left;text-indent:-999em;font-size:0;display:inline-block;width:364px;height:75px;margin-top:70px;} +.con_part1_inner aside{float:left;width:40%;height:198px;background:#1872b3 url(/site/case/images/calling.png) no-repeat 270px 70px;margin:15px 0;color:#fff;position:relative;} +.con_part1_inner aside h3{border-bottom:1px solid #fff;height:50px; line-height:50px; margin:0 15px; font-size:1.25em;} +.con_part1_inner aside a{color:#fff;} +.con_part1_inner .call_center{margin:15px;} +.con_part1_inner .callno{display:block;color:#f3e465;font-size:2.5em;font-family:ng_bold;margin-top:25px;} +.callperi{display:block;margin-top:5px;margin-left:5px;color:#fff;} +.call_center a{display:inline-block;width:100px; height:30px; line-height:30px; text-align:center; border:1px solid #fff; margin-top:15px; font-size:1.25em;} +.main_vi{width:100%;} +.main_vi>a{display:inline-block;width:20%;height:173px;text-align:center;font-size:1.25em;margin:0;padding:0;} +.main_vi>a span{display:inline-block;margin-top:140px;color:#fff;} +.main_vi .vi1{background:#316aa5 url(/site/case/images/vi1.png) no-repeat right bottom;} +.main_vi .vi2{background:#56a994 url(/site/case/images/vi2.png) no-repeat right bottom;} +.main_vi .vi3{background:#8075d0 url(/site/case/images/vi3.png) no-repeat right bottom;} +.main_vi .vi4{background:#f0b324 url(/site/case/images/vi4.png) no-repeat right bottom;} +.main_vi .vi5{background:#14ade1 url(/site/case/images/vi5.png) no-repeat right bottom;} + + +/* 자주하는질문 파트 */ +.con_part2_inner_a{border:1px solid #cecece;border-top:none;} +.board_wrap{float:left;width:calc(70% - 31px);height:260px;border-right:1px solid #cecece;position:relative;padding:5px 15px;} +/*.board_wrap>article{position:absolute;top:0;left:0;width:100%;}*/ +.board_wrap>article>h3>button{height:40px;line-height:40px;font-size:1.07em;background:url(/site/case/images/board_tit_bg.png) no-repeat right center;padding:0 15px;} +.board_wrap>article:last-child h3>button{background:none;} +.board_wrap>article>ul{border-top:1px solid #cecece;} +.board_wrap>article>ul>li{margin:15px 0;text-indent:10px;list-style-type: disc; list-style-position: inside;} +.board_wrap>article>ul>li span{float:right;} +.board_wrap .qest1 button{font-size:1.2em;color:#000;font-weight:bold;padding-left:0;} +.qest2{position:absolute;top:5px;left:150px;} +.qest3{position:absolute;top:5px;left:280px;} +.service{float:right;width:30%;} +.service>ul>li{height:25%;border-bottom:1px solid #cecece;} +.service>ul>li:last-child{border-bottom:none;} +.service>ul>li>a{display:inline-block;width:calc(100% - 30px);height:100%;padding:13px 0 0 10px;} +.service>ul>li h4{font-size:1.1em;color:#343639;font-weight:bold;} +.service>ul>li p{font-size:0.8em;margin-top:10px;} +.service .sv1{background:url(/site/case/images/sv1.png) no-repeat 240px center;} +.service .sv2{background:url(/site/case/images/sv2.png) no-repeat 240px center;} +.service .sv3{background:url(/site/case/images/sv3.png) no-repeat 240px center;} +.service .sv4{background:url(/site/case/images/sv4.png) no-repeat 240px center;} + + +/* 푸터 */ +#foot{width:100%;height:140px;margin:0 auto;background:#f2f2f2 url(/site/case/images/foot_bg.png) repeat-x top;overflow:hidden;} +.foot_top{width:1000px;margin:0 auto;height:40px;line-height:40px;} +.foot_top .slct_site_wrap{float:right;} +.foot_top .slct_site{height:30px;} +.foot_top .slct_site_go{display:inline-block;width:22px;height:30px;line-height:30px;text-align:center;color:#fff;margin-top:5px;margin-left:3px;background:#464646;} +.foot_top a{padding:0 15px;border-right:1px solid #cecece;} +.foot_top a:first-child{color:#1978ad;padding-left:0;} +.foot_top a:last-child{border-right:none;} +.foot_con{width:1000px;margin:0 auto;padding:15px 0;} +.foot_con > p{color:#414141;line-height:16px;} +.foot_logo{padding-right:20px;border-right:1px solid #cecece;height:31px;width:233px;float:left;} +.foot_logo img{text-align:left;height:100%;} +address{float:right;width:725px;} +address p{margin:0;font-size:0.9em;} +address p strong{color:#000;} + + + + + +/************** sub **************/ +/* +남색 1a5da8 +탭하늘색(중간) 72a4df +배경하늘색 cdedf6 + +배경회색(연함) f2f2f2 +탭회색(중간) bbb +배경회색(진함) 676767 + +border회색(진함) bebebe +border회색(연함) e2e2e2 +*/ +body{background:#f5f5f5;} +.wrap{width:1000px;margin:0 auto;overflow:hidden;background:#fff;} +.loc_wrap{width:1000px;margin:0 auto;} +.location{display:inline-block;float:right;height:40px;line-height:40px;} +.location>a{padding:0 5px 0 15px;background:url(/site/case/images/loc_divide.png) no-repeat left 2px;} +.location>a:first-child{padding-left:15px;background:url(/site/case/images/loc_home.png) no-repeat left 2px;} + +.sub_nav_bg{float:left; width:210px; position:relative;} +.sub_nav_wrap{width:210px; overflow:hidden;} +/*.sub_nav_wrap{width:210px;background:url(/site/case/images/sub_nav_bg.png)repeat-y left top;}*/ +.sub_con_wrap{width:790px;float:left;background:#fff;} + +.sub_con_wrap_inner{width:calc(100% - 40px);margin:0 auto;} +.sub_con{margin:30px 0 100px;} +.sub_nav_top{width:210px;height:123px;background:url(/site/case/images/sub_lnb_top.png) no-repeat left top;} +.sub_nav_top>strong{display:inline-block;color:#fff;margin-left:10px;padding-top:60px;font-size:1.75em;} +.subMDp-1>.subMenuOn{background:url(/site/case/images/sub_lnb_tab_on.png) no-repeat left top;} +.subMDp-2>.subMenuOn{font-weight:bold; color:#000;} +.subMenuOn>a{border:0 !important;} +.subMDp-1>li>a{display:inline-block;width:calc(100% - 2px);height:40px;line-height:40px;text-indent:25px;font-size:1.2em;background:#fff url(/site/case/images/sub_lnb_off.png) no-repeat 10px 14px;border:1px solid #cecece; border-bottom:0;} +.subMDp-1 > li.subMenuOn>a{color:#fff;background:url(/site/case/images/sub_lnb_on.png) no-repeat 10px 14px;height:48px;} +.subMDp-1>li>ul{padding:7px 0;border-right:1px solid #cecece;background:#f5f5f5 url(/site/case/images/sub_lnb_tab_on_bg.png) repeat-y 8px top;} +/* .subMDp-1>li>ul>li{ list-style-type: disc; + list-style-position: inside;text-indent:20px;height:30px;line-height:30px;} */ +.subMDp-1>li>ul>li{text-indent:30px;height:30px;line-height:30px; background: url(/site/case/images/lnb_li_type.png) no-repeat 20px center; } +.sub_tit{border-bottom:1px solid #cecece;} +.sub_tit>span{margin-left:5px;display:inline-block;} +.lnb_bot_box{border:1px solid #cecece;width:208px;height:2000px; border-bottom:0;} + +/* 분쟁조정신청(탭6) */ +button.subTab_b_tit_selected{font-weight:bold;font-size:1.05em;color:#1a5da8 !important;background-image:url(/site/case/images/disc3_on.png) !important;} + +/* 분쟁조정신청(팝업) */ +dd,dl,dt{list-style:none;margin:0;border:0;padding:0} +.bgDimmed { z-index: 10; position: fixed; width: 100%; height: 100%; min-height: 100%; top: 0;left: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;opacity: 0.5;background: #000000;} +.popup{position:fixed;display:none;z-index:10;width:100%;height:100%;top:200px;left:0;} +.popup .wrap{position:relative;top:20px;margin:0 auto;max-width:700px;width:calc(100% - 40px);padding:20px;background-color:#ffffff;z-index:15;-moz-border-radius:15px;border-radius:15px;line-height:100%;overflow:hidden} +.popup dt{background-color:#ccaabb;padding:5px;text-align:center;font-weight:bold} +.popup dd{background-color:#f2f2f2;min-height:100px;padding:5px;text-align:left;margin-bottom:15px;color:#000;} +.popup .button{text-align:center} + +/* 신청 절차 : 본인인증 */ +.process>li{width:calc(25% - 3px);height:60px;display:inline-block;} +.process>li>a{width:100%;height:100%;display:inline-block;} +.process1{background:url(/site/case/images/process1.png) no-repeat center center;} +.process2{background:url(/site/case/images/process2.png) no-repeat center center;} +.process3{background:url(/site/case/images/process3.png) no-repeat center center;} +.process4{background:url(/site/case/images/process4.png) no-repeat center center;} +/* +.process>li{float:left;display:inline-block;width:25%;text-align:center;height:41px;line-height:41px;background:#bbb url(/site/case/images/process_off.png) no-repeat right center;} +.process>li>span{margin-left:-15px;color:#000;} +.process>li.process_on{background:#1a5da8 url(/site/case/images/process_on.png) no-repeat right center;color:#fff;} +.process>li.process_on>span{color:#fff;} +.process>li:last-child{background:#bbb url(/site/case/images/process_off_last.png) no-repeat right center;} +*/ +.certify_btn_wrap{text-align:center;float:right;position:relative;left:-50%;} +.certify{display:inline-block;float:left;width:200px;height:130px;border:1px solid #ccc;vertical-align:bottom;float:left;position:relative;left:50%;} +.certify1{background:url(/site/case/images/certify1.png) no-repeat center 17px;margin-right:10px;} +.certify2{background:url(/site/case/images/certify2.png) no-repeat center 17px;} +a.certify_btn_1{display:inline-block;width:90%;height:30px;line-height:30px;background:#1da5d7;color:#fff;vertical-align:-100px;} +a.certify_btn_2{display:inline-block;width:90%;height:30px;line-height:30px;background:#ff7e00;color:#fff;vertical-align:-100px;} + +/* 신청 절차 : 개인정보수집동의 */ +.agree_wrap{position:relative;} +.agree_check_wrap{position:absolute;right:0;bottom:0;} + +/* 신청 절차 : 정보입력 */ +.qBtn{background:url(/site/case/images/question.png) no-repeat center center;width:13px;height:13px;margin-left:3px;} +.qBtn>span{position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} +.must{display:inline-block;background:url(/site/case/images/must.png) no-repeat left 3px;padding-left:10px;} +.add_row_wrap{position:absolute;top:15px;right:0;} +button.btnDelTabC{background:#ff6630;} + +/* 신청 절차 : (tip) */ +.tip{background:url(/site/case/images/tip.png) no-repeat left 3px;display:inline-block;padding-left:10px;position:absolute;display:none;} +.tip_con{display:inline-block;max-width:100px;background:#676767;color:#fff;font-size:12px;font-family:'돋움',dotum,sans-serif;padding:5px;text-align:justify;line-height:14px;border-radius:6px;} +.q11{top:10px;left:160px;} +.q12{top:52px;left:160px;} +.q13{top:94px;left:185px;} +.q14{top:94px;left:520px;} +.q15{top:136px;left:200px;} +.q16{top:178px;left:200px;} +.q17{top:240px;left:200px;} +.q19{top:390px;left:210px;} +.q23{top:60px;left:185px;} +.q1{top:247px;left:75px;} +.q24{top:60px;left:520px;} +.q25{top:102px;left:195px;} +.q26{top:144px;left:195px;} +.q27{top:210px;left:200px;} +.q29{top:355px;left:210px;} + +button{border-radius:3px;} + +/* 신청 절차 : (tip) */ +.noti_tit{background:#f8f8f8;border-top:4px solid #1a5da8;border-bottom:1px solid #cacaca;} +.noti_con{background:#f8f8f8;padding:30px 10px;} +.noti_con strong{color:#000;} +.noti_con>ul>li{margin-bottom:20px;} +.noti_con>ul>li>p{padding-left:15px;font-size:0.9em;} +.noti_con>ul>li>p span{display:block;} +.noti_con>ul>li>p.noti_con_emp strong{color:#1a5da8;} + +/* login(사건조회) */ +.login_wrap{width:50%;margin:0 auto;} +.id_wrap{position:relative;height:40px;} +.id_wrap label{display:inline-block;margin-top:15px;} +.lg_r{position:absolute;right:0;top:0;} + +/* 협의회(로긴) */ +.meet_lg_wrap1{width:50%; max-width:600px; margin:0 auto; } +.meet_lg_wrap .meet_lg{width:calc(100% - 2px); vertical-align:middle; background:#f4f4f4; border:1px solid #e2e2e2; border-top:0;} +.meet_lg_wrap .meet_lg_tit{text-align:center; background:#fff; height:50px; line-height:50px;} +.meet_lg_wrap .meet_lg_con{padding:50px;} +.meet_lg_wrap .meet_lg_l{display:inline-block; width:70%; vertical-align:middle;} +.meet_lg_wrap .meet_lg_r{display:inline-block; width:calc(30% - 16px); height:100%; vertical-align:middle; margin-left:10px;} +.meet_lg_wrap .meet_lg_noti{text-align:center;} +.meet_lg_wrap .meet_lg_noti>p{display:inline-block;} +.meet_lg_wrap .login_wrap2{width:100%;margin:0 auto;} +.meet_lg_wrap .meet_lg_close{} +.meet_lg_wrap .close_btn_l{display:inline-block;width:calc(100% - 50px);border-bottom:1px solid #e2e2e2;float:left;height:50px;} +.meet_lg_wrap .meet_lg_close>button{width:50px; height:50px; text-indent:-9999em; background:#fff url(/site/case/images/meet_close.png) no-repeat center center;border:1px solid #e2e2e2;border-bottom:0;border-radius:0; float:right;} +/* 협의회(팝업) */ +.meet_lg_wrap2{width:80%; max-width:1000px; margin:0 auto; } +.meet_lg_wrap2 .meet_lg{background:#fff; vertical-align:top;} +.meet_lg_wrap2 .meet_lg_l{display:inline-block; width:60%; vertical-align:top;} +.meet_lg_wrap2 .meet_lg_r{display:inline-block; width:calc(40% - 16px); height:100%; vertical-align:top; margin-left:10px;} +.meet_lg_wrap2 .meet_lg_noti{text-align:right;} +.meet_lg_wrap2 .meet_lg_con{padding:25px;} + +/* 메일완료 팝업 */ +.mail_cmpltd_wrap{width:70%; max-width:800px; margin:0 auto; position:relative; } +.mail_cmpltd_top_wrap{background:#1b88ec url(/site/case/images/mail_form_tit_bg.png) no-repeat right top; min-height:72px; border-bottom:5px solid #005cb6;} +.mail_cmpltd_top_wrap h1{} +.mail_cmpltd_con_wrap{background:#fff;} +.mail_cmpltd_tit{border-top:5px solid #ffc32b;} +.mail_site{position:absolute; top:20px; right:20px;} +.mail_site>a{border:1px solid #fff;} +.mail_cmpltd_tit{text-align:center; color:#000; font-size:2em; font-weight:bold; min-height:30px; line-height:1.4em; padding:40px;} +.mail_cmpltd_foot{border-top:1px dashed #e2e2e2; font-family:'굴림', gulim, verdana; font-size:12px;} + +/************** common **************/ +/* pc, mobile for table */ +.pc{display:block;} +.mobile{display:none;} +.m_ul1{border-top:2px solid #1a5da8;} /* 분쟁조정신청현황 9 (행1개)*/ +.m_ul1>li{border-bottom:1px solid #e2e2e2;padding:10px;} +.m_ul1 li{padding-top::5px;padding-bottom:5px;line-height:1.3em;} +.m_ul1>li>ul{list-style-type:square;text-indent:-13px;padding-left:13px;list-style-position:inside;} +.m_ul_tit{font-weight:bold;color:#000;} +.m_ul2{border-top:2px solid #1a5da8;} /* 분쟁조정신청현황 10 (행2개) */ +.m_ul2>li{border-bottom:1px solid #e2e2e2;padding:10px;} +.m_ul2 li{padding-top:5px;padding-bottom:5px;line-height:1.3em;} +.m_ul2>li>ul{list-style-type:square;text-indent:-13px;padding-left:13px;list-style-position:inside;} +.m_ul2 .m_ul_tit{font-weight:bold;color:#000;display:block;margin-bottom:5px;} +/* text */ +.bold{font-weight:bold;color:#575757;} +.f_sz09{font-size:0.9em;} +.f_sz11{font-size:1.1em;} +.f_sz12{font-size:1.2em;} +.f_sz13{font-size:1.3em;} +.f_sz14{font-size:1.4em;} +.f_sz15{font-size:1.5em;} +.f_sz20{font-size:2em;} +.c_black{color:#000;} +.c_red{color:red;} +.c_dahong{color:#ff8048;} +.c_sky{color:#4d90db;} +.c_blue,.c_blue>*{color:#1a5da8;} +.h4enlarge{font-size:1.4em;font-weight:bold;} +.bg_red{background:red;} +.bot_dash{border-bottom:1px dashed #e2e2e2;} +/* 행간 */ +/* p{line-height:1.8em;margin:8px 0;} */ +p, strong{line-height:22px;margin:8px 0;display:block;} +h5{line-height:22px;margin:8px 0;font-size:1em;} +.li_gap>li{margin:30px 0;} +.childblock>*{display:block;line-height:22px;} + +/* 자간 */ +.let_shot{letter-spacing:-1px;} + +/* 타이틀 */ +.tit1{font-family:ng_bold;display:inline-block;font-size:1.6em;height:50px;line-height:50px;margin-top:20px;margin-right:5px;} +.tit2{background:#edf7fa;display:block;height:40px;line-height:40px;color:#1a5da8;text-align:center;font-size:1.4em;margin-bottom:30px;} +.tit3{background:url(/site/case/images/sub_con_h3.png) no-repeat left 1px;display:block;font-size:1.2em;color:#000;padding-left:13px;line-height:1.3em;} +.tit4{background:#edf7fa;display:block;height:60px;line-height:60px;color:#1a5da8;font-size:1.4em;margin-bottom:30px;font-weight:bold;padding-left:10px;border-left:8px solid #1a5da8;} +.tit5{color:#1a5da8;font-size:12px;} +.tit6_agree{font-size:0.9em;} +.tit7{display:inline-block;padding-left:25px;background:url(/site/case/images/noti_blue.png) no-repeat left center;font-size:1.5em;color:#1a5da8;height:60px;line-height:60px;font-family:ng_bold;} + + +/* list-style-type */ +.disc1{background:url(/site/case/images/disc1.png) no-repeat 10px 7px;} +.disc2{background:url(/site/case/images/disc2.png) no-repeat 0 5px;} +.disc3{background:url(/site/case/images/disc4.png) no-repeat 0 6px;} +.disc4:before{content:"□ ";} +.disc5>li{background:url(/site/case/images/disc5.png) no-repeat 3px 1px;} +.disc6{background:url(/site/case/images/sub_con_h3.png) no-repeat 0 0;} +.disc7{background:url(/site/case/images/disc2.png) no-repeat 0 5px;padding-left:10px;} +.disc8>li{background:url(/site/case/images/disc2.png) no-repeat 0 9px;padding-left:12px;} +.depth3>li,.depth3>*{background:url(/site/case/images/disc5.png) no-repeat 3px 1px;padding-left:18px;line-height:22px;} +.depth2{background:url(/site/case/images/disc6.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} +.depth3_for_sub>li{background:url(/site/case/images/disc5.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} +.depth3{background:url(/site/case/images/disc5.png) no-repeat 3px 6px;padding-left:18px;line-height:22px;} + +/* 들여쓰기 */ +/*.indent>*,.indent>li>*{padding-left:13px;}*/ +.indent{padding-left:13px;} +.indent2{padding-left:20px;} +.indent18{padding-left:18px;} +.indent_child>li{padding-left:13px;} +.indent18_child>li{padding-left:18px;} + +/* 박스 */ +.inbox{background:#f7f7f7;padding:15px;} +.inbox2{background:#f7f7f7;padding:25px;} +.inbox3{background:#f9fcfe url(/site/case/images/speaker.png) no-repeat 20px 20px;padding:25px;border:1px solid #e2e2e2;} +.inbox4{background:#e4f2fe url(/site/case/images/building.png) no-repeat 20px 20px;height:93px;padding:35px;border:1px solid #e2e2e2;border-bottom:2px solid #6b99ca;} +.inbox5{background:#f1f5f6;padding:25px;border:1px solid #e2e2e2;border-top:0;} +.text_box1{width:100%;height:200px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} +.text_box2{width:calc(100% - 20px);height:100px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} +.text_box3{height:300px;overflow-y:scroll;border:1px solid #e2e2e2;padding:10px;} + +/* 반응형리스트 */ +/* 좌우정렬 */ +.resp_li_child2l>li>span:nth-child(2){text-align:left;padding-left:10px;} +.resp_li_child2l>li.resp_li_tit>span{text-align:center;} +/* 4칸 */ +.resp_li1>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li1>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li1>li.resp_li_tit>span{color:#000;} +.resp_li1>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li1>li>span:nth-child(1){width:calc(20% - 10px);} +.resp_li1>li>span:nth-child(2){width:calc(40% - 10px);} +.resp_li1>li>span:nth-child(3){width:calc(20% - 10px);} +.resp_li1>li>span:nth-child(4){width:calc(20% - 10px);} +/* 4칸 */ +.resp_li1_2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li1_2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li1_2>li.resp_li_tit>span{color:#000;} +.resp_li1_2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li1_2>li>span:nth-child(1){width:calc(10% - 10px);} +.resp_li1_2>li>span:nth-child(2){width:calc(55% - 10px);text-align:left;} +.resp_li1_2>li>span:nth-child(3){width:calc(20% - 10px);} +.resp_li1_2>li>span:nth-child(4){width:calc(15% - 10px);} +/* 5칸 */ +.resp_li2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li2>li.resp_li_tit>span{color:#000;} +.resp_li2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li2>li>span:nth-child(1){width:calc(15% - 10px);} +.resp_li2>li>span:nth-child(2){width:calc(45% - 20px);} +.resp_li2>li>span:nth-child(3){width:calc(10% - 10px);} +.resp_li2>li>span:nth-child(4){width:calc(15% - 10px);} +.resp_li2>li>span:nth-child(5){width:calc(15% - 10px);} +/* 3칸 */ +.resp_li3>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li3>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li3>li.resp_li_tit>span{color:#000;} +.resp_li3>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li3>li>span:nth-child(1){width:calc(30% - 10px);} +.resp_li3>li>span:nth-child(2){width:calc(30% - 10px);} +.resp_li3>li>span:nth-child(3){width:calc(40% - 10px);} +/* 3칸 */ +.resp_li3_2>li{border-bottom:1px solid #e2e2e2;line-height:20px;padding:10px 0;} +.resp_li3_2>li.resp_li_tit{background:#efefef;border-top:2px solid #1a5da8;} +.resp_li3_2>li.resp_li_tit>span{color:#000;} +.resp_li3_2>li>span{text-align:center;display:inline-block;vertical-align:top;padding:0 5px;} +.resp_li3_2>li>span:nth-child(1){width:calc(15% - 10px);} +.resp_li3_2>li>span:nth-child(2){width:calc(70% - 10px);text-align:left;} +.resp_li3_2>li>span:nth-child(3){width:calc(15% - 10px);} + + + +/* list */ +/* 오시는 길 */ +.map_wrap1{width:100%;} +.map_l ul>li{padding-top:3px; padding-bottom:3px;line-height:18px;} +.map_l{display:inline-block;width:50%;float:left;margin-top:20px;} +.map_r{display:inline-block;width:50%;float:right;margin-top:20px;} +.map_wrap1>div{width:100% !important;} +.busnum{line-height:20px;} + +/* 페이지네이션 */ +.pre2{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_1.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.pre1{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_2.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.post1{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_3.png) no-repeat center center;text-indent:-9999em;margin-right:5px;} +.post2{display:inline-block;width:20px;height:20px;background:url(/site/case/images/page_4.png) no-repeat center center;text-indent:-9999em;} +.p_num{display:inline-block;width:20px;height:20px; line-height:20px; no-repeat center center;margin-right:5px;text-align:center;vertical-align:middle;color:#9a9a9a;} +.p_num_on{color:#fff;background:#ffc32b;} + +/* position */ +.rel_wrap{position:relative;} + +/* 탭 */ +.tab_pos_rel{position:relative;} +.sub_con .subTab_a{width:calc(100% - 132px);} +.sub_con .subTab_b_con{width:calc(100% - 20px);padding-top:90px;} +.sub_con .subTab_b_tit{display:inline-block;background:#f2f2f2;width:calc(100%/3);height:45px;line-height:45px;position:absolute;} +.sub_con .subTab_b_tit>button{display:inline-block;width:90%;height:80%;color:#000;text-align:left;padding-left:20px;margin-left:10px;background:url(/site/case/images/disc3.png) no-repeat left center;} +.sub_con .subTab_b_tit1{top:0;left:0;} +.sub_con .subTab_b_tit2{top:0;left:calc(100%/3);} +.sub_con .subTab_b_tit3{top:0;left:calc(200%/3);} +.sub_con .subTab_b_tit4{top:40px;left:0;} +.sub_con .subTab_b_tit5{top:40px;left:calc(100%/3);} +.sub_con .subTab_b_tit6{top:40px;left:calc(200%/3);} +.sub_con .subTab_c_tit{width:calc(100% - 10px);height:50px;line-height:50px;padding-left:10px;} +.sub_con .subTab_c_tit span{color:#fff;} +.sub_con .subTab_c_tit{color:#fff;font-size:1.3em;display:inline-block;width:100%;height:100%;text-align:left;background:#bbb url(/site/case/images/arr_bot.png) no-repeat 98% center;} +.sub_con .subTab_c_tit_on{background:#72a4df url(/site/case/images/arr_up.png) no-repeat 98% center;} +.sub_con .subTab_c_tit_off{background:#bbb url(/site/case/images/arr_bot.png) no-repeat 98% center;} + + +/* 2개짜리탭(분쟁조정신청현황) */ +.tab_wrap{position:relative;} +.tab2{float:left;display:inline-block;text-align:center;} +.tab2>strong{background:#eaecec;margin:0;padding:0;width:100%;} +.tab2>strong a{display:inline-block;padding:10px 30px;width:calc(100% - 60px);} +.tab2>strong.tab_on{background:#0595d1;} +.tab2>strong.tab_on a{color:#fff;} +div.tab2Con{width:100%;position:absolute;top:42px;} +.border_t{border-top:1px solid #b4b4b4;} +.test{width:100%;position:absolute;bottom:0;} +/* 4개짜리탭(분쟁조정신청현황) */ +.tab4{float:left;display:inline-block;text-align:center;width:50%;} +.tab4:nth-child(odd){margin-right:1px;width:calc(50% - 1px);} +.tab4:nth-child(even){margin-bottom:1px;;} +.tab4>strong{background:#eaecec;margin:0;padding:0;width:100%;} +.tab4>strong a{display:inline-block;padding:10px 30px;width:calc(100% - 60px);} +.tab4>strong.tab_on{background:#0595d1;} +.tab4>strong.tab_on a{color:#fff;} + + + +/* table common */ +.inp_default{display:inline-block;border:1px solid #e2e2e2;height:30px;} +.inp_ful{display:inline-block;width:calc(100% - 10px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_label{display:inline-block;width:calc(100% - 80px);border:1px solid #e2e2e2;margin:5px 0;height:30px;} +.inp_basic{display:inline-block;width:175px;border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_right{display:inline-block;width:370px;border:1px solid #e2e2e2;margin:5px;height:30px;float:right;} +.inp_phone{display:inline-block;width:45px;border:1px solid #e2e2e2;margin:5px 3px;height:30px;} +.inp_phone2{display:inline-block;width:75px;border:1px solid #e2e2e2;margin:5px 3px;height:30px;} +.inp_fax{display:inline-block;width:40px;border:1px solid #e2e2e2;margin:5px 3px 5px 5px;height:30px;} +.inp_cnt{display:inline-block;width:calc(100% - 40px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.inp_period{display:inline-block;width:calc(50% - 20px);border:1px solid #e2e2e2;margin:5px;height:30px;} +.sel_default{height:32px;border:1px solid #e2e2e2;} +.sel_basic{margin:5px;height:30px;width:175px;border:1px solid #e2e2e2;} +.sel_full{margin:0 5px;height:30px;width:calc(100% - 10px);border:1px solid #e2e2e2;} +.sel_full2{margin:5px 0;height:30px;width:100%;border:1px solid #e2e2e2;} +.sel_full3{height:30px;width:100%;border:1px solid #e2e2e2;} +.sel_phone{margin:5px 0 5px 5px;height:30px;border:1px solid #e2e2e2;} +.btn_in_tbl{display:inline-block;color:#fff;text-align:center;padding:7px 20px;background:#676767;cursor:pointer;} +.txta_full{width:calc(100% - 10px);height:100px;max-height:200px;max-width:100%;margin:5px;} +.txta_full2{width:calc(100% - 5px);height:100px;max-height:200px;max-width:100%;margin-top:5px;} +/* 버튼 */ +.btn_wrap{width:100%;text-align:center;} +.btn_default{display:inline-block;color:#fff;text-align:center; padding:9px 30px;background:#676767; cursor:pointer;border-radius:4px;} +.btn_noti{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#676767; cursor:pointer; border-radius:4px;} +.btn_next{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#1a5da8; cursor:pointer;border-radius:4px;} +.btn_cancle{display:inline-block;color:#fff;text-align:center; padding:10px 30px;background:#676767; cursor:pointer;border-radius:4px;} +.btn_del{display:inline-block;color:#fff;text-align:center;padding:10px 30px;background:#3685e1; cursor:pointer;border-radius:4px;} +.btn_look{color:#fff;text-align:center;padding:5px 10px;background:#13b9ab;cursor:pointer;v ertical-align:middle;border-radius:4px;} +.btn1{display:inline-block;color:#fff;text-align:center;padding:6px 10px 3px 10px;background:#1a5da8;cursor:pointer;line-height:1.2em;vertical-align:middle; border-radius:5px;border-radius:4px;} +.btn_login{display:inline-block;color:#fff;text-align:center; padding:10px 30px; background:#1a5da8; cursor:pointer;border-radius:4px;width:100%;} +.btn_login2{display:inline-block;color:#fff;text-align:center; background:#ff8048; cursor:pointer;border-radius:4px;width:100%;font-size:1.3em;font-weight:bold;height:70px;} +.bg_orange{background:#ffc32b;} +.bg_sky{background:#add5f8;} +.bg_brown{background:#cd7900;} +.bg_000{background:#000;} +.fc_000{color:#000;} +.fc_brown{color:#cd7900;} + +/* table */ +.tbl1 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl1 table tr{border-bottom:1px solid #cecece;} +.tbl1 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl1 table td{border-bottom:1px solid #cecece;vertical-align:middle;line-height:42px;} +.tbl1 table td input{margin-left:5px;} +.tbl1 table td select{border:1px solid #cecece;} +.tbl1 table th{line-height:18px;} + +.tbl2 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl2 table tr{border-bottom:1px solid #cecece;} +.tbl2 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;} +.tbl2 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;} +.tbl2 table td:last-child{border-right:0;} +.tbl2 table td select{border:1px solid #cecece;} +.tbl2 table th{line-height:18px;} +.tbl2 table td.tal_l {text-align:left;} +.tbl2 table td label{line-height:18px;} + +.tbl3 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl3 table tr{border-bottom:1px solid #cecece;} +.tbl3 table th{padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;border-right:1px solid #cecece;} +.tbl3 table td{border-bottom:1px solid #cecece;vertical-align:middle;text-align:center;border-right:1px solid #cecece;line-height:18px;} +.tbl3 table td:last-child{border-right:0;} +.tbl3 table th:last-child{border-right:0;} +.tbl3 table td select{border:1px solid #cecece;} +.tbl3 table th{line-height:18px;} +.tbl3 table td.tal_l {text-align:left;} +.tbl3 table th.bdr{border-right:1px solid #cecece;} + +.tbl4 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl4 table tr{border-bottom:1px solid #e2e2e2;} +.tbl4 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #e2e2e2;vertical-align:middle;border-left:1px solid #e2e2e2;} +.tbl4 table th:first-child{border-left:0;} +.tbl4 table td{border-bottom:1px solid #e2e2e2;vertical-align:middle;line-height:18px; text-align:center;padding:5px 0;border-left:1px solid #e2e2e2;} +.tbl4 table td:first-child{border-left:0;} +.tbl4 table td input{margin-left:5px;} +.tbl4 table td select{border:1px solid #e2e2e2;} +.tbl4 table th{line-height:18px;} + +.tbl5 table{width:100%;border-top:2px solid #1a5da8;font-size:13px;} +.tbl5 table tr{border-bottom:1px solid #cecece;} +.tbl5 table th{background:#f2f2f2;padding:10px 0;border-bottom:1px solid #cecece;vertical-align:middle;line-height:18px;} +.tbl5 table td{border-bottom:1px solid #cecece;vertical-align:middle;line-height:24px;padding:10px 15px;} + +/* 테이블 상단 left, right(검색박스) */ +.tbl_abv_wrap{} +.tbl_abv_l{display:inline-block;margin-top:18px;} +.tbl_abv_r{display:inline-block;float:right;} +.tbl_abv_wrap2{border-bottom:1px solid #e2e2e2;padding:20px 10px 15px 20px;vertical-align:middle;} +.tbl_abv_l2{display:inline-block;vertical-align:middle;} +.tbl_abv_l2>span{font-size:1.4em;} +.tbl_abv_r2{display:inline-block;float:right;vertical-align:middle;} +.tbl_abv_r2 img{vertical-align:middle;} +.file_ico{background:url(/site/case/images/paper.png) no-repeat left center;padding-left:18px;} + +/* tbl 마지막으로 유지 */ +.bdr{border-right:1px solid #cecece;} +td.bdl,table td:first-child.bdl{border-left:1px solid #cecece;} +td.bdl2,table td:first-child.bdl2{border-left:1px solid #e2e2e2;} +.tbl1, .tbl2, .tbl3, .tbl4{position:relative;} +th.tbl_bg{background:#f2f2f2;} +.td_p_12 table td{padding:12px 0;} + + +/* 파일업로드 */ +input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;} +.ex_filename,.ex_filename2 {display: inline-block;padding: .5em .75em;color: #999;font-size: inherit;line-height: normal;ertical-align: middle;background-color: #13b9ab;cursor: pointer;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;color:#fff;padding:7px 20px;} +.upload-name,.upload-name2 {display: inline-block;padding: .5em .75em; /* label의 패딩값과 일치 */font-size: inherit;font-family: inherit;line-height: normal;vertical-align: middle;background-color: #f5f5f5;border: 1px solid #ebebeb;border-bottom-color: #e2e2e2;border-radius: .25em;-webkit-appearance: none; /* 네이티브 외형 감추기 */-moz-appearance: none;appearance: none;margin-left:5px;} + +/* 달력 datepicker */ +.datepicker{border:1px solid #e2e2e2;height:30px;margin-left:5px;} +#ui-datepicker-div{font-size: 62.5% !important;} +.cal{display:inline-block;height:30px;line-height:30px;} +.cal>img{margin:4px;} + +/* 달력 */ +.cal_wrap{background:#f4f4f4; padding-bottom:18px;} +#calendar button{border-radius:0; } +#calendar {position:relative; max-width:300px; width:100%; margin:0 auto; padding:1px; } +#calendar .control {position:absolute; z-index:10; width:100%; height:40px;} +#calendar .control a {font-size:12px; line-height:40px; color:#fff; text-decoration:none; border-radius:0} +#calendar .control button {background-color:#f0f0f0; border-radius:0; height:2em; line-height:1; padding:0 1em; width:8em; line-height:20px; text-indent:-9999em;} +#calendar .control button:first-child{background:url(/site/case/images/cal_l_ico.png) no-repeat center center;} +#calendar .control button:last-child{background:url(/site/case/images/cal_r_ico.png) no-repeat center center;} +#calendar .control .prevMon {position:absolute; top:3px; left:5px;} +#calendar .control .nextMon {position:absolute; top:3px; right:5px;} +#calendar .calendarBox {} +#calendar .calendarBox table {width:100%; border-collapse:collapse; table-layout:fixed;} +#calendar .calendarBox table caption {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0, 0, 0, 0); border:0;} +#calendar .calendarBox table th {height:36px; line-height:36px; width:14.285%; font-size:12px;} +#calendar .calendarBox table td { background-color:#fff; text-align:center; height:30px; font-size:11px; vertical-align:middle; border-bottom:1px solid #e2e2e2;} +#calendar .calendarBox table td .day {display:block; width:100%; height:30px; border:none; color:#333; text-decoration:none; line-height:30px;} +#calendar .calendarBox table td .day:hover {background-color:#ffc32b; color:#fff !important; font-weight:bold; border-radius:0} +#calendar .calendarBox table td.today .day {color:#fff; font-weight:bold; background-color:#ffc32b;} +#calendar .calendarBox table td.sunday .day {color:#cc0033; font-weight:bold;} +#calendar .calendarBox table td.holiday .day {color:#cc0033; font-weight:bold;} +#calendar .calendarBox table td.saturday .day {color:#0066ff; font-weight:bold;} +#calendar .calendarBox table td.prevMonth {color:#ccc;} +#calendar .calendarBox table td.nextMonth {color:#ccc;} +#calendar .calendarBox table td.point button{width:26px; height:26px; border-radius:13px; background:#ff6600; color:#fff; text-align:center; margin:2px auto; vertical-align:middle; line-height:28px;} +#calendar .calendarBox table thead tr:first-child th{font-size:18px;} +#calendar .calendarBox table thead tr:last-child th{border-top:2px solid #1a5da8;border-bottom:1px solid #ccc;} +#calendar .calendarBox table thead tr:last-child{border-left:1px solid #ccc;border-right:1px solid #ccc;} +#calendar .calendarBox table tbody{border-left:1px solid #ccc;border-right:1px solid #ccc;} +#calendar .calendarBox table tbody tr:nth-child(even) td{background:#f4f4f4;} +/************** media **************/ + +@media screen and (max-width:1000px) { + #header,#main,#footer{width:100%;margin:0 auto;} + header{margin:0 auto;} + .head_top{width:calc(100% - 20px);} + .head_con{width:100%;} + .head_con>nav{width:100%;} + + .gnb_m_btn{display:block;} + .p_menu{display:none;} + .top_menu{display:none;} + + .con_part1_inner,.con_part2_inner{width:100%;} + + .loc_wrap{display:none;} + + .sub_nav_bg{display:none;} + .sub_con_wrap{width:100%;} + .wrap{width:100%;} + + #foot{padding:0 10px;width:calc(100% - 20px);height:auto;} + .foot_logo{border:0;float:none;padding:0;} + .foot_top{width:100%;} + .foot_con{width:100%;margin:0 auto;padding:15px 0;text-align:center;} + address{width:100%;margin-top:10px;} + + /* 협의회 */ + .meet_lg_r{margin-top:30px; padding-top:30px; border-top:1px dashed #e2e2e2;} + .meet_lg_wrap2 .meet_lg_l{width:100%;} + .meet_lg_wrap2 .meet_lg_r{width:100%; margin-left:0;} + .tbl_abv_r2{float:none; display:block; margin-top:10px;} + /* mail폼 */ + .mail_cmpltd_wrap{width:100%;} +} + + +@media screen and (max-width:768px) { + .sub_tit{padding-bottom:10px;margin-bottom:10px;} + .sub_con{margin-top:0;} + .sub_con_wrap_inner{width:100%;} + .sub_con .subTab_b_tit {width:50%;} + .sub_con .subTab_b_tit1 {top:0;left:0;} + .sub_con .subTab_b_tit2 {top:0;left:50%;} + .sub_con .subTab_b_tit3 {top:40px;left:0;} + .sub_con .subTab_b_tit4 {top:40px;left:50%;} + .sub_con .subTab_b_tit5 {top:80px;left:0;} + .sub_con .subTab_b_tit6 {top:80px;left:50%;} + + .m_pd_0{padding:0;} + .m_bg_none{background:none;} + .m_bgclr_none{background-image:none;} + + /* 서브페이지 타이틀 */ + .sub_tit .tit1{display:block;width:100%;} + .sub_tit span{margin-left:0;} + + /* pc, mobile for table */ + .pc{display:none;} + .mobile{display:block;} + .tab2{width:50%;} + .tab2>strong a{padding:10px 0;} + .tab2Con>h4{margin-left:10px;} + + .m_mgl_to_0{margin-left:0;} + .m_mgr_to_10{margin-right:10px;} + .m_pdl_to_0{padding-left:0;} + + /* resp_li1 (테이블형리스트) */ + .resp_li{padding-left:0;} + .resp_li span,.resp_li span a{word-wrap: break-word;} + .resp_li1{padding-left:0;} + .resp_li1 span,.resp_li1 span a{word-wrap: break-word;} + .resp_li3{padding-left:0;} + .resp_li3 span,.resp_li1 span a{word-wrap: break-word;} + + /* resp_li2 */ + .resp_li2{border-top:2px solid #1a5da8;} + .resp_li2>li>span{padding-left:10px; background:url(/site/case/images/disc7.png) no-repeat left center;margin-left:10px;} + .resp_li2>li>span:before{color:#000;} + .resp_li2>li>span:nth-child(1){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(1):before{content:"구분 : ";} + .resp_li2>li>span:nth-child(2){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(2):before{content:"제목 : ";} + .resp_li2>li>span:nth-child(3){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(3):before{content:"답변여부 : ";} + .resp_li2>li>span:nth-child(4){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(4):before{content:"접수일 : ";} + .resp_li2>li>span:nth-child(5){width:calc(100% - 20px);} + .resp_li2>li>span:nth-child(5):before{content:"처리상태 : ";} + .resp_li2>li>span{text-align:left;} + .resp_li2>.resp_li_tit{display:none;} + + + /* 사건조회 로긴 */ + .login_wrap{width:100%;} + + /* 분쟁조정신청(6개탭이 2줄-3줄로 늘어남) */ + .sub_con .subTab_b_con{padding-top:120px;} + /* */ + /* 본인인증 (2개페이지) */ + .certify_btn_wrap{width:100%;float:none;left:auto;} + .certify {float:none;left:auto;margin-right:0;margin-bottom:10px;} + /* 반응형에서 오른쪽 띄우기(반응형 전용 박스가 필요함) */ + .indent,.indent2{margin-right:15px;} + /* 오시는 길 */ + .map_l{width:100%;float:auto;} + .map_r{width:100%;float:auto;} + /* 협의회 */ + .meet_lg_wrap{width:100%;} + /* 메일폼 */ + .mail_cmpltd_top_wrap{ background-image:none; padding-bottom:20px;} + .logo{display:block;} + .mail_site{position:relative; top:10px; right:auto; left:20px;} + + +} + + +@media screen and (max-width:480px) { + .tbl_abv_r{width:100%;margin-top:10px;} +} + + +@media screen and (max-width:320px) { + +} + + + + /* */ + /* */ + /* */ + /* */ + /* */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/css/default.css b/src/main/webapp/WEB-INF/views/site/case/css/default.css new file mode 100644 index 00000000..0e83a6b1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/default.css @@ -0,0 +1,494 @@ +@charset "utf-8"; + +/* Reset CSS */ +* { margin:0; padding:0; border:0; vertical-align:baseline;} +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display:block;} +ul, ol, dl { list-style:none; } +img, video { max-width:100%; border:0; vertical-align:top; } +a { vertical-align:top; text-decoration:none; color:#000; } +table { border-spacing:0;} +input, select { vertical-align:middle; } +body { font-family:'ng', '돋움'; font-size:13px; line-height:1; } +label { cursor:pointer; } +legend,hr,caption {position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} + +i,em,address { font-style:normal; font-weight:normal; } + +/* link, button, input */ +a:link {text-decoration:none;} +a:visited {text-decoration:none;} +a:hover {text-decoration:none;} +a:active {text-decoration:none;} + +button{display:inline-block;font-family:inherit;vertical-align:middle;cursor:pointer;white-space:nowrap;text-decoration:none;background:transparent;border:none;} +/* -------------------------- */ + +/* Form */ +input {height:auto; font-family:NanumGothic,돋움,arial,verdana,sans-serif; border:0px; vertical-align:middle;} +select {font-family:NanumGothic,돋움,arial,verdana,sans-serif; font-size:small; vertical-align: middle;} +textarea {font-family:NanumGothic,돋움,arial,verdana,sans-serif; border:solid 1px #e2e2e2;} +/* select {behavior:url('selectbox.htc');} */ +/* -------------------------- */ + +/* h */ +h1, h2, h3, h4, h5, h6 {font-weight:normal;} +/* -------------------------- */ + +/* scroll */ +body, div, textarea { +scrollbar-face-color:#fff; +scrollbar-shadow-color:#fff; +scrollbar-highlight-color:#fff; +scrollbar-3dlight-color:#ccc; +scrollbar-darkshadow-color:#ccc; +scrollbar-track-color:#fff; +scrollbar-arrow-color:#ccc;} +/* -------------------------- */ + +/* float hack +.clfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} +.clfix {display:inline-block;} +ie Holly Hack +*html .clfix {height:1%;} +.clfix {display:block;} +ie Holly Hack end +float hack end */ + +/* fonts */ +@font-face { +font-family: 'ng'; +font-style: normal; +font-weight: normal; +src: local(※), + url('/site/case/fonts/NanumGothic-Regular.ttf') format('truetype'), + url('/site/case/fonts/NanumGothic-Regular.otf') format('opentype'), + url('/site/case/fonts/NanumGothic-Regular.eot'), + url('/site/case/fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), + url('/site/case/fonts/NanumGothic-Regular.woff2') format('woff2'), + url('/site/case/fonts/NanumGothic-Regular.woff') format('woff'); +} +@font-face { + font-family: 'ng_bold'; + font-style: normal; + font-weight: bold; + src: local(※), + url('/site/case/fonts/NanumGothic-Bold.ttf') format('truetype'), + url('/site/case/fonts/NanumGothic-Bold.otf') format('opentype'), + url('/site/case/fonts/NanumGothic-Bold.eot'), + url('/site/case/fonts/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), + url('/site/case/fonts/NanumGothic-Bold.woff2') format('woff2'), + url('/site/case/fonts/NanumGothic-Bold.woff') format('woff'); +} +/* -------------------------- */ + +/* display, clear */ +.clear:after{content:'';clear:both;display:block;}/*.clear{clear:both;height:0;}*/ +.clear2{clear:both;} +.dis_none{display:none;} +.blind{position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} +.inblock{display:inline-block;} +.text_blind,.text_blind>*{text-indent:-999em;} +/* -------------------------- */ +/* float */ +.ofh{overflow:hidden;} +.fl{float:left;} +.fr{float:right;} +/* -------------------------- */ +/* skip_nav */ +.skip_nav{position:relative;width:100%;z-index:99999;} +.skip_nav a{position:absolute;left:0;top:-1000px;display:block;width:100%;padding:7px 0; font-style:normal; font-variant:normal;text-align:center;font-family:"Nanum Gothic";font-size:13px; font-weight:bold;color:#ffffff;background:#4e90d0;} +.skip_nav a:active, +.skip_nav a:focus{top:0;text-decoration:none;color:#ffffff;} +/* -------------------------- */ +/* align */ +.tal_r {text-align:right;} +.tal_l {text-align:left;} +.tal_l_i {text-align:left !important;} +.tal_c {text-align:center;} +.tal_c_i {text-align:center !important;} +.val_t {vertical-align:top;} +.val_m {vertical-align:middle;} +.val_b {vertical-align:bottom;} +.vm_child,.vm_child>* {vertical-align:middle;} +.fl_l {float:left;} +.fl_r {float:right;} +.cl_l {clear:left;} +.cl_r {clear:right;} +.pos_a {position:absolute;} +.pos_r {position:relative;} + +/* -------------------------- */ +.w100per{width:100%;} + +/* -------------------------- */ +/* margin & padding */ +.mg_auto_w {margin:0 auto;} +.mg_auto_h {margin:auto 0;} + +.mg0 {margin:0;} +.mg10 {margin:10px;} +.mg20 {margin:20px;} +.mg30 {margin:30px;} +.mgt0 {margin-top:0;} +.mgr0 {margin-right:0;} +.mgl0 {margin-left:0;} +.mgb0 {margin-bottom:0;} +.pa0i {padding:0 !important;} +.pa0 {padding:0;} +.pa10 {padding:10px;} +.pa20 {padding:20px;} +.pa30 {padding:30px;} + + + +.mgl1m {margin-left:-1px;} +.mgl2m {margin-left:-2px;} +.mgl3m {margin-left:-3px;} +.mgl4m {margin-left:-4px;} +.mgl5m {margin-left:-5px;} +.mgl1 {margin-left:1px;} +.mgl2 {margin-left:2px;} +.mgl3 {margin-left:3px;} +.mgl4 {margin-left:4px;} +.mgl5 {margin-left:5px;} +.mgl5i {margin-left:5px !important;} +.mgl6 {margin-left:6px;} +.mgl7 {margin-left:7px;} +.mgl8 {margin-left:8px;} +.mgl9 {margin-left:9px;} +.mgl10 {margin-left:10px;} +.mgl10i {margin-left:10px !important;} +.mgl11 {margin-left:11px;} +.mgl12 {margin-left:12px;} +.mgl13 {margin-left:13px;} +.mgl14 {margin-left:14px;} +.mgl15 {margin-left:15px;} +.mgl16 {margin-left:16px;} +.mgl17 {margin-left:17px;} +.mgl18 {margin-left:18px;} +.mgl19 {margin-left:19px;} +.mgl20 {margin-left:20px;} +.mgl21 {margin-left:21px;} +.mgl22 {margin-left:22px;} +.mgl23 {margin-left:23px;} +.mgl24 {margin-left:24px;} +.mgl25 {margin-left:25px;} +.mgl26 {margin-left:26px;} +.mgl27 {margin-left:27px;} +.mgl28 {margin-left:28px;} +.mgl29 {margin-left:29px;} +.mgl30 {margin-left:30px;} +.mgl35 {margin-left:35px;} +.mgl40 {margin-left:40px;} +.mgl45 {margin-left:45px;} +.mgl50 {margin-left:50px;} +.mgl55 {margin-left:55px;} + +.mgr1 {margin-right:1px;} +.mgr2 {margin-right:2px;} +.mgr3 {margin-right:3px;} +.mgr4 {margin-right:4px;} +.mgr5 {margin-right:5px;} +.mgr6 {margin-right:6px;} +.mgr7 {margin-right:7px;} +.mgr8 {margin-right:8px;} +.mgr9 {margin-right:9px;} +.mgr10 {margin-right:10px;} +.mgr11 {margin-right:11px;} +.mgr12 {margin-right:12px;} +.mgr13 {margin-right:13px;} +.mgr14 {margin-right:14px;} +.mgr15 {margin-right:15px;} +.mgr16 {margin-right:16px;} +.mgr17 {margin-right:17px;} +.mgr18 {margin-right:18px;} +.mgr19 {margin-right:19px;} +.mgr20 {margin-right:20px;} +.mgr21 {margin-right:21px;} +.mgr22 {margin-right:22px;} +.mgr23 {margin-right:23px;} +.mgr24 {margin-right:24px;} +.mgr25 {margin-right:25px;} +.mgr26 {margin-right:26px;} +.mgr27 {margin-right:27px;} +.mgr28 {margin-right:28px;} +.mgr29 {margin-right:29px;} +.mgr30 {margin-right:30px;} +.mgr35 {margin-right:35px;} +.mgr40 {margin-right:40px;} +.mgr45 {margin-right:45px;} +.mgr50 {margin-right:50px;} +.mgr55 {margin-right:55px;} +.mgr60 {margin-right:60px;} +.mgr70 {margin-right:70px;} +.mgr80 {margin-right:80px;} +.mgr90 {margin-right:90px;} +.mgr100 {margin-right:100px;} + +.mgt1m {margin-top:-1px;} +.mgt2m {margin-top:-2px;} +.mgt3m {margin-top:-3px;} +.mgt4m {margin-top:-4px;} +.mgt5m {margin-top:-5px;} +.mgt1 {margin-top:1px;} +.mgt2 {margin-top:2px;} +.mgt3 {margin-top:3px;} +.mgt4 {margin-top:4px;} +.mgt5 {margin-top:5px;} +.mgt5i {margin-top:5px !important;} +.mgt6 {margin-top:6px;} +.mgt7 {margin-top:7px;} +.mgt8 {margin-top:8px;} +.mgt9 {margin-top:9px;} +.mgt10 {margin-top:10px;} +.mgt11 {margin-top:11px;} +.mgt12 {margin-top:12px;} +.mgt13 {margin-top:13px;} +.mgt14 {margin-top:14px;} +.mgt15 {margin-top:15px;} +.mgt16 {margin-top:16px;} +.mgt17 {margin-top:17px;} +.mgt18 {margin-top:18px;} +.mgt19 {margin-top:19px;} +.mgt20 {margin-top:20px;} +.mgt21 {margin-top:21px;} +.mgt22 {margin-top:22px;} +.mgt23 {margin-top:23px;} +.mgt24 {margin-top:24px;} +.mgt25 {margin-top:25px;} +.mgt26 {margin-top:26px;} +.mgt27 {margin-top:27px;} +.mgt28 {margin-top:28px;} +.mgt29 {margin-top:29px;} +.mgt30 {margin-top:30px;} +.mgt31 {margin-top:31px;} +.mgt32 {margin-top:32px;} +.mgt34 {margin-top:34px;} +.mgt35 {margin-top:35px;} +.mgt37 {margin-top:37px;} +.mgt40 {margin-top:40px;} +.mgt42 {margin-top:42px;} +.mgt44 {margin-top:44px;} +.mgt45 {margin-top:45px;} +.mgt46 {margin-top:46px;} +.mgt48 {margin-top:48px;} +.mgt50 {margin-top:50px;} +.mgt51 {margin-top:51px;} +.mgt53 {margin-top:53px;} +.mgt55 {margin-top:55px;} +.mgt56 {margin-top:56px;} +.mgt57 {margin-top:57px;} +.mgt60 {margin-top:60px;} +.mgt61 {margin-top:61px;} +.mgt64 {margin-top:64px;} +.mgt66 {margin-top:66px;} +.mgt67 {margin-top:67px;} +.mgt70 {margin-top:70px;} +.mgt72 {margin-top:72px;} +.mgt74 {margin-top:74px;} +.mgt76 {margin-top:76px;} +.mgt80 {margin-top:80px;} +.mgt85 {margin-top:85px;} +.mgt90 {margin-top:90px;} +.mgt111 {margin-top:111px;} +.mgt150 {margin-top:150px;} + +.mgb1 {margin-bottom:1px;} +.mgb2 {margin-bottom:2px;} +.mgb3 {margin-bottom:3px;} +.mgb4 {margin-bottom:4px;} +.mgb5 {margin-bottom:5px;} +.mgb6 {margin-bottom:6px;} +.mgb7 {margin-bottom:7px;} +.mgb8 {margin-bottom:8px;} +.mgb9 {margin-bottom:9px;} +.mgb10 {margin-bottom:10px;} +.mgb11 {margin-bottom:11px;} +.mgb12 {margin-bottom:12px;} +.mgb13 {margin-bottom:13px;} +.mgb14 {margin-bottom:14px;} +.mgb15 {margin-bottom:15px;} +.mgb16 {margin-bottom:16px;} +.mgb17 {margin-bottom:17px;} +.mgb18 {margin-bottom:18px;} +.mgb19 {margin-bottom:19px;} +.mgb20 {margin-bottom:20px;} +.mgb21 {margin-bottom:21px;} +.mgb22 {margin-bottom:22px;} +.mgb23 {margin-bottom:23px;} +.mgb24 {margin-bottom:24px;} +.mgb25 {margin-bottom:25px;} +.mgb26 {margin-bottom:26px;} +.mgb27 {margin-bottom:27px;} +.mgb28 {margin-bottom:28px;} +.mgb29 {margin-bottom:29px;} +.mgb30 {margin-bottom:30px;} +.mgb35 {margin-bottom:35px;} +.mgb40 {margin-bottom:40px;} +.mgb45 {margin-bottom:45px;} +.mgb50 {margin-bottom:50px;} +.mgb55 {margin-bottom:55px;} + +.pal1 {padding-left:1px;} +.pal2 {padding-left:2px;} +.pal3 {padding-left:3px;} +.pal4 {padding-left:4px;} +.pal5 {padding-left:5px;} +.pal5i {padding-left:5px !important;} +.pal6 {padding-left:6px;} +.pal7 {padding-left:7px;} +.pal8 {padding-left:8px;} +.pal9 {padding-left:9px;} +.pal10 {padding-left:10px;} +.pal10i {padding-left:10px !important;} +.pal11 {padding-left:11px;} +.pal12 {padding-left:12px;} +.pal13 {padding-left:13px;} +.pal14 {padding-left:14px;} +.pal15 {padding-left:15px;} +.pal16 {padding-left:16px;} +.pal17 {padding-left:17px;} +.pal18 {padding-left:18px;} +.pal19 {padding-left:19px;} +.pal20 {padding-left:20px;} +.pal21 {padding-left:21px;} +.pal22 {padding-left:22px;} +.pal23 {padding-left:23px;} +.pal24 {padding-left:24px;} +.pal25 {padding-left:25px;} +.pal26 {padding-left:26px;} +.pal27 {padding-left:27px;} +.pal28 {padding-left:28px;} +.pal29 {padding-left:29px;} +.pal30 {padding-left:30px;} +.pal32i {padding-left:32px !important;} +.pal35 {padding-left:35px;} +.pal35i {padding-left:35px !important;} +.pal40 {padding-left:40px;} +.pal45 {padding-left:45px;} +.pal50 {padding-left:50px;} +.pal55 {padding-left:55px;} +.pal65 {padding-left:65px;} +.pal120{padding-left:120px;} +.pal160{padding-left:160px;} +.pal260 {padding-left:260px;} + +.par1 {padding-right:1px;} +.par2 {padding-right:2px;} +.par3 {padding-right:3px;} +.par4 {padding-right:4px;} +.par5 {padding-right:5px;} +.par6 {padding-right:6px;} +.par7 {padding-right:7px;} +.par8 {padding-right:8px;} +.par9 {padding-right:9px;} +.par10 {padding-right:10px;} +.par11 {padding-right:11px;} +.par12 {padding-right:12px;} +.par13 {padding-right:13px;} +.par14 {padding-right:14px;} +.par15 {padding-right:15px;} +.par16 {padding-right:16px;} +.par17 {padding-right:17px;} +.par18 {padding-right:18px;} +.par19 {padding-right:19px;} +.par20 {padding-right:20px;} +.par21 {padding-right:21px;} +.par22 {padding-right:22px;} +.par23 {padding-right:23px;} +.par24 {padding-right:24px;} +.par25 {padding-right:25px;} +.par26 {padding-right:26px;} +.par27 {padding-right:27px;} +.par28 {padding-right:28px;} +.par29 {padding-right:29px;} +.par30 {padding-right:30px;} +.par33i {padding-right:33px !important;} +.par35 {padding-right:35px;} +.par35i {padding-right:35px !important;} +.par40 {padding-right:40px;} +.par45 {padding-right:45px;} +.par50 {padding-right:50px;} +.par55 {padding-right:55px;} +.par60 {padding-right:60px;} +.par70 {padding-right:70px;} +.par80 {padding-right:80px;} +.par90 {padding-right:90px;} +.par100 {padding-right:100px;} +.par150 {padding-right:150px;} +.par167 {padding-right:167px;} +.par200 {padding-right:200px;} +.par250 {padding-right:250px;} + +.pat1 {padding-top:1px;} +.pat2 {padding-top:2px;} +.pat3 {padding-top:3px;} +.pat4 {padding-top:4px;} +.pat5 {padding-top:5px;} +.pat6 {padding-top:6px;} +.pat7 {padding-top:7px;} +.pat8 {padding-top:8px;} +.pat9 {padding-top:9px;} +.pat10 {padding-top:10px;} +.pat11 {padding-top:11px;} +.pat12 {padding-top:12px;} +.pat13 {padding-top:13px;} +.pat14 {padding-top:14px;} +.pat15 {padding-top:15px;} +.pat16 {padding-top:16px;} +.pat17 {padding-top:17px;} +.pat18 {padding-top:18px;} +.pat19 {padding-top:19px;} +.pat20 {padding-top:20px;} +.pat21 {padding-top:21px;} +.pat22 {padding-top:22px;} +.pat23 {padding-top:23px;} +.pat24 {padding-top:24px;} +.pat25 {padding-top:25px;} +.pat26 {padding-top:26px;} +.pat27 {padding-top:27px;} +.pat28 {padding-top:28px;} +.pat29 {padding-top:29px;} +.pat30 {padding-top:30px;} +.pat35 {padding-top:35px;} +.pat40 {padding-top:40px;} +.pat45 {padding-top:45px;} +.pat50 {padding-top:50px;} +.pat55 {padding-top:55px;} + +.pab1 {padding-bottom:1px;} +.pab2 {padding-bottom:2px;} +.pab3 {padding-bottom:3px;} +.pab4 {padding-bottom:4px;} +.pab5 {padding-bottom:5px;} +.pab6 {padding-bottom:6px;} +.pab7 {padding-bottom:7px;} +.pab8 {padding-bottom:8px;} +.pab9 {padding-bottom:9px;} +.pab10 {padding-bottom:10px;} +.pab11 {padding-bottom:11px;} +.pab12 {padding-bottom:12px;} +.pab13 {padding-bottom:13px;} +.pab14 {padding-bottom:14px;} +.pab15 {padding-bottom:15px;} +.pab16 {padding-bottom:16px;} +.pab17 {padding-bottom:17px;} +.pab18 {padding-bottom:18px;} +.pab19 {padding-bottom:19px;} +.pab20 {padding-bottom:20px;} +.pab21 {padding-bottom:21px;} +.pab22 {padding-bottom:22px;} +.pab23 {padding-bottom:23px;} +.pab24 {padding-bottom:24px;} +.pab25 {padding-bottom:25px;} +.pab26 {padding-bottom:26px;} +.pab27 {padding-bottom:27px;} +.pab28 {padding-bottom:28px;} +.pab29 {padding-bottom:29px;} +.pab30 {padding-bottom:30px;} +.pab35 {padding-bottom:35px;} +.pab40 {padding-bottom:40px;} +.pab45 {padding-bottom:45px;} +.pab50 {padding-bottom:50px;} +.pab55 {padding-bottom:55px;} +/* -------------------------- */ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/css/default_160908.css b/src/main/webapp/WEB-INF/views/site/case/css/default_160908.css new file mode 100644 index 00000000..9ead9d60 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/default_160908.css @@ -0,0 +1,472 @@ +@charset "utf-8"; + +/* Reset CSS */ +* { margin:0; padding:0; border:0; vertical-align:baseline;} +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display:block;} +ul, ol, dl { list-style:none; } +img, video { max-width:100%; border:0; vertical-align:top; } +a { vertical-align:top; text-decoration:none; color:#000; } +table { border-spacing:0;} +input, select { vertical-align:middle; } +body { font-family:'ng', '돋움'; font-size:14px; line-height:1; } +label { cursor:pointer; } +legend,hr,caption {position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} + +i,em,address { font-style:normal; font-weight:normal; } + +/* link, button, input */ +a:link {text-decoration:none;} +a:visited {text-decoration:none;} +a:hover {text-decoration:none;} +a:active {text-decoration:none;} + +button{display:inline-block;font-family:inherit;vertical-align:middle;cursor:pointer;white-space:nowrap;text-decoration:none;background:transparent;border:none;} +/* -------------------------- */ + +/* Form */ +input {height:auto; font-family:NanumGothic,돋움,arial,verdana,sans-serif; border:0px; vertical-align:middle;} +select {font-family:NanumGothic,돋움,arial,verdana,sans-serif; font-size:small; vertical-align: middle;} +textarea {font-family:NanumGothic,돋움,arial,verdana,sans-serif; border:solid 1px #ccc;} +/* select {behavior:url('selectbox.htc');} */ +/* -------------------------- */ + +/* h */ +h1, h2, h3, h4, h5, h6 {font-weight:normal;} +/* -------------------------- */ + +/* scroll */ +body, div, textarea { +scrollbar-face-color:#fff; +scrollbar-shadow-color:#fff; +scrollbar-highlight-color:#fff; +scrollbar-3dlight-color:#ccc; +scrollbar-darkshadow-color:#ccc; +scrollbar-track-color:#fff; +scrollbar-arrow-color:#ccc;} +/* -------------------------- */ + +/* float hack +.clfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} +.clfix {display:inline-block;} +ie Holly Hack +*html .clfix {height:1%;} +.clfix {display:block;} +ie Holly Hack end +float hack end */ + +/* fonts */ +@font-face { +font-family: 'ng'; +font-style: normal; +font-weight: normal; +src: local(※), + url('/site/case/fonts/NanumGothic-Regular.otf') format('opentype'), + url('/site/case/fonts/NanumGothic-Regular.eot'), + url('/site/case/fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), + url('/site/case/fonts/NanumGothic-Regular.woff2') format('woff2'), + url('/site/case/fonts/NanumGothic-Regular.woff') format('woff'), + url('/site/case/fonts/NanumGothic-Regular.ttf') format('truetype'); +} +@font-face { + font-family: 'ng_bold'; + font-style: normal; + font-weight: bold; + src: local(※), + url('/site/case/fonts/NanumGothic-Bold.otf') format('opentype'), + url('/site/case/fonts/NanumGothic-Bold.eot'), + url('/site/case/fonts/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), + url('/site/case/fonts/NanumGothic-Bold.woff2') format('woff2'), + url('/site/case/fonts/NanumGothic-Bold.woff') format('woff'), + url('/site/case/fonts/NanumGothic-Bold.ttf') format('truetype'); +} +/* -------------------------- */ + +/* display, clear */ +.clear:after{content:'';clear:both;display:block;}/*.clear{clear:both;height:0;}*/ +.clear2{clear:both;} +.dis_none{display:none;} +.blind{position: absolute;overflow: hidden;width: 1px !important;height:1px !important;margin: -1px !important;line-height: 0 !important;border: 0;clip: rect(0 0 0 0);} +.inblock{display:inline-block;} +.text_blind,.text_blind>*{text-indent:-999em;} +/* -------------------------- */ +/* float */ +.ofh{overflow:hidden;} +.fl{float:left;} +.fr{float:right;} +/* -------------------------- */ +/* skip_nav */ +.skip_nav{position:relative;width:100%;z-index:99999;} +.skip_nav a{position:absolute;left:0;top:-1000px;display:block;width:100%;padding:7px 0; font-style:normal; font-variant:normal;text-align:center;font-family:"Nanum Gothic";font-size:13px; font-weight:bold;color:#ffffff;background:#4e90d0;} +.skip_nav a:active, +.skip_nav a:focus{top:0;text-decoration:none;color:#ffffff;} +/* -------------------------- */ +/* align */ +.tal_r {text-align:right;} +.tal_l {text-align:left;} +.tal_l_i {text-align:left !important;} +.tal_c {text-align:center;} +.val_t {vertical-align:top;} +.val_m {vertical-align:middle;} +.val_b {vertical-align:bottom;} +.fl_l {float:left;} +.fl_r {float:right;} +.cl_l {clear:left;} +.cl_r {clear:right;} +.pos_a {position:absolute;} +.pos_r {position:relative;} + +/* -------------------------- */ +.w100per{width:100%;} + +/* -------------------------- */ +/* margin & padding */ +.mg_auto_w {margin:0 auto;} +.mg_auto_h {margin:auto 0;} + +.pa0 {padding:0 !important;} +.mg0 {margin:0;} + +.mgl1m {margin-left:-1px;} +.mgl2m {margin-left:-2px;} +.mgl3m {margin-left:-3px;} +.mgl4m {margin-left:-4px;} +.mgl5m {margin-left:-5px;} +.mgl1 {margin-left:1px;} +.mgl2 {margin-left:2px;} +.mgl3 {margin-left:3px;} +.mgl4 {margin-left:4px;} +.mgl5 {margin-left:5px;} +.mgl6 {margin-left:6px;} +.mgl7 {margin-left:7px;} +.mgl8 {margin-left:8px;} +.mgl9 {margin-left:9px;} +.mgl10 {margin-left:10px;} +.mgl10i {margin-left:10px !important;} +.mgl11 {margin-left:11px;} +.mgl12 {margin-left:12px;} +.mgl13 {margin-left:13px;} +.mgl14 {margin-left:14px;} +.mgl15 {margin-left:15px;} +.mgl16 {margin-left:16px;} +.mgl17 {margin-left:17px;} +.mgl18 {margin-left:18px;} +.mgl19 {margin-left:19px;} +.mgl20 {margin-left:20px;} +.mgl21 {margin-left:21px;} +.mgl22 {margin-left:22px;} +.mgl23 {margin-left:23px;} +.mgl24 {margin-left:24px;} +.mgl25 {margin-left:25px;} +.mgl26 {margin-left:26px;} +.mgl27 {margin-left:27px;} +.mgl28 {margin-left:28px;} +.mgl29 {margin-left:29px;} +.mgl30 {margin-left:30px;} +.mgl35 {margin-left:35px;} +.mgl40 {margin-left:40px;} +.mgl45 {margin-left:45px;} +.mgl50 {margin-left:50px;} +.mgl55 {margin-left:55px;} + +.mgr1 {margin-right:1px;} +.mgr2 {margin-right:2px;} +.mgr3 {margin-right:3px;} +.mgr4 {margin-right:4px;} +.mgr5 {margin-right:5px;} +.mgr6 {margin-right:6px;} +.mgr7 {margin-right:7px;} +.mgr8 {margin-right:8px;} +.mgr9 {margin-right:9px;} +.mgr10 {margin-right:10px;} +.mgr11 {margin-right:11px;} +.mgr12 {margin-right:12px;} +.mgr13 {margin-right:13px;} +.mgr14 {margin-right:14px;} +.mgr15 {margin-right:15px;} +.mgr16 {margin-right:16px;} +.mgr17 {margin-right:17px;} +.mgr18 {margin-right:18px;} +.mgr19 {margin-right:19px;} +.mgr20 {margin-right:20px;} +.mgr21 {margin-right:21px;} +.mgr22 {margin-right:22px;} +.mgr23 {margin-right:23px;} +.mgr24 {margin-right:24px;} +.mgr25 {margin-right:25px;} +.mgr26 {margin-right:26px;} +.mgr27 {margin-right:27px;} +.mgr28 {margin-right:28px;} +.mgr29 {margin-right:29px;} +.mgr30 {margin-right:30px;} +.mgr35 {margin-right:35px;} +.mgr40 {margin-right:40px;} +.mgr45 {margin-right:45px;} +.mgr50 {margin-right:50px;} +.mgr55 {margin-right:55px;} +.mgr60 {margin-right:60px;} +.mgr70 {margin-right:70px;} +.mgr80 {margin-right:80px;} +.mgr90 {margin-right:90px;} +.mgr100 {margin-right:100px;} + +.mgt1m {margin-top:-1px;} +.mgt2m {margin-top:-2px;} +.mgt3m {margin-top:-3px;} +.mgt4m {margin-top:-4px;} +.mgt5m {margin-top:-5px;} +.mgt1 {margin-top:1px;} +.mgt2 {margin-top:2px;} +.mgt3 {margin-top:3px;} +.mgt4 {margin-top:4px;} +.mgt5 {margin-top:5px;} +.mgt5i {margin-top:5px !important;} +.mgt6 {margin-top:6px;} +.mgt7 {margin-top:7px;} +.mgt8 {margin-top:8px;} +.mgt9 {margin-top:9px;} +.mgt10 {margin-top:10px;} +.mgt11 {margin-top:11px;} +.mgt12 {margin-top:12px;} +.mgt13 {margin-top:13px;} +.mgt14 {margin-top:14px;} +.mgt15 {margin-top:15px;} +.mgt16 {margin-top:16px;} +.mgt17 {margin-top:17px;} +.mgt18 {margin-top:18px;} +.mgt19 {margin-top:19px;} +.mgt20 {margin-top:20px;} +.mgt21 {margin-top:21px;} +.mgt22 {margin-top:22px;} +.mgt23 {margin-top:23px;} +.mgt24 {margin-top:24px;} +.mgt25 {margin-top:25px;} +.mgt26 {margin-top:26px;} +.mgt27 {margin-top:27px;} +.mgt28 {margin-top:28px;} +.mgt29 {margin-top:29px;} +.mgt30 {margin-top:30px;} +.mgt31 {margin-top:31px;} +.mgt32 {margin-top:32px;} +.mgt34 {margin-top:34px;} +.mgt35 {margin-top:35px;} +.mgt37 {margin-top:37px;} +.mgt40 {margin-top:40px;} +.mgt42 {margin-top:42px;} +.mgt44 {margin-top:44px;} +.mgt45 {margin-top:45px;} +.mgt46 {margin-top:46px;} +.mgt48 {margin-top:48px;} +.mgt50 {margin-top:50px;} +.mgt51 {margin-top:51px;} +.mgt53 {margin-top:53px;} +.mgt55 {margin-top:55px;} +.mgt56 {margin-top:56px;} +.mgt57 {margin-top:57px;} +.mgt60 {margin-top:60px;} +.mgt61 {margin-top:61px;} +.mgt64 {margin-top:64px;} +.mgt66 {margin-top:66px;} +.mgt67 {margin-top:67px;} +.mgt70 {margin-top:70px;} +.mgt72 {margin-top:72px;} +.mgt74 {margin-top:74px;} +.mgt76 {margin-top:76px;} +.mgt80 {margin-top:80px;} +.mgt85 {margin-top:85px;} +.mgt90 {margin-top:90px;} +.mgt111 {margin-top:111px;} +.mgt150 {margin-top:150px;} + +.mgb1 {margin-bottom:1px;} +.mgb2 {margin-bottom:2px;} +.mgb3 {margin-bottom:3px;} +.mgb4 {margin-bottom:4px;} +.mgb5 {margin-bottom:5px;} +.mgb6 {margin-bottom:6px;} +.mgb7 {margin-bottom:7px;} +.mgb8 {margin-bottom:8px;} +.mgb9 {margin-bottom:9px;} +.mgb10 {margin-bottom:10px;} +.mgb11 {margin-bottom:11px;} +.mgb12 {margin-bottom:12px;} +.mgb13 {margin-bottom:13px;} +.mgb14 {margin-bottom:14px;} +.mgb15 {margin-bottom:15px;} +.mgb16 {margin-bottom:16px;} +.mgb17 {margin-bottom:17px;} +.mgb18 {margin-bottom:18px;} +.mgb19 {margin-bottom:19px;} +.mgb20 {margin-bottom:20px;} +.mgb21 {margin-bottom:21px;} +.mgb22 {margin-bottom:22px;} +.mgb23 {margin-bottom:23px;} +.mgb24 {margin-bottom:24px;} +.mgb25 {margin-bottom:25px;} +.mgb26 {margin-bottom:26px;} +.mgb27 {margin-bottom:27px;} +.mgb28 {margin-bottom:28px;} +.mgb29 {margin-bottom:29px;} +.mgb30 {margin-bottom:30px;} +.mgb35 {margin-bottom:35px;} +.mgb40 {margin-bottom:40px;} +.mgb45 {margin-bottom:45px;} +.mgb50 {margin-bottom:50px;} +.mgb55 {margin-bottom:55px;} + +.pal1 {padding-left:1px;} +.pal2 {padding-left:2px;} +.pal3 {padding-left:3px;} +.pal4 {padding-left:4px;} +.pal5 {padding-left:5px;} +.pal5i {padding-left:5px !important;} +.pal6 {padding-left:6px;} +.pal7 {padding-left:7px;} +.pal8 {padding-left:8px;} +.pal9 {padding-left:9px;} +.pal10 {padding-left:10px;} +.pal10i {padding-left:10px !important;} +.pal11 {padding-left:11px;} +.pal12 {padding-left:12px;} +.pal13 {padding-left:13px;} +.pal14 {padding-left:14px;} +.pal15 {padding-left:15px;} +.pal16 {padding-left:16px;} +.pal17 {padding-left:17px;} +.pal18 {padding-left:18px;} +.pal19 {padding-left:19px;} +.pal20 {padding-left:20px;} +.pal21 {padding-left:21px;} +.pal22 {padding-left:22px;} +.pal23 {padding-left:23px;} +.pal24 {padding-left:24px;} +.pal25 {padding-left:25px;} +.pal26 {padding-left:26px;} +.pal27 {padding-left:27px;} +.pal28 {padding-left:28px;} +.pal29 {padding-left:29px;} +.pal30 {padding-left:30px;} +.pal35 {padding-left:35px;} +.pal40 {padding-left:40px;} +.pal45 {padding-left:45px;} +.pal50 {padding-left:50px;} +.pal55 {padding-left:55px;} +.pal65 {padding-left:65px;} +.pal260 {padding-left:260px;} + +.par1 {padding-right:1px;} +.par2 {padding-right:2px;} +.par3 {padding-right:3px;} +.par4 {padding-right:4px;} +.par5 {padding-right:5px;} +.par6 {padding-right:6px;} +.par7 {padding-right:7px;} +.par8 {padding-right:8px;} +.par9 {padding-right:9px;} +.par10 {padding-right:10px;} +.par11 {padding-right:11px;} +.par12 {padding-right:12px;} +.par13 {padding-right:13px;} +.par14 {padding-right:14px;} +.par15 {padding-right:15px;} +.par16 {padding-right:16px;} +.par17 {padding-right:17px;} +.par18 {padding-right:18px;} +.par19 {padding-right:19px;} +.par20 {padding-right:20px;} +.par21 {padding-right:21px;} +.par22 {padding-right:22px;} +.par23 {padding-right:23px;} +.par24 {padding-right:24px;} +.par25 {padding-right:25px;} +.par26 {padding-right:26px;} +.par27 {padding-right:27px;} +.par28 {padding-right:28px;} +.par29 {padding-right:29px;} +.par30 {padding-right:30px;} +.par35 {padding-right:35px;} +.par40 {padding-right:40px;} +.par45 {padding-right:45px;} +.par50 {padding-right:50px;} +.par55 {padding-right:55px;} +.par60 {padding-right:60px;} +.par70 {padding-right:70px;} +.par80 {padding-right:80px;} +.par90 {padding-right:90px;} +.par100 {padding-right:100px;} +.par150 {padding-right:150px;} +.par167 {padding-right:167px;} +.par200 {padding-right:200px;} +.par250 {padding-right:250px;} + +.pat1 {padding-top:1px;} +.pat2 {padding-top:2px;} +.pat3 {padding-top:3px;} +.pat4 {padding-top:4px;} +.pat5 {padding-top:5px;} +.pat6 {padding-top:6px;} +.pat7 {padding-top:7px;} +.pat8 {padding-top:8px;} +.pat9 {padding-top:9px;} +.pat10 {padding-top:10px;} +.pat11 {padding-top:11px;} +.pat12 {padding-top:12px;} +.pat13 {padding-top:13px;} +.pat14 {padding-top:14px;} +.pat15 {padding-top:15px;} +.pat16 {padding-top:16px;} +.pat17 {padding-top:17px;} +.pat18 {padding-top:18px;} +.pat19 {padding-top:19px;} +.pat20 {padding-top:20px;} +.pat21 {padding-top:21px;} +.pat22 {padding-top:22px;} +.pat23 {padding-top:23px;} +.pat24 {padding-top:24px;} +.pat25 {padding-top:25px;} +.pat26 {padding-top:26px;} +.pat27 {padding-top:27px;} +.pat28 {padding-top:28px;} +.pat29 {padding-top:29px;} +.pat30 {padding-top:30px;} +.pat35 {padding-top:35px;} +.pat40 {padding-top:40px;} +.pat45 {padding-top:45px;} +.pat50 {padding-top:50px;} +.pat55 {padding-top:55px;} + +.pab1 {padding-bottom:1px;} +.pab2 {padding-bottom:2px;} +.pab3 {padding-bottom:3px;} +.pab4 {padding-bottom:4px;} +.pab5 {padding-bottom:5px;} +.pab6 {padding-bottom:6px;} +.pab7 {padding-bottom:7px;} +.pab8 {padding-bottom:8px;} +.pab9 {padding-bottom:9px;} +.pab10 {padding-bottom:10px;} +.pab11 {padding-bottom:11px;} +.pab12 {padding-bottom:12px;} +.pab13 {padding-bottom:13px;} +.pab14 {padding-bottom:14px;} +.pab15 {padding-bottom:15px;} +.pab16 {padding-bottom:16px;} +.pab17 {padding-bottom:17px;} +.pab18 {padding-bottom:18px;} +.pab19 {padding-bottom:19px;} +.pab20 {padding-bottom:20px;} +.pab21 {padding-bottom:21px;} +.pab22 {padding-bottom:22px;} +.pab23 {padding-bottom:23px;} +.pab24 {padding-bottom:24px;} +.pab25 {padding-bottom:25px;} +.pab26 {padding-bottom:26px;} +.pab27 {padding-bottom:27px;} +.pab28 {padding-bottom:28px;} +.pab29 {padding-bottom:29px;} +.pab30 {padding-bottom:30px;} +.pab35 {padding-bottom:35px;} +.pab40 {padding-bottom:40px;} +.pab45 {padding-bottom:45px;} +.pab50 {padding-bottom:50px;} +.pab55 {padding-bottom:55px;} +/* -------------------------- */ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/css/menu_main.css b/src/main/webapp/WEB-INF/views/site/case/css/menu_main.css new file mode 100644 index 00000000..7bbdec01 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/menu_main.css @@ -0,0 +1 @@ +menu_main.css \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/css/menu_sub.css b/src/main/webapp/WEB-INF/views/site/case/css/menu_sub.css new file mode 100644 index 00000000..6e86ffb6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/css/menu_sub.css @@ -0,0 +1,21 @@ +.gnb_bg{margin:0 auto; display:none;position:absolute;top:135px;z-index:10;background:#fff url(../images/gnb_bg_bot.png)repeat-x bottom;width:100%;height:410px;} +.p_menu{height:100%;} +.p_menu .gnbDp-1 > li{float:left;display:block;position:relative;z-index:11;width:calc(20% - 2px);text-align:center;border-right:1px solid #79c1e8;border-left:1px solid #18718c;} +.p_menu .gnbDp-1 > li:last-child{border-right:1px solid #18718c;} +.p_menu .gnbDp-1 > li > a{display:block;color:#fff;width:100%;height:55px;line-height:55px;font-size:1.25em;} +.p_menu .gnbDp-1 > li > a:hover{color:#000;} + +.gnbDp-2{display:none;position:absolute;top:55px;left:-1px;z-index:100;border-left:1px solid #eeeeee;height:400px;width:100%;} +.pmenu_last{border-right:1px solid #eeeeee;} +.gnbDp-2 > li{text-align:left;width:165px;} +.gnbDp-2 > li > a{color:#232323;display:block;padding:10px 5px;} +.gnbDp-2 > li > a:hover{color:#000;} + +.m_menu{display:none;position:absolute;top:125px;right:0;z-index:103;border-left:1px solid #ed781c;background-color:#ffffff;width:320px;height:100%;} +.m_gnbDp-1 > li{width:320px;} +.m_gnbDp-1 > li > a{display:block;height:50px;line-height:50px;color:#232323;font-weight:bold;padding-left:10px;border-bottom:1px solid #cccccc;} +.m_gnbDp-2{display:none;background-color:#ffffff;border-bottom:1px solid #cccccc;padding:5px 0;} +.m_gnbDp-2 > li > a{display:block;color:#353535;padding:7px 0;margin-left:20px;} +.m_gnbDp-2 > li > a:hover{color:#ed781c;} +.gnb_m_btn{display:none;position:absolute;top:48px;right:15px;z-index:103;} +.gnb_m_close{display:none;position:absolute;top:65px;right:15px;z-index:104;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot new file mode 100644 index 00000000..3cc7cf7a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot#iefix b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot#iefix new file mode 100644 index 00000000..3cc7cf7a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.eot#iefix differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.otf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.otf new file mode 100644 index 00000000..5a929a95 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.otf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.ttf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.ttf new file mode 100644 index 00000000..c24b0e73 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.ttf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff new file mode 100644 index 00000000..2dde3b86 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff2 b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff2 new file mode 100644 index 00000000..3a8ba51c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Bold.woff2 differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot new file mode 100644 index 00000000..1e4a1731 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot#iefix b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot#iefix new file mode 100644 index 00000000..1e4a1731 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.eot#iefix differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.otf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.otf new file mode 100644 index 00000000..3ff74952 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.otf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.ttf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.ttf new file mode 100644 index 00000000..c85adc7d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.ttf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff new file mode 100644 index 00000000..72994aaf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff2 b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff2 new file mode 100644 index 00000000..ab15e47b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-ExtraBold.woff2 differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot new file mode 100644 index 00000000..74941460 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot#iefix b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot#iefix new file mode 100644 index 00000000..74941460 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.eot#iefix differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.otf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.otf new file mode 100644 index 00000000..04b3a3bf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.otf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.ttf b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.ttf new file mode 100644 index 00000000..c14ce884 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.ttf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff new file mode 100644 index 00000000..eebb7bc4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff differ diff --git a/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff2 b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff2 new file mode 100644 index 00000000..44990328 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/fonts/NanumGothic-Regular.woff2 differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/Untitled-1_0005_Layer-1.png b/src/main/webapp/WEB-INF/views/site/case/images/Untitled-1_0005_Layer-1.png new file mode 100644 index 00000000..797b8d4a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/Untitled-1_0005_Layer-1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/answer_n.png b/src/main/webapp/WEB-INF/views/site/case/images/answer_n.png new file mode 100644 index 00000000..496683f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/answer_n.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/answer_y.png b/src/main/webapp/WEB-INF/views/site/case/images/answer_y.png new file mode 100644 index 00000000..6899882c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/answer_y.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/arr_bot.png b/src/main/webapp/WEB-INF/views/site/case/images/arr_bot.png new file mode 100644 index 00000000..14500622 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/arr_bot.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/arr_top.png b/src/main/webapp/WEB-INF/views/site/case/images/arr_top.png new file mode 100644 index 00000000..96e7f002 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/arr_top.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/arr_up.png b/src/main/webapp/WEB-INF/views/site/case/images/arr_up.png new file mode 100644 index 00000000..96e7f002 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/arr_up.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/banner1.png b/src/main/webapp/WEB-INF/views/site/case/images/banner1.png new file mode 100644 index 00000000..432512f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/banner1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/banner2.png b/src/main/webapp/WEB-INF/views/site/case/images/banner2.png new file mode 100644 index 00000000..8bf8a836 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/banner2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/banner3.png b/src/main/webapp/WEB-INF/views/site/case/images/banner3.png new file mode 100644 index 00000000..4b1bdb5d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/banner3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/banner4.png b/src/main/webapp/WEB-INF/views/site/case/images/banner4.png new file mode 100644 index 00000000..a7d7d848 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/banner4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/banner5.png b/src/main/webapp/WEB-INF/views/site/case/images/banner5.png new file mode 100644 index 00000000..374ce325 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/banner5.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/bn_full.png b/src/main/webapp/WEB-INF/views/site/case/images/bn_full.png new file mode 100644 index 00000000..8d767e23 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/bn_full.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/bn_next.png b/src/main/webapp/WEB-INF/views/site/case/images/bn_next.png new file mode 100644 index 00000000..898ec969 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/bn_next.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/bn_play.png b/src/main/webapp/WEB-INF/views/site/case/images/bn_play.png new file mode 100644 index 00000000..949721fe Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/bn_play.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/bn_prev.png b/src/main/webapp/WEB-INF/views/site/case/images/bn_prev.png new file mode 100644 index 00000000..7babce15 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/bn_prev.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/bn_stop.png b/src/main/webapp/WEB-INF/views/site/case/images/bn_stop.png new file mode 100644 index 00000000..2d17b1c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/bn_stop.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/board_tit_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/board_tit_bg.png new file mode 100644 index 00000000..f136ab47 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/board_tit_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/building.png b/src/main/webapp/WEB-INF/views/site/case/images/building.png new file mode 100644 index 00000000..7dbc3f40 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/building.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/cal.png b/src/main/webapp/WEB-INF/views/site/case/images/cal.png new file mode 100644 index 00000000..9fe2fa6c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/cal.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/cal_l_ico.png b/src/main/webapp/WEB-INF/views/site/case/images/cal_l_ico.png new file mode 100644 index 00000000..ee0c5df3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/cal_l_ico.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/cal_r_ico.png b/src/main/webapp/WEB-INF/views/site/case/images/cal_r_ico.png new file mode 100644 index 00000000..03eb78fa Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/cal_r_ico.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/calling.png b/src/main/webapp/WEB-INF/views/site/case/images/calling.png new file mode 100644 index 00000000..a0679a1a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/calling.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/certify1.png b/src/main/webapp/WEB-INF/views/site/case/images/certify1.png new file mode 100644 index 00000000..3d23806a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/certify1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/certify2.png b/src/main/webapp/WEB-INF/views/site/case/images/certify2.png new file mode 100644 index 00000000..b704a14a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/certify2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/certify3.png b/src/main/webapp/WEB-INF/views/site/case/images/certify3.png new file mode 100644 index 00000000..70d55557 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/certify3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc1.png b/src/main/webapp/WEB-INF/views/site/case/images/disc1.png new file mode 100644 index 00000000..9956bae9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc2.png b/src/main/webapp/WEB-INF/views/site/case/images/disc2.png new file mode 100644 index 00000000..19dd5282 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc3.png b/src/main/webapp/WEB-INF/views/site/case/images/disc3.png new file mode 100644 index 00000000..5612656d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc3_on.png b/src/main/webapp/WEB-INF/views/site/case/images/disc3_on.png new file mode 100644 index 00000000..3294fc4c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc3_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc4.png b/src/main/webapp/WEB-INF/views/site/case/images/disc4.png new file mode 100644 index 00000000..6ad76d3d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc5.png b/src/main/webapp/WEB-INF/views/site/case/images/disc5.png new file mode 100644 index 00000000..bba75e5e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc5.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc6.png b/src/main/webapp/WEB-INF/views/site/case/images/disc6.png new file mode 100644 index 00000000..ca96ff19 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc6.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc7.png b/src/main/webapp/WEB-INF/views/site/case/images/disc7.png new file mode 100644 index 00000000..ed4b1bc3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc7.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc8.png b/src/main/webapp/WEB-INF/views/site/case/images/disc8.png new file mode 100644 index 00000000..1e15bd86 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc8.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc9.png b/src/main/webapp/WEB-INF/views/site/case/images/disc9.png new file mode 100644 index 00000000..7bbd1ba9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc9.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/disc9_on.png b/src/main/webapp/WEB-INF/views/site/case/images/disc9_on.png new file mode 100644 index 00000000..cbe502c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/disc9_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/foot_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/foot_bg.png new file mode 100644 index 00000000..9af3fce3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/foot_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/foot_logo.png b/src/main/webapp/WEB-INF/views/site/case/images/foot_logo.png new file mode 100644 index 00000000..431a406d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/foot_logo.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg.png new file mode 100644 index 00000000..14959537 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot - 복사본.png b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot - 복사본.png new file mode 100644 index 00000000..288bf56c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot - 복사본.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot.png b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot.png new file mode 100644 index 00000000..a5094620 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot_.png b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot_.png new file mode 100644 index 00000000..976e5f91 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/gnb_bg_bot_.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/important.png b/src/main/webapp/WEB-INF/views/site/case/images/important.png new file mode 100644 index 00000000..403948f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/important.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/lnb_li_type.png b/src/main/webapp/WEB-INF/views/site/case/images/lnb_li_type.png new file mode 100644 index 00000000..ce303348 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/lnb_li_type.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/loc_divide.png b/src/main/webapp/WEB-INF/views/site/case/images/loc_divide.png new file mode 100644 index 00000000..e14a638d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/loc_divide.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/loc_home.png b/src/main/webapp/WEB-INF/views/site/case/images/loc_home.png new file mode 100644 index 00000000..30540645 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/loc_home.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/logo.png b/src/main/webapp/WEB-INF/views/site/case/images/logo.png new file mode 100644 index 00000000..71a8a71d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/logo.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/logo_m.png b/src/main/webapp/WEB-INF/views/site/case/images/logo_m.png new file mode 100644 index 00000000..6a2ca52a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/logo_m.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/m_menu.gif b/src/main/webapp/WEB-INF/views/site/case/images/m_menu.gif new file mode 100644 index 00000000..98f22e2c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/m_menu.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/m_menu.png b/src/main/webapp/WEB-INF/views/site/case/images/m_menu.png new file mode 100644 index 00000000..06658317 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/m_menu.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.gif b/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.gif new file mode 100644 index 00000000..8a14dbf0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.png b/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.png new file mode 100644 index 00000000..e52896c1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/m_menu2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_bg.png new file mode 100644 index 00000000..1d67064f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_logo.png b/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_logo.png new file mode 100644 index 00000000..5a0673e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mail_form_tit_logo.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/main_tit.png b/src/main/webapp/WEB-INF/views/site/case/images/main_tit.png new file mode 100644 index 00000000..8950efc2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/main_tit.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/main_tit_2.png b/src/main/webapp/WEB-INF/views/site/case/images/main_tit_2.png new file mode 100644 index 00000000..f79b4e49 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/main_tit_2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/meet_close.png b/src/main/webapp/WEB-INF/views/site/case/images/meet_close.png new file mode 100644 index 00000000..ab57aa3b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/meet_close.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mm_1.png b/src/main/webapp/WEB-INF/views/site/case/images/mm_1.png new file mode 100644 index 00000000..e2147c5b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mm_1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mm_2.png b/src/main/webapp/WEB-INF/views/site/case/images/mm_2.png new file mode 100644 index 00000000..43f1248b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mm_2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mm_3.png b/src/main/webapp/WEB-INF/views/site/case/images/mm_3.png new file mode 100644 index 00000000..58d3b648 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mm_3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/mm_line_bot.png b/src/main/webapp/WEB-INF/views/site/case/images/mm_line_bot.png new file mode 100644 index 00000000..600cf2ec Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/mm_line_bot.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/more_b.png b/src/main/webapp/WEB-INF/views/site/case/images/more_b.png new file mode 100644 index 00000000..688316e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/more_b.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/more_w.png b/src/main/webapp/WEB-INF/views/site/case/images/more_w.png new file mode 100644 index 00000000..46b5ceac Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/more_w.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/must.png b/src/main/webapp/WEB-INF/views/site/case/images/must.png new file mode 100644 index 00000000..ad96bf1a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/must.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/noti_blue.png b/src/main/webapp/WEB-INF/views/site/case/images/noti_blue.png new file mode 100644 index 00000000..61e44a6f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/noti_blue.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/page_1.png b/src/main/webapp/WEB-INF/views/site/case/images/page_1.png new file mode 100644 index 00000000..728c186d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/page_1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/page_2.png b/src/main/webapp/WEB-INF/views/site/case/images/page_2.png new file mode 100644 index 00000000..680ab8be Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/page_2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/page_3.png b/src/main/webapp/WEB-INF/views/site/case/images/page_3.png new file mode 100644 index 00000000..6e9592e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/page_3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/page_4.png b/src/main/webapp/WEB-INF/views/site/case/images/page_4.png new file mode 100644 index 00000000..b05060a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/page_4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/paper.png b/src/main/webapp/WEB-INF/views/site/case/images/paper.png new file mode 100644 index 00000000..84ecd88b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/paper.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/policy_tree.png b/src/main/webapp/WEB-INF/views/site/case/images/policy_tree.png new file mode 100644 index 00000000..294cf48d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/policy_tree.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process1.png b/src/main/webapp/WEB-INF/views/site/case/images/process1.png new file mode 100644 index 00000000..e8d64235 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process2.png b/src/main/webapp/WEB-INF/views/site/case/images/process2.png new file mode 100644 index 00000000..e5345f6f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process3.png b/src/main/webapp/WEB-INF/views/site/case/images/process3.png new file mode 100644 index 00000000..4f0d2119 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process4.png b/src/main/webapp/WEB-INF/views/site/case/images/process4.png new file mode 100644 index 00000000..2d46fea4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process99.png b/src/main/webapp/WEB-INF/views/site/case/images/process99.png new file mode 100644 index 00000000..99ed52c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process99.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process__res_off.png b/src/main/webapp/WEB-INF/views/site/case/images/process__res_off.png new file mode 100644 index 00000000..1e8216ef Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process__res_off.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process_off.png b/src/main/webapp/WEB-INF/views/site/case/images/process_off.png new file mode 100644 index 00000000..f4bb315d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process_off.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process_off_last.png b/src/main/webapp/WEB-INF/views/site/case/images/process_off_last.png new file mode 100644 index 00000000..1d93123d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process_off_last.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process_on.png b/src/main/webapp/WEB-INF/views/site/case/images/process_on.png new file mode 100644 index 00000000..e2e11b8b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/process_res_on.png b/src/main/webapp/WEB-INF/views/site/case/images/process_res_on.png new file mode 100644 index 00000000..5de7c731 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/process_res_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/question.png b/src/main/webapp/WEB-INF/views/site/case/images/question.png new file mode 100644 index 00000000..24668d67 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/question.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/size_up_down1.png b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down1.png new file mode 100644 index 00000000..c8677a88 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/size_up_down2.png b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down2.png new file mode 100644 index 00000000..93e7cab6 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/size_up_down3.png b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down3.png new file mode 100644 index 00000000..bf14a1a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/size_up_down3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/speaker.png b/src/main/webapp/WEB-INF/views/site/case/images/speaker.png new file mode 100644 index 00000000..1db26f38 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/speaker.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_con_h3.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_con_h3.png new file mode 100644 index 00000000..59b36e69 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_con_h3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_con_rt_bd.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_con_rt_bd.png new file mode 100644 index 00000000..a55be415 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_con_rt_bd.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_off.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_off.png new file mode 100644 index 00000000..aed6490c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_off.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_on.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_on.png new file mode 100644 index 00000000..8b2dadc0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본 (2).png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본 (2).png new file mode 100644 index 00000000..256eb4d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본 (2).png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본.png new file mode 100644 index 00000000..289f828e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on - 복사본.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on.png new file mode 100644 index 00000000..412e5d91 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on2.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on2.png new file mode 100644 index 00000000..9b94626e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on_bg.png new file mode 100644 index 00000000..9de3dae8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_tab_on_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_top.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_top.png new file mode 100644 index 00000000..7a55a4ab Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_lnb_top.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_nav_bg.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_nav_bg.png new file mode 100644 index 00000000..05e2e632 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_nav_bg.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_off.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_off.png new file mode 100644 index 00000000..f92ec939 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_off.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_on.png b/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_on.png new file mode 100644 index 00000000..b634b092 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sub_tab_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sv1.png b/src/main/webapp/WEB-INF/views/site/case/images/sv1.png new file mode 100644 index 00000000..db742d2f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sv1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sv2.png b/src/main/webapp/WEB-INF/views/site/case/images/sv2.png new file mode 100644 index 00000000..32e4bcaa Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sv2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sv3.png b/src/main/webapp/WEB-INF/views/site/case/images/sv3.png new file mode 100644 index 00000000..9a00eff1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sv3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/sv4.png b/src/main/webapp/WEB-INF/views/site/case/images/sv4.png new file mode 100644 index 00000000..aefec8ca Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/sv4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/tip.png b/src/main/webapp/WEB-INF/views/site/case/images/tip.png new file mode 100644 index 00000000..998bcbaf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/tip.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/tooltip.png b/src/main/webapp/WEB-INF/views/site/case/images/tooltip.png new file mode 100644 index 00000000..998bcbaf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/tooltip.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/top_devide.png b/src/main/webapp/WEB-INF/views/site/case/images/top_devide.png new file mode 100644 index 00000000..fe591630 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/top_devide.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/vi1.png b/src/main/webapp/WEB-INF/views/site/case/images/vi1.png new file mode 100644 index 00000000..749bdc0e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/vi1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/vi2.png b/src/main/webapp/WEB-INF/views/site/case/images/vi2.png new file mode 100644 index 00000000..d93ce8ff Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/vi2.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/vi3.png b/src/main/webapp/WEB-INF/views/site/case/images/vi3.png new file mode 100644 index 00000000..fd58386f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/vi3.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/vi4.png b/src/main/webapp/WEB-INF/views/site/case/images/vi4.png new file mode 100644 index 00000000..292eba94 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/vi4.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/vi5.png b/src/main/webapp/WEB-INF/views/site/case/images/vi5.png new file mode 100644 index 00000000..24296839 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/vi5.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/images/생활정보_메인_0002_+.png b/src/main/webapp/WEB-INF/views/site/case/images/생활정보_메인_0002_+.png new file mode 100644 index 00000000..bf72b9d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/images/생활정보_메인_0002_+.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/js/html5shiv.js b/src/main/webapp/WEB-INF/views/site/case/js/html5shiv.js new file mode 100644 index 00000000..45ea723d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/html5shiv.js @@ -0,0 +1,326 @@ +/** +* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +;(function(window, document) { +/*jshint evil:true */ + /** version */ + var version = '3.7.3'; + + /** Preset options */ + var options = window.html5 || {}; + + /** Used to skip problem elements */ + var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i; + + /** Not all elements can be cloned in IE **/ + var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i; + + /** Detect whether the browser supports default html5 styles */ + var supportsHtml5Styles; + + /** Name of the expando, to work with multiple documents or to re-shiv one document */ + var expando = '_html5shiv'; + + /** The id for the the documents expando */ + var expanID = 0; + + /** Cached data for each document */ + var expandoData = {}; + + /** Detect whether the browser supports unknown elements */ + var supportsUnknownElements; + + (function() { + try { + var a = document.createElement('a'); + a.innerHTML = ''; + //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles + supportsHtml5Styles = ('hidden' in a); + + supportsUnknownElements = a.childNodes.length == 1 || (function() { + // assign a false positive if unable to shiv + (document.createElement)('a'); + var frag = document.createDocumentFragment(); + return ( + typeof frag.cloneNode == 'undefined' || + typeof frag.createDocumentFragment == 'undefined' || + typeof frag.createElement == 'undefined' + ); + }()); + } catch(e) { + // assign a false positive if detection fails => unable to shiv + supportsHtml5Styles = true; + supportsUnknownElements = true; + } + + }()); + + /*--------------------------------------------------------------------------*/ + + /** + * Creates a style sheet with the given CSS text and adds it to the document. + * @private + * @param {Document} ownerDocument The document. + * @param {String} cssText The CSS text. + * @returns {StyleSheet} The style element. + */ + function addStyleSheet(ownerDocument, cssText) { + var p = ownerDocument.createElement('p'), + parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; + + p.innerHTML = 'x'; + return parent.insertBefore(p.lastChild, parent.firstChild); + } + + /** + * Returns the value of `html5.elements` as an array. + * @private + * @returns {Array} An array of shived element node names. + */ + function getElements() { + var elements = html5.elements; + return typeof elements == 'string' ? elements.split(' ') : elements; + } + + /** + * Extends the built-in list of html5 elements + * @memberOf html5 + * @param {String|Array} newElements whitespace separated list or array of new element names to shiv + * @param {Document} ownerDocument The context document. + */ + function addElements(newElements, ownerDocument) { + var elements = html5.elements; + if(typeof elements != 'string'){ + elements = elements.join(' '); + } + if(typeof newElements != 'string'){ + newElements = newElements.join(' '); + } + html5.elements = elements +' '+ newElements; + shivDocument(ownerDocument); + } + + /** + * Returns the data associated to the given document + * @private + * @param {Document} ownerDocument The document. + * @returns {Object} An object of data. + */ + function getExpandoData(ownerDocument) { + var data = expandoData[ownerDocument[expando]]; + if (!data) { + data = {}; + expanID++; + ownerDocument[expando] = expanID; + expandoData[expanID] = data; + } + return data; + } + + /** + * returns a shived element for the given nodeName and document + * @memberOf html5 + * @param {String} nodeName name of the element + * @param {Document|DocumentFragment} ownerDocument The context document. + * @returns {Object} The shived element. + */ + function createElement(nodeName, ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createElement(nodeName); + } + if (!data) { + data = getExpandoData(ownerDocument); + } + var node; + + if (data.cache[nodeName]) { + node = data.cache[nodeName].cloneNode(); + } else if (saveClones.test(nodeName)) { + node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode(); + } else { + node = data.createElem(nodeName); + } + + // Avoid adding some elements to fragments in IE < 9 because + // * Attributes like `name` or `type` cannot be set/changed once an element + // is inserted into a document/fragment + // * Link elements with `src` attributes that are inaccessible, as with + // a 403 response, will cause the tab/window to crash + // * Script elements appended to fragments will execute when their `src` + // or `text` property is set + return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node; + } + + /** + * returns a shived DocumentFragment for the given document + * @memberOf html5 + * @param {Document} ownerDocument The context document. + * @returns {Object} The shived DocumentFragment. + */ + function createDocumentFragment(ownerDocument, data){ + if (!ownerDocument) { + ownerDocument = document; + } + if(supportsUnknownElements){ + return ownerDocument.createDocumentFragment(); + } + data = data || getExpandoData(ownerDocument); + var clone = data.frag.cloneNode(), + i = 0, + elems = getElements(), + l = elems.length; + for(;i=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write(""),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t
a",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="
t
",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="
",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;ti.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="
",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="

",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t0)for(i=r;i=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*\s*$/g,Nt={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X
","
"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1>");try{for(;r1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]===""&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("
").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window); diff --git a/src/main/webapp/WEB-INF/views/site/case/js/jquery.calendar-1.0.js b/src/main/webapp/WEB-INF/views/site/case/js/jquery.calendar-1.0.js new file mode 100644 index 00000000..2169e659 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/jquery.calendar-1.0.js @@ -0,0 +1,163 @@ +(function($){ + $.fn.calendar = function(options){ + + options = $.extend({ + daysName : ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'], + setMonth : ['1','2','3','4','5','6','7','8','9','10','11','12'], + prevMonth : 'prev month', + nextMonth : 'next month', + holiday : ['1.1','3.1','5.5','5.25'], + point : ['9.9'] + }, options); + + var area = this; + var layout = '
'+ + ' '+ + ' '+ + '
'+ + '
'; + area.html(layout); + + var calendalBox = area.children('.calendarBox'); + var date = new Date(); + var months = options.setMonth; + var days = new Array(31,28,31,30,31,30,31,31,30,31,30,31); + var week = 0; + var day = date.getDate(); + var control = ''; + var holidayMax = options.holiday.length; + var pointMax = options.point.length; + + var makeCalendar = function(month){ + var year = date.getYear(), + month = date.getMonth(), + table = ''; + + date.setMonth(date.getMonth()-1); + var pmonth = date.getMonth(); + date.setMonth(date.getMonth()+1); + + if(year<=200){year+=1900;} + if(year%4==0 && year!=1900) days[1]=29; + + var today = year+'. '+months[month]+'.'; + var total = days[month]; + + D = date; + D.setDate(1); + D = D.getDay(); + + table += '
'+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' ' + + ' ' + + ' '; + + for(i=1; i<=D; i++){ + if(week==0){table += '';} + table += ''; + week++; + } + for(i=1; i<=total; i++){ + var newDate = new Date(); + var thisMon = date.getMonth() + 1; + var thisDate = i; + var holiday = thisMon+'.'+thisDate; + var point = thisMon+'.'+thisDate; + var todayBoolean = date.getYear() == newDate.getYear() && date.getMonth() == newDate.getMonth(); + + if(day==i && todayBoolean) + table += ''; + else if(week == 0) + table += ''; + else if(week == 6) + table += ''; + else{ + var flag = false; + for(a=0; a'; + } + else if(flag2){ + table += ''; + } + else{ + table += ''; + } + + + //table += (flag) ? '' : ''; + } + + week++; + + if(week==7){ + table += ''; + week=0; + } + } + for(i=1; week!=0; i++){ + if(week==0){table += '';} + table += ''; + week++; + if(week==7){ + table += ''; + week=0; + } + } + table += ' '; + table += '
달력
'+today+'
'+options.daysName[0]+''+options.daysName[1]+''+options.daysName[2]+''+options.daysName[3]+''+options.daysName[4]+''+options.daysName[5]+''+options.daysName[6]+'
'+(days[pmonth]-D+i)+'
'+i+'
'; + + calendalBox.html(table); + } + + makeCalendar(); + + $('#calendar .prevMon').click(function(){ + date.setMonth(date.getMonth()-1); + makeCalendar(); + }); + + $('#calendar .nextMon').click(function(){ + date.setMonth(date.getMonth()+1); + makeCalendar(); + }); + + } +})(jQuery); + +$(document).ready(function(){ + $('#calendar').calendar({ + daysName : ['일','월','화','수','목','금','토'], + setMonth : ['1','2','3','4','5','6','7','8','9','10','11','12'], + prevMonth : '이전달', + nextMonth : '다음달', + holiday : ['1.1','3.1','5.5','12.25'], + point : ['9.9'] + }); +}); diff --git a/src/main/webapp/WEB-INF/views/site/case/js/jquery.easing.min.js b/src/main/webapp/WEB-INF/views/site/case/js/jquery.easing.min.js new file mode 100644 index 00000000..83a43249 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/jquery.easing.min.js @@ -0,0 +1,44 @@ +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - EASING EQUATIONS + * + * Open source under the BSD License. + * + * Copyright © 2001 Robert Penner + * All rights reserved. + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright © 2008 George McGinley Smith + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * +*/ +jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g'+options.prevMonth+''+ + ' '+ + ''+ + '
'; + area.html(layout); + + var calendalBox = area.children('.calendarBox'); + var date = new Date(); + var months = options.setMonth; + var days = new Array(31,28,31,30,31,30,31,31,30,31,30,31); + var week = 0; + var day = date.getDate(); + var control = ''; + var holidayMax = options.holiday.length; + var pointMax = options.point.length; + + var makeCalendar = function(month){ + var year = date.getYear(), + month = date.getMonth(), + table = ''; + + date.setMonth(date.getMonth()-1); + var pmonth = date.getMonth(); + date.setMonth(date.getMonth()+1); + + if(year<=200){year+=1900;} + if(year%4==0 && year!=1900) days[1]=29; + + var today = year+'. '+months[month]+'.'; + var total = days[month]; + + D = date; + D.setDate(1); + D = D.getDay(); + + table += ''+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' '+ + ' ' + + ' ' + + ' '; + + for(i=1; i<=D; i++){ + if(week==0){table += '';} + table += ''; + week++; + } + for(i=1; i<=total; i++){ + var newDate = new Date(); + var thisMon = date.getMonth() + 1; + var thisDate = i; + var holiday = thisMon+'.'+thisDate; + var point = thisMon+'.'+thisDate; + var todayBoolean = date.getYear() == newDate.getYear() && date.getMonth() == newDate.getMonth(); + + if(day==i && todayBoolean) + table += ''; + else if(week == 0) + table += ''; + else if(week == 6) + table += ''; + else{ + var flag = false; + for(a=0; a'; + } + else if(flag2){ + table += ''; + } + else{ + table += ''; + } + + + //table += (flag) ? '' : ''; + } + + week++; + + if(week==7){ + table += ''; + week=0; + } + } + for(i=1; week!=0; i++){ + if(week==0){table += '';} + table += ''; + week++; + if(week==7){ + table += ''; + week=0; + } + } + table += ' '; + table += '
달력
'+today+'
'+options.daysName[0]+''+options.daysName[1]+''+options.daysName[2]+''+options.daysName[3]+''+options.daysName[4]+''+options.daysName[5]+''+options.daysName[6]+'
'+(days[pmonth]-D+i)+'
'+i+'
'; + + calendalBox.html(table); + } + + makeCalendar(); + + $('#calendar .prevMon').click(function(){ + date.setMonth(date.getMonth()-1); + makeCalendar(); + }); + + $('#calendar .nextMon').click(function(){ + date.setMonth(date.getMonth()+1); + makeCalendar(); + }); + + } +})(jQuery); + +$(document).ready(function(){ + $('#calendar').calendar({ + daysName : ['일','월','화','수','목','금','토'], + setMonth : ['1','2','3','4','5','6','7','8','9','10','11','12'], + prevMonth : '이전달', + nextMonth : '다음달', + holiday : ['1.1','3.1','5.5','12.25'], + point : ['9.9'] + }); +}); diff --git a/src/main/webapp/WEB-INF/views/site/case/js/js.js b/src/main/webapp/WEB-INF/views/site/case/js/js.js new file mode 100644 index 00000000..2ebd4ef6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/js.js @@ -0,0 +1,1009 @@ +'use strict'; +// 160918 pc + +$(document).ready(function(){ + + gnbInit(); // gnb + gnbM(); // gnbM + gnbMbtn(); + mainTab(); // 메인페이지 탭 + $zoom(); + //respLi1(); // 반응형 테이블리스트 4칸짜리 + //respLi2(); // 반응형 테이블리스트 5칸짜리 + + + + + lnbTabOn(); + + subTab_b(); // sub분쟁조정신청tab + uploadFile(); // 파일업로드 + toolTip(); // 도움말툴팁 + upDownTab(); // 신청인 피신청인 탭 여닫기 + addTabB(); // 신청인 등록폼 추가 + delTabB(); + addTabC(); // 피신청인 등록폼 추가 + delTabC(); + datePicker(); // calender + myPop(); // 분쟁조정신청 팝업 + +}); + + + +$(window).load(function(){ + etc(); // 잡탕 (메인푸터배너 전체보기 버튼생성) + + tab2(); // 마이페이지 탭2 + tab2b(); // 마이페이지 탭2b + //idontknow(); // ? + //idontknow2(); // ? + + lnbBg(); // lnb bg 높이 셋팅 + //현재 lnbBg()에서 주석처리 된 부분이 있음. +}); + +function idontknow(){ + $(".up_btn > div > a").click(function(){ + $(".the_allt > div").css({display:"none"}); + $(".up_btn > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_con").css({display:"block"}); + }); + + $(".up_btn1 > div > a").click(function(){ + $(".the_allt1 > div").css({display:"none"}); + $(".up_btn1 > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_cons").css({display:"block"}); + }); + + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); +} +function idontknow2(){ + $(window).resize(function(){ + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); + if($(window).width() >= "769"){ + $("#header_bg").removeAttr("style"); + $(".m_menu_all").removeAttr("style"); + } + if($(window).width() >= "1024"){ + $(".gnb_m_close").css({display:"none"}); + } + }); +} + + +function mainTab(){ + + $('.qest1>button').on('click focus',function(e){ + e.preventDefault(); + qestHide(); + qestShow(1); + }); + $('.qest2>button').on('click focus',function(e){ + e.preventDefault(); + qestHide(); + qestShow(2); + }); + $('.qest3>button').on('click focus',function(e){ + e.preventDefault(); + qestHide(); + qestShow(3); + }); + function qestHide(){ + $('.board_wrap ul').hide(); + $('.board_wrap .more').hide(); + } + function qestShow(n){ + $('.board_wrap .qest_con'+n).show(); + $('.more'+n).show(); + } +} + +function $zoom(){ + + var nowZoom = 100; + var size=document.getElementById("size"); + + $(".zoomIn").click(function(){ + zoom_in(); + }); + $(".zoomOut").click(function(){ + zoom_out(); + }); + $(".zoomOrg").click(function(){ + zoom_org(); + }); + + + function $zoom(){ + document.body.style.zoom=nowZoom+"%"; + } + + function zoom_out(){ + nowZoom-=10; + if(nowZoom<70){ + alert("더이상 축소할 수 없습니다."); + nowZoom=70; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + + function zoom_in(){ + nowZoom+=10; + if(nowZoom>150){ + alert("더이상 확대할 수 없습니다."); + nowZoom=150; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + function zoom_org(){ + nowZoom = 100; + $zoom(); + size.innerHTML=nowZoom+"%"; + } +} + +function gnbInit(){ + $(".p_menu>.gnbDp-1 > li > a").mouseover(function(){ + $('.gnbDp-2').slideDown(300,'easeInOutExpo'); + $('.gnb_bg').slideDown(300,'easeInOutExpo'); + }); + $("#main").mouseover(function(){ + $('.p_menu .gnbDp-2').slideUp(300,'easeInOutExpo'); + $('.gnb_bg').slideUp(300,'easeInOutExpo'); + //alert(11); + }); + /* + $(".gnb_bg").mouseleave(function(){ + $('.gnbDp-2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + }); + */ + $(".p_menu>.gnbDp-1 > li > a").focus(function(){ + $('.gnbDp-2').stop().slideDown(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideDown(300,'easeInOutExpo'); + }); + $(".p_menu>.gnbDp-1 > li.m5 > ul > li").last().children("a").blur(function(){ + //$(".gnbDp-1 > li.m5 > ul > li > a").blur(function(){ + $('.gnbDp-2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + // 메인메뉴 포커싱이 끝나면 바로 지역선택쪽으로 간다 선택하지 않으면 아래로 그냥내려간다. + //$('#bannerCtrl li:first-child a').focus(); + }); + + + $(".p_menu>.gnbDp-2").mouseover(function(){ + $(this).css({backgroundColor:"#f6f6f6"}); + }); + $(".p_menu>.gnbDp-2").mouseleave(function(){ + $(this).css({backgroundColor:"#ffffff"}); + }); + + + $(".p_menu>.gnb_m_btn").click(function(){ + $(".gnb_m_close").css({display:"block"}); + $(".m_menu").css({display:"block"}); + }); + + /* + $(".gnb_m_close").click(function(){ + $(".gnb_m_close").css({display:"none"}); + $(".m_menu").css({display:"none"}); + }); + */ + + $(".p_menu>.m_gnbDp-1 > li > a").click(function(){ + if ( $(this).hasClass('m_depth_dd') ) + { + $(".m_gnbDp-1 > li > a").removeClass("m_depth_dd"); + $(".m_gnbDp-2").slideUp("fast"); + $(".m_gnbDp-1 > li > a").css({background:"url(/site/case/images/m_bg_off.gif) no-repeat left top",color:"#232323"}); + }else{ + $(".m_gnbDp-1 > li > a").removeClass("m_depth_dd"); + $(".m_gnbDp-2").slideUp("fast"); + $(".m_gnbDp-1 > li > a").css({background:"url(/site/case/images/m_bg_off.gif) no-repeat left top",color:"#232323"}); + $(this).next(".m_gnbDp-2").slideDown("fast"); + $(this).addClass("m_depth_dd"); + $(this).css({background:"url(/site/case/images/m_bg_on.gif) no-repeat left top",color:"#ed781c"}); + } + }); +} +function gnbM(){ + // open and close + var open = false; + $('.c-hamburger').on('click',function(){ + if(!open){ + $('.m_menu_wrap').animate({ + left : "30%", + },400,"easeInOutQuint",function(){}); //easeOutBounce + $('body').prepend('
').find('.mm_bg').css({ + 'width':'100%', + 'height':'100%', + 'position':'absolute', + 'z-index':'90' + }).animate({'backgroundColor':'rgba(0,0,0,0.5)'},'slow'); + open = true; + }else{ + $('.m_menu_wrap').animate({ + left : "100%", + },400,"easeInOutQuint",function(){}); + $('.mm_bg').remove(); + open = false; + } + }); + $('body').on('click','.mm_bg',function(){ + $('.m_menu_wrap').animate({ + left : "100%", + },400,"easeInOutQuint",function(){}); + $('.mm_bg').remove(); + $('.c-hamburger').removeClass('is-active'); + open = false; + }); + + $('body').on('click','.mm_open',function(){ + var $bodyH = $('body').outerHeight(); + //alert($bodyH); + var $mmH = $('.m_menu_wrap').outerHeight(); + var $bodyH = $('body').outerHeight(); + if($bodyH > $mmH){ + $('.mm_bg, body').css('height',$bodyH); + }else{ + $('.mm_bg, body, #wrap').css('height',$mmH); + } + }); +} + + + +function gnbMbtn(){ + + var toggles = document.querySelectorAll(".c-hamburger"); + + for (var i = toggles.length - 1; i >= 0; i--) { + var toggle = toggles[i]; + toggleHandler(toggle); + }; + function toggleHandler(toggle) { + toggle.addEventListener( "click", function(e) { + e.preventDefault(); + (this.classList.contains("is-active") === true) ? this.classList.remove("is-active") : this.classList.add("is-active"); + }); + } +} + +function gnbM2(){ + // open and close + $('.mm_open').on('click',function(){ + $(this).hide(); + $('.mm_close').show(); + $('.m_menu_wrap').animate({ + left : "30%", + },400,"easeOutBounce",function(){}); //easeInOutQuint + $('body').prepend('
').find('.mm_bg').css({ + 'width':'100%', + 'height':'100%', + 'position':'absolute', + 'z-index':'90' + }).animate({'backgroundColor':'rgba(0,0,0,0.5)'},'slow'); + }); + $('.mm_close').on('click',mmClosing); + $('body').on('click','.mm_bg',mmClosing); + function mmClosing(){ + $('.mm_close').hide(); + $('.mm_open').show(); + $('.m_menu_wrap').animate({ + left : "100%", + },400,"easeOutBounce",function(){}); + $('.mm_bg').remove(); + } + + // up and down + //$('.m_menu .gnbDp-3').slideUp(); + //$('.m_menu .topMenuOn>.gnbDp-3').slideDown(); + + // 모바일메뉴 bg dynamic height + $('body').on('click','.mm_open',function(){ + var $bodyH = $('body').outerHeight(); + var $mmH = $('.m_menu_wrap').outerHeight(); + if($bodyH > $mmH){ + $('.mm_bg').css('height',$bodyH); + }else{ + $('.mm_bg').css('height',$mmH); + } + }); +} + +function lnbBg(){ + var hV; + var cV; + var sV; + function setHeight(){ + hV = $('.sub_con_wrap').outerHeight(); + //$('#main').css('height',hV); + } + setHeight(); + $(window).resize(setHeight); + cV = $('.sub_con_wrap').outerHeight(); + sV = $('.sub_nav_wrap').outerHeight(); + //alert(cv); + $('.lnb_bot_box').css('height',cV-sV+45); + +} + +function lnbTabOn(){ + // lnb 하위메뉴가 없을때 on bg를 짧은걸로 바꿈 + if(!$('.subMDp-1>.subMenuOn').has('ul').length){ + $('.subMDp-1>.subMenuOn').css('background','url(/site/case/images/sub_lnb_tab_on2.png) no-repeat left top'); + $('.subMDp-1 > li.subMenuOn>a').css('height','39px'); + } + + // cms에서 지원하는 lnb가 하위메뉴를 감추고 있다. display : block; 처리 + $('.subMDp-1>.subMenuOn>ul').show(); +} + +function respLi1(){ + $('.resp_li1>li').each(function(){ + $(this).children('span').eq(0).css('width','calc(20% - 10px)'); + $(this).children('span').eq(1).css('width','calc(40% - 10px)'); + $(this).children('span').eq(2).css('width','calc(20% - 10px)'); + $(this).children('span').eq(3).css('width','calc(20% - 10px)'); + }); +} +function respLi2(){ + $('.resp_li2>li').each(function(){ + $(this).children('span').eq(0).css('width','calc(15% - 10px)'); + $(this).children('span').eq(1).css('width','calc(45% - 20px)'); + $(this).children('span').eq(2).css('width','calc(10% - 10px)'); + $(this).children('span').eq(3).css('width','calc(15% - 10px)'); + $(this).children('span').eq(4).css('width','calc(15% - 10px)'); + }); +} +function etc(){ + $('.banner_1').prepend('전체보기'); + +} + +function subTab_b(){ + $('.subTab_b_con').hide(); + $('.subTab_b_con1').show(); + $('.subTab_b_tit1>button').on('click focus',function(){ + qestHide(); + qestShow(1); + }); + $('.subTab_b_tit2>button').on('click focus',function(){ + qestHide(); + qestShow(2); + }); + $('.subTab_b_tit3>button').on('click focus',function(){ + qestHide(); + qestShow(3); + }); + $('.subTab_b_tit4>button').on('click focus',function(){ + qestHide(); + qestShow(4); + }); + $('.subTab_b_tit5>button').on('click focus',function(){ + qestHide(); + qestShow(5); + }); + $('.subTab_b_tit6>button').on('click focus',function(){ + qestHide(); + qestShow(6); + }); + function qestHide(){ + $('.subTab_b_con').hide(); + } + function qestShow(n){ + $('.subTab_b_con'+n).show(); + } + $('.subTab_b_tit1>button').addClass('subTab_b_tit_selected'); + $('.tab_pos_rel>li').eq(4).find('button').addClass('let_shot'); + $('.subTab_b_tit>button').on('click focus',function(){ + $('.subTab_b_tit>button').removeClass('subTab_b_tit_selected'); + $(this).addClass('subTab_b_tit_selected'); + }); +} + +function uploadFile(){ + var fileTarget = $('.upload-hidden'); + var fileTarget2 = $('.upload-hidden2'); + + fileTarget.on('change', function(){ // 값이 변경되면 + if(window.FileReader){ // modern browser + var filename = $(this)[0].files[0].name; + } + else { // old IE + var filename = $(this).val().split('/').pop().split('\\').pop(); // 파일명만 추출 + } + + // 추출한 파일명 삽입 + $('.upload-name').val(filename); + }); + fileTarget2.on('change', function(){ + if(window.FileReader){ + var filename = $(this)[0].files[0].name; + } + else { + var filename = $(this).val().split('/').pop().split('\\').pop(); + } + $('.upload-name2').val(filename); + }); +} + +function toolTip(){ + var i; + function createCallBack1(i){ + return function(){ + $('.q'+i).show(); + } + } + function createCallBack2(i){ + return function(){ + $('.q'+i).hide(); + } + } + for(i = 1; i < 220; i++){ + $('#q'+i).on('mouseenter focus',createCallBack1(i)) + .on('mouseleave blur',createCallBack2(i)); + } +} + +function upDownTab(){ + //focus needed.. + var tabHeight = 0; // 활성화된 폼 갯수 (폼추가할때) + var nowHeight = 0; // 현재 content 높이 + var expHeight = 0; // 총 + var $subTab_c_tit = $('.subTab_c_tit'); + var $subTab_c_tit1 = $('.subTab_c_tit1'); + var $subTab_c_tit2 = $('.subTab_c_tit2'); + + $subTab_c_tit.on('click',function(event){ + event.stopImmediatePropagation(); + $(this).toggleClass('subTab_c_tit_on'); + $(this).next().slideToggle('fast'); + }); + + $subTab_c_tit.next().slideUp(); + + +// 폼추가 작업중 -> lnb height 셋팅확인필요 160823 + + $('body').on('click',function(){ + tabHeight = $('.subTab_c_tit_on').length*467; + nowHeight = $('article.sub_con_wrap').height(); + expHeight = tabHeight + nowHeight; + //alert(nowHeight); + //$('#main').css('height',expHeight); + //$('main').css('height',expHeight); + //$('.wrap').css('height',expHeight); + //$('.sub_con_wrap').css('height',expHeight); + //$('.sub_con_wrap_inner').css('height',expHeight); + //$('.sub_con').css('height',expHeight); + }); + //var test = $('article.sub_con_wrap').height(); +} + +function addTabB() { + $('.btnAddTabB').on('click', function () { + var areaCount2 = $('.subTab_b').length + 1; + + if(areaCount2 > 5) { + alert("신청인은 최대 5명까지 등록 가능합니다."); + return false; + } + + $("#appCnt").val(areaCount2);//신청인 여러번 저장하기 위해 신청인 갯수 전달 + var mark = ""; + mark += "
"; + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "
신청인 등록폼 " + areaCount2 + "번째폼: 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
신청인" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += ""; + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "
(휴대폰)" + mark += "
" + mark += "" + mark += " - -" + mark += "" + mark += "" + mark += "" + mark += " - -" + mark += "
" + mark += "
('-'제외)" + mark += "
" + mark += "" + mark += "" + mark += "
('-'제외)" + mark += "
" + mark += "" + mark += "
" + mark += "
" + mark += "
" + $('.subTab_b_wrap').append(mark); + cpGubunCombo2(areaCount2); + $(document).on('click', 'button.subTab_c_tit', function (event) { + //event.preventDefault(); + event.stopImmediatePropagation(); + $(this).toggleClass('subTab_c_tit_on'); + $(this).next().slideToggle('fast'); + }); + }); +} + +function delTabB(){ + $(".btnDelTabB").click(function(){ + var areaCount2 = $('.subTab_b').length + if(areaCount2 > 1){ + var delSeqArr = ""; + + if( $("#seqNo2_"+areaCount2).val() != "" && $("#seqNo2_"+areaCount2).val() != undefined){ + if($("#appDelSeq").val() == ""){ + delSeqArr = $("#seqNo2_"+areaCount2).val(); + }else{ + delSeqArr = $("#appDelSeq").val() + "," + $("#seqNo2_"+areaCount2).val(); + } + + /*임시저장 신청인 카운트*/ + $("#existDataCnt2").val(Number($("#existDataCnt2").val()) - 1);//삭제된 갯수 빼주기 + } + + /*전체 신청인 카운트*/ + $("#appCnt").val(Number($("#appCnt").val()) - 1);//삭제된 갯수 빼주기 + + $("#appDelSeq").val(delSeqArr); + $(".outerBoxB"+areaCount2).remove(); + } + }); +} + +function addTabC(){ + $('.btnAddTabC').on('click',function(){ + var areaCount = $('.subTab_c').length + 1; + + if(areaCount > 5) { + alert("피신청인은 최대 5명까지 등록 가능합니다."); + return false; + } + + $("#recCnt").val(areaCount);//피신청인 여러번 저장하기 위해 신청인 갯수 전달 + var mark = ""; + mark += "
"; + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "
피신청인 등록폼 "+areaCount+"번째폼: 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인" + mark += "필수입력" + mark += "" + mark += "" + mark += "" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += ""; + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "필수입력
(휴대폰)" + mark += "
" + mark += "" + mark += " - - " + mark += "" + mark += "" + mark += "" + mark += " - - " + mark += "
" + mark += "필수입력
('-'제외)" + mark += "
" + mark += "" + mark += "" + mark += "
('-'제외)" + mark += "
" + mark += "" + mark += "
" + mark += "
" + mark += "
" + $('.subTab_c_wrap').append(mark); + cpGubunCombo(areaCount); + $(document).on('click','button.subTab_c_tit',function(event){ + //event.preventDefault(); + event.stopImmediatePropagation(); + $(this).toggleClass('subTab_c_tit_on'); + $(this).next().slideToggle('fast'); + }); + }); +} + +function delTabC(){ + $(".btnDelTabC").click(function(){ + var areaCount = $('.subTab_c').length + if(areaCount > 1){ + var delSeqArr = ""; + + if( $("#seqNo_"+areaCount).val() != "" && $("#seqNo_"+areaCount).val() != undefined){ + if($("#resDelSeq").val() == ""){ + delSeqArr = $("#seqNo_"+areaCount).val(); + }else{ + delSeqArr = $("#resDelSeq").val() + "," + $("#seqNo_"+areaCount).val(); + } + + /*임시저장 피신청인 카운트*/ + $("#existDataCnt").val(Number($("#existDataCnt").val()) - 1);//삭제된 갯수 빼주기 + } + + /*전체 피신청인 카운트*/ + $("#recCnt").val(Number($("#recCnt").val()) - 1);//삭제된 갯수 빼주기 + + $("#resDelSeq").val(delSeqArr); + $(".outerBoxC"+areaCount).remove(); + } + }); +} + +function datePicker(){ + $( "#datepicker, #datepicker1,#datepicker2,#datepicker3,#datepicker4,#datepicker5,#datepicker6,#datepicker7,#datepicker8,#datepicker9" ).datepicker({ + showOn: "button", + buttonImage: "/site/case/images/cal.png", + buttonImageOnly: true, + buttonText: "Select date" + }); + +} + +function myPop(){ + + (function(w, $, ns){ + + // html markup에 따른 셀렉터 정의 - markup이 변경되면 셀렉터 정의도 변경해야 함. + var popupClass = ".popup", + $popup = $(popupClass), + $title = $(popupClass + ' dt'), + $message = $(popupClass + ' dd'), + $btn1 = $(popupClass + ' .btn1'), + $btn2 = $(popupClass + ' .btn2'), + $dimmed = $(popupClass + ' .bgDimmed'), + $button = $(popupClass + ' .button'); + + var layerPopup = function() { + this.popupClass = '.popup'; + }; + + $.extend(layerPopup.prototype, { + constructor: layerPopup, + + initialize: function(options) { + var that = this; + + $title.html(options.title || '알림'); + $message.html(options.message); + that.btn1 = options.btn1 || '확인'; + $btn1.html(that.btn1); + if( options.btn2 ) { + $btn2.show(); + $btn2.html(options.btn2); + that.btn2 = options.btn2; + } else { + $btn2.hide(); + } + that.callBack = options.callBack; + }, + + initEvent: function() { + var that = this; + + that.bgDimmedEvent(); + that.buttonEvent(); + }, + + destroyEvent: function() { + var that = this; + $dimmed.off('.bgEvent'); + $button.off('.btnEvent'); + }, + + open: function(params, callBack) { + var that = this, + options; + + if (params && typeof params === 'string') { + options = { + message : params + }; + } else { + options = params || {}; + } + that.initialize(options); + that.callBack = callBack || function(){}; + + $popup.show(); + that.initEvent(); + }, + + close: function() { + var that = this; + + that.destroyEvent(); + $popup.hide(); + }, + + bgDimmedEvent: function() { + var that = this; + + $('.bgDimmed').off('.bgEvent').on('click.bgEvent', function() { + var $thisEl = $(this); + that.close(); + }); + }, + + buttonEvent: function() { + var that = this; + + $('.button').off('.btnEvent').on('click.btnEvent', '.btn1, .btn2', function() { + var $thisEl = $(this), + clickedBtnName = $thisEl.html().trim(); + + if( that.callBack && typeof that.callBack == 'function' ) { + setTimeout(function() { + that.callBack(clickedBtnName); + }, 0); + } + that.close(); + return false; + }); + } + }); + + w[ns] = new layerPopup(); + })(window, jQuery, 'layerPopup'); +} + + +function tab2(){ + // with this function, you don't need to consider how many tab you need. just copy markup. + // when you wanna get Height, need to consider margin and padding : outerHeight + // tab contents has 'absolute position', each contents should be measured. + // 3 points : 1. after document roaded 2. resizing 3. tab click & content's height changed + var tab2ConH; // sub_con height + var nowTabNum = 1; // on off + $('.tab2Tit>a').on('click focus',function(){ + $('.tab2Con').hide(); + $(this).parents('.tab2').next().show(); + $('.tab2Tit').removeClass('tab_on'); + $(this).parent().addClass('tab_on'); + + // assign nowTabNum + if($(this).parents('.tab2').hasClass('TAP2_1')) nowTabNum = 1; + else nowTabNum = 2; + rsz(); // 3 + setTimeout(function() { + $('.sub_con').css('height',$('.indent.li_gap:visible').outerHeight() + 200); + }, 0); + }); + $(window).resize(function(){ + rsz(); // 2 + if($(this).width() < 1001){ + //tabRightBorder(); + }else if($(this).width() >= 1001){ + } + }); + function rsz(){ + tab2ConH = $('.TAP2_'+nowTabNum).next('.tab2Con').outerHeight(); + if($('.TabThickHeight').length) tab2ConH += 200; // TabThickHeight(2줄짜리라 높이가 있을경우) + $('.sub_con').css('height',tab2ConH); + } + rsz(); // 1 + + // 탭이 두꺼워졌을때 각 컨텐츠 높이 + //$('.tab2').next().removeClass('tab_top64i').css('top',200); + // 탭이 50%가 됐을때 오른쪽 흰색라인 + function tabRightBorder(){ + $('.TabThickHeight .tab20per_to_50per').eq(1).css('border-right','0'); + $('.TabThickHeight .tab20per_to_50per').eq(3).css('border-right','0'); + } +} + +function tab2b(){ + // when you wanna get Height, need to consider margin and padding : outerHeight + // tab contents has 'absolute position', each contents should be measured. + // 3 points : 1. after document roaded 2. resizing 3. tab click & content's height changed + (function(){ + var tab2ConH; // sub_con height + var nowTabNum = 1; + $('.tab2bTit>a').on('click focus',function(){ + $('.tab2bCon').hide(); + $(this).parents('.tab2b').next().show(); + $('.tab2bTit').removeClass('tab_on'); + $(this).parent().addClass('tab_on'); + + // assign nowTabNum + if($(this).parents('.tab2b').hasClass('TAP2b_1')) nowTabNum = 1; + else nowTabNum = 2; + rsz(); // 3 + }); + $(window).resize(function(){ + rsz(); // 2 + }); + function rsz(){ + tab2ConH = $('.TAP2b_'+nowTabNum).next('.tab2bCon').outerHeight(); + $('.sub_con').css('height',tab2ConH); + } + rsz(); // 1 + }()); +} + diff --git a/src/main/webapp/WEB-INF/views/site/case/js/js_160809.js b/src/main/webapp/WEB-INF/views/site/case/js/js_160809.js new file mode 100644 index 00000000..e098bc60 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/js_160809.js @@ -0,0 +1,289 @@ +$(document).ready(function(){ + + gnbInit(); // gnb + mainTab(); // 메인페이지 탭 + $zoom(); + respLi1(); // 반응형 테이블리스트 + + + //lnbBg(); // lnb bg 높이 셋팅 + //sub분쟁조정신청tab + subTab_b(); + uploadFile(); // 파일업로드 + toolTip(); // 도움말툴팁 + //upDownTab(); // 신청인 피신청인 탭 여닫기 + +}); + + + +$(window).load(function(){ + $(".up_btn > div > a").click(function(){ + $(".the_allt > div").css({display:"none"}); + $(".up_btn > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_con").css({display:"block"}); + }); + + $(".up_btn1 > div > a").click(function(){ + $(".the_allt1 > div").css({display:"none"}); + $(".up_btn1 > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_cons").css({display:"block"}); + }); + + + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); +}); + +$(window).resize(function(){ + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); + if($(window).width() >= "769"){ + $("#header_bg").removeAttr("style"); + $(".m_menu_all").removeAttr("style"); + } + if($(window).width() >= "1024"){ + $(".gnb_m_close").css({display:"none"}); + } +}); + +function mainTab(){ + + $('.qest1>button').on('click,focus',function(){ + qestHide(); + qestShow(1); + }); + $('.qest2>button').on('click,focus',function(){ + qestHide(); + qestShow(2); + }); + $('.qest3>button').on('click,focus',function(){ + qestHide(); + qestShow(3); + }); + function qestHide(){ + $('.board_wrap ul').hide(); + $('.board_wrap more').hide(); + } + function qestShow(n){ + $('.board_wrap .qest_con'+n).show(); + $('.more'+n).show(); + } +} + +function $zoom(){ + + var nowZoom = 100; + var size=document.getElementById("size"); + + $(".zoomIn").click(function(){ + zoom_in(); + }); + $(".zoomOut").click(function(){ + zoom_out(); + }); + $(".zoomOrg").click(function(){ + zoom_org(); + }); + + + function $zoom(){ + document.body.style.zoom=nowZoom+"%"; + } + + function zoom_out(){ + nowZoom-=10; + if(nowZoom<70){ + alert("더이상 축소할 수 없습니다."); + nowZoom=70; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + + function zoom_in(){ + nowZoom+=10; + if(nowZoom>150){ + alert("더이상 확대할 수 없습니다."); + nowZoom=150; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + function zoom_org(){ + nowZoom = 100; + $zoom(); + size.innerHTML=nowZoom+"%"; + } +} + +function gnbInit(){ + $(".depth1 > li > a").mouseover(function(){ + $('.depth2').stop().slideDown(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideDown(300,'easeInOutExpo'); + }); + $(".gnb_bg").mouseleave(function(){ + $('.depth2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + }); + $(".depth1 > li > a").focus(function(){ + $('.depth2').stop().slideDown(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideDown(300,'easeInOutExpo'); + }); + $(".depth1 > li.m5 > ul > li").last().children("a").blur(function(){ + //$(".depth1 > li.m5 > ul > li > a").blur(function(){ + $('.depth2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + // 메인메뉴 포커싱이 끝나면 바로 지역선택쪽으로 간다 선택하지 않으면 아래로 그냥내려간다. + //$('#bannerCtrl li:first-child a').focus(); + }); + + + $(".depth2").mouseover(function(){ + $(this).css({backgroundColor:"#f6f6f6"}); + }); + $(".depth2").mouseleave(function(){ + $(this).css({backgroundColor:"#ffffff"}); + }); + + + $(".gnb_m_btn").click(function(){ + $(".gnb_m_close").css({display:"block"}); + $(".m_menu").css({display:"block"}); + }); + + + $(".gnb_m_close").click(function(){ + $(".gnb_m_close").css({display:"none"}); + $(".m_menu").css({display:"none"}); + }); + + + $(".m_depth1 > li > a").click(function(){ + if ( $(this).hasClass('m_depth_dd') ) + { + $(".m_depth1 > li > a").removeClass("m_depth_dd"); + $(".m_depth2").slideUp("fast"); + $(".m_depth1 > li > a").css({background:"url(./images/main/m_bg_off.gif) no-repeat left top",color:"#232323"}); + }else{ + $(".m_depth1 > li > a").removeClass("m_depth_dd"); + $(".m_depth2").slideUp("fast"); + $(".m_depth1 > li > a").css({background:"url(./images/main/m_bg_off.gif) no-repeat left top",color:"#232323"}); + $(this).next(".m_depth2").slideDown("fast"); + $(this).addClass("m_depth_dd"); + $(this).css({background:"url(./images/main/m_bg_on.gif) no-repeat left top",color:"#ed781c"}); + } + }); +} + +function lnbBg(){ + var hV; + function setHeight(){ + hV = $('.sub_con_wrap').height(); + $('#main').css('height',hV); + } + setHeight(); + $(window).resize(setHeight); + +} + +function respLi1(){ + $('.resp_li1>li').each(function(){ + $(this).children('span').eq(0).css('width','20%'); + $(this).children('span').eq(1).css('width','40%'); + $(this).children('span').eq(2).css('width','20%'); + $(this).children('span').eq(3).css('width','20%'); + }); + +} + +function subTab_b(){ + $('.subTab_b_con').hide(); + $('.subTab_b_con1').show(); + $('.subTab_b_tit1>button').on('click focus',function(){ + qestHide(); + qestShow(1); + }); + $('.subTab_b_tit2>button').on('click focus',function(){ + qestHide(); + qestShow(2); + }); + $('.subTab_b_tit3>button').on('click focus',function(){ + qestHide(); + qestShow(3); + }); + $('.subTab_b_tit4>button').on('click focus',function(){ + qestHide(); + qestShow(4); + }); + $('.subTab_b_tit5>button').on('click focus',function(){ + qestHide(); + qestShow(5); + }); + $('.subTab_b_tit6>button').on('click focus',function(){ + qestHide(); + qestShow(6); + }); + function qestHide(){ + $('.subTab_b_con').hide(); + } + function qestShow(n){ + $('.subTab_b_con'+n).show(); + } +} + +function uploadFile(){ + var fileTarget = $('.upload-hidden'); + + fileTarget.on('change', function(){ // 값이 변경되면 + if(window.FileReader){ // modern browser + var filename = $(this)[0].files[0].name; + } + else { // old IE + var filename = $(this).val().split('/').pop().split('\\').pop(); // 파일명만 추출 + } + + // 추출한 파일명 삽입 + $('.upload-name').val(filename); + }); +} + +function toolTip(){ + var i; + function createCallBack1(i){ + return function(){ + $('.q'+i).show(); + } + } + function createCallBack2(i){ + return function(){ + $('.q'+i).hide(); + } + } + for(i = 1; i < 120; i++){ + $('#q'+i).on('mouseenter focus',createCallBack1(i)) + .on('mouseleave blur',createCallBack2(i)); + } +} + +function upDownTab(){ + //focus needed.. + var $subTab_c_tit = $('.subTab_c_tit'); + var $subTab_c_tit1 = $('.subTab_c_tit1'); + var $subTab_c_tit2 = $('.subTab_c_tit2'); + $subTab_c_tit2.next().slideUp(); + $subTab_c_tit2.on('click',function(){ + $(this).removeClass('subTab_c_tit2'); + $(this).addClass('subTab_c_tit1'); + $(this).next().slideDown('fast'); + }); + $subTab_c_tit1.on('click',function(){ + $(this).removeClass('subTab_c_tit1'); + $(this).addClass('subTab_c_tit2'); + $(this).next().slideUp('fast'); + }); +} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/js/js_160908.js b/src/main/webapp/WEB-INF/views/site/case/js/js_160908.js new file mode 100644 index 00000000..3ced2823 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/js_160908.js @@ -0,0 +1,674 @@ +$(document).ready(function(){ + + gnbInit(); // gnb + mainTab(); // 메인페이지 탭 + $zoom(); + //respLi1(); // 반응형 테이블리스트 4칸짜리 + //respLi2(); // 반응형 테이블리스트 5칸짜리 + + + + lnbTabOn(); + + subTab_b(); // sub분쟁조정신청tab + uploadFile(); // 파일업로드 + toolTip(); // 도움말툴팁 + upDownTab(); // 신청인 피신청인 탭 여닫기 + addTabC(); // 피신청인 등록폼 추가 + delTabC(); + //datePicker(); // calender + myPop(); // 분쟁조정신청 팝업 + +}); + + + +$(window).load(function(){ + + tab2(); // 마이페이지 탭2 + //idontknow(); // ? + //idontknow2(); // ? + + lnbBg(); // lnb bg 높이 셋팅 + //현재 lnbBg()에서 주석처리 된 부분이 있음. +}); + +function idontknow(){ + $(".up_btn > div > a").click(function(){ + $(".the_allt > div").css({display:"none"}); + $(".up_btn > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_con").css({display:"block"}); + }); + + $(".up_btn1 > div > a").click(function(){ + $(".the_allt1 > div").css({display:"none"}); + $(".up_btn1 > div > a").removeClass("on"); + var a_par=$(this).parent("div").attr("class").split(' '); + $(this).addClass("on"); + $("."+a_par[0]+"_cons").css({display:"block"}); + }); + + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); +} +function idontknow2(){ + $(window).resize(function(){ + $("#header_bg").width($("#wrap").width()); + $(".m_menu_all").height($("#wrap").height()-125); + if($(window).width() >= "769"){ + $("#header_bg").removeAttr("style"); + $(".m_menu_all").removeAttr("style"); + } + if($(window).width() >= "1024"){ + $(".gnb_m_close").css({display:"none"}); + } + }); +} + + +function mainTab(){ + + $('.qest1>button').on('click,focus',function(){ + qestHide(); + qestShow(1); + }); + $('.qest2>button').on('click,focus',function(){ + qestHide(); + qestShow(2); + }); + $('.qest3>button').on('click,focus',function(){ + qestHide(); + qestShow(3); + }); + function qestHide(){ + $('.board_wrap ul').hide(); + $('.board_wrap more').hide(); + } + function qestShow(n){ + $('.board_wrap .qest_con'+n).show(); + $('.more'+n).show(); + } +} + +function $zoom(){ + + var nowZoom = 100; + var size=document.getElementById("size"); + + $(".zoomIn").click(function(){ + zoom_in(); + }); + $(".zoomOut").click(function(){ + zoom_out(); + }); + $(".zoomOrg").click(function(){ + zoom_org(); + }); + + + function $zoom(){ + document.body.style.zoom=nowZoom+"%"; + } + + function zoom_out(){ + nowZoom-=10; + if(nowZoom<70){ + alert("더이상 축소할 수 없습니다."); + nowZoom=70; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + + function zoom_in(){ + nowZoom+=10; + if(nowZoom>150){ + alert("더이상 확대할 수 없습니다."); + nowZoom=150; + } + $zoom(); + size.innerHTML=nowZoom+"%"; + } + function zoom_org(){ + nowZoom = 100; + $zoom(); + size.innerHTML=nowZoom+"%"; + } +} + +function gnbInit(){ + $(".gnbDp-1 > li > a").mouseover(function(){ + $('.gnbDp-2').stop().slideDown(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideDown(300,'easeInOutExpo'); + }); + $(".gnb_bg").mouseleave(function(){ + $('.gnbDp-2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + }); + $(".gnbDp-1 > li > a").focus(function(){ + $('.gnbDp-2').stop().slideDown(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideDown(300,'easeInOutExpo'); + }); + $(".gnbDp-1 > li.m5 > ul > li").last().children("a").blur(function(){ + //$(".gnbDp-1 > li.m5 > ul > li > a").blur(function(){ + $('.gnbDp-2').stop().slideUp(300,'easeInOutExpo'); + $('.gnb_bg').stop().slideUp(300,'easeInOutExpo'); + // 메인메뉴 포커싱이 끝나면 바로 지역선택쪽으로 간다 선택하지 않으면 아래로 그냥내려간다. + //$('#bannerCtrl li:first-child a').focus(); + }); + + + $(".gnbDp-2").mouseover(function(){ + $(this).css({backgroundColor:"#f6f6f6"}); + }); + $(".gnbDp-2").mouseleave(function(){ + $(this).css({backgroundColor:"#ffffff"}); + }); + + + $(".gnb_m_btn").click(function(){ + $(".gnb_m_close").css({display:"block"}); + $(".m_menu").css({display:"block"}); + }); + + + $(".gnb_m_close").click(function(){ + $(".gnb_m_close").css({display:"none"}); + $(".m_menu").css({display:"none"}); + }); + + $(".m_gnbDp-1 > li > a").click(function(){ + if ( $(this).hasClass('m_depth_dd') ) + { + $(".m_gnbDp-1 > li > a").removeClass("m_depth_dd"); + $(".m_gnbDp-2").slideUp("fast"); + $(".m_gnbDp-1 > li > a").css({background:"url(/site/case/images/main/m_bg_off.gif) no-repeat left top",color:"#232323"}); + }else{ + $(".m_gnbDp-1 > li > a").removeClass("m_depth_dd"); + $(".m_gnbDp-2").slideUp("fast"); + $(".m_gnbDp-1 > li > a").css({background:"url(/site/case/images/main/m_bg_off.gif) no-repeat left top",color:"#232323"}); + $(this).next(".m_gnbDp-2").slideDown("fast"); + $(this).addClass("m_depth_dd"); + $(this).css({background:"url(/site/case/images/main/m_bg_on.gif) no-repeat left top",color:"#ed781c"}); + } + }); +} + +function lnbBg(){ + var hV; + var cV; + var sV; + function setHeight(){ + hV = $('.sub_con_wrap').outerHeight(); + //$('#main').css('height',hV); + } + setHeight(); + $(window).resize(setHeight); + cV = $('.sub_con_wrap').outerHeight(); + sV = $('.sub_nav_wrap').outerHeight(); + //alert(cv); + $('.lnb_bot_box').css('height',cV-sV+45); + +} + +function lnbTabOn(){ + // lnb 하위메뉴가 없을때 on bg를 짧은걸로 바꿈 + if(!$('.subMDp-1>.subMenuOn').has('ul').length){ + $('.subMDp-1>.subMenuOn').css('background','url(/site/case/images/sub_lnb_tab_on2.png) no-repeat left top'); + $('.subMDp-1 > li.subMenuOn>a').css('height','39px'); + } + + // cms에서 지원하는 lnb가 하위메뉴를 감추고 있다. display : block; 처리 + $('.subMDp-1>.subMenuOn>ul').show(); +} + +function respLi1(){ + $('.resp_li1>li').each(function(){ + $(this).children('span').eq(0).css('width','calc(20% - 10px)'); + $(this).children('span').eq(1).css('width','calc(40% - 10px)'); + $(this).children('span').eq(2).css('width','calc(20% - 10px)'); + $(this).children('span').eq(3).css('width','calc(20% - 10px)'); + }); +} +function respLi2(){ + $('.resp_li2>li').each(function(){ + $(this).children('span').eq(0).css('width','calc(15% - 10px)'); + $(this).children('span').eq(1).css('width','calc(45% - 20px)'); + $(this).children('span').eq(2).css('width','calc(10% - 10px)'); + $(this).children('span').eq(3).css('width','calc(15% - 10px)'); + $(this).children('span').eq(4).css('width','calc(15% - 10px)'); + }); +} + +function subTab_b(){ + $('.subTab_b_con').hide(); + $('.subTab_b_con1').show(); + $('.subTab_b_tit1>button').on('click focus',function(){ + qestHide(); + qestShow(1); + }); + $('.subTab_b_tit2>button').on('click focus',function(){ + qestHide(); + qestShow(2); + }); + $('.subTab_b_tit3>button').on('click focus',function(){ + qestHide(); + qestShow(3); + }); + $('.subTab_b_tit4>button').on('click focus',function(){ + qestHide(); + qestShow(4); + }); + $('.subTab_b_tit5>button').on('click focus',function(){ + qestHide(); + qestShow(5); + }); + $('.subTab_b_tit6>button').on('click focus',function(){ + qestHide(); + qestShow(6); + }); + function qestHide(){ + $('.subTab_b_con').hide(); + } + function qestShow(n){ + $('.subTab_b_con'+n).show(); + } + $('.subTab_b_tit1>button').addClass('subTab_b_tit_selected'); + $('.tab_pos_rel>li').eq(4).find('button').addClass('let_shot'); + $('.subTab_b_tit>button').on('click focus',function(){ + $('.subTab_b_tit>button').removeClass('subTab_b_tit_selected'); + $(this).addClass('subTab_b_tit_selected'); + }); +} + +function uploadFile(){ + var fileTarget = $('.upload-hidden'); + var fileTarget2 = $('.upload-hidden2'); + + fileTarget.on('change', function(){ // 값이 변경되면 + if(window.FileReader){ // modern browser + var filename = $(this)[0].files[0].name; + } + else { // old IE + var filename = $(this).val().split('/').pop().split('\\').pop(); // 파일명만 추출 + } + + // 추출한 파일명 삽입 + $('.upload-name').val(filename); + }); + fileTarget2.on('change', function(){ + if(window.FileReader){ + var filename = $(this)[0].files[0].name; + } + else { + var filename = $(this).val().split('/').pop().split('\\').pop(); + } + $('.upload-name2').val(filename); + }); +} + +function toolTip(){ + var i; + function createCallBack1(i){ + return function(){ + $('.q'+i).show(); + } + } + function createCallBack2(i){ + return function(){ + $('.q'+i).hide(); + } + } + for(i = 1; i < 120; i++){ + $('#q'+i).on('mouseenter focus',createCallBack1(i)) + .on('mouseleave blur',createCallBack2(i)); + } +} + +function upDownTab(){ + //focus needed.. + var tabHeight = 0; // 활성화된 폼 갯수 (폼추가할때) + var nowHeight = 0; // 현재 content 높이 + var expHeight = 0; // 총 + var $subTab_c_tit = $('.subTab_c_tit'); + var $subTab_c_tit1 = $('.subTab_c_tit1'); + var $subTab_c_tit2 = $('.subTab_c_tit2'); + + $subTab_c_tit.on('click',function(event){ + event.stopImmediatePropagation(); + $(this).toggleClass('subTab_c_tit_on'); + $(this).next().slideToggle('fast'); + }); + + $subTab_c_tit.next().slideUp(); +/* + $('.subTab_c_wrap').on('click',function(){ + + tabCnt = $('.subTab_c_tit_on').length; + alert(tabCnt); + + }); + $('button').on('click','.subTab_c_tit_on',function(){ + tabCnt = $('.subTab_c_tit_on').length; + alert(tabCnt); + }); + $('body').on('click',function(){ + tabCnt = $('.subTab_c_tit_on').length; + nowHeight = $('article.sub_con_wrap').height(); + //alert(nowHeight); + $('#main').css({'height':nowHeight + tabCnt*467 + 417}); + $('main').css({'height':nowHeight + tabCnt*467 + 40}); + $('.wrap').css({'height':nowHeight + tabCnt*467}); + $('.sub_con_wrap').css({'height':nowHeight + tabCnt*467}); + $('.sub_con_wrap_inner').css({'height':nowHeight + tabCnt*467 - 100}); + $('.sub_con').css({'height':nowHeight + tabCnt*467 - 200}); + }); +*/ + +// 폼추가 작업중 -> lnb height 셋팅확인필요 160823 + + $('body').on('click',function(){ + tabHeight = $('.subTab_c_tit_on').length*467; + nowHeight = $('article.sub_con_wrap').height(); + expHeight = tabHeight + nowHeight; + //alert(nowHeight); + //$('#main').css('height',expHeight); + //$('main').css('height',expHeight); + //$('.wrap').css('height',expHeight); + //$('.sub_con_wrap').css('height',expHeight); + //$('.sub_con_wrap_inner').css('height',expHeight); + //$('.sub_con').css('height',expHeight); + }); + //var test = $('article.sub_con_wrap').height(); +} + +function addTabC(){ + $('.btnAddTabC').on('click',function(){ + var areaCount = $('.subTab_c').length + 1; + $("#recCnt").val(areaCount);//피신청인 여러번 저장하기 위해 신청인 갯수 전달 + var mark = ""; + mark += "
"; + mark += "" + mark += "
" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "" + mark += "
피신청인 등록폼 "+areaCount+"번째폼: 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인" + mark += "필수입력" + mark += "" + mark += "" + mark += "" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += ""; + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "필수입력" + mark += "" + mark += "" + mark += "
" + mark += "" + mark += "
" + mark += "필수입력
(휴대폰)" + mark += "
" + mark += "" + mark += " - - " + mark += "" + mark += "" + mark += "" + mark += " - - " + mark += "
" + mark += "필수입력
('-'제외)" + mark += "
" + mark += "" + mark += "" + mark += "
('-'제외)" + mark += "
" + mark += "" + mark += "
" + mark += "
" + mark += "
" + $('.subTab_c_wrap').append(mark); + cpGubunCombo(areaCount); + $(document).on('click','button.subTab_c_tit',function(event){ + //event.preventDefault(); + event.stopImmediatePropagation(); + $(this).toggleClass('subTab_c_tit_on'); + $(this).next().slideToggle('fast'); + }); + }); +} + +function delTabC(){ + $(".btnDelTabC").click(function(){ + var areaCount = $('.subTab_c').length + if(areaCount > 1){ + var delSeqArr = ""; + + if( $("#seqNo_"+areaCount).val() != "" && $("#seqNo_"+areaCount).val() != undefined){ + if($("#resDelSeq").val() == ""){ + delSeqArr = $("#seqNo_"+areaCount).val(); + }else{ + delSeqArr = $("#resDelSeq").val() + "," + $("#seqNo_"+areaCount).val(); + } + + /*임시저장 피신청인 카운트*/ + $("#existDataCnt").val(Number($("#existDataCnt").val()) - 1);//삭제된 갯수 빼주기 + } + + /*전체 피신청인 카운트*/ + $("#recCnt").val(Number($("#recCnt").val()) - 1);//삭제된 갯수 빼주기 + + $("#resDelSeq").val(delSeqArr); + $(".outerBox"+areaCount).remove(); + } + }); +} + +function datePicker(){ + $( "#datepicker1,#datepicker2,#datepicker3,#datepicker4,#datepicker5,#datepicker6,#datepicker7,#datepicker8,#datepicker9" ).datepicker({ + showOn: "button", + buttonImage: "../images/cal.png", + buttonImageOnly: true, + buttonText: "Select date" + }); + +} + +function myPop(){ + + (function(w, $, ns){ + + // html markup에 따른 셀렉터 정의 - markup이 변경되면 셀렉터 정의도 변경해야 함. + var popupClass = ".popup", + $popup = $(popupClass), + $title = $(popupClass + ' dt'), + $message = $(popupClass + ' dd'), + $btn1 = $(popupClass + ' .btn1'), + $btn2 = $(popupClass + ' .btn2'), + $dimmed = $(popupClass + ' .bgDimmed'), + $button = $(popupClass + ' .button'); + + var layerPopup = function() { + this.popupClass = '.popup'; + }; + + $.extend(layerPopup.prototype, { + constructor: layerPopup, + + initialize: function(options) { + var that = this; + + $title.html(options.title || '알림'); + $message.html(options.message); + that.btn1 = options.btn1 || '확인'; + $btn1.html(that.btn1); + if( options.btn2 ) { + $btn2.show(); + $btn2.html(options.btn2); + that.btn2 = options.btn2; + } else { + $btn2.hide(); + } + that.callBack = options.callBack; + }, + + initEvent: function() { + var that = this; + + that.bgDimmedEvent(); + that.buttonEvent(); + }, + + destroyEvent: function() { + var that = this; + $dimmed.off('.bgEvent'); + $button.off('.btnEvent'); + }, + + open: function(params, callBack) { + var that = this, + options; + + if (params && typeof params === 'string') { + options = { + message : params + }; + } else { + options = params || {}; + } + that.initialize(options); + that.callBack = callBack || function(){}; + + $popup.show(); + that.initEvent(); + }, + + close: function() { + var that = this; + + that.destroyEvent(); + $popup.hide(); + }, + + bgDimmedEvent: function() { + var that = this; + + $('.bgDimmed').off('.bgEvent').on('click.bgEvent', function() { + var $thisEl = $(this); + that.close(); + }); + }, + + buttonEvent: function() { + var that = this; + + $('.button').off('.btnEvent').on('click.btnEvent', '.btn1, .btn2', function() { + var $thisEl = $(this), + clickedBtnName = $thisEl.html().trim(); + + if( that.callBack && typeof that.callBack == 'function' ) { + setTimeout(function() { + that.callBack(clickedBtnName); + }, 0); + } + that.close(); + return false; + }); + } + }); + + w[ns] = new layerPopup(); + })(window, jQuery, 'layerPopup'); +} + + +function tab2(){ + // when you wanna get Height, need to consider margin and padding : outerHeight + // tab contents has 'absolute position', each contents should be measured. + // 3 points : 1. after document roaded 2. resizing 3. tab click & content's height changed + var tab2ConH; // sub_con height + var nowTabNum = 1; + $('.tab2Tit>a').on('click focus',function(){ + $('.tab2Con').hide(); + $(this).parents('.tab2').next().show(); + $('.tab2Tit').removeClass('tab_on'); + $(this).parent().addClass('tab_on'); + + // assign noTabNum + if($(this).parents('.tab2').hasClass('TAP2_1')) nowTabNum = 1; + else nowTabNum = 2; + rsz(); // 3 + }); + $(window).resize(function(){ + rsz(); // 2 + }); + function rsz(){ + tab2ConH = $('.TAP2_'+nowTabNum).next('.tab2Con').outerHeight(); + $('.sub_con').css('height',tab2ConH); + } + rsz(); // 1 +} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/js/menu_main.js b/src/main/webapp/WEB-INF/views/site/case/js/menu_main.js new file mode 100644 index 00000000..452dfa8d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/menu_main.js @@ -0,0 +1,3 @@ +function menu_main_js(){ + +} diff --git a/src/main/webapp/WEB-INF/views/site/case/js/menu_sub.js b/src/main/webapp/WEB-INF/views/site/case/js/menu_sub.js new file mode 100644 index 00000000..b5a8f9a1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/menu_sub.js @@ -0,0 +1,3 @@ +function menu_sub_js(){ + +} diff --git a/src/main/webapp/WEB-INF/views/site/case/js/rceptEdit.js b/src/main/webapp/WEB-INF/views/site/case/js/rceptEdit.js new file mode 100644 index 00000000..0373e085 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/rceptEdit.js @@ -0,0 +1,6033 @@ +//그룹웨어 호출 시 기본데이터 생성(각 화면에 맞게 커스터마이징) +function nanumCall(no, nanumSubject){ + var proDate = Number($('#proDate').val()); + + if((no == '13' || no == '14') && (proDate > 60 && proDate <= 90) && $('#caseExtend').val() == ""){ + if(!confirm("'기간연장'을 누르지 않으면 기간경과 사건으로 처리됩니다. 진행하시겠습니까?")){ + return false; + } + } + + //가맹 -- '5301000000', '사건착수보고' + var obj1 = ''; + var obj2 = ''; + var obj3 = ''; + var obj4 = ''; + var obj5 = ''; + var obj6 = ''; + var obj7 = ''; + var obj8 = ''; + var obj9 = ''; + var obj10 = ''; + var obj11 = ''; + var obj12 = ''; + var obj13 = ''; + var obj14 = ''; + var obj15 = ''; + + var caseGubun = $('#caseGubun').val(); + var codeNo = ""; + var jobNo = ""; + var jobID = ""; + var seqNos = ""; + var seqNo = ""; + $('#applcntNo').val(""); + $('#respondentNo').val(""); + + if(no == '2' || no == '4' || no == '9' || no == '10') { + if($('input:radio[name="applSeqNo"]').is(':checked')) { + seqNos = $('input:radio[name="applSeqNo"]:checked').val().split(':'); + seqNo = seqNos[0]; + $('#applcntNo').val(seqNos[1]); + } else { + alert('신청인을 선택하여 주세요.'); + return false; + } + } + + if(no == '3' || no == '5' || no == '11' || no == '12') { + if($('input:radio[name="respondentSeqNo"]').is(':checked')) { + seqNos = $('input:radio[name="respondentSeqNo"]:checked').val().split(':'); + seqNo = seqNos[0]; + $('#respondentNo').val(seqNos[1]); + } else { + alert('피신청인을 선택하여 주세요.'); + return false; + } + } + + if('0201000000' == caseGubun){ + //공정 + if(no == '1'){ + jobNo = '1'; + codeNo = '5201000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5202000000'; + } else if(seqNo == '2') { + codeNo = '5243000000'; + } else if(seqNo == '3') { + codeNo = '5244000000'; + } else if(seqNo == '4') { + codeNo = '5245000000'; + } else if(seqNo == '5') { + codeNo = '5246000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5203000000'; + } else if(seqNo == '2') { + codeNo = '5247000000'; + } else if(seqNo == '3') { + codeNo = '5248000000'; + } else if(seqNo == '4') { + codeNo = '5249000000'; + } else if(seqNo == '5') { + codeNo = '5250000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5204000000'; + } else if(seqNo == '2') { + codeNo = '5251000000'; + } else if(seqNo == '3') { + codeNo = '5252000000'; + } else if(seqNo == '4') { + codeNo = '5253000000'; + } else if(seqNo == '5') { + codeNo = '5254000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5205000000'; + } else if(seqNo == '2') { + codeNo = '5255000000'; + } else if(seqNo == '3') { + codeNo = '5256000000'; + } else if(seqNo == '4') { + codeNo = '5257000000'; + } else if(seqNo == '5') { + codeNo = '5258000000'; + } + }else if(no == '6'){ + jobNo = '6'; + codeNo = '5206000000'; + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5207000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5208000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5209000000'; + } else if(seqNo == '2') { + codeNo = '5259000000'; + } else if(seqNo == '3') { + codeNo = '5260000000'; + } else if(seqNo == '4') { + codeNo = '5261000000'; + } else if(seqNo == '5') { + codeNo = '5262000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5227000000'; + } else if(seqNo == '2') { + codeNo = '5263000000'; + } else if(seqNo == '3') { + codeNo = '5264000000'; + } else if(seqNo == '4') { + codeNo = '5265000000'; + } else if(seqNo == '5') { + codeNo = '5266000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5210000000'; + } else if(seqNo == '2') { + codeNo = '5267000000'; + } else if(seqNo == '3') { + codeNo = '5268000000'; + } else if(seqNo == '4') { + codeNo = '5269000000'; + } else if(seqNo == '5') { + codeNo = '5270000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5228000000'; + } else if(seqNo == '2') { + codeNo = '5271000000'; + } else if(seqNo == '3') { + codeNo = '5272000000'; + } else if(seqNo == '4') { + codeNo = '5273000000'; + } else if(seqNo == '5') { + codeNo = '5274000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5211000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5212000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5213000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5225000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5214000000'; + }else if(jobNo == '15'){ + codeNo = '5215000000'; + }else if(jobNo == '16'){ + codeNo = '5216000000'; + }else if(jobNo == '17'){ + codeNo = '5217000000'; + }else if(jobNo == '18'){ + codeNo = '5218000000'; + }else if(jobNo == '19'){ + codeNo = '5219000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5229000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5230000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5231000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5232000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5233000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5234000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5235000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5236000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5237000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5238000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5239000000'; + } + } + } + + jobID = '1-'+jobNo; + }else if('0202000000' == caseGubun){ + //가맹 + if(no == '1'){ + jobNo = '1'; + codeNo = '5301000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5302000000'; + } else if(seqNo == '2') { + codeNo = '5343000000'; + } else if(seqNo == '3') { + codeNo = '5344000000'; + } else if(seqNo == '4') { + codeNo = '5345000000'; + } else if(seqNo == '5') { + codeNo = '5346000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5303000000'; + } else if(seqNo == '2') { + codeNo = '5347000000'; + } else if(seqNo == '3') { + codeNo = '5348000000'; + } else if(seqNo == '4') { + codeNo = '5349000000'; + } else if(seqNo == '5') { + codeNo = '5350000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5304000000'; + } else if(seqNo == '2') { + codeNo = '5351000000'; + } else if(seqNo == '3') { + codeNo = '5352000000'; + } else if(seqNo == '4') { + codeNo = '5353000000'; + } else if(seqNo == '5') { + codeNo = '5354000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5305000000'; + } else if(seqNo == '2') { + codeNo = '5355000000'; + } else if(seqNo == '3') { + codeNo = '5356000000'; + } else if(seqNo == '4') { + codeNo = '5357000000'; + } else if(seqNo == '5') { + codeNo = '5358000000'; + } + }else if(no == '6'){ + + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5307000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5308000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5308000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5309000000'; + } else if(seqNo == '2') { + codeNo = '5359000000'; + } else if(seqNo == '3') { + codeNo = '5360000000'; + } else if(seqNo == '4') { + codeNo = '5361000000'; + } else if(seqNo == '5') { + codeNo = '5362000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5327000000'; + } else if(seqNo == '2') { + codeNo = '5363000000'; + } else if(seqNo == '3') { + codeNo = '5364000000'; + } else if(seqNo == '4') { + codeNo = '5365000000'; + } else if(seqNo == '5') { + codeNo = '5366000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5310000000'; + } else if(seqNo == '2') { + codeNo = '5367000000'; + } else if(seqNo == '3') { + codeNo = '5368000000'; + } else if(seqNo == '4') { + codeNo = '5369000000'; + } else if(seqNo == '5') { + codeNo = '5370000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5328000000'; + } else if(seqNo == '2') { + codeNo = '5371000000'; + } else if(seqNo == '3') { + codeNo = '5372000000'; + } else if(seqNo == '4') { + codeNo = '5373000000'; + } else if(seqNo == '5') { + codeNo = '5374000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5311000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5312000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5313000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5325000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5314000000'; + }else if(jobNo == '15'){ + codeNo = '5315000000'; + }else if(jobNo == '16'){ + codeNo = '5316000000'; + }else if(jobNo == '17'){ + codeNo = '5317000000'; + }else if(jobNo == '18'){ + codeNo = '5318000000'; + }else if(jobNo == '19'){ + codeNo = '5319000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5329000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5330000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5331000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5332000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5333000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5334000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5335000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5336000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5337000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5338000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5339000000'; + } + } + } + + jobID = '2-'+jobNo; + }else if('0203000000' == caseGubun){ + //하도급 + + if(no == '1'){ + jobNo = '1'; + codeNo = '5401000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5402000000'; + } else if(seqNo == '2') { + codeNo = '5449000000'; + } else if(seqNo == '3') { + codeNo = '5450000000'; + } else if(seqNo == '4') { + codeNo = '5451000000'; + } else if(seqNo == '5') { + codeNo = '5452000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5403000000'; + } else if(seqNo == '2') { + codeNo = '5453000000'; + } else if(seqNo == '3') { + codeNo = '5454000000'; + } else if(seqNo == '4') { + codeNo = '5455000000'; + } else if(seqNo == '5') { + codeNo = '5456000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5404000000'; + } else if(seqNo == '2') { + codeNo = '5457000000'; + } else if(seqNo == '3') { + codeNo = '5458000000'; + } else if(seqNo == '4') { + codeNo = '5459000000'; + } else if(seqNo == '5') { + codeNo = '5460000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5405000000'; + } else if(seqNo == '2') { + codeNo = '5461000000'; + } else if(seqNo == '3') { + codeNo = '5462000000'; + } else if(seqNo == '4') { + codeNo = '5463000000'; + } else if(seqNo == '5') { + codeNo = '5464000000'; + } + }else if(no == '6'){ + jobNo = '6'; + codeNo = '5406000000'; + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5407000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5408000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5409000000'; + } else if(seqNo == '2') { + codeNo = '5465000000'; + } else if(seqNo == '3') { + codeNo = '5466000000'; + } else if(seqNo == '4') { + codeNo = '5467000000'; + } else if(seqNo == '5') { + codeNo = '5468000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5434000000'; + } else if(seqNo == '2') { + codeNo = '5469000000'; + } else if(seqNo == '3') { + codeNo = '5470000000'; + } else if(seqNo == '4') { + codeNo = '5471000000'; + } else if(seqNo == '5') { + codeNo = '5472000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5410000000'; + } else if(seqNo == '2') { + codeNo = '5473000000'; + } else if(seqNo == '3') { + codeNo = '5474000000'; + } else if(seqNo == '4') { + codeNo = '5475000000'; + } else if(seqNo == '5') { + codeNo = '5476000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5435000000'; + } else if(seqNo == '2') { + codeNo = '5477000000'; + } else if(seqNo == '3') { + codeNo = '5478000000'; + } else if(seqNo == '4') { + codeNo = '5479000000'; + } else if(seqNo == '5') { + codeNo = '5480000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5411000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5412000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5413000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5432000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5414000000'; + jobNo = '14-1'; + }else if(jobNo == '15'){ + codeNo = '5416000000'; + }else if(jobNo == '16'){ + codeNo = '5417000000'; + }else if(jobNo == '17'){ + codeNo = '5418000000'; + }else if(jobNo == '18'){ + /* codeNo = '5418000000'; + nanumSubject += "(각하 외 중지)"; */ + }else if(jobNo == '19'){ + codeNo = '5426000000'; + }else if(jobNo == '20'){ + jobNo = '14-2'; + codeNo = '5415000000'; + }else if(jobNo == '21'){ + jobNo = '18-1'; + codeNo = '5419000000'; + }else if(jobNo == '22'){ + jobNo = '18-3'; + codeNo = '5420000000'; + }else if(jobNo == '23'){ + jobNo = '18-4'; + codeNo = '5421000000'; + }else if(jobNo == '24'){ + jobNo = '18-5'; + codeNo = '5422000000'; + }else if(jobNo == '25'){ + jobNo = '18-8'; + codeNo = '5423000000'; + }else if(jobNo == '26'){ + jobNo = '18-9'; + codeNo = '5424000000'; + }else if(jobNo == '27'){ + jobNo = '18-10'; + codeNo = '5425000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5436000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5437000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5438000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5439000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5440000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5441000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5442000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5443000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5444000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5445000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5446000000'; + } + } + } + + jobID = '3-'+jobNo; + }else if('0204000000' == caseGubun ){ + //유통 + + if(no == '1'){ + jobNo = '1'; + codeNo = '5501000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5502000000'; + } else if(seqNo == '2') { + codeNo = '5543000000'; + } else if(seqNo == '3') { + codeNo = '5544000000'; + } else if(seqNo == '4') { + codeNo = '5545000000'; + } else if(seqNo == '5') { + codeNo = '5546000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5503000000'; + } else if(seqNo == '2') { + codeNo = '5547000000'; + } else if(seqNo == '3') { + codeNo = '5548000000'; + } else if(seqNo == '4') { + codeNo = '5549000000'; + } else if(seqNo == '5') { + codeNo = '5550000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5504000000'; + } else if(seqNo == '2') { + codeNo = '5551000000'; + } else if(seqNo == '3') { + codeNo = '5552000000'; + } else if(seqNo == '4') { + codeNo = '5553000000'; + } else if(seqNo == '5') { + codeNo = '5554000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5505000000'; + } else if(seqNo == '2') { + codeNo = '5555000000'; + } else if(seqNo == '3') { + codeNo = '5556000000'; + } else if(seqNo == '4') { + codeNo = '5557000000'; + } else if(seqNo == '5') { + codeNo = '5558000000'; + } + }else if(no == '6'){ + jobNo = '6'; + codeNo = '5506000000'; + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5507000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5508000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5509000000'; + } else if(seqNo == '2') { + codeNo = '5559000000'; + } else if(seqNo == '3') { + codeNo = '5560000000'; + } else if(seqNo == '4') { + codeNo = '5561000000'; + } else if(seqNo == '5') { + codeNo = '5562000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5527000000'; + } else if(seqNo == '2') { + codeNo = '5563000000'; + } else if(seqNo == '3') { + codeNo = '5564000000'; + } else if(seqNo == '4') { + codeNo = '5565000000'; + } else if(seqNo == '5') { + codeNo = '5566000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5510000000'; + } else if(seqNo == '2') { + codeNo = '5567000000'; + } else if(seqNo == '3') { + codeNo = '5568000000'; + } else if(seqNo == '4') { + codeNo = '5569000000'; + } else if(seqNo == '5') { + codeNo = '5570000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5528000000'; + } else if(seqNo == '2') { + codeNo = '5571000000'; + } else if(seqNo == '3') { + codeNo = '5572000000'; + } else if(seqNo == '4') { + codeNo = '5573000000'; + } else if(seqNo == '5') { + codeNo = '5574000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5511000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5512000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5513000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5525000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5514000000'; + }else if(jobNo == '15'){ + codeNo = '5515000000'; + }else if(jobNo == '16'){ + codeNo = '5516000000'; + }else if(jobNo == '17'){ + codeNo = '5517000000'; + }else if(jobNo == '18'){ + codeNo = '5518000000'; + }else if(jobNo == '19'){ + codeNo = '5519000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5529000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5530000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5531000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5532000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5533000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5534000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5535000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5536000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5537000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5538000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5539000000'; + } + } + } + + jobID = '4-'+jobNo; + }else if('0205000000' == caseGubun ){ + //약관 + if(no == '1'){ + jobNo = '1'; + codeNo = '5601000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5602000000'; + } else if(seqNo == '2') { + codeNo = '5643000000'; + } else if(seqNo == '3') { + codeNo = '5644000000'; + } else if(seqNo == '4') { + codeNo = '5645000000'; + } else if(seqNo == '5') { + codeNo = '5646000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5603000000'; + } else if(seqNo == '2') { + codeNo = '5647000000'; + } else if(seqNo == '3') { + codeNo = '5648000000'; + } else if(seqNo == '4') { + codeNo = '5649000000'; + } else if(seqNo == '5') { + codeNo = '5650000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5604000000'; + } else if(seqNo == '2') { + codeNo = '5651000000'; + } else if(seqNo == '3') { + codeNo = '5652000000'; + } else if(seqNo == '4') { + codeNo = '5653000000'; + } else if(seqNo == '5') { + codeNo = '5654000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5605000000'; + } else if(seqNo == '2') { + codeNo = '5655000000'; + } else if(seqNo == '3') { + codeNo = '5656000000'; + } else if(seqNo == '4') { + codeNo = '5657000000'; + } else if(seqNo == '5') { + codeNo = '5658000000'; + } + }else if(no == '6'){ + jobNo = '6'; + codeNo = '5606000000'; + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5607000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5608000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5609000000'; + } else if(seqNo == '2') { + codeNo = '5659000000'; + } else if(seqNo == '3') { + codeNo = '5660000000'; + } else if(seqNo == '4') { + codeNo = '5661000000'; + } else if(seqNo == '5') { + codeNo = '5662000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5627000000'; + } else if(seqNo == '2') { + codeNo = '5663000000'; + } else if(seqNo == '3') { + codeNo = '5664000000'; + } else if(seqNo == '4') { + codeNo = '5665000000'; + } else if(seqNo == '5') { + codeNo = '5666000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5610000000'; + } else if(seqNo == '2') { + codeNo = '5667000000'; + } else if(seqNo == '3') { + codeNo = '5668000000'; + } else if(seqNo == '4') { + codeNo = '5669000000'; + } else if(seqNo == '5') { + codeNo = '5670000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5628000000'; + } else if(seqNo == '2') { + codeNo = '5671000000'; + } else if(seqNo == '3') { + codeNo = '5672000000'; + } else if(seqNo == '4') { + codeNo = '5673000000'; + } else if(seqNo == '5') { + codeNo = '5674000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5611000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5612000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5613000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5625000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5614000000'; + }else if(jobNo == '15'){ + codeNo = '5615000000'; + }else if(jobNo == '16'){ + codeNo = '5616000000'; + }else if(jobNo == '17'){ + codeNo = '5617000000'; + }else if(jobNo == '18'){ + codeNo = '5618000000'; + }else if(jobNo == '19'){ + codeNo = '5619000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5629000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5630000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5631000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5632000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5633000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5634000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5635000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5636000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5637000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5638000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5639000000'; + } + } + } + + jobID = '5-'+jobNo; + }else if('0206000000' == caseGubun){ + //대리점 + if(no == '1'){ + jobNo = '1'; + codeNo = '5801000000'; + }else if(no == '2'){ + jobNo = '2'; + + if(seqNo == '1') { + codeNo = '5802000000'; + } else if(seqNo == '2') { + codeNo = '5843000000'; + } else if(seqNo == '3') { + codeNo = '5844000000'; + } else if(seqNo == '4') { + codeNo = '5845000000'; + } else if(seqNo == '5') { + codeNo = '5846000000'; + } + }else if(no == '3'){ + jobNo = '3'; + + if(seqNo == '1') { + codeNo = '5803000000'; + } else if(seqNo == '2') { + codeNo = '5847000000'; + } else if(seqNo == '3') { + codeNo = '5848000000'; + } else if(seqNo == '4') { + codeNo = '5849000000'; + } else if(seqNo == '5') { + codeNo = '5850000000'; + } + }else if(no == '4'){ + jobNo = '4'; + + if(seqNo == '1') { + codeNo = '5804000000'; + } else if(seqNo == '2') { + codeNo = '5851000000'; + } else if(seqNo == '3') { + codeNo = '5852000000'; + } else if(seqNo == '4') { + codeNo = '5853000000'; + } else if(seqNo == '5') { + codeNo = '5854000000'; + } + }else if(no == '5'){ + jobNo = '5'; + + if(seqNo == '1') { + codeNo = '5805000000'; + } else if(seqNo == '2') { + codeNo = '5855000000'; + } else if(seqNo == '3') { + codeNo = '5856000000'; + } else if(seqNo == '4') { + codeNo = '5857000000'; + } else if(seqNo == '5') { + codeNo = '5858000000'; + } + }else if(no == '6'){ + jobNo = '6'; + codeNo = '5806000000'; + }else if(no == '7'){ + jobNo = '7'; + codeNo = '5807000000'; + }else if(no == '8'){ + jobNo = '8'; + codeNo = '5808000000'; + }else if(no == '9'){ + jobNo = '9'; + + if(seqNo == '1') { + codeNo = '5809000000'; + } else if(seqNo == '2') { + codeNo = '5859000000'; + } else if(seqNo == '3') { + codeNo = '5860000000'; + } else if(seqNo == '4') { + codeNo = '5861000000'; + } else if(seqNo == '5') { + codeNo = '5862000000'; + } + }else if(no == '10'){ + jobNo = '26'; + + if(seqNo == '1') { + codeNo = '5827000000'; + } else if(seqNo == '2') { + codeNo = '5863000000'; + } else if(seqNo == '3') { + codeNo = '5864000000'; + } else if(seqNo == '4') { + codeNo = '5865000000'; + } else if(seqNo == '5') { + codeNo = '5866000000'; + } + }else if(no == '11'){ + jobNo = '10'; + + if(seqNo == '1') { + codeNo = '5810000000'; + } else if(seqNo == '2') { + codeNo = '5867000000'; + } else if(seqNo == '3') { + codeNo = '5868000000'; + } else if(seqNo == '4') { + codeNo = '5869000000'; + } else if(seqNo == '5') { + codeNo = '5870000000'; + } + }else if(no == '12'){ + jobNo = '27'; + + if(seqNo == '1') { + codeNo = '5828000000'; + } else if(seqNo == '2') { + codeNo = '5871000000'; + } else if(seqNo == '3') { + codeNo = '5872000000'; + } else if(seqNo == '4') { + codeNo = '5873000000'; + } else if(seqNo == '5') { + codeNo = '5874000000'; + } + }else if(no == '13'){ + jobNo = '11'; + codeNo = '5811000000'; + }else if(no == '14'){ + jobNo = '12'; + codeNo = '5812000000'; + }else if(no == '15'){ + jobNo = '13'; + codeNo = '5813000000'; + }else if(no == '16'){ + jobNo = '25'; + codeNo = '5825000000'; + }else if(no == '17'){ + if($("#endNotice").val() == ""){ + alert("종료구분을 선택해 주세요"); + $("#endNotice").focus(); + return false; + }else{ + jobNo = $("#endNotice").val(); + + if(jobNo == '14'){ + codeNo = '5814000000'; + }else if(jobNo == '15'){ + codeNo = '5815000000'; + }else if(jobNo == '16'){ + codeNo = '5816000000'; + }else if(jobNo == '17'){ + codeNo = '5817000000'; + }else if(jobNo == '18'){ + codeNo = '5818000000'; + }else if(jobNo == '19'){ + codeNo = '5819000000'; + } + + } + + }else if(no == '18'){ + jobNo = '40'; + codeNo = '5829000000'; + }else if(no == '19'){ + if($("#addAsk").val() == ""){ + alert("추가 통지 회차를 선택해 주세요"); + $("#addAsk").focus(); + return false; + }else{ + var nos = $("#addAsk").val(); + nanumSubject = nanumSubject + ' (' + $("#caseNo").val() + ')'; + + if(nos == '1'){ + jobNo = '41'; + codeNo = '5830000000'; + }else if(nos == '2'){ + jobNo = '42'; + codeNo = '5831000000'; + }else if(nos == '3'){ + jobNo = '43'; + codeNo = '5832000000'; + }else if(nos == '4'){ + jobNo = '44'; + codeNo = '5833000000'; + }else if(nos == '5'){ + jobNo = '45'; + codeNo = '5834000000'; + }else if(nos == '6'){ + jobNo = '46'; + codeNo = '5835000000'; + }else if(nos == '7'){ + jobNo = '47'; + codeNo = '5836000000'; + }else if(nos == '8'){ + jobNo = '48'; + codeNo = '5837000000'; + }else if(nos == '9'){ + jobNo = '49'; + codeNo = '5838000000'; + }else if(nos == '10'){ + jobNo = '50'; + codeNo = '5839000000'; + } + } + } + + jobID = '6-'+jobNo; + } + + + if("5211000000" == codeNo || + "5311000000" == codeNo || + "5411000000" == codeNo || + "5511000000" == codeNo || + "5611000000" == codeNo || + "5811000000" == codeNo + ){ + //조정 절차 종료 및 협의회제출시 대소분류 검사 + if($("#mediationBig").val() == ""){ + alert("조정결과 소분류를 선택 해 주세요"); + $("#mediationBig").focus(); + return false; + } + + if($("#mediationReqAmount").val() == ""){ + alert("신청금액을 입력해 주세요"); + $("#mediationReqAmount").focus(); + return false; + } + + if($("#mediationAmount").val() == ""){ + alert("조정금액을 입력해 주세요"); + $("#mediationAmount").focus(); + return false; + } + + if($("#feeMoney").val() == ""){ + alert("인지대를 입력해 주세요"); + $("#feeMoney").focus(); + return false; + } + + if($("#postMoney").val() == ""){ + alert("송달료를 입력해 주세요"); + $("#postMoney").focus(); + return false; + } + + if($("#lawyerMoney").val() == ""){ + alert("변호사수임료를 입력해 주세요"); + $("#lawyerMoney").focus(); + return false; + } + + if($("#courtMoney").val() == ""){ + alert("소송비용을 입력해 주세요"); + $("#courtMoney").focus(); + return false; + } + + if($("#resultMoney").val() == ""){ + alert("성과금액을 입력해 주세요"); + $("#resultMoney").focus(); + return false; + } + + if(!confirm("분쟁조정 처리기간대한 정보를 입력 및 저장 하셨습니까?\n(정확한 처리기간 계산을 위해서 꼭 확인 해 주세요.)")){ + return false; + } + + //조정절차 종료 및 협의회제출 결재시 조정결과를 바꾸고 결재를 하는 경우가 있기때문에 데이터 저장후 결재 + //$("regIns").trigger("click"); + + if($("#mediationSmall") != undefined){ + $("#mediationSmall").attr("disabled",false); + } + + if($("#mediationBig") != undefined){ + $("#mediationBig").attr("disabled",false); + } + + $("#type").val("U"); + + $("#mediationReqAmount").val($("#mediationReqAmount").val().replace(/,/gi, "")); + $("#mediationAmount").val($("#mediationAmount").val().replace(/,/gi, "")); + $("#respondentAmount").val($("#respondentAmount").val().replace(/,/gi, "")); + $("#feeMoney").val($("#feeMoney").val().replace(/,/gi, "")); + $("#postMoney").val($("#postMoney").val().replace(/,/gi, "")); + $("#lawyerMoney").val($("#lawyerMoney").val().replace(/,/gi, "")); + $("#courtMoney").val($("#courtMoney").val().replace(/,/gi, "")); + $("#resultMoney").val($("#resultMoney").val().replace(/,/gi, "")); + + var param = jQuery('#frm').serialize(); + url = "/gtm/case/trublprocessmng/ajax/MediationApp.do"; + XHR2(url, param, function(r){ + + if($("#mediationSmall") != undefined){ + $("#mediationSmall").attr("disabled",true); + } + + if($("#mediationBig") != undefined){ + $("#mediationBig").attr("disabled",true); + } + }); + } + + if("5212000000" == codeNo || + "5312000000" == codeNo || + "5412000000" == codeNo || + "5512000000" == codeNo || + "5612000000" == codeNo || + "5812000000" == codeNo + ){ + if($("#mediationBig").val() == ""){ + alert("조정결과를 선택 해 주세요"); + $("#mediationBig").focus(); + return false; + } + + + //조정절차 종료 및 협의회제출 결재시 조정결과를 바꾸고 결재를 하는 경우가 있기때문에 데이터 저장후 결재 + //$("regIns").trigger("click"); + + if($("#mediationSmall") != undefined){ + $("#mediationSmall").attr("disabled",false); + } + + if($("#mediationBig") != undefined){ + $("#mediationBig").attr("disabled",false); + } + + $("#type").val("U"); + + $("#mediationReqAmount").val($("#mediationReqAmount").val().replace(/,/gi, "")); + $("#mediationAmount").val($("#mediationAmount").val().replace(/,/gi, "")); + $("#respondentAmount").val($("#respondentAmount").val().replace(/,/gi, "")); + $("#feeMoney").val($("#feeMoney").val().replace(/,/gi, "")); + $("#postMoney").val($("#postMoney").val().replace(/,/gi, "")); + $("#lawyerMoney").val($("#lawyerMoney").val().replace(/,/gi, "")); + $("#courtMoney").val($("#courtMoney").val().replace(/,/gi, "")); + $("#resultMoney").val($("#resultMoney").val().replace(/,/gi, "")); + + var param = jQuery('#frm').serialize(); + url = "/gtm/case/trublprocessmng/ajax/MediationApp.do"; + XHR2(url, param, function(r){ + + if($("#mediationSmall") != undefined){ + $("#mediationSmall").attr("disabled",true); + } + + if($("#mediationBig") != undefined){ + $("#mediationBig").attr("disabled",true); + } + }); + } + + + var url = ""; + $("#type").val("S"); + var param = jQuery('#frm').serialize(); + url = "/gtm/case/nanum/ajax/MasterSel.do"; + if(caseGubun == "0201000000"){//공정 + if(codeNo == "5201000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 =r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 =r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.caseDate; + obj5 = r.data.caseNo; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5202000000" || codeNo == "5243000000" || codeNo == "5244000000" || codeNo == "5245000000" || codeNo == "5246000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj2 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj2 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj2 += " 외 " + r.data.respondentCnt + "명" + } + + obj2 += ')'; + + obj3 = r.data.caseDate; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = r.data.caseNo; + obj8 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5203000000" || codeNo == "5247000000" || codeNo == "5248000000" || codeNo == "5249000000" || codeNo == "5250000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + obj3 = r.data.caseDate; + obj4 = r.data.caseNo; + obj5 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj6 = r.data.memberTel; + obj7 = r.data.memberEmail; + obj8 = r.data.caseNo; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5204000000" || codeNo == "5251000000" || codeNo == "5252000000" || codeNo == "5253000000" || codeNo == "5254000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj2 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj2 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj2 += " 외 " + r.data.respondentCnt + "명" + } + + obj2 += ')'; + obj3 = r.data.caseDate; + obj4 = r.data.caseNo; + obj5 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj6 = r.data.memberTel; + obj7 = r.data.memberEmail; + obj8 = '-'; + obj9 = r.data.caseNo; + obj10 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5205000000" || codeNo == "5255000000" || codeNo == "5256000000" || codeNo == "5257000000" || codeNo == "5258000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + obj3 = r.data.caseDate; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = '-'; + obj8 = "(사건번호: " + r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5206000000"){// 분쟁조정신청서 접수사실 보고 + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj2 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj2 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj2 += " 외 " + r.data.respondentCnt + "명" + } + + obj2 += ')'; + obj3 = r.data.caseDate; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5207000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = '-';//(모름) + obj6 = '-';//(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5208000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 =r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + obj5 = '-';//(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5209000000" || codeNo == "5259000000" || codeNo == "5260000000" || codeNo == "5261000000" || codeNo == "5262000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5227000000" || codeNo == "5263000000" || codeNo == "5264000000" || codeNo == "5265000000" || codeNo == "5266000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5210000000" || codeNo == "5267000000" || codeNo == "5268000000" || codeNo == "5269000000" || codeNo == "5270000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5228000000" || codeNo == "5271000000" || codeNo == "5272000000" || codeNo == "5273000000" || codeNo == "5274000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5211000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + //obj4 = $("#mediationBig option:selected").text() + "\n(" +$("#mediationSmall option:selected").text() + ")"; + obj4 = $("#mediationSmall option:selected").text(); + //20190924 obj5 추가 + obj5 = $("#mediationBig option:selected").text(); + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5212000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + /* obj4 = r.data.mediationSmall; */ + + if($("#mediationSmall").val() == "0616000000" || $("#mediationSmall").val() == "0617000000"){ + obj4 = "조정안 제시"; + }else if($("#mediationSmall").val() == "0618000000"){ + obj4 = "재심의"; + }else{ + obj4 = "조정절차 종료"; + } + + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5213000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5225000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = '-';//비고(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5214000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5215000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5216000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5217000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5218000000"){//조정절차 종료사실 통지(각하 외 중지) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5219000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj3 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj3 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj3 += " 외 " + r.data.applcntCnt + "명" + } + + obj3 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj4 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj4 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj4 += " 외 " + r.data.respondentCnt + "명" + } + + obj4 += ')'; + obj5 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5229000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + /* obj4 = r.data.mediationSmall; */ + + if($("#mediationSmall").val() == "0616000000" || $("#mediationSmall").val() == "0617000000"){ + obj4 = "조정안 제시"; + }else if($("#mediationSmall").val() == "0618000000"){ + obj4 = "재심의"; + }else{ + obj4 = "조정절차 종료"; + } + + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5230000000" || codeNo == "5231000000" || codeNo == "5232000000" || codeNo == "5233000000" || codeNo == "5234000000" || + codeNo == "5235000000" || codeNo == "5236000000" || codeNo == "5237000000" || codeNo == "5238000000" || codeNo == "5239000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + + }else if(caseGubun == "0202000000"){//가맹 + if(codeNo == "5301000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = r.data.caseDate; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5302000000" || codeNo == "5343000000" || codeNo == "5344000000" || codeNo == "5345000000" || codeNo == "5346000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = "(사건번호: " + r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5303000000" || codeNo == "5347000000" || codeNo == "5348000000" || codeNo == "5349000000" || codeNo == "5350000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = "(사건번호: " + r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5304000000" || codeNo == "5351000000" || codeNo == "5352000000" || codeNo == "5353000000" || codeNo == "5354000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-'; + obj5 = r.data.examinerAssignNm + " 조사관"; + obj6 = "(사건번호: " + r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ")"; + obj7 = r.data.caseNo; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5305000000" || codeNo == "5355000000" || codeNo == "5356000000" || codeNo == "5357000000" || codeNo == "5358000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-'; + obj5 = r.data.examinerAssignNm + " 조사관"; + obj6 = "(사건번호: " + r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ")"; + obj7 = r.data.caseNo; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5306000000"){// 조정신청 접수사실 보고 + //20190614 + + }else if(codeNo == "5307000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = '-';//출석일시(모름) + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj5 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj5 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCe; + } + + if(r.data.applcntCnt > 0) { + obj5 += " 외 " + r.data.applcntCnt + "명" + } + + obj5 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj6 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj6 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj6 += " 외 " + r.data.respondentCnt + "명" + } + + obj6 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5308000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = '-';//출석일시(모름) + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj5 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj5 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj5 += " 외 " + r.data.applcntCnt + "명" + } + + obj5 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj6 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj6 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj6 += " 외 " + r.data.respondentCnt + "명" + } + + obj6 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5309000000" || codeNo == "5359000000" || codeNo == "5360000000" || codeNo == "5361000000" || codeNo == "5362000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5327000000" || codeNo == "5363000000" || codeNo == "5364000000" || codeNo == "5365000000" || codeNo == "5366000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5310000000" || codeNo == "5367000000" || codeNo == "5368000000" || codeNo == "5369000000" || codeNo == "5370000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5328000000" || codeNo == "5371000000" || codeNo == "5372000000" || codeNo == "5373000000" || codeNo == "5374000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5311000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + /* obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; */ + obj4 = $("#mediationBig option:selected").text(); + obj5 = $("#mediationSmall option:selected").text(); + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5312000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo +')'; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = r.data.mediationSmall; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5313000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + + obj4 = r.data.conferenceNames; + obj5 = "-";// 수락날짜(모름) + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5325000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.conferenceNames; + obj2 = '1'; //연번? + obj3 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj4 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj4 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj4 += " 외 " + r.data.applcntCnt + "명" + } + + obj4 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj5 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj5 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = '-';//비고(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5314000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = r.data.conferenceNames; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5315000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5316000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5317000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5318000000"){//조정절차 종료사실 통지(각하 외 중지) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5319000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5329000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo +')'; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = r.data.mediationSmall; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5330000000" || codeNo == "5331000000" || codeNo == "5332000000" || codeNo == "5333000000" || codeNo == "5334000000" || + codeNo == "5335000000" || codeNo == "5336000000" || codeNo == "5337000000" || codeNo == "5338000000" || codeNo == "5339000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + + }else if(caseGubun == "0203000000"){//하도급 + if(codeNo == "5401000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.caseDate; + obj5 = r.data.caseNo; + + //nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5402000000" || codeNo == "5449000000" || codeNo == "5450000000" || codeNo == "5451000000" || codeNo == "5452000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = r.data.caseNo; + obj7 = r.data.applcntPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5403000000" || codeNo == "5453000000" || codeNo == "5454000000" || codeNo == "5455000000" || codeNo == "5456000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = r.data.caseNo; + obj7 = r.data.respondentPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5404000000" || codeNo == "5457000000" || codeNo == "5458000000" || codeNo == "5459000000" || codeNo == "5460000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.examinerAssignNm + " 조사관"; + obj8 = r.data.caseNo; + obj9 = r.data.applcntPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5405000000" || codeNo == "5461000000" || codeNo == "5462000000" || codeNo == "5463000000" || codeNo == "5464000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.examinerAssignNm + " 조사관"; + obj8 = "귀사(하)"; + obj9 = r.data.caseNo; + obj10 = r.data.respondentPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5406000000"){// 분쟁조정신청서 접수사실 보고 + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj2 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj2 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj2 += " 외 " + r.data.respondentCnt + "명" + } + + obj2 += ')'; + obj3 = r.data.caseDate; + obj4 = r.data.caseNo; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5407000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5408000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5409000000" || codeNo == "5465000000" || codeNo == "5466000000" || codeNo == "5467000000" || codeNo == "5468000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5434000000" || codeNo == "5469000000" || codeNo == "5470000000" || codeNo == "5471000000" || codeNo == "5472000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5410000000" || codeNo == "5473000000" || codeNo == "5474000000" || codeNo == "5475000000" || codeNo == "5476000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5435000000" || codeNo == "5477000000" || codeNo == "5478000000" || codeNo == "5479000000" || codeNo == "5480000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5411000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = $("#mediationBig option:selected").text() + "\n(" +$("#mediationSmall option:selected").text() + ")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5412000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationSmall; + //obj4="심의안상정"; + if($("#mediationSmall").val() == "0616000000" || $("#mediationSmall").val() == "0617000000"){ + obj4 = "조정안 제시"; + }else if($("#mediationSmall").val() == "0618000000"){ + obj4 = "재심의"; + }else{ + obj4 = "조정절차 종료"; + } + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5413000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + //obj6 = $("#mediationSmall option:selected").text(); + obj6 = "-"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5432000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = '-';//비고(모름) + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5414000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = r.data.conferenceNames; + obj7 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5415000000"){//조정절차 종료사실 통지(합의취하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = r.data.conferenceNames; + obj7 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5416000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5417000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5418000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + obj2 = r.data.applcntCompany + "(대표이사 " + r.data.companyCeo; + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + obj2 += ')'; + obj3 = r.data.respondentCompany + "(대표이사 " + r.data.respondentCeo; + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5419000000"){//조정절차 종료사실 통지(신청인보완불응) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5420000000"){//조정절차 종료사실 통지(조정절차거부) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //협의회 이름. + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + + //대소분류 + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5421000000"){//조정절차 종료사실 통지(단순취하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + + obj5 = r.data.fixDay; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5422000000"){//조정절차 종료사실 통지(피신청인2회불응) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + + obj5 = r.data.fixDay; + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5423000000"){//조정절차 종료사실 통지(소제기) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5424000000"){//조정절차 종료사실 통지(피신청인회생파산) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + + + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5425000000"){//조정절차 종료사실 통지(사망해산폐업) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5426000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNamesOnly; + obj5 = r.data.fixDay; + + obj6 = r.data.mediationBig; + obj7 = r.data.mediationSmall; + obj8 = r.data.conferenceNames; + obj9 = r.data.mediationResult; + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5436000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationSmall; + //obj4="심의안상정"; + if($("#mediationSmall").val() == "0616000000" || $("#mediationSmall").val() == "0617000000"){ + obj4 = "조정안 제시"; + }else if($("#mediationSmall").val() == "0618000000"){ + obj4 = "재심의"; + }else{ + obj4 = "조정절차 종료"; + } + + nanumSubject = nanumSubject +"(" + r.data.caseNo +")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5437000000" || codeNo == "5438000000" || codeNo == "5439000000" || codeNo == "5440000000" || codeNo == "5441000000" || + codeNo == "5442000000" || codeNo == "5443000000" || codeNo == "5444000000" || codeNo == "5445000000" || codeNo == "5446000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + + }else if(caseGubun == "0204000000"){//유통 + if(codeNo == "5501000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = r.data.caseDate; + obj5 = r.data.caseNo; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5502000000" || codeNo == "5543000000" || codeNo == "5544000000" || codeNo == "5545000000" || codeNo == "5546000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = r.data.caseNo; + obj7 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5503000000" || codeNo == "5547000000" || codeNo == "5548000000" || codeNo == "5549000000" || codeNo == "5550000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.caseNo; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5504000000" || codeNo == "5551000000" || codeNo == "5552000000" || codeNo == "5553000000" || codeNo == "5554000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.caseNo; + obj8 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5505000000" || codeNo == "5555000000" || codeNo == "5556000000" || codeNo == "5557000000" || codeNo == "5558000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5506000000"){// 분쟁조정신청서 접수사실 보고 + /* XHR2(url, param, function(r){ + obj1 = r.data.companyCeo + "(" + r.data.applcntCompany + ")"; + obj2 = r.data.respondentCompany + "(대표이사 " + r.data.respondentCeo + ")"; + obj3 = r.data.caseDate; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); */ + }else if(codeNo == "5507000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = '-';//(모름) + obj5 = '-';//(모름) + + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5508000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + obj4 = '-';//(모름) + obj5 = '-';//(모름) + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5509000000" || codeNo == "5559000000" || codeNo == "5560000000" || codeNo == "5561000000" || codeNo == "5562000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5527000000" || codeNo == "5563000000" || codeNo == "5564000000" || codeNo == "5565000000" || codeNo == "5566000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5510000000" || codeNo == "5567000000" || codeNo == "5568000000" || codeNo == "5569000000" || codeNo == "5570000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5528000000" || codeNo == "5571000000" || codeNo == "5572000000" || codeNo == "5573000000" || codeNo == "5574000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5511000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCe; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + obj4 = $("#mediationSmall option:selected").text(); + obj5 = r.data.mediationBig; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5512000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5513000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5525000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = '-';//비고(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5514000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 =r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = r.data.conferenceNames; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5515000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5516000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = ata.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5517000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5518000000"){//조정절차 종료사실 통지(각하 외 중지) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5519000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5529000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5530000000" || codeNo == "5531000000" || codeNo == "5532000000" || codeNo == "5533000000" || codeNo == "5534000000" || + codeNo == "5535000000" || codeNo == "5536000000" || codeNo == "5537000000" || codeNo == "5538000000" || codeNo == "5539000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + + }else if(caseGubun == "0205000000"){//약관 + if(codeNo == "5601000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.caseDate; + obj5 = r.data.caseNo; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5602000000" || codeNo == "5643000000" || codeNo == "5644000000" || codeNo == "5645000000" || codeNo == "5646000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = r.data.caseNo; + obj7 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5603000000" || codeNo == "5647000000" || codeNo == "5648000000" || codeNo == "5649000000" || codeNo == "5650000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.caseNo; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5604000000" || codeNo == "5651000000" || codeNo == "5652000000" || codeNo == "5653000000" || codeNo == "5654000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.caseNo; + obj8 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5605000000" || codeNo == "5655000000" || codeNo == "5656000000" || codeNo == "5657000000" || codeNo == "5658000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5606000000"){// 분쟁조정신청서 접수사실 보고 + /* XHR2(url, param, function(r){ + obj1 = r.data.companyCeo + "(" + r.data.applcntCompany + ")"; + obj2 = r.data.respondentCompany + "(대표이사 " + r.data.respondentCeo + ")"; + obj3 = r.data.caseDate; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); */ + }else if(codeNo == "5607000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + obj5 = '-';//(모름) + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5608000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + obj5 = '-';//(모름) + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5609000000" || codeNo == "5659000000" || codeNo == "5660000000" || codeNo == "5661000000" || codeNo == "5662000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5627000000" || codeNo == "5663000000" || codeNo == "5664000000" || codeNo == "5665000000" || codeNo == "5666000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5610000000" || codeNo == "5667000000" || codeNo == "5668000000" || codeNo == "5669000000" || codeNo == "5670000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5628000000" || codeNo == "5671000000" || codeNo == "5672000000" || codeNo == "5673000000" || codeNo == "5674000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5611000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + obj4 = $("#mediationBig option:selected").text() + "\n(" + $("#mediationSmall option:selected").text() + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5612000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5613000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5625000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = '-';//비고(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5614000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = r.data.conferenceNames; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5615000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5616000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5617000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5618000000"){//조정절차 종료사실 통지(각하 외 중지) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5619000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5629000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5630000000" || codeNo == "5631000000" || codeNo == "5632000000" || codeNo == "5633000000" || codeNo == "5634000000" || + codeNo == "5635000000" || codeNo == "5636000000" || codeNo == "5637000000" || codeNo == "5638000000" || codeNo == "5639000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + + }else if(caseGubun == "0206000000"){//대리점 + if(codeNo == "5801000000"){//사건착수보고 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.caseDate; + obj5 = r.data.caseNo; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5802000000" || codeNo == "5843000000" || codeNo == "5844000000" || codeNo == "5845000000" || codeNo == "5846000000"){//조정신청 접수사실 통지(신청인) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = r.data.caseNo; + obj7 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + + }); + }else if(codeNo == "5803000000" || codeNo == "5847000000" || codeNo == "5848000000" || codeNo == "5849000000" || codeNo == "5850000000"){// 조정신청 접수사실 통지(피신청인) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.caseNo; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5804000000" || codeNo == "5851000000" || codeNo == "5852000000" || codeNo == "5853000000" || codeNo == "5854000000"){// 조정신청 접수사실 통지 및 신청서 보완 요구 + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj1 += " 외 " + r.data.respondentCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.caseNo; + obj4 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj5 = r.data.memberTel; + obj6 = r.data.memberEmail; + obj7 = '-'; + obj8 = r.data.caseNo; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5805000000" || codeNo == "5855000000" || codeNo == "5856000000" || codeNo == "5857000000" || codeNo == "5858000000"){// 조정신청 접수사실 통지 및 자료제출 요구 + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관"; + obj4 = r.data.memberTel; + obj5 = r.data.memberEmail; + obj6 = '-'; + obj7 = r.data.caseNo; + obj8 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5806000000"){// 분쟁조정신청서 접수사실 보고 + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj1 += " 외 " + r.data.applcntCnt + "명" + } + + obj1 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj2 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj2 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj2 += " 외 " + r.data.respondentCnt + "명" + } + + obj2 += ')'; + obj3 = r.data.caseDate; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5807000000"){// 사실관계의 확인을 위한 출석요구(1차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + obj5 = '-';//(모름) + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5808000000"){// 사실관계의 확인을 위한 출석요구(2차) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = '-';//(모름) + obj5 = '-';//(모름) + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj6 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj6 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj6 += " 외 " + r.data.applcntCnt + "명" + } + + obj6 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj7 += " 외 " + r.data.respondentCnt + "명" + } + + obj7 += ')'; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5809000000" || codeNo == "5859000000" || codeNo == "5860000000" || codeNo == "5861000000" || codeNo == "5862000000"){// 신청서 보완요구(2차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5827000000" || codeNo == "5863000000" || codeNo == "5864000000" || codeNo == "5865000000" || codeNo == "5866000000"){// 신청서 보완요구(3차) + XHR2(url, param, function(r){ + if(r.data.respondentGubun == '1301000000'){ + obj1 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj1 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.applcntPwd + ""; + obj6 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj7 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj7 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.applcntPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5810000000" || codeNo == "5867000000" || codeNo == "5868000000" || codeNo == "5869000000" || codeNo == "5870000000"){// 자료제출 요구(2차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5828000000" || codeNo == "5871000000" || codeNo == "5872000000" || codeNo == "5873000000" || codeNo == "5874000000"){// 자료제출 요구(3차) + XHR2(url, param, function(r){ + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj1 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표)'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj1 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo +')'; + } + obj2 = r.data.caseDate; + obj3 = r.data.timhderAssignNm + " " + r.data.examinerAssignNm + " 조사관(" + r.data.memberTel + ", " + r.data.memberEmail + ")"; + obj4 = '-';//(모름) + obj5 = r.data.caseNo + ", 비밀번호: " + r.data.respondentPwd + ""; + obj6 = r.data.caseNo; + if(r.data.respondentGubun == '1301000000'){ + obj7 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표)'; + }else if(r.data.respondentGubun == '1302000000'){ + obj7 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo +')'; + } + obj8 = r.data.answerTerm; + obj9 = r.data.respondentPwd; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5811000000"){//조정절차 종료 및 협의회 제출 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + //obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + obj4 = $("#mediationBig option:selected").text() + "\n(" + $("#mediationSmall option:selected").text() + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5812000000"){//분쟁사건의 조사결과 보고 및 협의회 제출 + XHR2(url, param, function(r){ + + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5813000000"){//공정거래분쟁조정협의회 조정안에 대한 수락 여부 조회 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5825000000"){//조정절차 종료사실 보고(선보고) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig; + obj5 = r.data.mediationSmall; + obj6 = '-';//비고(모름) + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5814000000"){//조정절차 종료사실 통지(당사자합의) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5815000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5816000000"){//조정절차 종료사실 통지 및 조정조서 송부(권고 불수락) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5817000000"){//조정절차 종료사실 통지(각하) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5818000000"){//조정절차 종료사실 통지(각하 외 중지) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5819000000"){//조정절차 종료사실 통지(이유없음) + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.conferenceNames; + obj5 = r.data.mediationBig; + obj6 = r.data.mediationSmall; + obj7 = r.data.mediationResult; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5829000000"){//분쟁사건의 조사결과 보고 및 협의회 제출(재심의) + XHR2(url, param, function(r){ + + obj1 = r.data.caseNo; + + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + obj4 = r.data.mediationBig + "\n(" + r.data.mediationSmall + ")"; + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + }else if(codeNo == "5830000000" || codeNo == "5831000000" || codeNo == "5832000000" || codeNo == "5833000000" || codeNo == "5834000000" || + codeNo == "5835000000" || codeNo == "5836000000" || codeNo == "5837000000" || codeNo == "5838000000" || codeNo == "5839000000"){//조정사건 진행 관련 추가 통지 + XHR2(url, param, function(r){ + obj1 = r.data.caseNo; + if(r.data.companyGubun == "1301000000"){//개인(신청인) + obj2 = r.data.companyCeo+'\n('+ r.data.applcntCompany +' 대표'; + }else if(r.data.companyGubun == "1302000000"){//법인(신청인) + obj2 = r.data.applcntCompany +'\n(대표이사 '+ r.data.companyCeo; + } + + if(r.data.applcntCnt > 0) { + obj2 += " 외 " + r.data.applcntCnt + "명" + } + + obj2 += ')'; + + if(r.data.respondentGubun == '1301000000'){ + obj3 = r.data.respondentCeo + '\n('+ r.data.respondentCompany +' 대표'; + }else if(r.data.respondentGubun == '1302000000'){ + obj3 = r.data.respondentCompany + '\n(대표이사 '+ r.data.respondentCeo; + } + + if(r.data.respondentCnt > 0) { + obj3 += " 외 " + r.data.respondentCnt + "명" + } + + obj3 += ')'; + + nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj14, obj15); + }); + } + } +} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/js/respond.min.js b/src/main/webapp/WEB-INF/views/site/case/js/respond.min.js new file mode 100644 index 00000000..e3dc2c0d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/js/respond.min.js @@ -0,0 +1,6 @@ +/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */ +/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */ +window.matchMedia=window.matchMedia||function(a){"use strict";var c,d=a.documentElement,e=d.firstElementChild||d.firstChild,f=a.createElement("body"),g=a.createElement("div");return g.id="mq-test-1",g.style.cssText="position:absolute;top:-100em",f.style.background="none",f.appendChild(g),function(a){return g.innerHTML='­',d.insertBefore(f,e),c=42===g.offsetWidth,d.removeChild(f),{matches:c,media:a}}}(document); + +/*! Respond.js v1.3.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ +(function(a){"use strict";function x(){u(!0)}var b={};if(a.respond=b,b.update=function(){},b.mediaQueriesSupported=a.matchMedia&&a.matchMedia("only all").matches,!b.mediaQueriesSupported){var q,r,t,c=a.document,d=c.documentElement,e=[],f=[],g=[],h={},i=30,j=c.getElementsByTagName("head")[0]||d,k=c.getElementsByTagName("base")[0],l=j.getElementsByTagName("link"),m=[],n=function(){for(var b=0;l.length>b;b++){var c=l[b],d=c.href,e=c.media,f=c.rel&&"stylesheet"===c.rel.toLowerCase();d&&f&&!h[d]&&(c.styleSheet&&c.styleSheet.rawCssText?(p(c.styleSheet.rawCssText,d,e),h[d]=!0):(!/^([a-zA-Z:]*\/\/)/.test(d)&&!k||d.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&m.push({href:d,media:e}))}o()},o=function(){if(m.length){var b=m.shift();v(b.href,function(c){p(c,b.href,b.media),h[b.href]=!0,a.setTimeout(function(){o()},0)})}},p=function(a,b,c){var d=a.match(/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi),g=d&&d.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,"$1"+b+"$2$3")},i=!g&&c;b.length&&(b+="/"),i&&(g=1);for(var j=0;g>j;j++){var k,l,m,n;i?(k=c,f.push(h(a))):(k=d[j].match(/@media *([^\{]+)\{([\S\s]+?)$/)&&RegExp.$1,f.push(RegExp.$2&&h(RegExp.$2))),m=k.split(","),n=m.length;for(var o=0;n>o;o++)l=m[o],e.push({media:l.split("(")[0].match(/(only\s+)?([a-zA-Z]+)\s?/)&&RegExp.$2||"all",rules:f.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(/\(\s*min\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(/\(\s*max\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},s=function(){var a,b=c.createElement("div"),e=c.body,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",e||(e=f=c.createElement("body"),e.style.background="none"),e.appendChild(b),d.insertBefore(e,d.firstChild),a=b.offsetWidth,f?d.removeChild(e):e.removeChild(b),a=t=parseFloat(a)},u=function(b){var h="clientWidth",k=d[h],m="CSS1Compat"===c.compatMode&&k||c.body[h]||k,n={},o=l[l.length-1],p=(new Date).getTime();if(b&&q&&i>p-q)return a.clearTimeout(r),r=a.setTimeout(u,i),void 0;q=p;for(var v in e)if(e.hasOwnProperty(v)){var w=e[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?t||s():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?t||s():1)),w.hasquery&&(z&&A||!(z||m>=x)||!(A||y>=m))||(n[w.media]||(n[w.media]=[]),n[w.media].push(f[w.rules]))}for(var C in g)g.hasOwnProperty(C)&&g[C]&&g[C].parentNode===j&&j.removeChild(g[C]);for(var D in n)if(n.hasOwnProperty(D)){var E=c.createElement("style"),F=n[D].join("\n");E.type="text/css",E.media=D,j.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(c.createTextNode(F)),g.push(E)}},v=function(a,b){var c=w();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},w=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}();n(),b.update=n,a.addEventListener?a.addEventListener("resize",x,!1):a.attachEvent&&a.attachEvent("onresize",x)}})(this); diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/alert/css/alert.css b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/css/alert.css new file mode 100644 index 00000000..c6db35e7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/css/alert.css @@ -0,0 +1,26 @@ +@charset "utf-8"; + +*{margin:0px;padding:0px} +html, body{height: 100%;position: relative;} +.alertPop{ + border-top:3px solid #ed3e3e; + width: 400px; + position: absolute; + left: 50%; + top: 50%; + margin-top:-63.5px; + margin-left: -200px; +} +#message{ + display: inline-block; + padding: 20px 75px; + color: #424242; + background: #f4f4f4; + margin-top: 63px; + font-weight: 600; +} +.innerAlertPop{ + vertical-align: middle; + text-align: center; +} + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/alert/error.html b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/error.html new file mode 100644 index 00000000..760589cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/error.html @@ -0,0 +1 @@ +error \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/alert/message.html b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/message.html new file mode 100644 index 00000000..a1245f2e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/alert/message.html @@ -0,0 +1,5 @@ +
+
+

+
+
diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/banner/css/banner_1.css b/src/main/webapp/WEB-INF/views/site/case/jsp/banner/css/banner_1.css new file mode 100644 index 00000000..dbf4d419 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/banner/css/banner_1.css @@ -0,0 +1,129 @@ +@charset "utf-8"; + +.banner_1 { + position: relative; + display: block; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-touch-callout: none; + -khtml-user-select: none; + -ms-touch-action: pan-y; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.banner_1 .slick-list { + position: relative; + display: block; + overflow: hidden; + margin: 0; + padding: 0; +} + +.banner_1 .slick-list:focus { + outline: none; +} + +.banner_1 .slick-list.dragging { + cursor: pointer; + cursor: hand; +} + +.banner_1 .slick-track, +.banner_1 .slick-list { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.banner_1 .slick-track { + position: relative; + top: 0; + left: 0; + display: block; +} + +.banner_1 .slick-track:before, +.banner_1 .slick-track:after { + display: table; + content: ''; +} + +.banner_1 .slick-track:after { + clear: both; +} + +.banner_1 .slick-loading .slick-track { + visibility: hidden; +} + +.banner_1 .slick-slide { + display: none; + float: left; + height: 100%; + min-height: 1px; +} + +[dir='rtl'] .banner_1 .slick-slide { + float: right; +} + +.banner_1 .slick-slide img { + display: block; + border: 7px solid #FFF; + width: 100%; +} + +.banner_1 .slick-slide.slick-loading img { + display: none; +} + +.banner_1 .slick-slide.dragging img { + pointer-events: none; +} + +.banner_1.slick-initialized .slick-slide { + display: block; +} + +.banner_1 .slick-loading .slick-slide { + visibility: hidden; +} + +.banner_1.slick-vertical .slick-slide { + display: block; + height: auto; + border: 1px solid transparent; +} + +.banner_1 .slick-loading .slick-list { + background: #fff url('/img/jquery-ui/ajax-loader.gif') center center no-repeat; +} + +.banner_1 .slick-prev { + position: absolute; + top: 2%; + left: 2%; + display: block; +} + +.banner_1 .slick-next { + position: absolute; + top: 2%; + left: 6%; + display: block; +} + +.banner_1 .slick-stop, .slick-play { + position: absolute; + top: 2%; + left: 4%; + display: block; +} + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/banner/js/banner_1.js b/src/main/webapp/WEB-INF/views/site/case/jsp/banner/js/banner_1.js new file mode 100644 index 00000000..aa8299e7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/banner/js/banner_1.js @@ -0,0 +1,39 @@ +$(document).ready(function(){ + var $banner_1 = $('.banner_1').slick({ + pauseOnHover : false, + draggable: false, + arrows : true, + lazyLoad: 'ondemand', + autoplay: true, + autoplaySpeed: 2000, + prevArrow : "이전", + nextArrow : "다음시작정지", + dots: false, + infinite: true, + speed: 100, + slidesToShow: 5 + }); + +$('.banner_1 .slick-play').hide(); + + $('.banner_1 .slick-play').on('click', function(){ + $banner_1.slick('slickPlay'); + $('.banner_1 .slick-play').hide(); + $('.banner_1 .slick-stop').show(); + $('.banner_1 .slick-stop').focus(); + }); + + $('.banner_1 .slick-stop').on('click', function(){ + $banner_1.slick('slickPause'); + $('.banner_1 .slick-stop').hide(); + $('.banner_1 .slick-play').show(); + $('.banner_1 .slick-play').focus(); + }); + + $('.banner_1 .slick-prev, .slick-next').on('click', function(){ + $banner_1.slick('slickPause'); + $('.banner_1 .slick-stop').show(); + $('.banner_1 .slick-play').hide(); + }); + +}); \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/charge/charge.html b/src/main/webapp/WEB-INF/views/site/case/jsp/charge/charge.html new file mode 100644 index 00000000..4fc88865 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/charge/charge.html @@ -0,0 +1,7 @@ +
+
    + +
  • +
    +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/charge/css/charge.css b/src/main/webapp/WEB-INF/views/site/case/jsp/charge/css/charge.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/charge/css/charge.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01000000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01000000000000000000.html new file mode 100644 index 00000000..7d897184 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01000000000000000000.html @@ -0,0 +1 @@ +분쟁조정 안내 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010000000000000000.html new file mode 100644 index 00000000..7d897184 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010000000000000000.html @@ -0,0 +1 @@ +분쟁조정 안내 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010100000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010100000000000000.html new file mode 100644 index 00000000..ee8271bf --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010100000000000000.html @@ -0,0 +1,254 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 BC1년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급거래분쟁조정 +
    +
  • +
    하도급거래분쟁조정협의회 설치이유
    +

    하도급거래분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급거래분쟁조정협의회 구성
    +

    하도급거래분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
  • 조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점 분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    대리점분쟁조정협의회는 불공정거래행위로 발생한 공급업자와 대리점간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2017년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    대리점분쟁조정협의회는 공익을 대표하는 위원 3명과 공급업자의 이익을 대표하는 위원 3명, 대리점의 이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    대리점거래 계약서 미제공 구입 강제, 경제상 이익 제공 강요, 판매목표 강제, 경영활동 간섭, 주문내역의 확인요청 거부 또는 회피 등 대리점거래에서 발생한 분쟁

    + +
  • +
  • + [분쟁조정 신청] + +

     대리점 분쟁조정 대상이 되는 거래 유형

    +

     대리점거래의 분쟁에 관한 사항

    + +
  • +
  • +

    ? 대리점 거래

    +

    공급업자와 대리점 사이에 상품 또는 용역의 재판매 또는 위탁판매를 위하여 행하여지는 거래로서 일정 기간 지속되는 계약을 체결하여 반복적으로 행하여지는 거래

    +
  • +
  • +

    ? 공급업자

    +

    생산 또는 구매한 상품 또는 용역을 대리점에게 공급하는 사업자

    +
  • +
  • +

    ? 대리점

    +

    공급업자로부터 상품 또는 용역을 공급받아 불특정다수의 소매업자 또는 소비자에게 재판매 또는 위탁판매 하는 사업자

    +
  • +
  • +

     적용제외

    +

    공급업자가 중소기업자(「중소기업기본법」 제2조제1항 또는 제3항에 따른 자를 말하며, 「중소기업협동조합법」 제3조제1항에 따른 중소기업협동조합을 포함한다. 이하 같다)에 해당하는 경우

    +

    대리점이 중소기업자에 해당하지 아니하는 경우 +

    +

    공급업자가 대리점에 대하여 거래상 우월한 지위를 가지고 있다고 인정되지 아니하는 경우 +

    +

    다음 각 호의 어느 하나에 해당하는 거래

  • +
  • +

    + -「가맹사업거래의 공정화에 관한 법률」 제2조 제1호에서 정하는 가맹사업에 해당하는 거래 +

    +

    + -「자본시장과 금융투자업에 관한 법률」 제6조 제1항에서 정하는 금융투자업에 해당하는 거래. +

    +

    + -「대규모유통업에서의 거래 공정화에 관한 법률」 제2호에서 정하는 대규모유통업자와 납품업 자 등 사이의 거래 +

    +

    + - 그 밖에 거래의 성격 및 대리점의 보호 필요성 등을 고려하여 대리점거래에서 제외할 필요 가 있는 것으로서 대통령령으로 정하는 거래 +

    +
  • + +
  • +

    ? 분쟁조정 대상이 되는 공급업자의 행위

    +

    ? 대리점과 계약을 체결한 즉시 공급업자가 대리점계약서를 제공하지 않은 경우 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점이 구입할 의사가 없는 상품 또는 용역을 구입하도록 강제하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점에게 자기를 위하여 금전ㆍ물품ㆍ용역, 그 밖의 경제상 이익을 제공하도록 강요하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 자기가 공급하는 상품 또는 용역과 관련하여 대리점에게 거래에 관한 목표를 제시하고 이를 달성하도록 강제하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 위에 해당하는 행위 외의 방법으로 대리점에게 불이익이 되도록 거래조건을 설정 또는 변경하거나 그 이행과정에서 불이익을 주는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점의 경영활동을 간섭하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점이 청약 또는 구입의사를 표시한 제품, 수량 등 주문내역의 정당한 확인요청에 대하여 이를 거부 또는 회피하는 행위 +

    +

    ? 공급업자가 분쟁조정신청, 공정거래위원회 신고 등의 행위를 한 대리점에게 그 행위를 한 것을 이유로 거래의 정지 또는 물량의 축소, 그 밖에 불이익을 주는 행위 +

    +
    +

    [분쟁조정신청서 작성 방법 중 대리점거래 해당 유형] +

    +
    +

    ? 대리점거래 계약서 미제공 구입 강제, 경제상 이익 제공 강요, 판매목표 강제, 경영활동 간섭, 주문내역의 확인요청 거부 또는 회피 등 대리점거래에서 발생한 분쟁 +

    +

    ? 적용제외: 공급업자가 중소기업자에 해당하거나 대리점이 중소기업자에 해당하지 아니하는 경우, 공급업자가 대리점에 대하여 거래상 우월한 지위를 가지고 있다고 인정되지 아니하는 경우, 가맹사업ㆍ금융투자업ㆍ대규모유통업에 해당하는 거래 등은 제외 +

    + + + + +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010200000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010200000000000000.html new file mode 100644 index 00000000..6fe8a112 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010200000000000000.html @@ -0,0 +1,94 @@ + + + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+
+분쟁조정안내도표. 자세한 구조는 바로 아래에서 확인할 수 있습니다 +
+
+
    +
  • 조정신청(신청인)/조정의뢰(공정위) +
      +
    • 한국공정거래조정원 +
        +
      • 사실관계조사 +
          +
        • 신청취하 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 분쟁조정협의회 +
            +
          • 조정안제시의결 +
              +
            • (수락) 조정성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            • (불수락) 조정불성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            +
          • +
          • 조정절차종료의결 -> 분쟁조정 종류 -> 공정거래 위원회
          • +
          +
        • +
        • 소제기 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 소재불명 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 조정거부 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+

분쟁조정 단계별 절차 안내

+ +
+
    +
  • + 1. 신청서 접수 +

    우리 원은 온라인 분쟁조정시스템을 통해 조정신청을 접수합니다.
    +(다만 시스템 이용에 어려움이 있어 방문접수 또는 우편접수를 원하시는 경우 우리 원 대표번호(1588-1490)로 문의하여 주시기 바랍니다.) +

  • +
  • +

    + 신청서 작성 시 유의사항 + - 양 당사자 연락처를 정확히 기재바랍니다. + - 사안이 다양할 경우 피해금액이 큰 주장 위주로 작성해 주시기 바랍니다. +

    +
  • +
  • + 2. 양당사자 접수통지 +

    사건 접수 후 담당 조사관이 등기우편으로 양 당사자에게 접수사실 및 자료 요청을 공문으로 통지해 드립니다. 단, 접수과정에서 우리 원의 조정대상에 해당하지 않는 경우 조정절차가 종료될 수 있습니다.

    +
  • +
  • + 3. 자료제출 +

    양당사자는 기한 내에 분쟁 관련 자료(보완서, 답변서, 일반현황표)를 제출해야 하며, 당사자가 2회 이상 자료제출 요청에 불응하면 분쟁조정 절차가 중지될 수 있습니다. (일반현황표는 양당사자의 거래관계 및 분쟁조정 대상 여부검토에 활용됩니다.)

    +
  • +
  • + 4. 사실관계 조사 +

    양 당사자가 제출한 자료들의 검토를 검쳐 본격적인 조정절차가 진행됩니다. 필요한 경우 당사자들에게 출석을 요구할 수 있으며, 조정절차 중 당사자가 직접 합의하여 조정이 종료될 수 있습니다. 반면 자료제출 또는 출석요구 등 조사과정에 2회 이상 참여하지 않는 경우 조정절차가 중지될 수 있습니다.

    +
  • +
  • + 5. 협의회 개최 및 의결 +

    사실관계 조사 등을 거친 모든 분쟁사건은 분쟁조정협의회에 상정되어 심의절차를 거치게 됩니다. 이 과정에서 필요한 경우 분쟁조정협의회에 분쟁당사자가 참여하여 의견을 진술하는 경우도 있으며, 분쟁조정협의회의 심의를 통해 조정절차 종료 등 여부를 최종 의결하면 사실상 조정절차가 종료됩니다. (협의회 의결 후 분쟁당사자 분들에게 종료 여부 등이 통지되며, 본 시스템 등을 통해 확인하실 수 있습니다.) +

    +
  • +
+
+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010300000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010300000000000000.html new file mode 100644 index 00000000..8060d0a6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010300000000000000.html @@ -0,0 +1,183 @@ + + + +
+ +
+ + + + + + +
+
+

본문

+

분쟁조정 관련서식

분쟁조정 신청서, 위임장 등 분쟁조정 관련 서식을 제공하고 있습니다.
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
번호[약관분쟁조정협의회] 참가신청서 [약관분쟁조정협의회] 참가신청서
작성자KOFAIR
첨부자료약관집단분쟁조정참가신청서.hwp [14633 byte]
+

삼성전자가 최근 배터리 이상 문제로 논란을 빚었던 ‘갤럭시노트7’을 전량 리콜(recall)할 방침을 세운 것으로 1일 확인됐다.
+ + 지난달 19일 출시된 갤럭시노트7이 국내에 판매, 개통된 물량은 총 40만대가량으로 추산된다. 삼성전자는 충전 중 폭발했다는 국내외 소비자들의 제보가 잇따르자 지난 31일 국내 통신3사에 제품 공급을 일시 중단했다.
+ + 삼성은 국내에서 갤럭시노트7을 구매한 소비자 전원에게 배터리 교환 등 무상수리를 제공할 계획이다. 환불이나 신제품 교환은 불가능하다.
+ + 유튜브를 통해 미국에서도 폭발 사례가 보고된만큼 해외에서도 해당 배터리를 사용한 제품에 대해선 동일한 조치를 취할 계획이다. 삼성 내부에서는 ‘원인이 제품 불량으로 밝혀진만큼 확실하게 소비자 사과와 보상을 마무리짓고 다시 신뢰를 쌓는 쪽으로 가야한다’는 분위기인 것으로 알려졌다.
+ + + [출처] 본 기사는 조선닷컴에서 작성된 기사 입니다

+
+
+ +
+ 목록 +
+ + + + +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010400000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01010400000000000000.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020000000000000000.html new file mode 100644 index 00000000..d7ca1713 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020000000000000000.html @@ -0,0 +1 @@ +조정신청, 절차진행, 절차종료, 기타
list, view, write 공통
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020100000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020100000000000000.html new file mode 100644 index 00000000..ee2d966b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020100000000000000.html @@ -0,0 +1,58 @@ +
+
+

본문

+

조정신청

조정신청에 대한 궁금증을 풀어드립니다.
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
조정신청 게시글 상세페이지 : 제목, 작성자, 작성일, 답변내용
제목구두계약을 체결하였는데 조정대상 계약서 등 서면을 첨부하지 않고 조정신청을 할 수 있습니까?
작성자관리자
작성일2015-10-13 08:55:58
답변내용
+

계약서가 없어도 조정신청은 가능하나, 계약사실을 별도로 증명하지 못하실 경우에는 조정절차가 중단될 수 있습니다.

+
+
+ +
+ 삭제 + 수정 + 목록 +
+ + + + +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020200000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020200000000000000.html new file mode 100644 index 00000000..5a54bce1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020200000000000000.html @@ -0,0 +1,117 @@ +
+
+

본문

+

절차진행

절차진행에 대한 궁금증을 풀어드립니다.
+
+ +
+ + + +
+ +
+ 총 234 건 (1/25 page) +
+
+ + + +
+ + +
+ + + + + +
+ 글쓰기 +
+ + + + + +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020300000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020300000000000000.html new file mode 100644 index 00000000..d7ca1713 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020300000000000000.html @@ -0,0 +1 @@ +조정신청, 절차진행, 절차종료, 기타
list, view, write 공통
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020400000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020400000000000000.html new file mode 100644 index 00000000..d7ca1713 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01020400000000000000.html @@ -0,0 +1 @@ +조정신청, 절차진행, 절차종료, 기타
list, view, write 공통
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01030000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01030000000000000000.html new file mode 100644 index 00000000..53608c86 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01030000000000000000.html @@ -0,0 +1,86 @@ + + + +
+
+

본문

+

오시는 길

한국공정거래조정원의 위치 및 오시는 길을 알려드립니다.
+
+ +
+ + + + +
+ + +
+ + + + +
+ +
+
+

지하철 이용 시

+
    +
  • 지하철 1호선 서울역 3번 출구 YTN 방향 도보 5분
  • +
  • 지하철 2호선 시청역 9번 출구 삼성본관방향 도보 5분
  • +
  • 지하철 4호선 회현역 5번 출구 숭례문방향 도보 5분
  • +
+
+
+

버스 이용 시

+
    +
  • +

    서울역 YTN 빌딩 앞

    + 149, 151, 152, 162, 202, 500, 501, 502, 503, 505, 056, 701, 702, 703 +
  • +
  • +

    염천교

    + 163, 261, 262, 263, 604, 7017 +
  • +
  • +

    시청앞

    + 150, 1711, 406, 408, 421, 504, 507, 603, 700, 7019, 7011, 7022 +
  • +
+
+
+ + + + + +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/01040000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01040000000000000000.html new file mode 100644 index 00000000..61ee56ed --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/01040000000000000000.html @@ -0,0 +1 @@ +공지사항
list, view, write 공통
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/02000000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02000000000000000000.html new file mode 100644 index 00000000..69aeca80 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02000000000000000000.html @@ -0,0 +1 @@ +분쟁조정 신청 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/02010000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02010000000000000000.html new file mode 100644 index 00000000..64fe9f92 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02010000000000000000.html @@ -0,0 +1,1251 @@ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + + + + + + + + + +
+

신청인 기입사항

+
    +
  • 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및 조정위원 등 관계자에게 제공되며, 신청인의 개인정보에 대해서는 「전자문서 및 전자거래기본법」 제 37조의 2에 따라 비밀유지의무로 관계자만 확인 가능합니다.

  • +
  • 「전자문서 및 전자거래기본법」 제 34조에 따라 위원회의 요청이 있는 경우에는 자료를 제출하여야 합니다.

  • +
  • 합의권고 또는 조정과정에서 요청사항 등이 있는 경우 연락처 또는 우편을 통하여 통지됩니다.

  • +
+ 분쟁조정신청서 작성 방법 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정신청서 작성 폼 : 조정유형, 신청사유, 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호, FAX, 사업자등록번호, 법인등록번호
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표전화번호 :
+
+
+ + + + + +
+

피신청인 기입사항

+
    +
  • 피신청인은 분쟁관계에 있는 상대방을 의미합니다.

  • +
+ 피신청인 등록 폼 추가   + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
피신청인 등록폼 : 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
+
+
피신청인 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표 전화번호 :
+
+
+ + + + +
+

사건 현황

+
    +
  • 사건 현황에 대한 입력란 입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼1 : 상호, 대표자, 전화번호, 휴대폰, 대표E-Mail, 우편번호, 지번주소, 도로명주소
대리인정보 + + + + +
+ + + + + + + - + - + +
+ + + +
+ + + + +
+ + + +
+ +
+ + + +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+ + +

대리인 정보는 하단 증빙자료 첨부 또는 우편으로 별도 제출이 가능합니다.

+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼2 : 주요재무현황 등의 자본금, 자산총액, 총매출액, 영업이익, 이사건 확인사항의 최초계약체결일, 계약기간, 계약서 사본, 담당자 인적사항의 성함, 전화번호, 휴대폰, FAX, 부서/직위, E메일, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타조정기구 조정, 공정거래위원회 조사.
주요
재무현황 등
+ + + + + +
+ + + + + +
이 사건
확인사항
+ + + + + +
+ + + + + + - + + + +
+ + + + + + +
+ 담당자
인적사항 +
+ + + +
+ + + +
+ + + - + - + + + + + - + - + +
+ + + 필수입력 + +
+ + + + +
+ +
+ +
기타
확인사항
+ 필수입력 + + + + + + +
+ 필수입력 + + +
+ 필수입력 + + + + + + +
+ 필수입력 + + +
+ 필수입력 + + +
+
조정유형 : 분쟁조정에
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+ + + + + + +

주무 재무 현황, 이 사건 확인사항, 담당자 인적사항, 기타확인사항은 일반현황표 참조, 하단 증빙자료 첨부 또는 우편 별도제출 가능

+ + + + +
+ + + + + + + + + + + + + + + + +
사건현황 작성 3번째 폼 : 증빙자료첨부
+ + + +
+
+ + + + + + + +
+

협의회별 상세 현황

+
    +
  • 협의회별 상세 입력 사항입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
협의회별 상세 입력 사항 폼 : 하도급 분야의 상시종업원수, 대/중소기업 구분, 공사업등록여부, 시공능력 평가액
하도급 분야 + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+ +

우편용 신청서 참조

+ + + + +
+
+ 하도급대금 내역(신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
하도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
하도급대금수령(지급)비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + + + + + +
+
+ 도급대금 내역(피신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
도급대금수령비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
가맹분야 입력 폼 : 현 가맹점수, 브랜드명, 가맹금예치제 실시여부, 계약기간, 계약체결일, 가맹금액, 가맹금 예치여부, 업종, 정보공개서 등록여부, 신청인 가맹점명, 정보공개서 제공일, 가맹금 수령일, 가맹금 예치기관
가맹 분야
+
+ + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + - + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+ +

우편용 신청서 참조, 가맹본부(피신청인)만 해당

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
유통분야 폼 : 상시고용 종업원수, 시장점유율, 소매업사용점포의 총 면적, 소매업종 매출액, 공정위 시정조치 사실
유통 분야
+
%
+
+ +

우편용 신청서 참조, 대규모 유통업자(피신청인)만 해당

+ + + + + +
+

분쟁정보

+
    +
  • 신청내용에는 분쟁과 관련한 정보와 분쟁조정을 통해 구제받고자 하는 취지(손해의 배상, 계약의 유지 또는 해지 등)및 그 취지를 설명할 수 있는 이유를 구체적이고 명확하게 기재하여야 조정절차가 보다 신속하게 진행될 수 있습니다.

  • +
+
+ + + + + + + + + + + + + + + + +
분쟁정보 입력 폼 : 신청취지, 신청이유
+ 필수입력 + +
현재 0 자 +
+ +
+ 필수입력 + +
현재 0 자 +
+ +
+
+
+ + + + + +
+ +
+ 신청 + 이전 +
+
+ + + + + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/02020000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02020000000000000000.html new file mode 100644 index 00000000..8b555159 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/02020000000000000000.html @@ -0,0 +1,47 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

조정절차가 진행 중인 사건 관련 각종 정보를 확인하고 관련 자료를 제출하실 수 있습니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다.
+(※절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/03000000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03000000000000000000.html new file mode 100644 index 00000000..f4fd2ab0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03000000000000000000.html @@ -0,0 +1 @@ +분쟁조정 상담 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010000000000000000.html new file mode 100644 index 00000000..adfc6aa4 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010000000000000000.html @@ -0,0 +1 @@ +상담신청 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010100000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010100000000000000.html new file mode 100644 index 00000000..63022ede --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010100000000000000.html @@ -0,0 +1,214 @@ + + +
+
+

본문

+

온라인 분쟁조정 상담

온라인분쟁조정상담....
+
+ + + + + +
+

본인인증

+
    +
  • 「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • 다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는 「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수 있습니다.

  • +
  • 한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능합니다.

+
+ + +
+
+
+ + +
+
+

본문

+

온라인 분쟁조정 상담

온라인분쟁조정상담....
+
+ + + + + +
+

개인정보처리 방침

+
+ 한국공정거래조정원 개인정보보호처리방침 +

한국공정거래조정원에서 처리하는 모든 개인정보는 개인정보보호법 등 관련 법령상의 개인정보보호 규정을 준수하여 수집•보유•처리되고 있습니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

개인정보 수집 • 이용 • 제공 동의서

+
+

본인은 다음의 목적을 위하여 한국공정거래조정원이 본인에 대한 아래의 개인정보를 수집․이용․제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

고유식별정보 수집 및 제공 동의서

+
+ 공정거래분쟁조정신청서 작성 안내 +

본인은 다음의 목적을 위하여 한국공정거래조정원 사무국(이하 ‘위원회’이라 함)이 본인에 대한 아래의 고유식별정보를 수집 • 이용 • 제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+ +

전자문서•전자거래분쟁조정위원회에서는 신청인의 개인정보 보호에 만전을 기할 것을 약속드리며, 개인정보 수집•이용•제공등과 관련하여 문의사항이 있는 경우 1588-1490번으로 연락바랍니다.

+ +
+ 다음 + 취소 +
+ + +
+
+
+ + +
+
+

본문

+

분쟁조정 상담

분쟁조정상담 내용을 입력해주세요.
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정상담 입력폼 : 조정유형, 분쟁유형, 성명, 상담제목, 상담내용, 첨부파일, 첨부자료
+ +
+ +
성명관리자
+ + + +
+ + + +
첨부파일 + +
    +
  • 약관집단분쟁조정참가신청서.hwp [14432 byte]
  • +
  • aaaa.hwp [14432 byte]
  • +
+
+
+ +
+
    +
  • + +
  • +
  • + +
  • +
  • 성명관리자
  • +
  • + +
  • +
  • + +
  • +
  • 첨부파일 + +
      +
    • 약관집단분쟁조정참가신청서.hwp [14432 byte]
    • +
    • aaaa.hwp [14432 byte]
    • +
    +
  • +
+
+ +
+ + +
+
+ 신청 + 이전 +
+
+
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010200000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010200000000000000.html new file mode 100644 index 00000000..a8aefb96 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010200000000000000.html @@ -0,0 +1,273 @@ + + + +
+
+

본문

+

분쟁조정 상담

분쟁조정상담 내용을 입력해주세요.
+
+ +
+ +
+
한국공정거래조정원은 사상공인 및 중소기업의 권익 보호를 위하여 변호사 및 관련 전문가와의 상담 서비스를 실시하고 있습니다.
+
    +
  • + 분야구분상담시간 +
  • +
  • + 공정거래변호사 및 조사관매주 월요일 14시 ~ 16시 +
  • +
  • + 가맹사업거래변호사 및 조사관매주 월요일 14시 ~ 16시 +
  • +
  • + 하도급거래변호사 및 조사관매주 월요일 14시 ~ 16시 +
  • + +
+ +
+ +
+

+ - 무료법률상담 예약은 본인인증 후 이용하실 수 있습니다.
+ - 하도급거래의 경우 특히 기술유용, 부당 대금결정, 부당한 위탁취소와 반품, 부당한 납품 단가 감액 등의 3배 손해배상 청구가 가능한 사건에 대해서도 무료 법률 상담을 받으실 수 있습니다. +

+ +
+ + +
+ +
+ +
+ + +
+
+
+ + + + + + + + +
+
+

본문

+

무료법률 상담

+
+ + + + +
+ +
+

한국공정거래조정원은 소상공인 및 중소기업의 권익 보호를 위하여 변호사 및 관련 전문가와의 상담 서비스를 실시하고 있습니다.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
전문가 상담서비스 폼 : 분야, 구분, 상담시간
분야구분상담시간
공정거래변호사매주 월요일 10시 ~ 12시
변호사매주 월요일 10시 ~ 12시
공정거래가맹거래사매주 월요일 10시 ~ 12시
변호사매주 월요일 10시 ~ 12시
가맹거래사매주 월요일 10시 ~ 12시
변호사매주 월요일 10시 ~ 12시
하도급거래가맹거래사매주 월요일 10시 ~ 12시
+
+ + +
+
+ * 표기는 필수 입력사항 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
무료법률 상담 폼 : 성명, 핸드폰, 조정유형, 사무실, 상담제목, 상담내용, 첨부파일, 첨부자료
성명20160910필수입력 + - - +
필수입력 + + 필수입력 + - - +
+ 필수입력 + + +
+ + + +
첨부파일 + +
    +
  • 약관집단분쟁조정참가신청서.hwp [14432 byte]
  • +
  • aaaa.hwp [14432 byte]
  • +
+
+
+ + + + +
+
+ * 표기는 필수 입력사항 +
+
+
+
    +
  • 성명홍길동
  • +
  • + - - +
  • +
  • + +
  • +
  • + - - +
  • +
  • + +
  • +
  • 현재 0 + +
  • +
  • 첨부파일 + +
      +
    • 약관집단분쟁조정참가신청서.hwp [14432 byte]
    • +
    • aaaa.hwp [14432 byte]
    • +
    +
  • +
+
+

※ 위 신청 내용에 따라 상담센터에서 유선으로 일정을 문의드릴 수 있으며, 이후 확정된 상담일자는 마이페이지 메뉴에서 확인하시기 바랍니다.

+
+ + +
+
+ 신청 + 이전 +
+
+ + + + + + +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010300000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010300000000000000.html new file mode 100644 index 00000000..1f2b4324 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/03010300000000000000.html @@ -0,0 +1 @@ +실시간 상담 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04000000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04000000000000000000.html new file mode 100644 index 00000000..4e673256 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04000000000000000000.html @@ -0,0 +1 @@ +
list, view, write 공통
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04010000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04010000000000000000.html new file mode 100644 index 00000000..5b07d65b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04010000000000000000.html @@ -0,0 +1 @@ +list, view, write 공통 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04020000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04020000000000000000.html new file mode 100644 index 00000000..d1ca5504 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04020000000000000000.html @@ -0,0 +1 @@ +ㄷ합니당ㄹㅈㄷㄱ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04030000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04030000000000000000.html new file mode 100644 index 00000000..5b07d65b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04030000000000000000.html @@ -0,0 +1 @@ +list, view, write 공통 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04040000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04040000000000000000.html new file mode 100644 index 00000000..5b07d65b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04040000000000000000.html @@ -0,0 +1 @@ +list, view, write 공통 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/04050000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04050000000000000000.html new file mode 100644 index 00000000..5b07d65b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/04050000000000000000.html @@ -0,0 +1 @@ +list, view, write 공통 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05000000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05000000000000000000.html new file mode 100644 index 00000000..8c2cbce5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05000000000000000000.html @@ -0,0 +1 @@ +마이페이지 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05010000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05010000000000000000.html new file mode 100644 index 00000000..38ce4d8f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05010000000000000000.html @@ -0,0 +1,49 @@ +
+
+

본문

+

절차진행

절차진행에 대한 궁금증을 풀어드립니다.
+
+ +
+ + + + +
+

본인인증

+
    +
  • 「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • 다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는 「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수 있습니다.

  • +
  • 한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능하며, 사업자 대표가 아닌 자(소속 임직원, 법무법인, 친인척 등)가 신청하는 경우 추후 조정절차 과정에서 추가로 관련 자료의 제출 요구를 받으실 수 있습니다.

+
+ + + +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05020000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05020000000000000000.html new file mode 100644 index 00000000..5f622a86 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05020000000000000000.html @@ -0,0 +1,725 @@ + +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

신청현황

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
사건접수완료CA16-000002홍길동네이버CA16-000002손선시2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002문대호2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 문대호
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 고동우
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
+
+ +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ + +
+ + +
+
+
+ +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ +
+
+ +
+

신청현황

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
+ + + - + + + + + +
+ + + + + + + +
+
+ +
+
    +
  • +
      +
    • 등록일시 + - + +
    • +
    • 조정유형 + +
    • +
    • 제목 + +
    • +
    • 처리상태 + +
    • +
    +
  • +
+
+ + + + + + +
+
+ 검색 +
+
+ + + + + + + + + + + + +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ +
+ + +
+
+
+ +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

분쟁조정상담 메뉴에서 신청한 신청건에 대하여 조회 및 처리 상태를 확인 하실 수 있습니다.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 수정폼 : 접수번호, 성명, 상담처리상태, 조정유형, 신청사유, 상담제목, 상담내용, 첨부파일
접수번호20160910
성명홍길동상담처리상태접수
+ + + +
+ + + +
+ + + +
+ + + +
첨부파일 + +
    +
  • 약관집단분쟁조정참가신청서.hwp [14432 byte]
  • +
  • aaaa.hwp [14432 byte]
  • +
+
+
+ +
+
    +
  • 접수번호201500192
  • +
  • 성명홍길동
  • +
  • 상담처리상태접수
  • +
  • 조정유형 + +
  • +
  • 신청사유 + +
  • +
  • 상담제목 + +
  • +
  • 상담내용(1300자) 현재 0 + +
  • +
  • 첨부파일 + +
      +
    • 약관집단분쟁조정참가신청서.hwp [14432 byte]
    • +
    • aaaa.hwp [14432 byte]
    • +
    +
  • +
+
+
+ + +
+
+ 이전 + 수정 + 삭제 +
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
신청현황 답변폼 : 담당자, 담당부서, 답변내용
담당자허민희담당부서민원상담센터
답변내용 +

답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

+
+
+
+
    +
  • 담당자허민희
  • +
  • 담당부서민원상담센터
  • +
  • 답변내용 +

    답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

    +
  • +
+
+
+ + +
+
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05030000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05030000000000000000.html new file mode 100644 index 00000000..30fecc1f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05030000000000000000.html @@ -0,0 +1 @@ +상담신청현황 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05040000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05040000000000000000.html new file mode 100644 index 00000000..76e69aea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05040000000000000000.html @@ -0,0 +1,33 @@ +
+ + +
+ +
+ 온라인 분쟁조정 신청이 완료 되었습니다. +
+

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ +
+
+

본 메일은 손선시 회원님께서 2014년 12월 31일 웰촌포털 사이트에서 회원 가입시 동의하신 약관에 의거하여 발송되었으며 발신전용 메일이므로 회신하실 수 없습니다.
메일의 수신을 원하지 않으실 경우 홈페이지 MY서비스>회원정보 수정에서 “이메일 수신동의 체크박스를 해제하시면 더 이상 메일이 발송되지 않습니다.

+
+
+
+ + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05050000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05050000000000000000.html new file mode 100644 index 00000000..101b9d29 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05050000000000000000.html @@ -0,0 +1,44 @@ +
+
+

본문

+ + +
+
+
+ +
+
+

협의회 회원용 로그인

+
+
+ 로그인 폼 +
+ +
+
+ +
+
+
+

+ 아이디와 비밀번호를 정확히 입력해주세요.

+
+
+
+
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05060000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05060000000000000000.html new file mode 100644 index 00000000..ebe75dc9 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05060000000000000000.html @@ -0,0 +1,139 @@ +
+
+

본문

+ + + +
+
+
+ +
+
+ +
+ +
+ 손선시 의원님 반갑습니다. 한국공정거래조정원 00분쟁조정협의회입니다. +
+
+ 참석현황(2/4회, 50%) +
+ +
+ + +
+
+ +

협의회 회의자료 확인

+ + + +
+ + + +
+

협의회 참석 일정

+
+
+

calendar.js option에 point 맴버변수 = 주황색 동그라미

+
+
+
+
+ +

분쟁조정 협의회 상세

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
회의명제2016-1차 약관분쟁조정협의회
회의구분전체회의
사건명칭오찬예정(장소:00), 텍스트 입력
개최일정2016-06-06 11:00
첨부자료약관집단분쟁조정참가신청서.hwp [14633 byte]
+
+
+

* 분쟁조정실 000팀, 02-2056-0000

+
+ +
+ +
+
+ + + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05070000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05070000000000000000.html new file mode 100644 index 00000000..f3b12c78 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05070000000000000000.html @@ -0,0 +1,238 @@ +
+
+
+ +
+
+ + +
+
+ +
+ +
+
+ +
0/90byte
+
+
SMS는 90byte만 가능합니다. 초과시 LMS발송을 이용하세요.
+
+ +
+
+ +
0/2000byte
+
+
LMS는 2000byte만 가능합니다.
+
+
+ + +

수신번호

+ + + 전송하기 + 새로쓰기 + +
+ + + +
+ + +
+ + + +
+

+ + +
+ + + + +
+ + + +
+ + +
+ + + + + +
+
+ + +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content/05080000000000000000.html b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05080000000000000000.html new file mode 100644 index 00000000..a8306f5e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content/05080000000000000000.html @@ -0,0 +1 @@ +

법률상담예약

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095425 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095425 new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095913 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095913 new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095944_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801095944_2_seed new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..4465597b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01000000000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010000000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010000000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..2f8a1258 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010000000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..716c1e8b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160805154110 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160805154110 new file mode 100644 index 00000000..5c3f6aca --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160805154110 @@ -0,0 +1 @@ +분쟁조정제도 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160808150824 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160808150824 new file mode 100644 index 00000000..8f214a20 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160808150824 @@ -0,0 +1,105 @@ + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+
    +
  • +

    +
    + 공정거래 분쟁조정 +
      +
    • +
      공정거래분쟁조정협의회 설치이유
      +

      공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

      +
    • +
    • +
      공정거래분쟁조정협의회 구성
      +

      공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

      +
    • +
    • +
      조정의 대상
      +

      공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

      +

      + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
      + - 부당한 지원 행위
      + - 공동의 거래거절 행위
      + - 계열회사를 위한 차별 행위
      + - 집단적 차별 행위
      + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

      +
    • +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
+
+
+
+
+ +
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918230535 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918230535 new file mode 100644 index 00000000..a4e53047 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918230535 @@ -0,0 +1,59 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+
    +
  • +

    +
    + 공정거래 분쟁조정 +
      +
    • +
      공정거래분쟁조정협의회 설치이유
      +

      공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

      +
    • +
    • +
      공정거래분쟁조정협의회 구성
      +

      공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

      +
    • +
    • +
      조정의 대상
      +

      공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

      +

      + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
      + - 부당한 지원 행위
      + - 공동의 거래거절 행위
      + - 계열회사를 위한 차별 행위
      + - 집단적 차별 행위
      + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

      +
    • +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
+
+
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918232639 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918232639 new file mode 100644 index 00000000..f5258765 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918232639 @@ -0,0 +1,87 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + + + + + + + + + +
+ +
+ +
+ 공정거래 분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 222 +
+ + +
+ 333 +
+ + +
+ 444 +
+ + +
+ 555 +
+ + +
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918233126 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918233126 new file mode 100644 index 00000000..ad2e3a0f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918233126 @@ -0,0 +1,159 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + + + + + + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +

    + ※ 조정신청 제외 대상 +

      +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +

    +

    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234623 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234623 new file mode 100644 index 00000000..f6fc5e5c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234623 @@ -0,0 +1,151 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +

    + ※ 조정신청 제외 대상 +

      +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +

    +

    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234745 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234745 new file mode 100644 index 00000000..b17bfc9b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160918234745 @@ -0,0 +1,154 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +

    + ※ 조정신청 제외 대상 +

      +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +

    +

    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160919091910 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160919091910 new file mode 100644 index 00000000..a74aa246 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160919091910 @@ -0,0 +1,151 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094232 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094232 new file mode 100644 index 00000000..7e8fce75 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094232 @@ -0,0 +1,164 @@ + + + + + + + + + Document +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094518 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094518 new file mode 100644 index 00000000..d55f4d38 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160920094518 @@ -0,0 +1 @@ +tt \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161120 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161120 new file mode 100644 index 00000000..d2432996 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161120 @@ -0,0 +1,156 @@ + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161303 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161303 new file mode 100644 index 00000000..1996cf61 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161303 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161433 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161433 new file mode 100644 index 00000000..726755c1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161433 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161504 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161504 new file mode 100644 index 00000000..71869e92 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929161504 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929162338 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929162338 new file mode 100644 index 00000000..e5c863dd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929162338 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929163353 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929163353 new file mode 100644 index 00000000..49b08f23 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20160929163353 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903105214 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903105214 new file mode 100644 index 00000000..e6fd864b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903105214 @@ -0,0 +1,192 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급분쟁조정 +
    +
  • +
    하도급분쟁조정협의회 설치이유
    +

    하도급분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급분쟁조정협의회 구성
    +

    하도급분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903134009 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903134009 new file mode 100644 index 00000000..ad00d609 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010100000000000000.html_20190903134009 @@ -0,0 +1,252 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + + +
+ +
+ +
+ 공정거래분쟁조정 +
    +
  • +
    공정거래분쟁조정협의회 설치이유
    +

    공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 BC1년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    공정거래분쟁조정협의회 구성
    +

    공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

    +

    + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
    + - 부당한 지원 행위
    + - 공동의 거래거절 행위
    + - 계열회사를 위한 차별 행위
    + - 집단적 차별 행위
    + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

    +
  • +
+
+ + +
+ 가맹사업거래분쟁조정 +
    +
  • +
    가맹사업거래분쟁조정협의회 설치이유
    +

    가맹사업거래분쟁조정협의회는 불공정거래행위로 발생한 가맹본부와 가맹사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    가맹사업거래분쟁조정협의회 구성
    +

    가맹사업거래분쟁조정협의회는 공익을 대표하는 위원 3명과 가맹본부의 이익을 대표하는 위원 3명, 가맹점사업자의 +이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 +또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    가맹본부의 허위 과장된 정보제공, 부당한 계약해지 및 종료, 영업지역의 침해 등 가맹사업과 관련한 분쟁

    +
  • +
+
+ + +
+ 하도급거래분쟁조정 +
    +
  • +
    하도급거래분쟁조정협의회 설치이유
    +

    하도급거래분쟁조정협의회는 불공정거래행위로 발생한 원사업자와 수급사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2011년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    하도급거래분쟁조정협의회 구성
    +

    하도급거래분쟁조정협의회는 공익을 대표하는 위원 3명, 원사업자를 대표하는 위원 3명, 수급사업자를 대표하는 위원 3명 등 모두 9명으로 구성되어 있으며, 위원은 공정거래위원회 위원장이 위촉하며, 임기는 2년입니다. 협의회 위원장은 공익을 대표하는 위원 중에서 협의회가 선출합니다.

    +
  • +
  • +
    조정의 대상
    +

    하도급대금 미지급, 부당감액, 어음할인료 미지급, 부당한 발주취소, 수령거부 등 하도급거래에서 발생한 분쟁

    +
  • +
+
+ + +
+ 대규모유통업거래분쟁조정 +
    +
  • +
    대규모유통업거래 분쟁조정협의회 설치이유
    +

    대규모유통업거래 분쟁조정협의회는 불공정거래행위로 발생한 대규모유통업자와 납품업자 등 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대규모유통업거래 분쟁조정협의회 구성
    +

    대규모유통업거래 분쟁조정협의회는 공익을 대표하는 위원 3명, 대규모유통업자를 대표하는 위원 3명, 납품업자를 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원 및 위원장은 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    서면 계약서 미교부, 상품대금의 미지급, 판촉비용 부담의 전가, 계약기간 중 계약조건의 변경 등 대규모유통업자와 납품업자등 사이의 분쟁

    +
  • +
+
+ + +
+ 약관분쟁조정 +
    +
  • +
    약관분쟁조정협의회 설치이유
    +

    약관 분쟁조정협의회는 불공정약관으로 발생한 사업자와 고객(소비자기본법에 따른 소비자 제외) 사이의 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2012년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    약관분쟁조정협의회 구성
    +

    약관 분쟁조정협의회는 교수, 법조인 등 약관규제 및 소비자 분야의 전문가로서 공정거래위원회 위원장이 위촉하는 9인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

    +
  • +
  • +
    조정의 대상
    +

    고객의 해제권을 배제·제한하는 등 약관의 내용이 약관규제법 제17조를 위반한 약관 또는 이와 법률상 쟁점에 있어 공통되는 약관으로 인한 분쟁

    +
      +
    • ※ 조정신청 제외 대상
    • +
    • - 조정신청이 있기 전에 공정거래위원회가 조사 중인 사건
    • +
    • - 조정신청의 내용이 약관의 해석이나 그 이행을 요구하는 사건
    • +
    • - 약관의 무효판정을 요구하는 사건
    • +
    • - 해당 분쟁조정사항에 대하여 법원에 소를 제기한 사건
    • +
    • - 분쟁해결이나 피해보상에 관한 합의가 이루어진 사건
    • +
    • - 「중재법」에 따라 중재가 진행 중이거나 신청된 사건
    • +
    • - 불공정 약관으로 피해를 입은 고객이 '소비자기본법'에 따른 소비자인 사건
    • +
    +
  • +
  • +
    집단분쟁조정 절차
    +

    불공정약관으로 인한 피해가 같거나 비슷한 유형으로 발생한 고객(「소비자기본법」에 따른 소비자는 제외)의 수가 20명 이상일 경우, 협의회는 효과적인 피해구제를 위하여 집단분쟁조정을 실시할 수 있습니다.

    +
  • +
+
+ + + + +
+ 대리점 분쟁조정 +
    +
  • +
    대리점분쟁조정협의회 설치이유
    +

    대리점분쟁조정협의회는 불공정거래행위로 발생한 공급업자와 대리점간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2017년부터 이를 운영하고 있습니다.

    +
  • +
  • +
    대리점분쟁조정협의회 구성
    +

    대리점분쟁조정협의회는 공익을 대표하는 위원 3명과 공급업자의 이익을 대표하는 위원 3명, 대리점의 이익을 대표하는 위원 3명 등 모두 9명으로 구성되고, 위원은 조정원의 장이 추천하고 공정거래위원회 위원장이 임명 또는 위촉합니다. 위원의 임기는 3년이며 협의회 위원장은 공익을 대표하는 위원 중에서 공정거래위원회 위원장이 임명 또는 위촉합니다.

    +
  • +
  • +
    조정의 대상
    +

    대리점거래 계약서 미제공 구입 강제, 경제상 이익 제공 강요, 판매목표 강제, 경영활동 간섭, 주문내역의 확인요청 거부 또는 회피 등 대리점거래에서 발생한 분쟁

    + +
  • +
  • + [분쟁조정 신청] + +

     대리점 분쟁조정 대상이 되는 거래 유형

    +

     대리점거래의 분쟁에 관한 사항

    + +
  • +
  • +

    ? 대리점 거래

    +

    공급업자와 대리점 사이에 상품 또는 용역의 재판매 또는 위탁판매를 위하여 행하여지는 거래로서 일정 기간 지속되는 계약을 체결하여 반복적으로 행하여지는 거래

    +
  • +
  • +

    ? 공급업자

    +

    생산 또는 구매한 상품 또는 용역을 대리점에게 공급하는 사업자

    +
  • +
  • +

    ? 대리점

    +

    공급업자로부터 상품 또는 용역을 공급받아 불특정다수의 소매업자 또는 소비자에게 재판매 또는 위탁판매 하는 사업자

    +
  • +
  • +

     적용제외

    +

    공급업자가 중소기업자(「중소기업기본법」 제2조제1항 또는 제3항에 따른 자를 말하며, 「중소기업협동조합법」 제3조제1항에 따른 중소기업협동조합을 포함한다. 이하 같다)에 해당하는 경우

    +

    대리점이 중소기업자에 해당하지 아니하는 경우 +

    +

    공급업자가 대리점에 대하여 거래상 우월한 지위를 가지고 있다고 인정되지 아니하는 경우 +

    +

    다음 각 호의 어느 하나에 해당하는 거래

  • +
  • +

    + -「가맹사업거래의 공정화에 관한 법률」 제2조 제1호에서 정하는 가맹사업에 해당하는 거래 +

    +

    + -「자본시장과 금융투자업에 관한 법률」 제6조 제1항에서 정하는 금융투자업에 해당하는 거래. +

    +

    + -「대규모유통업에서의 거래 공정화에 관한 법률」 제2호에서 정하는 대규모유통업자와 납품업 자 등 사이의 거래 +

    +

    + - 그 밖에 거래의 성격 및 대리점의 보호 필요성 등을 고려하여 대리점거래에서 제외할 필요 가 있는 것으로서 대통령령으로 정하는 거래 +

    +
  • + +
  • +

    ? 분쟁조정 대상이 되는 공급업자의 행위

    +

    ? 대리점과 계약을 체결한 즉시 공급업자가 대리점계약서를 제공하지 않은 경우 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점이 구입할 의사가 없는 상품 또는 용역을 구입하도록 강제하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점에게 자기를 위하여 금전ㆍ물품ㆍ용역, 그 밖의 경제상 이익을 제공하도록 강요하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 자기가 공급하는 상품 또는 용역과 관련하여 대리점에게 거래에 관한 목표를 제시하고 이를 달성하도록 강제하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 위에 해당하는 행위 외의 방법으로 대리점에게 불이익이 되도록 거래조건을 설정 또는 변경하거나 그 이행과정에서 불이익을 주는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점의 경영활동을 간섭하는 행위 +

    +

    ? 공급업자가 자기의 거래상의 지위를 부당하게 이용하여 대리점이 청약 또는 구입의사를 표시한 제품, 수량 등 주문내역의 정당한 확인요청에 대하여 이를 거부 또는 회피하는 행위 +

    +

    ? 공급업자가 분쟁조정신청, 공정거래위원회 신고 등의 행위를 한 대리점에게 그 행위를 한 것을 이유로 거래의 정지 또는 물량의 축소, 그 밖에 불이익을 주는 행위 +

    +
    +

    [분쟁조정신청서 작성 방법 중 대리점거래 해당 유형] +

    +
    +

    ? 대리점거래 계약서 미제공 구입 강제, 경제상 이익 제공 강요, 판매목표 강제, 경영활동 간섭, 주문내역의 확인요청 거부 또는 회피 등 대리점거래에서 발생한 분쟁 +

    +

    ? 적용제외: 공급업자가 중소기업자에 해당하거나 대리점이 중소기업자에 해당하지 아니하는 경우, 공급업자가 대리점에 대하여 거래상 우월한 지위를 가지고 있다고 인정되지 아니하는 경우, 가맹사업ㆍ금융투자업ㆍ대규모유통업에 해당하는 거래 등은 제외 +

    + + + + +
  • +
+
+ + +
+ +
+ + +
+
+
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010101000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010101000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..fe572477 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010101000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-1-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..9a4795b2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111600 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111600 new file mode 100644 index 00000000..39c80697 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111600 @@ -0,0 +1 @@ +분쟁조정처리절차 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111639 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111639 new file mode 100644 index 00000000..584e176a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160907111639 @@ -0,0 +1,90 @@ + + + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+
+분쟁조정안내도표. 자세한 구조는 바로 아래에서 확인할 수 있습니다 +
+
+
    +
  • 조정신청(신청인)/조정의뢰(공정위) +
      +
    • 한국공정거래조정원 +
        +
      • 사실관계조사 +
          +
        • 신청취하 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 분쟁조정협의회 +
            +
          • 조정안제시의결 +
              +
            • (수락) 조정성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            • (불수락) 조정불성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            +
          • +
          • 조정절차종료의결 -> 분쟁조정 종류 -> 공정거래 위원회
          • +
          +
        • +
        • 소제기 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 소재불명 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 조정거부 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+

분쟁조정 단계별 절차 안내

+ +
+
    +
  • + 1. 신청서 접수 +

    우리 원은 직접 방문, 우편, 인터넷을 통해 분쟁조정신청서를 접수합니다.

    +

    + 신청서 작성 시 유의사항 + - 양 당사자 연락처를 정확히 기재바랍니다. + - 사안이 다양할 경우 피해금액이 큰 주장 위주로 작성해 주시기 바랍니다. +

    +
  • +
  • + 2. 양당사자 접수통지 +

    사건 접수 후 담당 조사관이 등기우편으로 양 당사자에게 접수사실 및 자료 요청을 공문으로 통지해 드립니다. 단, 접수과정에서 우리 원의 조정대상에 해당하지 않는 경우 조정절차가 종료될 수 있습니다.

    +
  • +
  • + 3. 자료제출 +

    양당사자는 기한 내에 분쟁 관련 자료(보완서, 답변서, 일반현황표)를 제출해야 하며, 당사자가 2회 이상 자료제출 요청에 불응하면 분쟁조정 절차가 중지될 수 있습니다. (일반현황표는 양당사자의 거래관계 및 분쟁조정 대상 여부검토에 활용됩니다.)

    +
  • +
  • + 4. 사실관계 조사 +

    양 당사자가 제출한 자료들의 검토를 검쳐 본격적인 조정절차가 진행됩니다. 필요한 경우 당사자들에게 출석을 요구할 수 있으며, 조정절차 중 당사자가 직접 합의하여 조정이 종료될 수 있습니다. 반면 자료제출 또는 출석요구 등 조사과정에 2회 이상 참여하지 않는 경우 조정절차가 중지될 수 있습니다.

    +
  • +
  • + 5. 협의회 개최 및 의결 +

    +
  • +
+
+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160920094700 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160920094700 new file mode 100644 index 00000000..ee79a113 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20160920094700 @@ -0,0 +1,90 @@ + + + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+
+분쟁조정안내도표. 자세한 구조는 바로 아래에서 확인할 수 있습니다 +
+
+
    +
  • 조정신청(신청인)/조정의뢰(공정위) +
      +
    • 한국공정거래조정원 +
        +
      • 사실관계조사 +
          +
        • 신청취하 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 분쟁조정협의회 +
            +
          • 조정안제시의결 +
              +
            • (수락) 조정성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            • (불수락) 조정불성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            +
          • +
          • 조정절차종료의결 -> 분쟁조정 종류 -> 공정거래 위원회
          • +
          +
        • +
        • 소제기 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 소재불명 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 조정거부 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+

분쟁조정 단계별 절차 안내

+ +
+
    +
  • + 1. 신청서 접수 +

    우리 원은 직접 방문, 우편, 인터넷을 통해 분쟁조정신청서를 접수합니다.

    +

    + 신청서 작성 시 유의사항 + - 양 당사자 연락처를 정확히 기재바랍니다. + - 사안이 다양할 경우 피해금액이 큰 주장 위주로 작성해 주시기 바랍니다. +

    +
  • +
  • + 2. 양당사자 접수통지 +

    사건 접수 후 담당 조사관이 등기우편으로 양 당사자에게 접수사실 및 자료 요청을 공문으로 통지해 드립니다. 단, 접수과정에서 우리 원의 조정대상에 해당하지 않는 경우 조정절차가 종료될 수 있습니다.

    +
  • +
  • + 3. 자료제출 +

    양당사자는 기한 내에 분쟁 관련 자료(보완서, 답변서, 일반현황표)를 제출해야 하며, 당사자가 2회 이상 자료제출 요청에 불응하면 분쟁조정 절차가 중지될 수 있습니다. (일반현황표는 양당사자의 거래관계 및 분쟁조정 대상 여부검토에 활용됩니다.)

    +
  • +
  • + 4. 사실관계 조사 +

    양 당사자가 제출한 자료들의 검토를 검쳐 본격적인 조정절차가 진행됩니다. 필요한 경우 당사자들에게 출석을 요구할 수 있으며, 조정절차 중 당사자가 직접 합의하여 조정이 종료될 수 있습니다. 반면 자료제출 또는 출석요구 등 조사과정에 2회 이상 참여하지 않는 경우 조정절차가 중지될 수 있습니다.

    +
  • +
  • + 5. 협의회 개최 및 의결 +

    +
  • +
+
+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134639 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134639 new file mode 100644 index 00000000..e4e26cef --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134639 @@ -0,0 +1,90 @@ + + + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+
+분쟁조정안내도표. 자세한 구조는 바로 아래에서 확인할 수 있습니다 +
+
+
    +
  • 조정신청(신청인)/조정의뢰(공정위) +
      +
    • 한국공정거래조정원 +
        +
      • 사실관계조사 +
          +
        • 신청취하 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 분쟁조정협의회 +
            +
          • 조정안제시의결 +
              +
            • (수락) 조정성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            • (불수락) 조정불성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            +
          • +
          • 조정절차종료의결 -> 분쟁조정 종류 -> 공정거래 위원회
          • +
          +
        • +
        • 소제기 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 소재불명 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 조정거부 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+

분쟁조정 단계별 절차 안내

+ +
+
    +
  • + 1. 신청서 접수 +

    우리 원은 직접 방문, 우편, 인터넷을 통해 분쟁조정신청서를 접수합니다.

    +

    + 신청서 작성 시 유의사항 + - 양 당사자 연락처를 정확히 기재바랍니다. + - 사안이 다양할 경우 피해금액이 큰 주장 위주로 작성해 주시기 바랍니다. +

    +
  • +
  • + 2. 양당사자 접수통지 +

    사건 접수 후 담당 조사관이 등기우편으로 양 당사자에게 접수사실 및 자료 요청을 공문으로 통지해 드립니다. 단, 접수과정에서 우리 원의 조정대상에 해당하지 않는 경우 조정절차가 종료될 수 있습니다.

    +
  • +
  • + 3. 자료제출 +

    양당사자는 기한 내에 분쟁 관련 자료(보완서, 답변서, 일반현황표)를 제출해야 하며, 당사자가 2회 이상 자료제출 요청에 불응하면 분쟁조정 절차가 중지될 수 있습니다. (일반현황표는 양당사자의 거래관계 및 분쟁조정 대상 여부검토에 활용됩니다.)

    +
  • +
  • + 4. 사실관계 조사 +

    양 당사자가 제출한 자료들의 검토를 검쳐 본격적인 조정절차가 진행됩니다. 필요한 경우 당사자들에게 출석을 요구할 수 있으며, 조정절차 중 당사자가 직접 합의하여 조정이 종료될 수 있습니다. 반면 자료제출 또는 출석요구 등 조사과정에 2회 이상 참여하지 않는 경우 조정절차가 중지될 수 있습니다.

    +
  • +
  • + 5. 협의회 개최 및 의결 +

    +
  • +
+
+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134715 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134715 new file mode 100644 index 00000000..0792f2f3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010200000000000000.html_20161007134715 @@ -0,0 +1,93 @@ + + + +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+
+분쟁조정안내도표. 자세한 구조는 바로 아래에서 확인할 수 있습니다 +
+
+
    +
  • 조정신청(신청인)/조정의뢰(공정위) +
      +
    • 한국공정거래조정원 +
        +
      • 사실관계조사 +
          +
        • 신청취하 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 분쟁조정협의회 +
            +
          • 조정안제시의결 +
              +
            • (수락) 조정성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            • (불수락) 조정불성립 -> 분쟁조정 종류 -> 공정거래 위원회
            • +
            +
          • +
          • 조정절차종료의결 -> 분쟁조정 종류 -> 공정거래 위원회
          • +
          +
        • +
        • 소제기 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 소재불명 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        • 조정거부 -> 분쟁조정 종류 -> 공정거래 위원회
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+

분쟁조정 단계별 절차 안내

+ +
+
    +
  • + 1. 신청서 접수 +

    우리 원은 온라인 분쟁조정시스템을 통해 조정신청을 접수합니다.
    +(다만 시스템 이용에 어려움이 있어 방문접수 또는 우편접수를 원하시는 경우 우리 원 대표번호(1588-1490)로 문의하여 주시기 바랍니다.) +

  • +
  • +

    + 신청서 작성 시 유의사항 + - 양 당사자 연락처를 정확히 기재바랍니다. + - 사안이 다양할 경우 피해금액이 큰 주장 위주로 작성해 주시기 바랍니다. +

    +
  • +
  • + 2. 양당사자 접수통지 +

    사건 접수 후 담당 조사관이 등기우편으로 양 당사자에게 접수사실 및 자료 요청을 공문으로 통지해 드립니다. 단, 접수과정에서 우리 원의 조정대상에 해당하지 않는 경우 조정절차가 종료될 수 있습니다.

    +
  • +
  • + 3. 자료제출 +

    양당사자는 기한 내에 분쟁 관련 자료(보완서, 답변서, 일반현황표)를 제출해야 하며, 당사자가 2회 이상 자료제출 요청에 불응하면 분쟁조정 절차가 중지될 수 있습니다. (일반현황표는 양당사자의 거래관계 및 분쟁조정 대상 여부검토에 활용됩니다.)

    +
  • +
  • + 4. 사실관계 조사 +

    양 당사자가 제출한 자료들의 검토를 검쳐 본격적인 조정절차가 진행됩니다. 필요한 경우 당사자들에게 출석을 요구할 수 있으며, 조정절차 중 당사자가 직접 합의하여 조정이 종료될 수 있습니다. 반면 자료제출 또는 출석요구 등 조사과정에 2회 이상 참여하지 않는 경우 조정절차가 중지될 수 있습니다.

    +
  • +
  • + 5. 협의회 개최 및 의결 +

    +
  • +
+
+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..cdd19b38 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-1-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160907105131 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160907105131 new file mode 100644 index 00000000..1d978edd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01010300000000000000.html_20160907105131 @@ -0,0 +1 @@ +분쟁조정관련서식 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..617cf930 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160913173433 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160913173433 new file mode 100644 index 00000000..ec13e86f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020000000000000000.html_20160913173433 @@ -0,0 +1 @@ +자주하는 질문 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..cc55458c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160913173224 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160913173224 new file mode 100644 index 00000000..11bb7f9d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020100000000000000.html_20160913173224 @@ -0,0 +1 @@ +조정신청 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020101000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020101000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..6f1a2689 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020101000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..7975ca71 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160913173317 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160913173317 new file mode 100644 index 00000000..4d1c043d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020200000000000000.html_20160913173317 @@ -0,0 +1 @@ +절차진행 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..5fdcc507 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201010000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201010000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..51e3d05f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201010000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201020000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201020000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..c7599e27 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020201020000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020202000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020202000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..85e47a32 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020202000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020203000000000000.html_20160801105404_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020203000000000000.html_20160801105404_2_seed new file mode 100644 index 00000000..c988723b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020203000000000000.html_20160801105404_2_seed @@ -0,0 +1 @@ +메뉴1-2-2-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020300000000000000.html_20160913173419 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020300000000000000.html_20160913173419 new file mode 100644 index 00000000..7dbfea1b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020300000000000000.html_20160913173419 @@ -0,0 +1 @@ +절차종료 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020400000000000000.html_20160913173457 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020400000000000000.html_20160913173457 new file mode 100644 index 00000000..b258c9a4 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01020400000000000000.html_20160913173457 @@ -0,0 +1 @@ +기타 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907105207 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907105207 new file mode 100644 index 00000000..c62cfe67 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907105207 @@ -0,0 +1 @@ +오시는길 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907162328 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907162328 new file mode 100644 index 00000000..bca58ee6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20160907162328 @@ -0,0 +1,83 @@ + + + +
+
+

본문

+

오시는 길

한국공정거래조정원의 위치 및 오시는 길을 알려드립니다.
+
+ +
+ + + + +
+ + +
+ + + + +
+ +
+
+

지하철 이용 시

+
    +
  • 지하철 1호선 서울역 3번 출구 YTN 방향 도보 5분
  • +
  • 지하철 2호선 시청역 9번 출구 삼성본관방향 도보 5분
  • +
  • 지하철 4호선 회현역 5번 출구 숭례문방향 도보 5분
  • +
+
+
+

버스 이용 시

+
    +
  • 서울역 YTN 빌딩 앞

    + 149, 151, 152, 162, 202, 500, 501, 502, 503, 505, 056, 701, 702, 703 +
  • +
  • 염천교

    + 163, 261, 262, 263, 604, 7017 +
  • +
  • 시청앞

    + 150, 1711, 406, 408, 421, 504, 507, 603, 700, 7019, 7011, 7022 +
  • +
+
+
+ + + + + +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20161010095650 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20161010095650 new file mode 100644 index 00000000..8ad4867c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01030000000000000000.html_20161010095650 @@ -0,0 +1,86 @@ + + + +
+
+

본문

+

오시는 길

한국공정거래조정원의 위치 및 오시는 길을 알려드립니다.
+
+ +
+ + + + +
+ + +
+ + + + +
+ +
+
+

지하철 이용 시

+
    +
  • 지하철 1호선 서울역 3번 출구 YTN 방향 도보 5분
  • +
  • 지하철 2호선 시청역 9번 출구 삼성본관방향 도보 5분
  • +
  • 지하철 4호선 회현역 5번 출구 숭례문방향 도보 5분
  • +
+
+
+

버스 이용 시

+
    +
  • +

    서울역 YTN 빌딩 앞

    + 149, 151, 152, 162, 202, 500, 501, 502, 503, 505, 056, 701, 702, 703 +
  • +
  • +

    염천교

    + 163, 261, 262, 263, 604, 7017 +
  • +
  • +

    시청앞

    + 150, 1711, 406, 408, 421, 504, 507, 603, 700, 7019, 7011, 7022 +
  • +
+
+
+ + + + + +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01040000000000000000.html_20160913173910 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01040000000000000000.html_20160913173910 new file mode 100644 index 00000000..5e2d9618 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/01040000000000000000.html_20160913173910 @@ -0,0 +1 @@ +공지사항 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02000000000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02000000000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..c40c313b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02000000000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..74547090 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173229 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173229 new file mode 100644 index 00000000..3d4dcf0f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173229 @@ -0,0 +1 @@ +분쟁조정 신청하기 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173849 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173849 new file mode 100644 index 00000000..d3060444 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805173849 @@ -0,0 +1,1612 @@ + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

분쟁조정제도에 대하여 알려드립니다.
+
+ +

공정거래 분쟁조정

+
+
조정신청 대상이 아닌 내용에 대한 주요 상담 기관
+
    +
  • 기관명주요업무내용전화번호홈페이지
  • +
  • 공정거래위원회약관규제법, 하도급법, 전자상거래소비자보호법 표시 · 광고법, 방문판매법, 할부거래법 등02)2023-4010www.ftc.go.kr
  • +
  • 한국소비자원소비자 피해 구제 및 분쟁조정등02)3460-3000www.kca.go.kr
  • +
  • 금융감독원금융거래 관련 피해 구제 및 분쟁 조정1332www.fss.or.kr
  • +
  • 방송통신위원회방송·통신 서비스 이용 관련 피해 및 분쟁조정1335www.kcc.go.kr
  • +
  • 대한상사중재원상거래 행위 관련 분쟁조정, 알선 및 각종 중재02)551-2000www.kcab.or.kr
  • +
  • 대한법률구조공단무료법률 상담 및 소송지원132www.klac.or.kr
  • +
  • 전자거래분쟁
    조정위원회
    전자상거래 관련 분쟁조정02)2141-5714www.ecmc.or.kr
  • +
+

우편접수를 통한 조정신청 및 조정신청 대상 여부 등에 관한 문의는 우리 원 분쟁조정 콜센터(1588-1490)을 이용하여 주시기 바랍니다.

+
+
+
+
+
+ +
+
+ + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+
    +
  • +

    +
    +
    + 신청 작성 요령 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 한국공정거래조정원에 분쟁조정 신청을 하기 위해서는 원칙적으로 독점규제 및 공정거래에 관한 법률(이하 ‘공정 거래법’ + 이라 합니다) 제23조 제1항 관련 불공정거래행위에 해당되어야 하며, 대표적인 불공정거래행위는 다음과 같습니다.

    + 1. 거래거절
    + 2. 차별적 취급
    + 3. 경쟁사업자 배제
    + 4. 부당한 고객유인
    +

    +
    +
    +
    + 접수 절차 안내 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 1. 신청서 및 관련 서류를 작성하신 후 공정거래조정원에 직접 방문하시거나 우편으로 제출하시면 됩니다.
    + 2. 분쟁조정 기간은 원칙적으로 접수일로부터 60일 이내입니다.

    + 주소 : (04513) 서울시 중구 세종대로 39 상공회의소회관9층 한국공정거래조정원
    + 전화 : 02-2056-0000(代) / Fax : 02-2056-0038
    +

    +
    +
    +
    +
  • +
  • +

    +
    + 222
    222
    222
    222
    222
    222
    +
    +
  • +
  • +

    +
    + 333
    333
    333
    333
    333
    333
    +
    +
  • +
  • +

    +
    + 444
    444
    444
    444
    444
    444
    +
    +
  • +
  • +

    +
    + 555
    555
    555
    555
    555
    555
    +
    +
  • +
  • +

    +
    + 666
    666
    666
    666
    666
    666
    +
    +
  • +
+ +

참고로, 귀사가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.

+
+ + +
+
+ 다음 +
+
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

본인인증

+
    +
  • 「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • 다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는 「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수 있습니다.

  • +
  • 한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능하며, 사업자 대표가 아닌 자(소속 임직원, 법무법인, 친인척 등)가 신청하는 경우 추후 조정절차 과정에서 추가로 관련 자료의 제출 요구를 받으실 수 있습니다.

+
+ + + + + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

개인정보처리 방침

+
+ 한국공정거래조정원 개인정보보호처리방침 +

한국공정거래조정원에서 처리하는 모든 개인정보는 개인정보보호법 등 관련 법령상의 개인정보보호 규정을 준수하여 수집•보유•처리되고 있습니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

개인정보 수집 • 이용 • 제공 동의서

+
+

본인은 다음의 목적을 위하여 한국공정거래조정원이 본인에 대한 아래의 개인정보를 수집․이용․제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

고유식별정보 수집 및 제공 동의서

+
+ 공정거래분쟁조정신청서 작성 안내 +

본인은 다음의 목적을 위하여 한국공정거래조정원 사무국(이하 ‘위원회’이라 함)이 본인에 대한 아래의 고유식별정보를 수집 • 이용 • 제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+ +

전자문서•전자거래분쟁조정위원회에서는 신청인의 개인정보 보호에 만전을 기할 것을 약속드리며, 개인정보 수집•이용•제공등과 관련하여 문의사항이 있는 경우 1588-1490번으로 연락바랍니다.

+ +
+ 다음 + 취소 +
+ + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + + + + + + + + + +
+

신청인 기입사항

+
    +
  • 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및 조정위원 등 관계자에게 제공되며, 신청인의 개인정보에 대해서는 「전자문서 및 전자거래기본법」 제 37조의 2에 따라 비밀유지의무로 관계자만 확인 가능합니다.

  • +
  • 「전자문서 및 전자거래기본법」 제 34조에 따라 위원회의 요청이 있는 경우에는 자료를 제출하여야 합니다.

  • +
  • 합의권고 또는 조정과정에서 요청사항 등이 있는 경우 연락처 또는 우편을 통하여 통지됩니다.

  • +
+ 분쟁조정신청서 작성 방법 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정신청서 작성 폼 : 조정유형, 신청사유, 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호, FAX, 사업자등록번호, 법인등록번호
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표전화번호 :
+
+
+ + + + + +
+

피신청인 기입사항

+
    +
  • 피신청인은 분쟁관계에 있는 상대방을 의미합니다.

  • +
+ 피신청인 등록 폼 추가   + +
+ +
+ 11
11
11
11
11
11
11
11
11
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
피신청인 등록폼 : 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
+
피신청인 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표 전화번호 :
+
+
+ + + + +
+

사건 현황

+
    +
  • 사건 현황에 대한 입력란 입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼 : 상호, 대표자, 전화번호, 휴대폰, 대표E-Mail, 우편번호, 지번주소, 도로명주소
대리인정보 + + + + +
+ + + + + + + - + - + +
+ + + +
+ + + + +
+ + + +
+ +
+ + + +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

대리인 정보는 하단 증빙자료 첨부 또는 우편으로 별도 제출이 가능합니다.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 2번째 폼 : 주요재무현황의 자본금, 총매출액, 자산총액, 영업이익, 이 사건 확인사항의 최초계약체결일, 계약기간, 계약서사본, 담당자 인적사항의 성함, 휴대폰, 부서/직위, 전화번호, FAX, E-mail, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타 조정기구 조정, 공정거래위원회 조사
주요
재무현황 등
+ + + + + +
+ + + + + +
+
+

주무 재무 현황, 이 사건 확인사항, 담당자 인적사항, 기타확인사항은 일반현황표 참조, 하단 증빙자료 첨부 또는 우편 별도제출 가능

+
+ + + + + + + + + + + + + + + + +
사건현황 작성 3번째 폼 : 증빙자료첨부
+ + + +
+
+
+ + + + + + +
+

협의회별 상세 현황

+
    +
  • 협의회별 상세 입력 사항입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
협의회별 상세 입력 사항 폼 : 하도급 분야의 상시종업원수, 대/중소기업 구분, 공사업등록여부, 시공능력 평가액
하도급 분야 + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조

+ +
+
+ 하도급대금 내역(신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
하도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
하도급대금수령(지급)비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ +
+
+ 도급대금 내역(피신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
도급대금수령비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
가맹분야 입력 폼 : 현 가맹점수, 브랜드명, 가맹금예치제 실시여부, 계약기간, 계약체결일, 가맹금액, 가맹금 예치여부, 업종, 정보공개서 등록여부, 신청인 가맹점명, 정보공개서 제공일, 가맹금 수령일, 가맹금 예치기관
가맹 분야
+
+ + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + - + + +
+ + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조, 가맹본부(피신청인)만 해당

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
유통분야 폼 : 상시고용 종업원수, 시장점유율, 소매업사용점포의 총 면적, 소매업종 매출액, 공정위 시정조치 사실
유통 분야
+
%
+
+

우편용 신청서 참조, 대규모 유통업자(피신청인)만 해당

+
+ + + +
+

분쟁정보

+
    +
  • 신청내용에는 분쟁과 관련한 정보와 분쟁조정을 통해 구제받고자 하는 취지(손해의 배상, 계약의 유지 또는 해지 등)및 그 취지를 설명할 수 있는 이유를 구체적이고 명확하게 기재하여야 조정절차가 보다 신속하게 진행될 수 있습니다.

  • +
+
+ + + + + + + + + + + + + + + + +
분쟁정보 입력 폼 : 신청취지, 신청이유
+ 필수입력 + +
현재 0 자 +
+ +
+ 필수입력 + +
현재 0 자 +
+ +
+
+
+ +
+ +
+ 신청 + 이전 +
+
+ + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + +

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+ + +

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ + + + + + +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805175216 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805175216 new file mode 100644 index 00000000..28843a02 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160805175216 @@ -0,0 +1,1653 @@ + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

분쟁조정제도에 대하여 알려드립니다.
+
+ +

공정거래 분쟁조정

+
+
조정신청 대상이 아닌 내용에 대한 주요 상담 기관
+
    +
  • 기관명주요업무내용전화번호홈페이지
  • +
  • 공정거래위원회약관규제법, 하도급법, 전자상거래소비자보호법 표시 · 광고법, 방문판매법, 할부거래법 등02)2023-4010www.ftc.go.kr
  • +
  • 한국소비자원소비자 피해 구제 및 분쟁조정등02)3460-3000www.kca.go.kr
  • +
  • 금융감독원금융거래 관련 피해 구제 및 분쟁 조정1332www.fss.or.kr
  • +
  • 방송통신위원회방송·통신 서비스 이용 관련 피해 및 분쟁조정1335www.kcc.go.kr
  • +
  • 대한상사중재원상거래 행위 관련 분쟁조정, 알선 및 각종 중재02)551-2000www.kcab.or.kr
  • +
  • 대한법률구조공단무료법률 상담 및 소송지원132www.klac.or.kr
  • +
  • 전자거래분쟁
    조정위원회
    전자상거래 관련 분쟁조정02)2141-5714www.ecmc.or.kr
  • +
+

우편접수를 통한 조정신청 및 조정신청 대상 여부 등에 관한 문의는 우리 원 분쟁조정 콜센터(1588-1490)을 이용하여 주시기 바랍니다.

+
+
+
+
+
+ +
+
+ + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+
    +
  • +

    +

    +
    +
    + 신청 작성 요령 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 한국공정거래조정원에 분쟁조정 신청을 하기 위해서는 원칙적으로 독점규제 및 공정거래에 관한 법률(이하 ‘공정 거래법’ + 이라 합니다) 제23조 제1항 관련 불공정거래행위에 해당되어야 하며, 대표적인 불공정거래행위는 다음과 같습니다.

    + 1. 거래거절
    + 2. 차별적 취급
    + 3. 경쟁사업자 배제
    + 4. 부당한 고객유인
    +

    +
    +
    +
    + 접수 절차 안내 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 1. 신청서 및 관련 서류를 작성하신 후 공정거래조정원에 직접 방문하시거나 우편으로 제출하시면 됩니다.
    + 2. 분쟁조정 기간은 원칙적으로 접수일로부터 60일 이내입니다.

    + 주소 : (04513) 서울시 중구 세종대로 39 상공회의소회관9층 한국공정거래조정원
    + 전화 : 02-2056-0000(代) / Fax : 02-2056-0038
    +

    +
    +
    +
    +
  • +
  • +

    +

    +
    + 222
    222
    222
    222
    222
    222
    +
    +
  • +
  • +

    +

    +
    + 333
    333
    333
    333
    333
    333
    +
    +
  • +
  • +

    +

    +
    + 444
    444
    444
    444
    444
    444
    +
    +
  • +
  • +

    +

    +
    + 555
    555
    555
    555
    555
    555
    +
    +
  • +
  • +

    +

    +
    + 666
    666
    666
    666
    666
    666
    +
    +
  • +
+ +

참고로, 귀사가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.

+
+ + +
+
+ 다음 +
+
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

본인인증

+
    +
  • +

    「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • +

    다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는?「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수?있습니다.

  • +
  • +

    한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능하며, 사업자 대표가 아닌 자(소속 임직원, 법무법인, 친인척 등)가 신청하는 경우 추후 조정절차 과정에서 추가로 관련 자료의 제출 요구를 받으실 수 있습니다.

+
+ + + + + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

개인정보처리 방침

+
+ 한국공정거래조정원 개인정보보호처리방침 +

한국공정거래조정원에서 처리하는 모든 개인정보는 개인정보보호법 등 관련 법령상의 개인정보보호 규정을 준수하여 수집•보유•처리되고 있습니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

개인정보 수집 • 이용 • 제공 동의서

+
+

본인은 다음의 목적을 위하여 한국공정거래조정원이 본인에 대한 아래의 개인정보를 수집?이용?제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

고유식별정보 수집 및 제공 동의서

+
+ 공정거래분쟁조정신청서 작성 안내 +

본인은 다음의 목적을 위하여 한국공정거래조정원 사무국(이하 ‘위원회’이라 함)이 본인에 대한 아래의 고유식별정보를 수집 • 이용 • 제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+ +

전자문서•전자거래분쟁조정위원회에서는 신청인의 개인정보 보호에 만전을 기할 것을 약속드리며, 개인정보 수집•이용•제공등과 관련하여 문의사항이 있는 경우 1588-1490번으로 연락바랍니다.

+ +
+ 다음 + 취소 +
+ + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + + + + + + + + + +
+

신청인 기입사항

+
    +
  • +

    분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및 조정위원 등 관계자에게 제공되며, 신청인의 개인정보에 대해서는 「전자문서 및 전자거래기본법」 제 37조의 2에 따라 비밀유지의무로 관계자만 확인 가능합니다.

  • +
  • +

    「전자문서 및 전자거래기본법」 제 34조에 따라 위원회의 요청이 있는 경우에는 자료를 제출하여야 합니다.

  • +
  • +

    합의권고 또는 조정과정에서 요청사항 등이 있는 경우 연락처 또는 우편을 통하여 통지됩니다.

  • +
+ 분쟁조정신청서 작성 방법 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정신청서 작성 폼 : 조정유형, 신청사유, 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호, FAX, 사업자등록번호, 법인등록번호
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
신청인 + 필수입력 + + + + + 필수입력 + + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표전화번호 :
+
+
+ + + + + +
+

피신청인 기입사항

+
    +
  • +

    피신청인은 분쟁관계에 있는 상대방을 의미합니다.

  • +
+ 피신청인 등록 폼 추가   + +
+ +
+ 11
11
11
11
11
11
11
11
11
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
피신청인 등록폼 : 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인 + 필수입력 + + + + + 필수입력 + + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
+
피신청인 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표 전화번호 :
+
+
+ + + + +
+

사건 현황

+
    +
  • +

    사건 현황에 대한 입력란 입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼 : 상호, 대표자, 전화번호, 휴대폰, 대표E-Mail, 우편번호, 지번주소, 도로명주소
대리인정보 + + + + + + +
+ + + + + + + - + - + +
+ + + +
+ + + + +
+ + + +
+ +
+ + + +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

대리인 정보는 하단 증빙자료 첨부 또는 우편으로 별도 제출이 가능합니다.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 2번째 폼 : 주요재무현황의 자본금, 총매출액, 자산총액, 영업이익, 이 사건 확인사항의 최초계약체결일, 계약기간, 계약서사본, 담당자 인적사항의 성함, 휴대폰, 부서/직위, 전화번호, FAX, E-mail, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타 조정기구 조정, 공정거래위원회 조사
주요
재무현황 등
+ + + + + + + +
+ + + + + + + +
+
+

주무 재무 현황, 이 사건 확인사항, 담당자 인적사항, 기타확인사항은 일반현황표 참조, 하단 증빙자료 첨부 또는 우편 별도제출 가능

+
+ + + + + + + + + + + + + + + + +
사건현황 작성 3번째 폼 : 증빙자료첨부
+ + + + +
+
+
+ + + + + + +
+

협의회별 상세 현황

+
    +
  • +

    협의회별 상세 입력 사항입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
협의회별 상세 입력 사항 폼 : 하도급 분야의 상시종업원수, 대/중소기업 구분, 공사업등록여부, 시공능력 평가액
하도급 분야 + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조

+ +
+
+ 하도급대금 내역(신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
하도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
하도급대금수령(지급)비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ +
+
+ 도급대금 내역(피신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
도급대금수령비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
가맹분야 입력 폼 : 현 가맹점수, 브랜드명, 가맹금예치제 실시여부, 계약기간, 계약체결일, 가맹금액, 가맹금 예치여부, 업종, 정보공개서 등록여부, 신청인 가맹점명, 정보공개서 제공일, 가맹금 수령일, 가맹금 예치기관
가맹 분야
+ +
+ + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + - + + +
+ + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조, 가맹본부(피신청인)만 해당

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
유통분야 폼 : 상시고용 종업원수, 시장점유율, 소매업사용점포의 총 면적, 소매업종 매출액, 공정위 시정조치 사실
유통 분야
+ +
+ +% +
+ +
+
+

우편용 신청서 참조, 대규모 유통업자(피신청인)만 해당

+ + + + +
+

분쟁정보

+
    +
  • +

    신청내용에는 분쟁과 관련한 정보와 분쟁조정을 통해 구제받고자 하는 취지(손해의 배상, 계약의 유지 또는 해지 등)및 그 취지를 설명할 수 있는 이유를 구체적이고 명확하게 기재하여야 조정절차가 보다 신속하게 진행될 수 있습니다.

  • +
+
+ + + + + + + + + + + + + + + + +
분쟁정보 입력 폼 : 신청취지, 신청이유
+ 필수입력 + +
현재 0 자 +
+ +
+ 필수입력 + +
현재 0 자 +
+ +
+
+
+ +
+ +
+ 신청 + 이전 +
+
+ + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + +

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+ + +

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ + + + + + +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808155925 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808155925 new file mode 100644 index 00000000..fd706388 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808155925 @@ -0,0 +1,1622 @@ + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

분쟁조정제도에 대하여 알려드립니다.
+
+ +

공정거래 분쟁조정

+
+
조정신청 대상이 아닌 내용에 대한 주요 상담 기관
+
    +
  • 기관명주요업무내용전화번호홈페이지
  • +
  • 공정거래위원회약관규제법, 하도급법, 전자상거래소비자보호법 표시 · 광고법, 방문판매법, 할부거래법 등02)2023-4010www.ftc.go.kr
  • +
  • 한국소비자원소비자 피해 구제 및 분쟁조정등02)3460-3000www.kca.go.kr
  • +
  • 금융감독원금융거래 관련 피해 구제 및 분쟁 조정1332www.fss.or.kr
  • +
  • 방송통신위원회방송·통신 서비스 이용 관련 피해 및 분쟁조정1335www.kcc.go.kr
  • +
  • 대한상사중재원상거래 행위 관련 분쟁조정, 알선 및 각종 중재02)551-2000www.kcab.or.kr
  • +
  • 대한법률구조공단무료법률 상담 및 소송지원132www.klac.or.kr
  • +
  • 전자거래분쟁
    조정위원회
    전자상거래 관련 분쟁조정02)2141-5714www.ecmc.or.kr
  • +
+

우편접수를 통한 조정신청 및 조정신청 대상 여부 등에 관한 문의는 우리 원 분쟁조정 콜센터(1588-1490)을 이용하여 주시기 바랍니다.

+
+
+
+
+
+ +
+
+ + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+
    +
  • +

    +

    +
    +
    + 신청 작성 요령 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 한국공정거래조정원에 분쟁조정 신청을 하기 위해서는 원칙적으로 독점규제 및 공정거래에 관한 법률(이하 ‘공정 거래법’ + 이라 합니다) 제23조 제1항 관련 불공정거래행위에 해당되어야 하며, 대표적인 불공정거래행위는 다음과 같습니다.

    + 1. 거래거절
    + 2. 차별적 취급
    + 3. 경쟁사업자 배제
    + 4. 부당한 고객유인
    +

    +
    +
    +
    + 접수 절차 안내 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 1. 신청서 및 관련 서류를 작성하신 후 공정거래조정원에 직접 방문하시거나 우편으로 제출하시면 됩니다.
    + 2. 분쟁조정 기간은 원칙적으로 접수일로부터 60일 이내입니다.

    + 주소 : (04513) 서울시 중구 세종대로 39 상공회의소회관9층 한국공정거래조정원
    + 전화 : 02-2056-0000(代) / Fax : 02-2056-0038
    +

    +
    +
    +
    +
  • +
  • +

    +

    +
    + 222
    222
    222
    222
    222
    222
    +
    +
  • +
  • +

    +

    +
    + 333
    333
    333
    333
    333
    333
    +
    +
  • +
  • +

    +

    +
    + 444
    444
    444
    444
    444
    444
    +
    +
  • +
  • +

    +

    +
    + 555
    555
    555
    555
    555
    555
    +
    +
  • +
  • +

    +

    +
    + 666
    666
    666
    666
    666
    666
    +
    +
  • +
+ +

참고로, 귀사가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.

+
+ + +
+
+ 다음 +
+
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

본인인증

+
    +
  • +

    「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • +

    다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는?「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수?있습니다.

  • +
  • +

    한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능하며, 사업자 대표가 아닌 자(소속 임직원, 법무법인, 친인척 등)가 신청하는 경우 추후 조정절차 과정에서 추가로 관련 자료의 제출 요구를 받으실 수 있습니다.

+
+ + + + + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

개인정보처리 방침

+
+ 한국공정거래조정원 개인정보보호처리방침 +

한국공정거래조정원에서 처리하는 모든 개인정보는 개인정보보호법 등 관련 법령상의 개인정보보호 규정을 준수하여 수집?보유?처리되고 있습니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

개인정보 수집 ? 이용 ? 제공 동의서

+
+

본인은 다음의 목적을 위하여 한국공정거래조정원이 본인에 대한 아래의 개인정보를 수집?이용?제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

고유식별정보 수집 및 제공 동의서

+
+ 공정거래분쟁조정신청서 작성 안내 +

본인은 다음의 목적을 위하여 한국공정거래조정원 사무국(이하 ‘위원회’이라 함)이 본인에 대한 아래의 고유식별정보를 수집 ? 이용 ? 제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+ +

전자문서?전자거래분쟁조정위원회에서는 신청인의 개인정보 보호에 만전을 기할 것을 약속드리며, 개인정보 수집?이용?제공등과 관련하여 문의사항이 있는 경우 1588-1490번으로 연락바랍니다.

+ +
+ 다음 + 취소 +
+ + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + + + + + + + + + +
+

신청인 기입사항

+
    +
  • 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및 조정위원 등 관계자에게 제공되며, 신청인의 개인정보에 대해서는 「전자문서 및 전자거래기본법」 제 37조의 2에 따라 비밀유지의무로 관계자만 확인 가능합니다.

  • +
  • 「전자문서 및 전자거래기본법」 제 34조에 따라 위원회의 요청이 있는 경우에는 자료를 제출하여야 합니다.

  • +
  • 합의권고 또는 조정과정에서 요청사항 등이 있는 경우 연락처 또는 우편을 통하여 통지됩니다.

  • +
+ 분쟁조정신청서 작성 방법 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정신청서 작성 폼 : 조정유형, 신청사유, 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호, FAX, 사업자등록번호, 법인등록번호
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표전화번호 :
+
+
+ + + + + +
+

피신청인 기입사항

+
    +
  • 피신청인은 분쟁관계에 있는 상대방을 의미합니다.

  • +
+ 피신청인 등록 폼 추가   + +
+ +
+ 11
11
11
11
11
11
11
11
11
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
피신청인 등록폼 : 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
+
피신청인 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표 전화번호 :
+
+
+ + + + +
+

사건 현황

+
    +
  • 사건 현황에 대한 입력란 입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼 : 상호, 대표자, 전화번호, 휴대폰, 대표E-Mail, 우편번호, 지번주소, 도로명주소
대리인정보 + + + + +
+ + + + + + + - + - + +
+ + + +
+ + + + +
+ + + +
+ +
+ + + +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

대리인 정보는 하단 증빙자료 첨부 또는 우편으로 별도 제출이 가능합니다.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 2번째 폼 : 주요재무현황의 자본금, 총매출액, 자산총액, 영업이익, 이 사건 확인사항의 최초계약체결일, 계약기간, 계약서사본, 담당자 인적사항의 성함, 휴대폰, 부서/직위, 전화번호, FAX, E-mail, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타 조정기구 조정, 공정거래위원회 조사
주요
재무현황 등
+ + + + + +
+ + + + + +
+
+

주무 재무 현황, 이 사건 확인사항, 담당자 인적사항, 기타확인사항은 일반현황표 참조, 하단 증빙자료 첨부 또는 우편 별도제출 가능

+
+ + + + + + + + + + + + + + + + +
사건현황 작성 3번째 폼 : 증빙자료첨부
+ + + +
+
+ + + + + + + +
+

협의회별 상세 현황

+
    +
  • 협의회별 상세 입력 사항입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
협의회별 상세 입력 사항 폼 : 하도급 분야의 상시종업원수, 대/중소기업 구분, 공사업등록여부, 시공능력 평가액
하도급 분야 + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조

+ +
+
+ 하도급대금 내역(신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
하도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
하도급대금수령(지급)비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ +
+
+ 도급대금 내역(피신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
도급대금수령비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
가맹분야 입력 폼 : 현 가맹점수, 브랜드명, 가맹금예치제 실시여부, 계약기간, 계약체결일, 가맹금액, 가맹금 예치여부, 업종, 정보공개서 등록여부, 신청인 가맹점명, 정보공개서 제공일, 가맹금 수령일, 가맹금 예치기관
가맹 분야
+
+ + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + - + + +
+ + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조, 가맹본부(피신청인)만 해당

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
유통분야 폼 : 상시고용 종업원수, 시장점유율, 소매업사용점포의 총 면적, 소매업종 매출액, 공정위 시정조치 사실
유통 분야
+
%
+
+

우편용 신청서 참조, 대규모 유통업자(피신청인)만 해당

+ + + + +
+

분쟁정보

+
    +
  • 신청내용에는 분쟁과 관련한 정보와 분쟁조정을 통해 구제받고자 하는 취지(손해의 배상, 계약의 유지 또는 해지 등)및 그 취지를 설명할 수 있는 이유를 구체적이고 명확하게 기재하여야 조정절차가 보다 신속하게 진행될 수 있습니다.

  • +
+
+ + + + + + + + + + + + + + + + +
분쟁정보 입력 폼 : 신청취지, 신청이유
+ 필수입력 + +
현재 0 자 +
+ +
+ 필수입력 + +
현재 0 자 +
+ +
+
+
+ +
+ +
+ 신청 + 이전 +
+
+ + + + +
+
+
+
+ +
+
+ + + + + + +
+
+ + + +
+ +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + +

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+ + +

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ + + + + + +
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160138 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160138 new file mode 100644 index 00000000..a4e53047 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160138 @@ -0,0 +1,59 @@ +
+
+

본문

+

분쟁조정제도

분쟁조정제도에 대하여 알려드립니다.
+
+
    +
  • +

    +
    + 공정거래 분쟁조정 +
      +
    • +
      공정거래분쟁조정협의회 설치이유
      +

      공정거래분쟁조정협의회는 불공정거래행위로 발생한 사업자간 분쟁을 조정하기 위하여 설치되었으며, 우리 원은 2008년부터 이를 운영하고 있습니다.

      +
    • +
    • +
      공정거래분쟁조정협의회 구성
      +

      공정거래분쟁조정협의회는 교수, 법조인 등 공정거래 분야의 전문가로서 공정거래위원회 위원장이 임명 또는 위촉한 7인의 위원으로 구성되고, 위원의 임기는 3년이며 연임할 수 있습니다.

      +
    • +
    • +
      조정의 대상
      +

      공정거래분쟁조정협의회의 분쟁조정 대상은 사업자 간에 발생한 분쟁 중 공정거래법 제23조(불공정거래행위의 금지) 제1항을 위반한 혐의가 있는 행위로서, ① 단독의 거래거절, ② 차별적 취급, ③ 경쟁사업자 배제, ④ 부당한 고객유인, ⑤ 거래강제, ⑥ 거래상 지위의 남용, ⑦ 구속조건부거래, ⑧ 사업활동 방해 등에 해당하는 행위입니다.

      +

      + ※ 불공정거래행위 중 조정신청 제외 대상 다음 행위는 행위의 내용ㆍ성격 및 정도 등을 고려할 때 공정거래위원회에서 시정조치 또는 시정권고를 통하여 처리하는 것이 적합하므로 공정거래분쟁조정협의회의 분쟁조정신청 대상에서 제외되어 있습니다.
      + - 부당한 지원 행위
      + - 공동의 거래거절 행위
      + - 계열회사를 위한 차별 행위
      + - 집단적 차별 행위
      + - 계속적 부당 염매로 인한 경쟁사업자 배제 행위 +

      +
    • +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
  • +

    +
    +
    +
  • +
+
+
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160729 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160729 new file mode 100644 index 00000000..a34e9768 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160808160729 @@ -0,0 +1,25 @@ +
+
+

본문

+

분쟁조정 신청

분쟁조정제도에 대하여 알려드립니다.
+
+ +

공정거래 분쟁조정

+
+
조정신청 대상이 아닌 내용에 대한 주요 상담 기관
+
    +
  • 기관명주요업무내용전화번호홈페이지
  • +
  • 공정거래위원회약관규제법, 하도급법, 전자상거래소비자보호법 표시 · 광고법, 방문판매법, 할부거래법 등02)2023-4010www.ftc.go.kr
  • +
  • 한국소비자원소비자 피해 구제 및 분쟁조정등02)3460-3000www.kca.go.kr
  • +
  • 금융감독원금융거래 관련 피해 구제 및 분쟁 조정1332www.fss.or.kr
  • +
  • 방송통신위원회방송·통신 서비스 이용 관련 피해 및 분쟁조정1335www.kcc.go.kr
  • +
  • 대한상사중재원상거래 행위 관련 분쟁조정, 알선 및 각종 중재02)551-2000www.kcab.or.kr
  • +
  • 대한법률구조공단무료법률 상담 및 소송지원132www.klac.or.kr
  • +
  • 전자거래분쟁
    조정위원회
    전자상거래 관련 분쟁조정02)2141-5714www.ecmc.or.kr
  • +
+

우편접수를 통한 조정신청 및 조정신청 대상 여부 등에 관한 문의는 우리 원 분쟁조정 콜센터(1588-1490)을 이용하여 주시기 바랍니다.

+
+
+
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160817093629 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160817093629 new file mode 100644 index 00000000..c80cab18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010000000000000000.html_20160817093629 @@ -0,0 +1,1330 @@ + + + +
+
+

본문

+

분쟁조정 신청

분쟁조정제도에 대하여 알려드립니다.
+
+ +

공정거래 분쟁조정

+
+
조정신청 대상이 아닌 내용에 대한 주요 상담 기관
+
    +
  • 기관명주요업무내용전화번호홈페이지
  • +
  • 공정거래위원회약관규제법, 하도급법, 전자상거래소비자보호법 표시 · 광고법, 방문판매법, 할부거래법 등02)2023-4010www.ftc.go.kr
  • +
  • 한국소비자원소비자 피해 구제 및 분쟁조정등02)3460-3000www.kca.go.kr
  • +
  • 금융감독원금융거래 관련 피해 구제 및 분쟁 조정1332www.fss.or.kr
  • +
  • 방송통신위원회방송·통신 서비스 이용 관련 피해 및 분쟁조정1335www.kcc.go.kr
  • +
  • 대한상사중재원상거래 행위 관련 분쟁조정, 알선 및 각종 중재02)551-2000www.kcab.or.kr
  • +
  • 대한법률구조공단무료법률 상담 및 소송지원132www.klac.or.kr
  • +
  • 전자거래분쟁
    조정위원회
    전자상거래 관련 분쟁조정02)2141-5714www.ecmc.or.kr
  • +
+

우편접수를 통한 조정신청 및 조정신청 대상 여부 등에 관한 문의는 우리 원 분쟁조정 콜센터(1588-1490)을 이용하여 주시기 바랍니다.

+
+
+
+
+ + + + +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+
    +
  • +

    +
    +
    + 신청 작성 요령 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 한국공정거래조정원에 분쟁조정 신청을 하기 위해서는 원칙적으로 독점규제 및 공정거래에 관한 법률(이하 ‘공정 거래법’ + 이라 합니다) 제23조 제1항 관련 불공정거래행위에 해당되어야 하며, 대표적인 불공정거래행위는 다음과 같습니다.

    + 1. 거래거절
    + 2. 차별적 취급
    + 3. 경쟁사업자 배제
    + 4. 부당한 고객유인
    +

    +
    +
    +
    + 접수 절차 안내 +
    + 공정거래분쟁조정신청서 작성 안내 +

    + 1. 신청서 및 관련 서류를 작성하신 후 공정거래조정원에 직접 방문하시거나 우편으로 제출하시면 됩니다.
    + 2. 분쟁조정 기간은 원칙적으로 접수일로부터 60일 이내입니다.

    + 주소 : (04513) 서울시 중구 세종대로 39 상공회의소회관9층 한국공정거래조정원
    + 전화 : 02-2056-0000(代) / Fax : 02-2056-0038
    +

    +
    +
    +
    +
  • +
  • +

    +
    + 222
    222
    222
    222
    222
    222
    +
    +
  • +
  • +

    +
    + 333
    333
    333
    333
    333
    333
    +
    +
  • +
  • +

    +
    + 444
    444
    444
    444
    444
    444
    +
    +
  • +
  • +

    +
    + 555
    555
    555
    555
    555
    555
    +
    +
  • +
  • +

    +
    + 666
    666
    666
    666
    666
    666
    +
    +
  • +
+ +

참고로, 귀사가 본 내용을 임의로 제3자에게 제공할 경우 분쟁당사자 상대방의 기업비밀 등이 공개되어 피해가 발생할 수 있으니 주의를 부탁드립니다.

+
+ + +
+
+ 다음 +
+
+
+
+ + + + + +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

본인인증

+
    +
  • 「개인정보 보호법」개정시행(2014.8.7)에 따라 분쟁조정 신청단계에서는 고유식별정보(주민등록번호)를 수집하지 아니하고 '휴대폰 인증‘ 및 ‘아이핀(I-Pin)’으로 고유식별정보를 대체합니다.

  • +
  • 다만, 「전자문서 및 전자거래 기본법」 시행령 제22조의 3에 해당하는 경우에는 「개인정보 보호법」 시행령 제 19조 제 1호에 따른 주민등록번호가 포함된 자료를 처리할 수 있습니다.

  • +
  • 한국공정거래조정원에서는 보다 깨끗하고 안정적인 서비스를 제공하기 위해 아이핀(I-Pin) 및 휴대폰인증을 통한 본인확인제를 실시하고 있습니다.

  • +
+
+ +
+
+

본인인증은 본인 명의의 휴대폰 인증을 통해서만 가능하며, 사업자 대표가 아닌 자(소속 임직원, 법무법인, 친인척 등)가 신청하는 경우 추후 조정절차 과정에서 추가로 관련 자료의 제출 요구를 받으실 수 있습니다.

+
+ + + + + + + +
+
+
+ + + + + + +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + +
+

개인정보처리 방침

+
+ 한국공정거래조정원 개인정보보호처리방침 +

한국공정거래조정원에서 처리하는 모든 개인정보는 개인정보보호법 등 관련 법령상의 개인정보보호 규정을 준수하여 수집•보유•처리되고 있습니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

개인정보 수집 • 이용 • 제공 동의서

+
+

본인은 다음의 목적을 위하여 한국공정거래조정원이 본인에 대한 아래의 개인정보를 수집․이용․제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+
+

고유식별정보 수집 및 제공 동의서

+
+ 공정거래분쟁조정신청서 작성 안내 +

본인은 다음의 목적을 위하여 한국공정거래조정원 사무국(이하 ‘위원회’이라 함)이 본인에 대한 아래의 고유식별정보를 수집 • 이용 • 제3자에게 제공하는 경우「개인정보 보호법」에 따라 동의합니다.

+
+

분쟁조정서비스 제공을 위한 필수사항으로 동의하지 않을 경우 분쟁조정을 신청할 수 없습니다.
위 사항에 동의하십니까?

+
+ + +
+
+ +

전자문서•전자거래분쟁조정위원회에서는 신청인의 개인정보 보호에 만전을 기할 것을 약속드리며, 개인정보 수집•이용•제공등과 관련하여 문의사항이 있는 경우 1588-1490번으로 연락바랍니다.

+ +
+ 다음 + 취소 +
+ + + + +
+
+
+ + + + + + + +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + + + + + + + + + +
+

신청인 기입사항

+
    +
  • 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및 조정위원 등 관계자에게 제공되며, 신청인의 개인정보에 대해서는 「전자문서 및 전자거래기본법」 제 37조의 2에 따라 비밀유지의무로 관계자만 확인 가능합니다.

  • +
  • 「전자문서 및 전자거래기본법」 제 34조에 따라 위원회의 요청이 있는 경우에는 자료를 제출하여야 합니다.

  • +
  • 합의권고 또는 조정과정에서 요청사항 등이 있는 경우 연락처 또는 우편을 통하여 통지됩니다.

  • +
+ 분쟁조정신청서 작성 방법 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정신청서 작성 폼 : 조정유형, 신청사유, 신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호, FAX, 사업자등록번호, 법인등록번호
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표전화번호 :
+
+
+ + + + + +
+

피신청인 기입사항

+
    +
  • 피신청인은 분쟁관계에 있는 상대방을 의미합니다.

  • +
+ 피신청인 등록 폼 추가   + +
+ +
+ 11
11
11
11
11
11
11
11
11
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
피신청인 등록폼 : 피신청인의 상호, 대표자, 개인/법인, 우편번호, 지번주소, 도로명주소, 대표전화번호(휴대폰), FAX, 사업자등록번호, 법인등록번호
피신청인 + 필수입력 + + + + 필수입력 + + +
+ 필수입력 + + + + +
+ 필수입력 + + + + + +
+ 필수입력 + + + + +
+ +
+ 필수입력 + + + +
+ +
+ 필수입력 + + +
(휴대폰) +
+ - + - + + + + + - + - + +
+ 필수입력 +
('-'제외) +
+ + +
('-'제외) +
+ +
+
+
피신청인 :
+
상호 :
+
대표자 :
+
개인/법인 :
+
우편번호 :
+
지번주소 :
+
대표 전화번호 :
+
+
+ + + + +
+

사건 현황

+
    +
  • 사건 현황에 대한 입력란 입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 폼 : 상호, 대표자, 전화번호, 휴대폰, 대표E-Mail, 우편번호, 지번주소, 도로명주소
대리인정보 + + + + +
+ + + + + + + - + - + +
+ + + +
+ + + + +
+ + + +
+ +
+ + + +
+ +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

대리인 정보는 하단 증빙자료 첨부 또는 우편으로 별도 제출이 가능합니다.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
사건현황 작성 2번째 폼 : 주요재무현황의 자본금, 총매출액, 자산총액, 영업이익, 이 사건 확인사항의 최초계약체결일, 계약기간, 계약서사본, 담당자 인적사항의 성함, 휴대폰, 부서/직위, 전화번호, FAX, E-mail, 우편번호, 지번주소, 도로명주소, 기타확인사항의 소송, 타 협의회 조정, 중재, 타 조정기구 조정, 공정거래위원회 조사
주요
재무현황 등
+ + + + + +
+ + + + + +
+
+

주무 재무 현황, 이 사건 확인사항, 담당자 인적사항, 기타확인사항은 일반현황표 참조, 하단 증빙자료 첨부 또는 우편 별도제출 가능

+
+ + + + + + + + + + + + + + + + +
사건현황 작성 3번째 폼 : 증빙자료첨부
+ + + +
+
+ + + + + + + +
+

협의회별 상세 현황

+
    +
  • 협의회별 상세 입력 사항입니다.

  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
협의회별 상세 입력 사항 폼 : 하도급 분야의 상시종업원수, 대/중소기업 구분, 공사업등록여부, 시공능력 평가액
하도급 분야 + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조

+ +
+
+ 하도급대금 내역(신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
하도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
하도급대금수령(지급)비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ +
+
+ 도급대금 내역(피신청인) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
도급대금 내역(신청인) 폼 : 목적물인도(수)(기성청구서상)의 구분, 일자, 금액, 하도급대금수령(지급)의 현금, 어음, 총액, 미지금, 현금의 일자, 금액, 어음의 지급일, 만기일, 금액, 비고
목적물인도(수)
(기성청구서상)
도급대금수령비고
일자금액현금어음총액미지급
일자금액지급일만기일금액
+ +
소계
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
가맹분야 입력 폼 : 현 가맹점수, 브랜드명, 가맹금예치제 실시여부, 계약기간, 계약체결일, 가맹금액, 가맹금 예치여부, 업종, 정보공개서 등록여부, 신청인 가맹점명, 정보공개서 제공일, 가맹금 수령일, 가맹금 예치기관
가맹 분야
+
+ + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + - + + +
+ + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + +
+
조정유형 : 분쟁조정에 필요한 최소한의 정보(성명, 연락처, 주소 등)는 당사자 및
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
신청사유 :
+
+
+

우편용 신청서 참조, 가맹본부(피신청인)만 해당

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
유통분야 폼 : 상시고용 종업원수, 시장점유율, 소매업사용점포의 총 면적, 소매업종 매출액, 공정위 시정조치 사실
유통 분야
+
%
+
+

우편용 신청서 참조, 대규모 유통업자(피신청인)만 해당

+ + + + +
+

분쟁정보

+
    +
  • 신청내용에는 분쟁과 관련한 정보와 분쟁조정을 통해 구제받고자 하는 취지(손해의 배상, 계약의 유지 또는 해지 등)및 그 취지를 설명할 수 있는 이유를 구체적이고 명확하게 기재하여야 조정절차가 보다 신속하게 진행될 수 있습니다.

  • +
+
+ + + + + + + + + + + + + + + + +
분쟁정보 입력 폼 : 신청취지, 신청이유
+ 필수입력 + +
현재 0 자 +
+ +
+ 필수입력 + +
현재 0 자 +
+ +
+
+
+ +
+ +
+ 신청 + 이전 +
+
+ + + + +
+ +
+ + + + + +
+
+

본문

+

분쟁조정 신청

거래유형에 따른 분쟁조정 신청방법 및 절차를 알려드립니다.
+
+ + + + + + + + + +

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+ + +

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ + + + + + +
+
+
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010100000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010100000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..e1cd8b69 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02010100000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..5499dc33 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160907105023 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160907105023 new file mode 100644 index 00000000..9f899fa2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160907105023 @@ -0,0 +1 @@ +분쟁조정 사건조회 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133419 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133419 new file mode 100644 index 00000000..335bfb59 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133419 @@ -0,0 +1,45 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

제출하신 분쟁조정 신청서에 대한 접수 및 처리 진행상황 등을 알려드립니다.
+
+ +
+ +
+

+ - 본 화면을 통해 제공되는 신청 접수처리 등의 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.
+ - 보다 자세한 내용은 담당자에게 문의하시기 바랍니다. +

+
+
+ +
+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133613 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133613 new file mode 100644 index 00000000..46eff2d1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133613 @@ -0,0 +1,48 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

제출하신 분쟁조정 신청서에 대한 접수 및 처리 진행상황 등을 알려드립니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다. (절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.
+ - 보다 자세한 내용은 담당자에게 문의하시기 바랍니다. +

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133623 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133623 new file mode 100644 index 00000000..4f190ef5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921133623 @@ -0,0 +1,48 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

제출하신 분쟁조정 신청서에 대한 접수 및 처리 진행상황 등을 알려드립니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다. (절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.
+ - 보다 자세한 내용은 담당자에게 문의하시기 바랍니다. +

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921134152 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921134152 new file mode 100644 index 00000000..706e04e1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20160921134152 @@ -0,0 +1,46 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

제출하신 분쟁조정 신청서에 대한 접수 및 처리 진행상황 등을 알려드립니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다. (절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152443 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152443 new file mode 100644 index 00000000..fed04905 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152443 @@ -0,0 +1,46 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

제출하신 분쟁조정 신청서에 대한 접수 및 처리 진행상황 등을 알려드립니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다. (절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152848 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152848 new file mode 100644 index 00000000..ad10601c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007152848 @@ -0,0 +1,47 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

조정절차가 진행 중인 사건 관련 각종 정보를 확인하고 관련 자료를 제출하실 수 있습니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다.
+(※절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007153021 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007153021 new file mode 100644 index 00000000..6d983bab --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020000000000000000.html_20161007153021 @@ -0,0 +1,47 @@ + + + +
+
+

본문

+

분쟁조정 사건조회

조정절차가 진행 중인 사건 관련 각종 정보를 확인하고 관련 자료를 제출하실 수 있습니다.
+
+ +
+ +
+

+ -한국공정거래조정원에서 조정절차 개시 통지를 받으신 후에는 사건번호와 비밀번호를 활용하면 본 화면에서 분쟁조정 사건에 관한 자료를 파일로 직접 제출하거나 진행상황 등을 확인하실 수 있습니다.
+(※절차 진행 관련 보다 자세한 사항이 궁금하신 경우 담당조사관에게 별도로 문의하시기 바랍니다.)
+ - 다만 이 시스템을 통해 제공되는 정보는 참고자료로만 활용하시고 제공된 정보에 대해서는 어떠한 법적인 효력이 없음을 알려드립니다.

+
+
+ +
+

※ 본 메뉴는 조정절차가 진행 중인 사건에 대한 화면으로, 분쟁조정 신청 접수상황, 민원상담 신청 처리현황을 확인하실 경우 본 홈페이지의 ‘마이페이지’를 이용하여 주시기 바랍니다. +

+ +
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020100000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020100000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..285e843e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020100000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020101000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020101000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..b508dc8e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020101000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020102000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020102000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..ee522504 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020102000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020103000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020103000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..536ddf5a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020103000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-1-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020200000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020200000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..7c02ae9e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020200000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020300000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020300000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..93ba9161 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02020300000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-2-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030000000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030000000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..bbe22ff7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030000000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030100000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030100000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..0ac4dc2e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02030100000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-3-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040000000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040000000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..afe9c40c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040000000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-4 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040100000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040100000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..67ad5d80 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040100000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-4-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040101000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040101000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..616874f8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040101000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-4-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040102000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040102000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..0253309a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040102000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-4-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040103000000000000.html_20160801105419_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040103000000000000.html_20160801105419_2_seed new file mode 100644 index 00000000..e224b6bd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/02040103000000000000.html_20160801105419_2_seed @@ -0,0 +1 @@ +메뉴2-4-1-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03000000000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03000000000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..f8e8e257 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03000000000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010000000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010000000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..ea8e909b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010000000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..2663bcb6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160907104147 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160907104147 new file mode 100644 index 00000000..f4fd2ab0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010100000000000000.html_20160907104147 @@ -0,0 +1 @@ +분쟁조정 상담 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010101000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010101000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..aaf922fa --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010101000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1-1-1 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010102000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010102000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..28f1e425 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010102000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010103000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010103000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..feeb715d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010103000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1-1-3 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160801105424_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160801105424_2_seed new file mode 100644 index 00000000..93701df6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160801105424_2_seed @@ -0,0 +1 @@ +메뉴3-1-2 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160907104807 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160907104807 new file mode 100644 index 00000000..8de0d71f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/03010200000000000000.html_20160907104807 @@ -0,0 +1 @@ +무료법률 상담 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04000000000000000000.html_20160913173537 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04000000000000000000.html_20160913173537 new file mode 100644 index 00000000..fe60a9cd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04000000000000000000.html_20160913173537 @@ -0,0 +1 @@ +분쟁조정 사례 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04010000000000000000.html_20160913173549 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04010000000000000000.html_20160913173549 new file mode 100644 index 00000000..842c971a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04010000000000000000.html_20160913173549 @@ -0,0 +1 @@ +공정거래 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160825184851 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160825184851 new file mode 100644 index 00000000..08a98da1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160825184851 @@ -0,0 +1 @@ +가맹사업거래 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160913173618 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160913173618 new file mode 100644 index 00000000..08a98da1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20160913173618 @@ -0,0 +1 @@ +가맹사업거래 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903105944 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903105944 new file mode 100644 index 00000000..5b07d65b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903105944 @@ -0,0 +1 @@ +list, view, write 공통 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903110025 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903110025 new file mode 100644 index 00000000..d1ca5504 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04020000000000000000.html_20190903110025 @@ -0,0 +1 @@ +ㄷ합니당ㄹㅈㄷㄱ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04030000000000000000.html_20160913173623 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04030000000000000000.html_20160913173623 new file mode 100644 index 00000000..b28222f4 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04030000000000000000.html_20160913173623 @@ -0,0 +1 @@ +하도급거래 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04040000000000000000.html_20160913173627 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04040000000000000000.html_20160913173627 new file mode 100644 index 00000000..fa30e270 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04040000000000000000.html_20160913173627 @@ -0,0 +1 @@ +대규모유통업거래 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04050000000000000000.html_20160913173633 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04050000000000000000.html_20160913173633 new file mode 100644 index 00000000..8825eb37 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/04050000000000000000.html_20160913173633 @@ -0,0 +1 @@ +불공정약관 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094052 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094052 new file mode 100644 index 00000000..07be9c9a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094052 @@ -0,0 +1 @@ +본인인증 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094524 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094524 new file mode 100644 index 00000000..42bd409e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830094524 @@ -0,0 +1,277 @@ +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

신청현황

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
사건접수완료CA16-000002홍길동네이버CA16-000002손선시2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002문대호2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 문대호
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 고동우
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
+
+ +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ + + + + + + +
+ + + + + + + + + + +
+
+
diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830195349 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830195349 new file mode 100644 index 00000000..dd209912 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160830195349 @@ -0,0 +1,741 @@ +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

신청현황

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
사건접수완료CA16-000002홍길동네이버CA16-000002손선시2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002문대호2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 문대호
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 고동우
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
+
+ +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ + + + + + + +
+ + + + + + + + + + +
+
+
+ + +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ +
+
+ +
+

신청현황

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
+ + + - + + + + + +
+ + + + + + + +
+
+ +
+
    +
  • +
      +
    • 등록일시 + - + +
    • +
    • 조정유형 + +
    • +
    • 제목 + +
    • +
    • 처리상태 + +
    • +
    +
  • +
+
+ + + + + + +
+
+ 검색 +
+
+ + + + + + + + + + + + +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ +
+ + +
+
+
+ + + +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

분쟁조정상담 메뉴에서 신청한 신청건에 대하여 조회 및 처리 상태를 확인 하실 수 있습니다.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 수정폼 : 접수번호, 성명, 상담처리상태, 조정유형, 신청사유, 상담제목, 상담내용, 첨부파일
접수번호20160910
성명홍길동상담처리상태접수
+ + + +
+ + + +
+ + + +
+ + + +
첨부파일 + +
    +
  • 약관집단분쟁조정참가신청서.hwp [14432 byte]
  • +
  • aaaa.hwp [14432 byte]
  • +
+
+
+ +
+
    +
  • 접수번호201500192
  • +
  • 성명홍길동
  • +
  • 상담처리상태접수
  • +
  • 조정유형 + +
  • +
  • 신청사유 + +
  • +
  • 상담제목 + +
  • +
  • 상담내용 + +
  • +
  • 첨부파일 + +
      +
    • 약관집단분쟁조정참가신청서.hwp [14432 byte]
    • +
    • aaaa.hwp [14432 byte]
    • +
    +
  • +
+
+
+ + +
+
+ 이전 + 수정 + 삭제 +
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
신청현황 답변폼 : 담당자, 담당부서, 답변내용
담당자허민희담당부서민원상담센터
답변내용 +

답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

+
+
+
+
    +
  • 담당자허민희
  • +
  • 담당부서민원상담센터
  • +
  • 답변내용 +

    답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

    +
  • +
+
+
+ + +
+
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160913173752 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160913173752 new file mode 100644 index 00000000..8651a2b4 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05010000000000000000.html_20160913173752 @@ -0,0 +1,278 @@ +
+
+

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

신청현황

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
사건접수완료CA16-000002홍길동네이버CA16-000002손선시2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002문대호2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 문대호
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 고동우
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
+
+ +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ + + + + + + +
+ + + + + + + + + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907103740 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907103740 new file mode 100644 index 00000000..8c6b6903 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907103740 @@ -0,0 +1 @@ +분쟁조정신청현황 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907104402 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907104402 new file mode 100644 index 00000000..a2fcd739 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05020000000000000000.html_20160907104402 @@ -0,0 +1,739 @@ +
+
+ + +

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

신청현황

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
사건접수완료CA16-000002홍길동네이버CA16-000002손선시2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002문대호2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
신청완료CA16-000002홍길동네이버CA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 문대호
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 고동우
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
  • +
      +
    • 상태 : 신청완료
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : 홍길동
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • +
+
+ +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+
+ + + + + + + + +

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ +
+
+ +
+

신청현황

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
+ + + - + + + + + +
+ + + + + + + +
+
+ +
+
    +
  • +
      +
    • 등록일시 + - + +
    • +
    • 조정유형 + +
    • +
    • 제목 + +
    • +
    • 처리상태 + +
    • +
    +
  • +
+
+ + + + + + +
+
+ 검색 +
+
+ + + + + + + + + + + + +

* 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
+ + + + +
+

임시보관

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
임시보관 항목 : 상태, 문서등록번호, 신청인, 피신청인, 등록번호, 담당자, 신청일, 보기, 비고
상태문서
등록번호
신청인피신청인등록번호담당자신청일보기비고
ㅅㅅㅅCA16-000002홍길동ㅇㅇㅇCA16-000002-2016-09-13보기CA16-6565482
+ +
+
    +
  • +
      +
    • 상태 : ㅅㅅㅅ
    • +
    • 문서등록번호 : CA16-000002
    • +
    • 신청인 : ㅇㅇㅇ
    • +
    • 피신청인 : 네이버
    • +
    • 등록번호 : CA16-000002
    • +
    • 담당자 : 손선시
    • +
    • 신청일 : 2016-09-13
    • +
    • 보기 : 보기
    • +
    • 비고 : CA16-000002
    • +
    +
  • + +
+
+ + + +
+ + +
+ +
+ + + + + + + + + + + + + + + + +

본문

+

분쟁조정신청현황

분쟁조정제도에 대하여 알려드립니다.
+
+ + + + +
+ +
+ +
+

분쟁조정상담 메뉴에서 신청한 신청건에 대하여 조회 및 처리 상태를 확인 하실 수 있습니다.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 수정폼 : 접수번호, 성명, 상담처리상태, 조정유형, 신청사유, 상담제목, 상담내용, 첨부파일
접수번호20160910
성명홍길동상담처리상태접수
+ + + +
+ + + +
+ + + +
+ + + +
첨부파일 + +
    +
  • 약관집단분쟁조정참가신청서.hwp [14432 byte]
  • +
  • aaaa.hwp [14432 byte]
  • +
+
+
+ +
+
    +
  • 접수번호201500192
  • +
  • 성명홍길동
  • +
  • 상담처리상태접수
  • +
  • 조정유형 + +
  • +
  • 신청사유 + +
  • +
  • 상담제목 + +
  • +
  • 상담내용(1300자) 현재 0 + +
  • +
  • 첨부파일 + +
      +
    • 약관집단분쟁조정참가신청서.hwp [14432 byte]
    • +
    • aaaa.hwp [14432 byte]
    • +
    +
  • +
+
+
+ + +
+
+ 이전 + 수정 + 삭제 +
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
신청현황 답변폼 : 담당자, 담당부서, 답변내용
담당자허민희담당부서민원상담센터
답변내용 +

답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

+
+
+
+
    +
  • 담당자허민희
  • +
  • 담당부서민원상담센터
  • +
  • 답변내용 +

    답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다. 답변입니다.

    +
  • +
+
+
+ + + + + + + + + + +
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05030000000000000000.html_20160920181837 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05030000000000000000.html_20160920181837 new file mode 100644 index 00000000..30fecc1f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05030000000000000000.html_20160920181837 @@ -0,0 +1 @@ +상담신청현황 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907101910 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907101910 new file mode 100644 index 00000000..2f3ccfd2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907101910 @@ -0,0 +1,32 @@ +
+ + +
+ +
+ 온라인 분쟁조정 신청이 완료 되었습니다. +
+

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ +
+
+

본 메일은 손선시 회원님께서 2014년 12월 31일 웰촌포털 사이트에서 회원 가입시 동의하신 약관에 의거하여 발송되었으며 발신전용 메일이므로 회신하실 수 없습니다.
메일의 수신을 원하지 않으실 경우 홈페이지 MY서비스>회원정보 수정에서 “이메일 수신동의 체크박스를 해제하시면 더 이상 메일이 발송되지 않습니다.

+
+
+
+ + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907102015 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907102015 new file mode 100644 index 00000000..76e69aea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05040000000000000000.html_20160907102015 @@ -0,0 +1,33 @@ +
+ + +
+ +
+ 온라인 분쟁조정 신청이 완료 되었습니다. +
+

***귀하(사)의 온라인 분쟁조정 신청이
완료(접수번호: 0000) 되었습니다.

+

한국공정거래조정원은 OOO귀하(사)의 신청을
보다 신속하게 처리하여 드릴 수 있도록 최선을 다하겠습니다.

+

분쟁조정 신청서 접수 후 통상 3일 이내에 담당자 배정 및 정식 분쟁조정 사건으로 등록되며, 이후 관련 법령 등에 의거 사실관계 조사 등 분쟁조정 절차가 진행됩니다.

+ +
+
+

본 메일은 손선시 회원님께서 2014년 12월 31일 웰촌포털 사이트에서 회원 가입시 동의하신 약관에 의거하여 발송되었으며 발신전용 메일이므로 회신하실 수 없습니다.
메일의 수신을 원하지 않으실 경우 홈페이지 MY서비스>회원정보 수정에서 “이메일 수신동의 체크박스를 해제하시면 더 이상 메일이 발송되지 않습니다.

+
+
+
+ + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05050000000000000000.html_20160907102754 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05050000000000000000.html_20160907102754 new file mode 100644 index 00000000..8d08670b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05050000000000000000.html_20160907102754 @@ -0,0 +1,43 @@ +
+
+

본문

+ + +
+
+
+ +
+
+

협의회 회원용 로그인

+
+
+ 로그인 폼 +
+ +
+
+ +
+
+
+

아이디와 비밀번호를 정확히 입력해주세요.

+
+
+
+
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907102939 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907102939 new file mode 100644 index 00000000..2e61a199 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907102939 @@ -0,0 +1,138 @@ +
+
+

본문

+ + + +
+
+
+ +
+
+ +
+ +
+ 손선시 의원님 반갑습니다. 한국공정거래조정원 00분쟁조정협의회입니다. +
+
+ 참석현황(2/4회, 50%) +
+ +
+ + +
+
+ +

협의회 회의자료 확인

+ + + +
+ + + +
+

협의회 참석 일정

+
+
+

calendar.js option에 point 맴버변수 = 주황색 동그라미

+
+
+
+
+ +

분쟁조정 협의회 상세

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
회의명제2016-1차 약관분쟁조정협의회
회의구분전체회의
사건명칭오찬예정(장소:00), 텍스트 입력
개최일정2016-06-06 11:00
첨부자료약관집단분쟁조정참가신청서.hwp [14633 byte]
+
+
+

* 분쟁조정실 000팀, 02-2056-0000

+
+ +
+ +
+
+ + + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907103018 b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907103018 new file mode 100644 index 00000000..1adbf064 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/05060000000000000000.html_20160907103018 @@ -0,0 +1,139 @@ +
+
+

본문

+ + + +
+
+
+ +
+
+ +
+ +
+ 손선시 의원님 반갑습니다. 한국공정거래조정원 00분쟁조정협의회입니다. +
+
+ 참석현황(2/4회, 50%) +
+ +
+ + +
+
+ +

협의회 회의자료 확인

+ + + +
+ + + +
+

협의회 참석 일정

+
+
+

calendar.js option에 point 맴버변수 = 주황색 동그라미

+
+
+
+
+ +

분쟁조정 협의회 상세

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
신청현황 검색폼 : 등록일시, 조정유형, 제목, 처리상태
회의명제2016-1차 약관분쟁조정협의회
회의구분전체회의
사건명칭오찬예정(장소:00), 텍스트 입력
개최일정2016-06-06 11:00
첨부자료약관집단분쟁조정참가신청서.hwp [14633 byte]
+
+
+

* 분쟁조정실 000팀, 02-2056-0000

+
+ +
+ +
+
+ + + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/06000000000000000000.html_20160920181935_2_seed b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/06000000000000000000.html_20160920181935_2_seed new file mode 100644 index 00000000..e943369b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/content_bak/06000000000000000000.html_20160920181935_2_seed @@ -0,0 +1 @@ +

법률상담예약

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/css/fileupload.css b/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/css/fileupload.css new file mode 100644 index 00000000..b20b0d04 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/css/fileupload.css @@ -0,0 +1,47 @@ +@charset 'utf-8'; +/** + * fileupload css + * GLOBAL_IT FRONTDEVTEAM LSK 20160411 + */ + +/* + * reset + */ + +body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;} +body,input,textarea,select,button,table {font-family:'Open Sans','Nanum Gothic',sans-serif;font-size:12px;color:#1c1c1c;} +img,fieldset,iframe {border:0;} +.ui ul,.ui ol {list-style:none;} +em,address {font-style:normal;} +a {color:#1c1c1c;text-decoration:none;} +a:hover,a:active,a:focus {text-decoration:underline;} +.ui a:hover,.ui a:active,.ui a:focus {text-decoration:none;} +article,aside,dialog,footer,header,section,footer,nav,figure {display:block;margin:0;padding:0;} +caption {width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;} +input,select {border-radius:0;} +input[type="checkbox"], +input[type="radio"] {width:13px;height:13px;vertical-align:-2px;} +input[type="submit"],button,label {cursor:pointer;} +button::-moz-focus-inner {padding:0;border:0;} +::-webkit-input-placeholder {font-size:11px;color:#1c1c1c;} +::-moz-placeholder {font-size:11px;color:#1c1c1c;} /* firefox 19+ */ +:-ms-input-placeholder {font-size:11px;color:#1c1c1c;} /* ie */ +input:-moz-placeholder {font-size:11px;color:#1c1c1c;} +input:read-only, textarea:read-only, [contenteditable]:read-only {background-color:#fafafa;cursor:not-allowed;} +html.popup {overflow:hidden;} +.hidden,legend,hr {overflow:hidden;position:absolute;top:0;left:-10000%;width:1px;height:1px;font-size:0;line-height:0;text-indent:-10000px;} + +html {width:100%;overflow:hidden;} +#fileuploadWrap {position:relative;} +h1 {height:50px;line-height:50px;padding:0 10px;font-size:20px;font-weight:700;} +.seed_tbl {border-top:2px solid #cccccc;border-bottom:1px solid #cccccc;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;} +.seed_tbl table {width:100%;border-collapse:collapse;} +.seed_tbl table th, .seed_tbl table td {padding:10px;border-top:1px solid #eeeeee;} +.seed_tbl table th {background-color:#fafafa;} +.seed_tbl table tbody tr:first-of-type th, .seed_tbl table tbody tr:first-of-type td {border-top:0;} +.seed_tbl table input[type='file'] {padding:5px;vertical-align:top;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +.seed_tbl table textarea {overflow-y:auto;width:100%;height:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;border:1px solid #dddddd;resize:vertical;} +.btnArea_fileuopload {margin-top:10px;padding-right:10px;} +.btnArea_fileuopload.ar {text-align:right;} +.seedbbs_btn {display:inline-block;padding:5px 10px;border:1px solid #dddddd;border-radius:2px;background:#ffffff;background:-moz-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:linear-gradient(to bottom,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);text-decoration:none;} +.btnPopupClose {position:absolute;width:30px;height:30px;top:10px;right:10px;border:0;background:url('/img/icon_popup_close.png') no-repeat 0 0;text-indent:-9999em;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/fileupload.html b/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/fileupload.html new file mode 100644 index 00000000..60dad133 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/fileupload/fileupload.html @@ -0,0 +1,31 @@ +
+

첨부파일

+
+
+ 첨부파일 업로드 +
+ + + + + + + + + + + + + + + + +
첨부파일, 첨부파일 설명을 입력할 수 있는 표 입니다.
첨부파일
설명
+
+
+ +
+
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/login/css/login.css b/src/main/webapp/WEB-INF/views/site/case/jsp/login/css/login.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/login/css/login.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/login/login.html b/src/main/webapp/WEB-INF/views/site/case/jsp/login/login.html new file mode 100644 index 00000000..7cdaf147 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/login/login.html @@ -0,0 +1,22 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginAuth.html b/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginAuth.html new file mode 100644 index 00000000..e5c54806 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginAuth.html @@ -0,0 +1,23 @@ +
+ + +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + @ +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginPw.html b/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginPw.html new file mode 100644 index 00000000..bb239d5c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/login/loginPw.html @@ -0,0 +1,31 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/login/logout.html b/src/main/webapp/WEB-INF/views/site/case/jsp/login/logout.html new file mode 100644 index 00000000..a6dcae50 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/login/logout.html @@ -0,0 +1,4 @@ +
+ 님이 로그인 하셨습니다. + 로그아웃 +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer.html new file mode 100644 index 00000000..9c6b8f1d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer.html @@ -0,0 +1,57 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160801113142.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160801113142.html new file mode 100644 index 00000000..e037349f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160801113142.html @@ -0,0 +1 @@ +

footer.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160805153134.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160805153134.html new file mode 100644 index 00000000..5290f4da --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160805153134.html @@ -0,0 +1,51 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908200545.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908200545.html new file mode 100644 index 00000000..0ae0ae01 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908200545.html @@ -0,0 +1,55 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908201759.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908201759.html new file mode 100644 index 00000000..a2b88cc7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160908201759.html @@ -0,0 +1,55 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174135.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174135.html new file mode 100644 index 00000000..9d78c89f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174135.html @@ -0,0 +1,55 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174247.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174247.html new file mode 100644 index 00000000..9c6b8f1d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174247.html @@ -0,0 +1,57 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174316.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174316.html new file mode 100644 index 00000000..077a9f3f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/footer/footer_20160919174316.html @@ -0,0 +1,55 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header.html new file mode 100644 index 00000000..dcd72ee7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801113826.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801113826.html new file mode 100644 index 00000000..440768b8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801113826.html @@ -0,0 +1,178 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801122442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801122442.html new file mode 100644 index 00000000..19904acd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160801122442.html @@ -0,0 +1,178 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153102.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153102.html new file mode 100644 index 00000000..7b47cbfd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153102.html @@ -0,0 +1,178 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153229.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153229.html new file mode 100644 index 00000000..c5ee9393 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805153229.html @@ -0,0 +1,143 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163237.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163237.html new file mode 100644 index 00000000..345f464e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163237.html @@ -0,0 +1,143 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163516.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163516.html new file mode 100644 index 00000000..0a6c43be --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160805163516.html @@ -0,0 +1,147 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + +
+ 풋터입니다. +
+
diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160809165137.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160809165137.html new file mode 100644 index 00000000..345f464e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160809165137.html @@ -0,0 +1,143 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163306.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163306.html new file mode 100644 index 00000000..873fdd01 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163306.html @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163327.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163327.html new file mode 100644 index 00000000..5b41d335 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163327.html @@ -0,0 +1,99 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163726.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163726.html new file mode 100644 index 00000000..c6790794 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160810163726.html @@ -0,0 +1,98 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160908203208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160908203208.html new file mode 100644 index 00000000..a27495be --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160908203208.html @@ -0,0 +1,81 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142039.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142039.html new file mode 100644 index 00000000..f4635dfd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142039.html @@ -0,0 +1,81 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142120.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142120.html new file mode 100644 index 00000000..ca46ab3a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142120.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142245.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142245.html new file mode 100644 index 00000000..aa79c946 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160914142245.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160919095006.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160919095006.html new file mode 100644 index 00000000..b6ad731f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160919095006.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160920181243.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160920181243.html new file mode 100644 index 00000000..93150509 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/header/header_20160920181243.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub.html new file mode 100644 index 00000000..0697e8f7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub.html @@ -0,0 +1,98 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160801113212.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160801113212.html new file mode 100644 index 00000000..0e9bd893 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160801113212.html @@ -0,0 +1 @@ +

sub.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160805153123.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160805153123.html new file mode 100644 index 00000000..d0171da2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160805153123.html @@ -0,0 +1,93 @@ + +
+
+ +
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+
+
+ + +
+
+ +
+
+

관련 사이트 배너

+ + +
+
+
+
+ +
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919102638.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919102638.html new file mode 100644 index 00000000..88772bef --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919102638.html @@ -0,0 +1,94 @@ + +
+

본문

+
+ +
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+
+
+ + + + +
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103346.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103346.html new file mode 100644 index 00000000..88b2face --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103346.html @@ -0,0 +1,119 @@ + +
+

본문

+
+ +
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+
+
+
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+
+
+ + + + +
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103926.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103926.html new file mode 100644 index 00000000..2edfc96d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919103926.html @@ -0,0 +1,118 @@ + +
+

본문

+
+ +
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+
+
+
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919153345.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919153345.html new file mode 100644 index 00000000..0c5b48fb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919153345.html @@ -0,0 +1,94 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919160010.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919160010.html new file mode 100644 index 00000000..ffa04e76 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919160010.html @@ -0,0 +1,95 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919161126.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919161126.html new file mode 100644 index 00000000..f8a323f4 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919161126.html @@ -0,0 +1,96 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + + +
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919163847.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919163847.html new file mode 100644 index 00000000..3e6e301c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20160919163847.html @@ -0,0 +1,96 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20161007155515.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20161007155515.html new file mode 100644 index 00000000..096108ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/layOut/sub/sub_20161007155515.html @@ -0,0 +1,98 @@ + +
+

본문

+
+ + +
+
+
+

한국공정거래조정원 온라인분쟁조정시스템입니다.

+
+

자주 사용하는 메뉴

+ 분쟁조정 절차분쟁조정 신청분쟁조정 조회관련서식법령 자료실 +
+ +
+
+ + + + +
+
+ + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main.html new file mode 100644 index 00000000..b91f68d3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801095944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801095944.html new file mode 100644 index 00000000..eee7373a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801095944.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801103037.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801103037.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801104245.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801104245.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105202.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105202.html new file mode 100644 index 00000000..c046c612 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105202.html @@ -0,0 +1,62 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105404.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105404.html new file mode 100644 index 00000000..ee4a9231 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105404.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105419.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105419.html new file mode 100644 index 00000000..ee4a9231 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105419.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105424.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105424.html new file mode 100644 index 00000000..a75ca111 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105424.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105439.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160801105439.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094356.html new file mode 100644 index 00000000..070f53bf --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094356.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094442.html new file mode 100644 index 00000000..09d22514 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160830094442.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907101654.html new file mode 100644 index 00000000..4a06b61d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907101654.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102015.html new file mode 100644 index 00000000..50afa22c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102015.html @@ -0,0 +1,80 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102729.html new file mode 100644 index 00000000..e5b87605 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102729.html @@ -0,0 +1,80 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102903.html new file mode 100644 index 00000000..e71a3ca5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160907102903.html @@ -0,0 +1,82 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160920160155.html new file mode 100644 index 00000000..90ff9b97 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160920160155.html @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112816.html new file mode 100644 index 00000000..bb4bfa66 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112816.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112836.html new file mode 100644 index 00000000..18862aed --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20160921112836.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110149.html new file mode 100644 index 00000000..8972def1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110149.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110446.html new file mode 100644 index 00000000..5343e7a0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004110446.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112506.html new file mode 100644 index 00000000..8d258b95 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112506.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112542.html new file mode 100644 index 00000000..dd9c42f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112542.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112707.html new file mode 100644 index 00000000..dd9c42f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161004112707.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174024.html new file mode 100644 index 00000000..069dbe0b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174024.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174307.html new file mode 100644 index 00000000..f1d541c2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161005174307.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161013141928.html new file mode 100644 index 00000000..38858559 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20161013141928.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903105944.html new file mode 100644 index 00000000..bd1245f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903105944.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110208.html new file mode 100644 index 00000000..f78604de --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110208.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110811.html new file mode 100644 index 00000000..bdbfd7a3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/main/menu/top/menu_main_20190903110811.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/css/member.css b/src/main/webapp/WEB-INF/views/site/case/jsp/member/css/member.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/css/member.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberChk.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberChk.html new file mode 100644 index 00000000..e113735e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberChk.html @@ -0,0 +1,22 @@ +
+ + + + + + + + + + + + + +
회원아이디의 입력 화면 입니다.
+ +
+ + 닫기 +
+ +
diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberEdit.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberEdit.html new file mode 100644 index 00000000..e3ee893f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberEdit.html @@ -0,0 +1,182 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 수정화면입니다.
+ +
+ + 아이디찾기 +
+ +

미입력시 기존 비밀번호 유지

+
+ +
+ @ +
+ + + + +   + + +
+
+ + + + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + checked value='${memberItemValuesList._memberItemValue}' /> + + +
+
${memberItemList._memberItemName} + + + + + + + + + + + + + + +
+
그룹 + + + + + + + +
+
+ + + +
+ + , + ${siteNameTmp} ${groupsList._groupName} + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberForm.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberForm.html new file mode 100644 index 00000000..85050950 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberForm.html @@ -0,0 +1,151 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 입력화면입니다.
+ +
+ + 아이디찾기 +
+ +
+ +
+ @ +
+ + +   + + +
+
+ + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPw.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPw.html new file mode 100644 index 00000000..71277b65 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPw.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPwDel.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPwDel.html new file mode 100644 index 00000000..6df6f472 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberFormPwDel.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdFind.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdFind.html new file mode 100644 index 00000000..1c221b17 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
아이디찾기 이름, 이메일주소 입력화면입니다.
+ +
+ @ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdResult.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdResult.html new file mode 100644 index 00000000..3fa5cba8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberIdResult.html @@ -0,0 +1,4 @@ +
+ 아이디 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwDelResult.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwDelResult.html new file mode 100644 index 00000000..2b9c6eab --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwDelResult.html @@ -0,0 +1,3 @@ +
+ 회원이 탈퇴되었습니다. +
diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwFind.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwFind.html new file mode 100644 index 00000000..3023f527 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
패스워드찾기 이름, 아이디 입력화면입니다.
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwResult.html b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwResult.html new file mode 100644 index 00000000..0c42d830 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/member/memberPwResult.html @@ -0,0 +1,4 @@ +
+ 임시 비밀번호 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/mypage/css/mypage.css b/src/main/webapp/WEB-INF/views/site/case/jsp/mypage/css/mypage.css new file mode 100644 index 00000000..3dd2ad3b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/mypage/css/mypage.css @@ -0,0 +1,55 @@ +@charset "utf-8"; + +/* mypage_search */ +.mypage_searchForm{margin-bottom:15px; text-align:right;} +.mypage_searchForm input{vertical-align:middle;} +.mypage_searchForm img{vertical-align:middle;} +.mypage_searchForm select{border:1px #d6d6d6 solid; vertical-align:middle;} +.mypage_searchForm .searchTxt{height:18px; border:1px #d6d6d6 solid;} + +/* mypage_tableList */ +.mypage_tableList{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableList caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableList thead th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableList tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid; text-align:center;} +.mypage_tableList tbody td p{padding-left:10px; text-align:left;} +.mypage_tableList tbody td img{vertical-align:middle;} + +/* mypage_paging */ +.mypage_paging{text-align:center;} +.mypage_paging img{vertical-align:middle;} +.mypage_paging span{margin:0 8px;} +.mypage_paging span a{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #d6d6d6 solid; text-align:center; vertical-align:middle;} +.mypage_paging span a:hover{color:#3c75b7; border:1px #3c75b7 solid;} +.mypage_paging span strong{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #4C4C4C solid; text-align:center; vertical-align:middle; color:#4C4C4C;} + +/* mypage_tableForm */ +.mypage_tableForm{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableForm caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableForm tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableForm tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableForm tbody td p{padding-left:10px;} +.mypage_tableForm tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableForm tbody td input{height: 22px;} +.mypage_tableForm tbody td div{padding-top:5px;} + +/* mypage_tableEdit */ +.mypage_tableEdit{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableEdit caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableEdit tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableEdit tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableEdit tbody td p{padding-left:10px;} +.mypage_tableEdit tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableEdit tbody td input{height: 22px;} +.mypage_tableEdit tbody td div{padding-top:5px;} + +/* mypage_btn */ +.mypage_btnL{text-align:left;} +.mypage_btnL input{vertical-align: middle;} +.mypage_btnL img{vertical-align: middle;} + +.mypage_btnR{text-align:right; margin-right: 5px;} +.mypage_btnR input{vertical-align: middle;} +.mypage_btnR img{vertical-align: middle;} + +.memberAuthIp{text-align:left;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/css/navigation.css b/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/css/navigation.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/css/navigation.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/navigation.html b/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/navigation.html new file mode 100644 index 00000000..78890a83 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/navigation/navigation.html @@ -0,0 +1,7 @@ + + + + + > + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/css/satisfaction.css b/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/css/satisfaction.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/css/satisfaction.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/satisfaction.html b/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/satisfaction.html new file mode 100644 index 00000000..fcaf53cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/satisfaction/satisfaction.html @@ -0,0 +1,10 @@ + + + + + + +
+ +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/css/smartmenu.css b/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/css/smartmenu.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/css/smartmenu.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/smartmenu.html b/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/smartmenu.html new file mode 100644 index 00000000..08e78208 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/smartmenu/smartmenu.html @@ -0,0 +1,7 @@ +
    + +
  • +
    +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer.html new file mode 100644 index 00000000..23b22689 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer.html @@ -0,0 +1,110 @@ +
+ + +
+ +
+
+

※ 온라인분쟁조정시스템 서비스에 대하여 어느 정도 만족하셨습니까?

+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+ 확인 +
+
+
+
+ + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160808150746.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160808150746.html new file mode 100644 index 00000000..f462116e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160808150746.html @@ -0,0 +1,58 @@ + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191325.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191325.html new file mode 100644 index 00000000..b66e2515 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191325.html @@ -0,0 +1,61 @@ + + + + +
+ + + + + +
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191658.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191658.html new file mode 100644 index 00000000..da6fcb09 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191658.html @@ -0,0 +1,97 @@ + + + +
+ + + + + +
+ + + + + + + +
+ +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191816.html new file mode 100644 index 00000000..b04f1f56 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810191816.html @@ -0,0 +1,35 @@ + +
+ +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192028.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192028.html new file mode 100644 index 00000000..f462116e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192028.html @@ -0,0 +1,58 @@ + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192055.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192055.html new file mode 100644 index 00000000..891f0521 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192055.html @@ -0,0 +1,55 @@ + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192204.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192204.html new file mode 100644 index 00000000..59b56ce0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192204.html @@ -0,0 +1,58 @@ + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192308.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192308.html new file mode 100644 index 00000000..0c9404d3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192308.html @@ -0,0 +1,56 @@ + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192344.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192344.html new file mode 100644 index 00000000..3cfc33ae --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192344.html @@ -0,0 +1,56 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192856.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192856.html new file mode 100644 index 00000000..d30a7469 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160810192856.html @@ -0,0 +1,58 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160907191931.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160907191931.html new file mode 100644 index 00000000..de34a5f7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160907191931.html @@ -0,0 +1,59 @@ + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200035.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200035.html new file mode 100644 index 00000000..ac29a8fd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200035.html @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200528.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200528.html new file mode 100644 index 00000000..ac29a8fd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908200528.html @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908201815.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908201815.html new file mode 100644 index 00000000..95aabde9 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/footer/footer_20160908201815.html @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header.html new file mode 100644 index 00000000..dcd72ee7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160805175524.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160805175524.html new file mode 100644 index 00000000..345f464e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160805175524.html @@ -0,0 +1,143 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150422.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150422.html new file mode 100644 index 00000000..6401c33a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150422.html @@ -0,0 +1,145 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + + + @seed:siteMenuSubTitle:@seed \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150603.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150603.html new file mode 100644 index 00000000..b743d80d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808150603.html @@ -0,0 +1,162 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + + + @seed:siteMenuSubTitle:@seed diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808151937.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808151937.html new file mode 100644 index 00000000..5e36ccea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160808151937.html @@ -0,0 +1,161 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165200.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165200.html new file mode 100644 index 00000000..e158d6b5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165200.html @@ -0,0 +1,161 @@ + + + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165905.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165905.html new file mode 100644 index 00000000..aff24f9a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809165905.html @@ -0,0 +1,158 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809172809.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809172809.html new file mode 100644 index 00000000..b53bfe48 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160809172809.html @@ -0,0 +1,162 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163349.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163349.html new file mode 100644 index 00000000..6193ccbd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163349.html @@ -0,0 +1,102 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163512.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163512.html new file mode 100644 index 00000000..ffe46b34 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163512.html @@ -0,0 +1,97 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163744.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163744.html new file mode 100644 index 00000000..9ab518a5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160810163744.html @@ -0,0 +1,97 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914012555.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914012555.html new file mode 100644 index 00000000..bca3e96e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914012555.html @@ -0,0 +1,84 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914122059.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914122059.html new file mode 100644 index 00000000..3d98f8e7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914122059.html @@ -0,0 +1,84 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914140700.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914140700.html new file mode 100644 index 00000000..3cfadd49 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914140700.html @@ -0,0 +1,85 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914195929.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914195929.html new file mode 100644 index 00000000..fd52765e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914195929.html @@ -0,0 +1,85 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203549.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203549.html new file mode 100644 index 00000000..613a9673 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203549.html @@ -0,0 +1,85 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203629.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203629.html new file mode 100644 index 00000000..a21ebda1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914203629.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204257.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204257.html new file mode 100644 index 00000000..01fa7749 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204257.html @@ -0,0 +1,87 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204319.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204319.html new file mode 100644 index 00000000..194787fc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204319.html @@ -0,0 +1,87 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204343.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204343.html new file mode 100644 index 00000000..7f1e2f5d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160914204343.html @@ -0,0 +1,87 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160920181410.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160920181410.html new file mode 100644 index 00000000..93150509 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/header/header_20160920181410.html @@ -0,0 +1,86 @@ + + + + +한국공정거래조정원 + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub.html new file mode 100644 index 00000000..69c25c9a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub.html @@ -0,0 +1,24 @@ + +
+
+ + +
+
+ + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160805154556.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160805154556.html new file mode 100644 index 00000000..0e9bd893 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160805154556.html @@ -0,0 +1 @@ +

sub.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808150733.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808150733.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808152257.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808152257.html new file mode 100644 index 00000000..ea2a5e52 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808152257.html @@ -0,0 +1,20 @@ + +
+
+ + + +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153056.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153056.html new file mode 100644 index 00000000..efebdc12 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153056.html @@ -0,0 +1,20 @@ + +
+
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153158.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153158.html new file mode 100644 index 00000000..97d053c6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153158.html @@ -0,0 +1,20 @@ + +
+
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153223.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153223.html new file mode 100644 index 00000000..44ca0fc8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153223.html @@ -0,0 +1,21 @@ + +
+
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153247.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153247.html new file mode 100644 index 00000000..50259056 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153247.html @@ -0,0 +1,22 @@ + +
+
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153320.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153320.html new file mode 100644 index 00000000..d888de61 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160808153320.html @@ -0,0 +1,18 @@ + +
+
+ + +
+
+ +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907184149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907184149.html new file mode 100644 index 00000000..8481cd08 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907184149.html @@ -0,0 +1,23 @@ + +
+
+ + +
+
+ + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907192528.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907192528.html new file mode 100644 index 00000000..ac1fdd40 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907192528.html @@ -0,0 +1,23 @@ + +
+
+ + +
+
+ + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907193331.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907193331.html new file mode 100644 index 00000000..21ba0580 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907193331.html @@ -0,0 +1,23 @@ + +
+
+ + +
+
+ + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907194731.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907194731.html new file mode 100644 index 00000000..341ab3b8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/layOut/sub/sub_20160907194731.html @@ -0,0 +1,24 @@ + +
+
+ + +
+
+ + + +
+
+
+ diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub.html new file mode 100644 index 00000000..bb9ca821 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub.html @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801104245.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801104245.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105202.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105202.html new file mode 100644 index 00000000..0b39cfd1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105202.html @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105439.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105439.html new file mode 100644 index 00000000..0b39cfd1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160801105439.html @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094356.html new file mode 100644 index 00000000..285fee95 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094356.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094442.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160830094442.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907101654.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907101654.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102015.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102015.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102729.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102729.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102903.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160907102903.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160908192649.html new file mode 100644 index 00000000..d565eb18 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160908192649.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160920160155.html new file mode 100644 index 00000000..f8f4dbe1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160920160155.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112816.html new file mode 100644 index 00000000..1fbe1613 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112816.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112836.html new file mode 100644 index 00000000..1fbe1613 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20160921112836.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110149.html new file mode 100644 index 00000000..1fbe1613 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110149.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110446.html new file mode 100644 index 00000000..9c04c86f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004110446.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112506.html new file mode 100644 index 00000000..fd66b437 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112506.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112542.html new file mode 100644 index 00000000..fd66b437 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112542.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112707.html new file mode 100644 index 00000000..fd66b437 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161004112707.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174024.html new file mode 100644 index 00000000..1c34922c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174024.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174307.html new file mode 100644 index 00000000..4919fa3b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161005174307.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161013141928.html new file mode 100644 index 00000000..78c7aa90 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20161013141928.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903105944.html new file mode 100644 index 00000000..78c7aa90 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903105944.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110208.html new file mode 100644 index 00000000..bb9ca821 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110208.html @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110811.html new file mode 100644 index 00000000..bb9ca821 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/01/menu_sub_20190903110811.html @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub.html new file mode 100644 index 00000000..5196b69c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105202.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105202.html new file mode 100644 index 00000000..df287e1f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105202.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105404.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105404.html new file mode 100644 index 00000000..df287e1f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105404.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105439.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105439.html new file mode 100644 index 00000000..df287e1f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160801105439.html @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094356.html new file mode 100644 index 00000000..459f29a8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094356.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094442.html new file mode 100644 index 00000000..7a8ae02e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160830094442.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907101654.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907101654.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102015.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102015.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102729.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102729.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102903.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160907102903.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160908192649.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160908192649.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160920160155.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160920160155.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112816.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112816.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112836.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20160921112836.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110149.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110149.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110446.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004110446.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112506.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112506.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112542.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112542.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112707.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161004112707.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174024.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174024.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174307.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161005174307.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161013141928.html new file mode 100644 index 00000000..1147774c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20161013141928.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903105944.html new file mode 100644 index 00000000..5196b69c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903105944.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110208.html new file mode 100644 index 00000000..5196b69c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110208.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110811.html new file mode 100644 index 00000000..5196b69c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/02/menu_sub_20190903110811.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105202.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105202.html new file mode 100644 index 00000000..1d001c8c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105202.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105404.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105404.html new file mode 100644 index 00000000..1d001c8c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105404.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105419.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105419.html new file mode 100644 index 00000000..1d001c8c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105419.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105439.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105439.html new file mode 100644 index 00000000..1d001c8c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160801105439.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094356.html new file mode 100644 index 00000000..00de85ed --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094356.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094442.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160830094442.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907101654.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907101654.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102015.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102015.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102729.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102729.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102903.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160907102903.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160908192649.html new file mode 100644 index 00000000..ccd58c5b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160908192649.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160920160155.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160920160155.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112816.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112816.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112836.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20160921112836.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110149.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110149.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110446.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004110446.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112506.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112506.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112542.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112542.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112707.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161004112707.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174024.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174024.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174307.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161005174307.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161013141928.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20161013141928.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903105944.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903105944.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110208.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110208.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110811.html new file mode 100644 index 00000000..919a3dad --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/03/menu_sub_20190903110811.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub.html new file mode 100644 index 00000000..a9074e30 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094356.html new file mode 100644 index 00000000..829613e9 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094356.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094442.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160830094442.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907101654.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907101654.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102015.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102015.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102729.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102729.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102903.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160907102903.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160908192649.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160908192649.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160920160155.html new file mode 100644 index 00000000..57e798bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160920160155.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112816.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112816.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112836.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20160921112836.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110149.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110149.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110446.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004110446.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112506.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112506.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112542.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112542.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112707.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161004112707.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174024.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174024.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174307.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161005174307.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161013141928.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20161013141928.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903105944.html new file mode 100644 index 00000000..64a3b796 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903105944.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110208.html new file mode 100644 index 00000000..1856198f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110208.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110811.html new file mode 100644 index 00000000..07e7ffe8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/04/menu_sub_20190903110811.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub.html new file mode 100644 index 00000000..df5179e6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094356.html new file mode 100644 index 00000000..d3576813 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094356.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094442.html new file mode 100644 index 00000000..134f84b8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160830094442.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907101654.html new file mode 100644 index 00000000..134f84b8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907101654.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102015.html new file mode 100644 index 00000000..0ddb0aca --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102015.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102729.html new file mode 100644 index 00000000..19d21a5a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102729.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102903.html new file mode 100644 index 00000000..2b69849c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160907102903.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160908192649.html new file mode 100644 index 00000000..8ff9bba7 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160908192649.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160920160155.html new file mode 100644 index 00000000..d65c38bc --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160920160155.html @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112816.html new file mode 100644 index 00000000..623c43c0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112816.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112836.html new file mode 100644 index 00000000..7575e887 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20160921112836.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110149.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110149.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110446.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004110446.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112506.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112506.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112542.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112542.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112707.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161004112707.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174024.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174024.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174307.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161005174307.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161013141928.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20161013141928.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903105944.html new file mode 100644 index 00000000..9d87098f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903105944.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110208.html new file mode 100644 index 00000000..df5179e6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110208.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110811.html new file mode 100644 index 00000000..df5179e6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/05/menu_sub_20190903110811.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/06/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/sub/06/menu_sub.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub.html new file mode 100644 index 00000000..b91f68d3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801095944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801095944.html new file mode 100644 index 00000000..eee7373a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801095944.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801103037.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801103037.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801104245.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801104245.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105202.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105202.html new file mode 100644 index 00000000..c046c612 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105202.html @@ -0,0 +1,62 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105404.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105404.html new file mode 100644 index 00000000..ee4a9231 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105404.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105419.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105419.html new file mode 100644 index 00000000..ee4a9231 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105419.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105424.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105424.html new file mode 100644 index 00000000..a75ca111 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105424.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105439.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160801105439.html new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094356.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094356.html new file mode 100644 index 00000000..070f53bf --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094356.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094442.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094442.html new file mode 100644 index 00000000..09d22514 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160830094442.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907101654.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907101654.html new file mode 100644 index 00000000..4a06b61d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907101654.html @@ -0,0 +1,78 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102015.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102015.html new file mode 100644 index 00000000..50afa22c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102015.html @@ -0,0 +1,80 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102729.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102729.html new file mode 100644 index 00000000..e5b87605 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102729.html @@ -0,0 +1,80 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102903.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102903.html new file mode 100644 index 00000000..e71a3ca5 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160907102903.html @@ -0,0 +1,82 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160908192649.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160908192649.html new file mode 100644 index 00000000..199582f8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160908192649.html @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160920160155.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160920160155.html new file mode 100644 index 00000000..90ff9b97 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160920160155.html @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112816.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112816.html new file mode 100644 index 00000000..bb4bfa66 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112816.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112836.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112836.html new file mode 100644 index 00000000..18862aed --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20160921112836.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110149.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110149.html new file mode 100644 index 00000000..8972def1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110149.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110446.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110446.html new file mode 100644 index 00000000..5343e7a0 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004110446.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112506.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112506.html new file mode 100644 index 00000000..8d258b95 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112506.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112542.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112542.html new file mode 100644 index 00000000..dd9c42f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112542.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112707.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112707.html new file mode 100644 index 00000000..dd9c42f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161004112707.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174024.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174024.html new file mode 100644 index 00000000..069dbe0b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174024.html @@ -0,0 +1,88 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174307.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174307.html new file mode 100644 index 00000000..f1d541c2 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161005174307.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161013141928.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161013141928.html new file mode 100644 index 00000000..38858559 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20161013141928.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903105944.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903105944.html new file mode 100644 index 00000000..bd1245f1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903105944.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110208.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110208.html new file mode 100644 index 00000000..f78604de --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110208.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110811.html b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110811.html new file mode 100644 index 00000000..bdbfd7a3 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/sub/menu/top/menu_sub_20190903110811.html @@ -0,0 +1,90 @@ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/visual/css/visual_1.css b/src/main/webapp/WEB-INF/views/site/case/jsp/visual/css/visual_1.css new file mode 100644 index 00000000..511baa7c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/visual/css/visual_1.css @@ -0,0 +1,153 @@ +@charset "utf-8"; + +#visual_1 { + display: none; + position:relative; +} + +a.slidesjs-next_visual_1 { + position:absolute; + top:10px; + left:30px; + width:12px; + height:18px; + background-image: url('/site/case/upload/visual/1/btn_next.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a:hover.slidesjs-next_visual_1 { + position:absolute; + top:10px; + left:30px; + width:12px; + height:18px; + background-image: url('/site/case/upload/visual/1/btn_next_over.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a.slidesjs-previous_visual_1 { + position:absolute; + top:10px; + left:10px; + width:12px; + height:18px; + background-image: url('/site/case/upload/visual/1/btn_pre.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a:hover.slidesjs-previous_visual_1 { + position:absolute; + top:10px; + left:10px; + width:12px; + height:18px; + background-image: url('/site/case/upload/visual/1/btn_pre_over.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a.slidesjs-play_visual_1 { + position:absolute; + top:10px; + left:20px; + width:16px; + height:18px; + background-image: url('/site/case/upload/visual/1/btn_play.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a:hover.slidesjs-play_visual_1 { + position:absolute; + top:10px; + left:20px; + width:16px; + height:17px; + background-image: url('/site/case/upload/visual/1/btn_play_over.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a.slidesjs-stop_visual_1 { + position:absolute; + top:10px; + left:20px; + width:18px; + height:17px; + background-image: url('/site/case/upload/visual/1/btn_stop.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +a:hover.slidesjs-stop_visual_1 { + position:absolute; + top:10px; + left:20px; + width:18px; + height:17px; + background-image: url('/site/case/upload/visual/1/btn_stop_over.png'); + z-index:9999; + overflow: hidden; + text-indent: -9999px; + float: left; +} + +.slidesjs-pagination_visual_1 { + font-size:0; + position:absolute; + top:10px; + left:50px; + z-index:9999; + float: left; + list-style: none; + padding:0; + margin:0; +} + +.slidesjs-pagination_visual_1 li { + display:inline; + padding:0; +} + +.slidesjs-pagination_visual_1 li a { + font-size:0 !important; + float: left; + width:13px; + height:13px; + z-index:9999; + background-image: url('/site/case/upload/visual/1/btn_pagination_off.png'); + overflow: hidden; +} + +.slidesjs-pagination_visual_1 li a:hover { + width:13px; + height:13px; + z-index:9999; + background-image: url('/site/case/upload/visual/1/btn_pagination_over.png'); +} + +.slidesjs-pagination_visual_1 li a.active, +.slidesjs-pagination_visual_1 li a:hover.active { + width:13px; + height:13px; + z-index:9999; + background-image: url('/site/case/upload/visual/1/btn_pagination_on.png'); +} + diff --git a/src/main/webapp/WEB-INF/views/site/case/jsp/visual/js/visual_1.js b/src/main/webapp/WEB-INF/views/site/case/jsp/visual/js/visual_1.js new file mode 100644 index 00000000..8b9e55e8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/jsp/visual/js/visual_1.js @@ -0,0 +1,48 @@ +$(document).ready(function(){ + var visualCnt = $('#visual_1').find('img'); + if(visualCnt.length > 0){ + $('#visual_1').slidesjs({ + width:170, + height:42, + autoHeight: false, + dataKey : 'visual_1', + play: { + active: true, + auto: true, + interval: 1 * 1000, + swap: true, + restartDelay: 2500, + effect: 'slide' + }, + navigation: { + effect: 'slide' + }, + pagination: { + effect: 'slide' + }, + effect: { + fade: { + speed: 400 + } + } + }); + + $('.slidesjs-play_visual_1').on('click', function() { + $('.slidesjs-stop_visual_1').focus(); + }); + + $('.slidesjs-stop_visual_1').on('click', function() { + $('.slidesjs-play_visual_1').focus(); + }); + + $('.slidesjs-play_visual_1').attr('title', '시작'); + $('.slidesjs-play_visual_1').text('시작'); + $('.slidesjs-stop_visual_1').attr('title', '정지'); + $('.slidesjs-stop_visual_1').text('정지'); + $('.slidesjs-previous_visual_1').attr('title', '이전'); + $('.slidesjs-previous_visual_1').text('이전'); + $('.slidesjs-next_visual_1').attr('title', '다음'); + $('.slidesjs-next_visual_1').text('다음'); + + } +}); \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-10.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-10.xls new file mode 100644 index 00000000..bfba75fd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-10.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-11.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-11.xls new file mode 100644 index 00000000..f3a0fd0f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-11.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-17.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-17.xls new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-18.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-18.xls new file mode 100644 index 00000000..45070127 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-18.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-19.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-19.xls new file mode 100644 index 00000000..748185a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-19.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-24.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-24.xls new file mode 100644 index 00000000..13946bf7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-24.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-25.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-25.xls new file mode 100644 index 00000000..6dfe2fad Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-25.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-26.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-26.xls new file mode 100644 index 00000000..a74053f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-26.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-27.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-27.xls new file mode 100644 index 00000000..cc2f7a00 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-27.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-4.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-4.xls new file mode 100644 index 00000000..3e84bd68 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-4.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-5.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-5.xls new file mode 100644 index 00000000..105674f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-5.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-9.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-9.xls new file mode 100644 index 00000000..6fcdac9a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-10-9.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-1.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-1.xls new file mode 100644 index 00000000..cc0b90fd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-1.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-16.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-16.xls new file mode 100644 index 00000000..df54cda3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-16.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-2.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-2.xls new file mode 100644 index 00000000..00664d7b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-2.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-22.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-22.xls new file mode 100644 index 00000000..56949e8c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-22.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-23.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-23.xls new file mode 100644 index 00000000..ec61b787 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-23.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-25.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-25.xls new file mode 100644 index 00000000..7cb1ecea Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-25.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-29.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-29.xls new file mode 100644 index 00000000..c71f14d4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-29.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-30.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-30.xls new file mode 100644 index 00000000..178f4f20 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-30.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-8.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-8.xls new file mode 100644 index 00000000..b5495b06 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-8-8.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-12.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-12.xls new file mode 100644 index 00000000..44c31e8b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-12.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-13.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-13.xls new file mode 100644 index 00000000..c5c65d20 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-13.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-14.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-14.xls new file mode 100644 index 00000000..02808b86 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-14.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-15.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-15.xls new file mode 100644 index 00000000..f6bbf651 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-15.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-16.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-16.xls new file mode 100644 index 00000000..6032d078 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-16.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-18.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-18.xls new file mode 100644 index 00000000..56c36033 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-18.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-19.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-19.xls new file mode 100644 index 00000000..ca77f5e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-19.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-20.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-20.xls new file mode 100644 index 00000000..b3b80ad8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-20.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-21.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-21.xls new file mode 100644 index 00000000..9bf905aa Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-21.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-22.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-22.xls new file mode 100644 index 00000000..470dbfef Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-22.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-25.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-25.xls new file mode 100644 index 00000000..248d83e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-25.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-26.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-26.xls new file mode 100644 index 00000000..a1103a4d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-26.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-27.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-27.xls new file mode 100644 index 00000000..659beb74 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-27.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-28.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-28.xls new file mode 100644 index 00000000..4b4251f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-28.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-29.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-29.xls new file mode 100644 index 00000000..42cf26ea Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-29.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-7.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-7.xls new file mode 100644 index 00000000..e86806d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2016-9-7.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-1.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-1.xls new file mode 100644 index 00000000..79459955 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-1.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-23.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-23.xls new file mode 100644 index 00000000..62c93901 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-23.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-24.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-24.xls new file mode 100644 index 00000000..057a4057 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-24.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-31.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-31.xls new file mode 100644 index 00000000..06c3edb1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-10-31.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-11.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-11.xls new file mode 100644 index 00000000..6c2faa34 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-11.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-14.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-14.xls new file mode 100644 index 00000000..fa42aa9d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-14.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-19.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-19.xls new file mode 100644 index 00000000..009a5cd8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-19.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-24.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-24.xls new file mode 100644 index 00000000..af65bf4d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-24.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-4.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-4.xls new file mode 100644 index 00000000..f134c893 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-4.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-5.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-5.xls new file mode 100644 index 00000000..8210f1bd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-5.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-6.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-6.xls new file mode 100644 index 00000000..697eef23 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-11-6.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-10.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-10.xls new file mode 100644 index 00000000..30b05204 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-10.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-11.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-11.xls new file mode 100644 index 00000000..c989816e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-11.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-12.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-12.xls new file mode 100644 index 00000000..33cdc960 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-12.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-19.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-19.xls new file mode 100644 index 00000000..92bd738f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-19.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-2.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-2.xls new file mode 100644 index 00000000..f05f531a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-2.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-3.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-3.xls new file mode 100644 index 00000000..b1c41e4b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-3.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-4.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-4.xls new file mode 100644 index 00000000..4d95755c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-4.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-9.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-9.xls new file mode 100644 index 00000000..84709ff9 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-12-9.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-6-25.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-6-25.xls new file mode 100644 index 00000000..3a306129 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-6-25.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-10.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-10.xls new file mode 100644 index 00000000..11f49a59 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-10.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-16.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-16.xls new file mode 100644 index 00000000..25c15e14 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-16.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-2.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-2.xls new file mode 100644 index 00000000..62e3e519 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-2.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-25.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-25.xls new file mode 100644 index 00000000..14c5efd4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-25.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-26.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-26.xls new file mode 100644 index 00000000..9ccf177b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-26.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-3.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-3.xls new file mode 100644 index 00000000..c2ac86d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-3.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-30.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-30.xls new file mode 100644 index 00000000..9d8512b3 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-30.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-4.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-4.xls new file mode 100644 index 00000000..269dabc2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-4.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-5.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-5.xls new file mode 100644 index 00000000..cdfbb530 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-5.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-9.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-9.xls new file mode 100644 index 00000000..9d8d8ab0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2019-9-9.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-12.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-12.xls new file mode 100644 index 00000000..1a12e956 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-12.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-13.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-13.xls new file mode 100644 index 00000000..e27201f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-13.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-14.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-14.xls new file mode 100644 index 00000000..454a740f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-14.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-2.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-2.xls new file mode 100644 index 00000000..c214dab5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-2.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-8.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-8.xls new file mode 100644 index 00000000..83de0204 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-8.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-9.xls b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-9.xls new file mode 100644 index 00000000..8e2b6e9b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/statistics_excel/2020-1-9.xls differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155830_11b9842e0a271ff252c1903e7132cd68.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155830_11b9842e0a271ff252c1903e7132cd68.png new file mode 100644 index 00000000..5570df64 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155830_11b9842e0a271ff252c1903e7132cd68.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155846_2ba596643cbbbc20318224181fa46b28.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155846_2ba596643cbbbc20318224181fa46b28.png new file mode 100644 index 00000000..1da5a7a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155846_2ba596643cbbbc20318224181fa46b28.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155907_98b297950041a42470269d56260243a1.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155907_98b297950041a42470269d56260243a1.png new file mode 100644 index 00000000..4d0d4bf4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155907_98b297950041a42470269d56260243a1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155922_01882513d5fa7c329e940dda99b12147.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155922_01882513d5fa7c329e940dda99b12147.png new file mode 100644 index 00000000..d0d606a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155922_01882513d5fa7c329e940dda99b12147.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155938_fc3cf452d3da8402bebb765225ce8c0e.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155938_fc3cf452d3da8402bebb765225ce8c0e.png new file mode 100644 index 00000000..d7dbaff1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919155938_fc3cf452d3da8402bebb765225ce8c0e.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_55743cc0393b1cb4b8b37d09ae48d097.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_55743cc0393b1cb4b8b37d09ae48d097.png new file mode 100644 index 00000000..7babce15 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_55743cc0393b1cb4b8b37d09ae48d097.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_69421f032498c97020180038fddb8e24.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_69421f032498c97020180038fddb8e24.png new file mode 100644 index 00000000..2d17b1c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_69421f032498c97020180038fddb8e24.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_a5bfc9e07964f8dddeb95fc584cd965d.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_a5bfc9e07964f8dddeb95fc584cd965d.png new file mode 100644 index 00000000..949721fe Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_a5bfc9e07964f8dddeb95fc584cd965d.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_b83aac23b9528732c23cc7352950e880.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_b83aac23b9528732c23cc7352950e880.png new file mode 100644 index 00000000..898ec969 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919160319_b83aac23b9528732c23cc7352950e880.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161935_e2230b853516e7b05d79744fbd4c9c13.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161935_e2230b853516e7b05d79744fbd4c9c13.png new file mode 100644 index 00000000..5570df64 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161935_e2230b853516e7b05d79744fbd4c9c13.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161951_faa9afea49ef2ff029a833cccc778fd0.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161951_faa9afea49ef2ff029a833cccc778fd0.png new file mode 100644 index 00000000..1da5a7a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919161951_faa9afea49ef2ff029a833cccc778fd0.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162005_42e7aaa88b48137a16a1acd04ed91125.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162005_42e7aaa88b48137a16a1acd04ed91125.png new file mode 100644 index 00000000..4d0d4bf4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162005_42e7aaa88b48137a16a1acd04ed91125.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162023_cfee398643cbc3dc5eefc89334cacdc1.png b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162023_cfee398643cbc3dc5eefc89334cacdc1.png new file mode 100644 index 00000000..d0d606a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/banner/1/1_20160919162023_cfee398643cbc3dc5eefc89334cacdc1.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/smartmenu/case/case_20190903105944_4e4b5fbbbb602b6d35bea8460aa8f8e5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/smartmenu/case/case_20190903105944_4e4b5fbbbb602b6d35bea8460aa8f8e5.jpg new file mode 100644 index 00000000..030ab8a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/smartmenu/case/case_20190903105944_4e4b5fbbbb602b6d35bea8460aa8f8e5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103516_061412e4a03c02f9902576ec55ebbe77.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103516_061412e4a03c02f9902576ec55ebbe77.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103516_061412e4a03c02f9902576ec55ebbe77.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103517_3cec07e9ba5f5bb252d13f5f431e4bbb.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103517_3cec07e9ba5f5bb252d13f5f431e4bbb.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103517_3cec07e9ba5f5bb252d13f5f431e4bbb.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103633_24896ee4c6526356cc127852413ea3b4.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103633_24896ee4c6526356cc127852413ea3b4.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103633_24896ee4c6526356cc127852413ea3b4.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103635_32bb90e8976aab5298d5da10fe66f21d.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103635_32bb90e8976aab5298d5da10fe66f21d.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/form_notice/form_notice_20191129103635_32bb90e8976aab5298d5da10fe66f21d.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102320_eccbc87e4b5ce2fe28308fd9f2a7baf3.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102320_eccbc87e4b5ce2fe28308fd9f2a7baf3.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102320_eccbc87e4b5ce2fe28308fd9f2a7baf3.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102741_15de21c670ae7c3f6f3f1f37029303c9.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102741_15de21c670ae7c3f6f3f1f37029303c9.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191120102741_15de21c670ae7c3f6f3f1f37029303c9.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191204015648_bc6dc48b743dc5d013b1abaebd2faed2.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191204015648_bc6dc48b743dc5d013b1abaebd2faed2.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/mediation/mediation_20191204015648_bc6dc48b743dc5d013b1abaebd2faed2.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103556_3ef815416f775098fe977004015c6193.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103556_3ef815416f775098fe977004015c6193.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103556_3ef815416f775098fe977004015c6193.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103559_68053af2923e00204c3ca7c6a3150cf7.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103559_68053af2923e00204c3ca7c6a3150cf7.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/online/online_20191129103559_68053af2923e00204c3ca7c6a3150cf7.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103620_9cc138f8dc04cbf16240daa92d8d50e2.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103620_9cc138f8dc04cbf16240daa92d8d50e2.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103620_9cc138f8dc04cbf16240daa92d8d50e2.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103622_a7aeed74714116f3b292a982238f83d2.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103622_a7aeed74714116f3b292a982238f83d2.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/team/team_20191129103622_a7aeed74714116f3b292a982238f83d2.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004624_d09bf41544a3365a46c9077ebb5e35c3.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004624_d09bf41544a3365a46c9077ebb5e35c3.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004624_d09bf41544a3365a46c9077ebb5e35c3.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004628_e49b8b4053df9505e1f48c3a701c0682.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004628_e49b8b4053df9505e1f48c3a701c0682.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122004628_e49b8b4053df9505e1f48c3a701c0682.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134740_b137fdd1f79d56c7edf3365fea7520f2.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134740_b137fdd1f79d56c7edf3365fea7520f2.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134740_b137fdd1f79d56c7edf3365fea7520f2.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134744_c8ffe9a587b126f152ed3d89a146b445.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134744_c8ffe9a587b126f152ed3d89a146b445.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134744_c8ffe9a587b126f152ed3d89a146b445.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134748_a3d68b461bd9d3533ee1dd3ce4628ed4.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134748_a3d68b461bd9d3533ee1dd3ce4628ed4.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134748_a3d68b461bd9d3533ee1dd3ce4628ed4.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134754_b7ee6f5f9aa5cd17ca1aea43ce848496.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134754_b7ee6f5f9aa5cd17ca1aea43ce848496.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122134754_b7ee6f5f9aa5cd17ca1aea43ce848496.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161923_cfecdb276f634854f3ef915e2e980c31.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161923_cfecdb276f634854f3ef915e2e980c31.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161923_cfecdb276f634854f3ef915e2e980c31.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161930_d6baf65e0b240ce177cf70da146c8dc8.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161930_d6baf65e0b240ce177cf70da146c8dc8.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161930_d6baf65e0b240ce177cf70da146c8dc8.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161941_2ab56412b1163ee131e1246da0955bd1.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161941_2ab56412b1163ee131e1246da0955bd1.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161941_2ab56412b1163ee131e1246da0955bd1.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161945_8fecb20817b3847419bb3de39a609afe.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161945_8fecb20817b3847419bb3de39a609afe.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191122161945_8fecb20817b3847419bb3de39a609afe.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175639_cf67355a3333e6e143439161adc2d82e.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175639_cf67355a3333e6e143439161adc2d82e.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175639_cf67355a3333e6e143439161adc2d82e.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175642_dc6a6489640ca02b0d42dabeb8e46bb7.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175642_dc6a6489640ca02b0d42dabeb8e46bb7.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191125175642_dc6a6489640ca02b0d42dabeb8e46bb7.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095621_69cb3ea317a32c4e6143e665fdb20b14.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095621_69cb3ea317a32c4e6143e665fdb20b14.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095621_69cb3ea317a32c4e6143e665fdb20b14.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095624_06997f04a7db92466a2baa6ebc8b872d.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095624_06997f04a7db92466a2baa6ebc8b872d.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095624_06997f04a7db92466a2baa6ebc8b872d.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095630_7f6ffaa6bb0b408017b62254211691b5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095630_7f6ffaa6bb0b408017b62254211691b5.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219095630_7f6ffaa6bb0b408017b62254211691b5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100131_288cc0ff022877bd3df94bc9360b9c5d.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100131_288cc0ff022877bd3df94bc9360b9c5d.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100131_288cc0ff022877bd3df94bc9360b9c5d.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100135_e70611883d2760c8bbafb4acb29e3446.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100135_e70611883d2760c8bbafb4acb29e3446.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20191219100135_e70611883d2760c8bbafb4acb29e3446.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100347_f340f1b1f65b6df5b5e3f94d95b11daf.png b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100347_f340f1b1f65b6df5b5e3f94d95b11daf.png new file mode 100644 index 00000000..99dbda3b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100347_f340f1b1f65b6df5b5e3f94d95b11daf.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100414_a02ffd91ece5e7efeb46db8f10a74059.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100414_a02ffd91ece5e7efeb46db8f10a74059.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100414_a02ffd91ece5e7efeb46db8f10a74059.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100421_258be18e31c8188555c2ff05b4d542c3.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100421_258be18e31c8188555c2ff05b4d542c3.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100421_258be18e31c8188555c2ff05b4d542c3.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100428_061412e4a03c02f9902576ec55ebbe77.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100428_061412e4a03c02f9902576ec55ebbe77.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublcfrncmng/trublcfrncmng_20200115100428_061412e4a03c02f9902576ec55ebbe77.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122007_54a367d629152b720749e187b3eaa11b.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122007_54a367d629152b720749e187b3eaa11b.pdf new file mode 100644 index 00000000..30203baf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122007_54a367d629152b720749e187b3eaa11b.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122012_e205ee2a5de471a70c1fd1b46033a75f.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122012_e205ee2a5de471a70c1fd1b46033a75f.pdf new file mode 100644 index 00000000..15f9431a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191119122012_e205ee2a5de471a70c1fd1b46033a75f.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154834_3493894fa4ea036cfc6433c3e2ee63b0.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154834_3493894fa4ea036cfc6433c3e2ee63b0.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154834_3493894fa4ea036cfc6433c3e2ee63b0.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154854_53fde96fcc4b4ce72d7739202324cd49.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154854_53fde96fcc4b4ce72d7739202324cd49.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120154854_53fde96fcc4b4ce72d7739202324cd49.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155047_4734ba6f3de83d861c3176a6273cac6d.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155047_4734ba6f3de83d861c3176a6273cac6d.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155047_4734ba6f3de83d861c3176a6273cac6d.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155104_069d3bb002acd8d7dd095917f9efe4cb.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155104_069d3bb002acd8d7dd095917f9efe4cb.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155104_069d3bb002acd8d7dd095917f9efe4cb.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155255_df877f3865752637daa540ea9cbc474f.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155255_df877f3865752637daa540ea9cbc474f.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120155255_df877f3865752637daa540ea9cbc474f.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160147_f47d0ad31c4c49061b9e505593e3db98.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160147_f47d0ad31c4c49061b9e505593e3db98.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160147_f47d0ad31c4c49061b9e505593e3db98.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160452_7f6ffaa6bb0b408017b62254211691b5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160452_7f6ffaa6bb0b408017b62254211691b5.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160452_7f6ffaa6bb0b408017b62254211691b5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160511_f2201f5191c4e92cc5af043eebfd0946.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160511_f2201f5191c4e92cc5af043eebfd0946.xlsx new file mode 100644 index 00000000..15cc0ef1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160511_f2201f5191c4e92cc5af043eebfd0946.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160541_efe937780e95574250dabe07151bdc23.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160541_efe937780e95574250dabe07151bdc23.pdf new file mode 100644 index 00000000..eac2c5d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160541_efe937780e95574250dabe07151bdc23.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160546_d58072be2820e8682c0a27c0518e805e.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160546_d58072be2820e8682c0a27c0518e805e.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160546_d58072be2820e8682c0a27c0518e805e.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160613_2e65f2f2fdaf6c699b223c61b1b5ab89.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160613_2e65f2f2fdaf6c699b223c61b1b5ab89.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160613_2e65f2f2fdaf6c699b223c61b1b5ab89.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160953_30ef30b64204a3088a26bc2e6ecf7602.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160953_30ef30b64204a3088a26bc2e6ecf7602.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120160953_30ef30b64204a3088a26bc2e6ecf7602.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120161000_670e8a43b246801ca1eaca97b3e19189.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120161000_670e8a43b246801ca1eaca97b3e19189.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191120161000_670e8a43b246801ca1eaca97b3e19189.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171803_ad13a2a07ca4b7642959dc0c4c740ab6.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171803_ad13a2a07ca4b7642959dc0c4c740ab6.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171803_ad13a2a07ca4b7642959dc0c4c740ab6.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171850_bea5955b308361a1b07bc55042e25e54.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171850_bea5955b308361a1b07bc55042e25e54.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191128171850_bea5955b308361a1b07bc55042e25e54.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129103239_903ce9225fca3e988c2af215d4e544d3.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129103239_903ce9225fca3e988c2af215d4e544d3.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129103239_903ce9225fca3e988c2af215d4e544d3.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129104117_e2ef524fbf3d9fe611d5a8e90fefdc9c.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129104117_e2ef524fbf3d9fe611d5a8e90fefdc9c.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20191129104117_e2ef524fbf3d9fe611d5a8e90fefdc9c.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200102154427_795c7a7a5ec6b460ec00c5841019b9e9.txt b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200102154427_795c7a7a5ec6b460ec00c5841019b9e9.txt new file mode 100644 index 00000000..7d08a19a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200102154427_795c7a7a5ec6b460ec00c5841019b9e9.txt @@ -0,0 +1,33 @@ +-- 접수 + +select * from C_RCEPTMST; + +select * from C_APPLCNT; + +select * from C_RESPONDENT; + +select * from C_APPAGENT; + +select * from C_RESAGENT; + +select * from C_RCEPTSTTUS; + +select * from C_SUBCNTRSTTUS; + +-- 사건 + +select * from C_MASTER; + +select * from C_CASEAPPLCNT; + +select * from C_CASERESPONDENT; + +select * from C_CASEAPPAGENT; + +select * from C_CASERESAGENT; + +select * from C_CASESTTUS; + +select * from C_CASESUBCNTRSTTUS; + +select * from C_CASERCEPT \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094226_5751ec3e9a4feab575962e78e006250d.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094226_5751ec3e9a4feab575962e78e006250d.pptx new file mode 100644 index 00000000..d0baad01 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094226_5751ec3e9a4feab575962e78e006250d.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094248_eb160de1de89d9058fcb0b968dbbbd68.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094248_eb160de1de89d9058fcb0b968dbbbd68.pdf new file mode 100644 index 00000000..9eef12ed Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/case/trublreqstmng/trublreqstmng_20200115094248_eb160de1de89d9058fcb0b968dbbbd68.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154043_da0d1111d2dc5d489242e60ebcbaf988.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154043_da0d1111d2dc5d489242e60ebcbaf988.jpg new file mode 100644 index 00000000..a587c965 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154043_da0d1111d2dc5d489242e60ebcbaf988.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154059_05049e90fa4f5039a8cadc6acbb4b2cc.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154059_05049e90fa4f5039a8cadc6acbb4b2cc.jpg new file mode 100644 index 00000000..78704a09 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154059_05049e90fa4f5039a8cadc6acbb4b2cc.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154241_0fcbc61acd0479dc77e3cccc0f5ffca7.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154241_0fcbc61acd0479dc77e3cccc0f5ffca7.jpg new file mode 100644 index 00000000..a587c965 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909154241_0fcbc61acd0479dc77e3cccc0f5ffca7.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155036_045117b0e0a11a242b9765e79cbf113f.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155036_045117b0e0a11a242b9765e79cbf113f.jpg new file mode 100644 index 00000000..78704a09 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155036_045117b0e0a11a242b9765e79cbf113f.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155042_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155042_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg new file mode 100644 index 00000000..0b88c913 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/mediation/mediation_20160909155042_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103534_ab88b15733f543179858600245108dd8.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103534_ab88b15733f543179858600245108dd8.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103534_ab88b15733f543179858600245108dd8.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103539_821fa74b50ba3f7cba1e6c53e8fa6845.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103539_821fa74b50ba3f7cba1e6c53e8fa6845.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/tempFiles/trublchargermng/trublchargermng_20191129103539_821fa74b50ba3f7cba1e6c53e8fa6845.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191104095339_4e732ced3463d06de0ca9a15b6153677.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191104095339_4e732ced3463d06de0ca9a15b6153677.pdf new file mode 100644 index 00000000..eac2c5d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191104095339_4e732ced3463d06de0ca9a15b6153677.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_9f61408e3afb633e50cdf1b20de6f466.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_9f61408e3afb633e50cdf1b20de6f466.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_9f61408e3afb633e50cdf1b20de6f466.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_df7f28ac89ca37bf1abd2f6c184fe1cf.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_df7f28ac89ca37bf1abd2f6c184fe1cf.pdf new file mode 100644 index 00000000..1347ca25 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/mediation/20191120103742_df7f28ac89ca37bf1abd2f6c184fe1cf.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_013a006f03dbc5392effeb8f18fda755.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_013a006f03dbc5392effeb8f18fda755.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_013a006f03dbc5392effeb8f18fda755.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9ad6aaed513b73148b7d49f70afcfb32.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9ad6aaed513b73148b7d49f70afcfb32.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9ad6aaed513b73148b7d49f70afcfb32.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9e3cfc48eccf81a0d57663e129aef3cb.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9e3cfc48eccf81a0d57663e129aef3cb.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_9e3cfc48eccf81a0d57663e129aef3cb.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_ab88b15733f543179858600245108dd8.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_ab88b15733f543179858600245108dd8.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122154549_ab88b15733f543179858600245108dd8.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_26408ffa703a72e8ac0117e74ad46f33.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_26408ffa703a72e8ac0117e74ad46f33.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_26408ffa703a72e8ac0117e74ad46f33.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_2dea61eed4bceec564a00115c4d21334.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_2dea61eed4bceec564a00115c4d21334.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_2dea61eed4bceec564a00115c4d21334.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_49182f81e6a13cf5eaa496d51fea6406.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_49182f81e6a13cf5eaa496d51fea6406.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_49182f81e6a13cf5eaa496d51fea6406.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_55a7cf9c71f1c9c495413f934dd1a158.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_55a7cf9c71f1c9c495413f934dd1a158.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122155601_55a7cf9c71f1c9c495413f934dd1a158.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_352407221afb776e3143e8a1a0577885.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_352407221afb776e3143e8a1a0577885.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_352407221afb776e3143e8a1a0577885.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_99c5e07b4d5de9d18c350cdf64c5aa3d.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_99c5e07b4d5de9d18c350cdf64c5aa3d.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_99c5e07b4d5de9d18c350cdf64c5aa3d.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_c361bc7b2c033a83d663b8d9fb4be56e.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_c361bc7b2c033a83d663b8d9fb4be56e.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_c361bc7b2c033a83d663b8d9fb4be56e.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_f457c545a9ded88f18ecee47145a72c0.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_f457c545a9ded88f18ecee47145a72c0.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160116_f457c545a9ded88f18ecee47145a72c0.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_07871915a8107172b3b5dc15a6574ad3.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_07871915a8107172b3b5dc15a6574ad3.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_07871915a8107172b3b5dc15a6574ad3.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_287e03db1d99e0ec2edb90d079e142f3.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_287e03db1d99e0ec2edb90d079e142f3.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_287e03db1d99e0ec2edb90d079e142f3.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_9b698eb3105bd82528f23d0c92dedfc0.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_9b698eb3105bd82528f23d0c92dedfc0.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160451_9b698eb3105bd82528f23d0c92dedfc0.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_28dd2c7955ce926456240b2ff0100bde.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_28dd2c7955ce926456240b2ff0100bde.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_28dd2c7955ce926456240b2ff0100bde.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_74071a673307ca7459bcf75fbd024e09.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_74071a673307ca7459bcf75fbd024e09.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_74071a673307ca7459bcf75fbd024e09.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_d1f255a373a3cef72e03aa9d980c7eca.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_d1f255a373a3cef72e03aa9d980c7eca.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_d1f255a373a3cef72e03aa9d980c7eca.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_ddb30680a691d157187ee1cf9e896d03.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_ddb30680a691d157187ee1cf9e896d03.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122160933_ddb30680a691d157187ee1cf9e896d03.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_2ba596643cbbbc20318224181fa46b28.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_2ba596643cbbbc20318224181fa46b28.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_2ba596643cbbbc20318224181fa46b28.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_704afe073992cbe4813cae2f7715336f.pptx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_704afe073992cbe4813cae2f7715336f.pptx new file mode 100644 index 00000000..a276f210 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_704afe073992cbe4813cae2f7715336f.pptx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_912d2b1c7b2826caf99687388d2e8f7c.xlsx b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_912d2b1c7b2826caf99687388d2e8f7c.xlsx new file mode 100644 index 00000000..920e1a76 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_912d2b1c7b2826caf99687388d2e8f7c.xlsx differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_e70611883d2760c8bbafb4acb29e3446.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_e70611883d2760c8bbafb4acb29e3446.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122170019_e70611883d2760c8bbafb4acb29e3446.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122173356_a9a1d5317a33ae8cef33961c34144f84.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122173356_a9a1d5317a33ae8cef33961c34144f84.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122173356_a9a1d5317a33ae8cef33961c34144f84.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122174710_0d0fd7c6e093f7b804fa0150b875b868.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122174710_0d0fd7c6e093f7b804fa0150b875b868.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191122174710_0d0fd7c6e093f7b804fa0150b875b868.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_2dea61eed4bceec564a00115c4d21334.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_2dea61eed4bceec564a00115c4d21334.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_2dea61eed4bceec564a00115c4d21334.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191125180149_f0e52b27a7a5d6a1a87373dffa53dbe5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021726_996a7fa078cc36c46d02f9af3bef918b.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021726_996a7fa078cc36c46d02f9af3bef918b.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021726_996a7fa078cc36c46d02f9af3bef918b.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021737_577ef1154f3240ad5b9b413aa7346a1e.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021737_577ef1154f3240ad5b9b413aa7346a1e.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191213021737_577ef1154f3240ad5b9b413aa7346a1e.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_158f3069a435b314a80bdcb024f8e422.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_158f3069a435b314a80bdcb024f8e422.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_158f3069a435b314a80bdcb024f8e422.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_c20ad4d76fe97759aa27a0c99bff6710.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_c20ad4d76fe97759aa27a0c99bff6710.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219095347_c20ad4d76fe97759aa27a0c99bff6710.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_8f121ce07d74717e0b1f21d122e04521.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_8f121ce07d74717e0b1f21d122e04521.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_8f121ce07d74717e0b1f21d122e04521.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_97e8527feaf77a97fc38f34216141515.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_97e8527feaf77a97fc38f34216141515.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100236_97e8527feaf77a97fc38f34216141515.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_69adc1e107f7f7d035d7baf04342e1ca.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_69adc1e107f7f7d035d7baf04342e1ca.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_69adc1e107f7f7d035d7baf04342e1ca.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_bd4c9ab730f5513206b999ec0d90d1fb.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_bd4c9ab730f5513206b999ec0d90d1fb.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100730_bd4c9ab730f5513206b999ec0d90d1fb.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_19bc916108fc6938f52cb96f7e087941.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_19bc916108fc6938f52cb96f7e087941.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_19bc916108fc6938f52cb96f7e087941.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_efe937780e95574250dabe07151bdc23.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_efe937780e95574250dabe07151bdc23.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219100917_efe937780e95574250dabe07151bdc23.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_55b37c5c270e5d84c793e486d798c01d.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_55b37c5c270e5d84c793e486d798c01d.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_55b37c5c270e5d84c793e486d798c01d.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_b9228e0962a78b84f3d5d92f4faa000b.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_b9228e0962a78b84f3d5d92f4faa000b.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20191219101551_b9228e0962a78b84f3d5d92f4faa000b.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_bea5955b308361a1b07bc55042e25e54.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_bea5955b308361a1b07bc55042e25e54.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_bea5955b308361a1b07bc55042e25e54.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_f74909ace68e51891440e4da0b65a70c.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_f74909ace68e51891440e4da0b65a70c.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200102160016_f74909ace68e51891440e4da0b65a70c.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020450_eda80a3d5b344bc40f3bc04f65b7a357.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020450_eda80a3d5b344bc40f3bc04f65b7a357.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020450_eda80a3d5b344bc40f3bc04f65b7a357.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020504_c042f4db68f23406c6cecf84a7ebb0fe.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020504_c042f4db68f23406c6cecf84a7ebb0fe.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108020504_c042f4db68f23406c6cecf84a7ebb0fe.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108142002_efe937780e95574250dabe07151bdc23.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108142002_efe937780e95574250dabe07151bdc23.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200108142002_efe937780e95574250dabe07151bdc23.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_6c3cf77d52820cd0fe646d38bc2145ca.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_6c3cf77d52820cd0fe646d38bc2145ca.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_6c3cf77d52820cd0fe646d38bc2145ca.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_bd686fd640be98efaae0091fa301e613.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_bd686fd640be98efaae0091fa301e613.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200113110700_bd686fd640be98efaae0091fa301e613.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_53fde96fcc4b4ce72d7739202324cd49.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_53fde96fcc4b4ce72d7739202324cd49.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_53fde96fcc4b4ce72d7739202324cd49.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_a4a042cf4fd6bfb47701cbc8a1653ada.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_a4a042cf4fd6bfb47701cbc8a1653ada.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublcfrncmng/20200115100506_a4a042cf4fd6bfb47701cbc8a1653ada.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_ab817c9349cf9c4f6877e1894a1faa00.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_ab817c9349cf9c4f6877e1894a1faa00.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_ab817c9349cf9c4f6877e1894a1faa00.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_cfecdb276f634854f3ef915e2e980c31.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_cfecdb276f634854f3ef915e2e980c31.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120162315_cfecdb276f634854f3ef915e2e980c31.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120234931_0deb1c54814305ca9ad266f53bc82511.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120234931_0deb1c54814305ca9ad266f53bc82511.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191120234931_0deb1c54814305ca9ad266f53bc82511.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121150836_f1b6f2857fb6d44dd73c7041e0aa0f19.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121150836_f1b6f2857fb6d44dd73c7041e0aa0f19.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121150836_f1b6f2857fb6d44dd73c7041e0aa0f19.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121165356_1385974ed5904a438616ff7bdb3f7439.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121165356_1385974ed5904a438616ff7bdb3f7439.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191121165356_1385974ed5904a438616ff7bdb3f7439.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191129135028_3435c378bb76d4357324dd7e69f3cd18.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191129135028_3435c378bb76d4357324dd7e69f3cd18.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191129135028_3435c378bb76d4357324dd7e69f3cd18.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191203181243_98f13708210194c475687be6106a3b84.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191203181243_98f13708210194c475687be6106a3b84.jpg new file mode 100644 index 00000000..9cb9fb30 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191203181243_98f13708210194c475687be6106a3b84.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191211215317_f4f6dce2f3a0f9dada0c2b5b66452017.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191211215317_f4f6dce2f3a0f9dada0c2b5b66452017.pdf new file mode 100644 index 00000000..1347ca25 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20191211215317_f4f6dce2f3a0f9dada0c2b5b66452017.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200102154740_c9e1074f5b3f9fc8ea15d152add07294.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200102154740_c9e1074f5b3f9fc8ea15d152add07294.pdf new file mode 100644 index 00000000..bc18577d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200102154740_c9e1074f5b3f9fc8ea15d152add07294.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115094655_ea5d2f1c4608232e07d3aa3d998e5135.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115094655_ea5d2f1c4608232e07d3aa3d998e5135.pdf new file mode 100644 index 00000000..5847ce0b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115094655_ea5d2f1c4608232e07d3aa3d998e5135.pdf @@ -0,0 +1,32 @@ + + + + + + + + + 무제 + + + + + + + + + + + + +
+ + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115123307_2a38a4a9316c49e5a833517c45d31070.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115123307_2a38a4a9316c49e5a833517c45d31070.pdf new file mode 100644 index 00000000..e54e67a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/20200115123307_2a38a4a9316c49e5a833517c45d31070.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/compressed.tracemonkey-pldi-09.pdf b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/compressed.tracemonkey-pldi-09.pdf new file mode 100644 index 00000000..65570184 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/case/trublreqstmng/compressed.tracemonkey-pldi-09.pdf differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161019133207_045117b0e0a11a242b9765e79cbf113f.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161019133207_045117b0e0a11a242b9765e79cbf113f.jpg new file mode 100644 index 00000000..0b88c913 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161019133207_045117b0e0a11a242b9765e79cbf113f.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020105837_5fd0b37cd7dbbb00f97ba6ce92bf5add.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020105837_5fd0b37cd7dbbb00f97ba6ce92bf5add.jpg new file mode 100644 index 00000000..78704a09 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020105837_5fd0b37cd7dbbb00f97ba6ce92bf5add.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112618_5ea1649a31336092c05438df996a3e59.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112618_5ea1649a31336092c05438df996a3e59.jpg new file mode 100644 index 00000000..392744af Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112618_5ea1649a31336092c05438df996a3e59.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112710_cfbce4c1d7c425baf21d6b6f2babe6be.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112710_cfbce4c1d7c425baf21d6b6f2babe6be.jpg new file mode 100644 index 00000000..f727c718 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112710_cfbce4c1d7c425baf21d6b6f2babe6be.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112848_8d34201a5b85900908db6cae92723617.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112848_8d34201a5b85900908db6cae92723617.jpg new file mode 100644 index 00000000..665e306e Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020112848_8d34201a5b85900908db6cae92723617.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113111_b55ec28c52d5f6205684a473a2193564.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113111_b55ec28c52d5f6205684a473a2193564.jpg new file mode 100644 index 00000000..49a652fe Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113111_b55ec28c52d5f6205684a473a2193564.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113245_1bb91f73e9d31ea2830a5e73ce3ed328.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113245_1bb91f73e9d31ea2830a5e73ce3ed328.jpg new file mode 100644 index 00000000..91d13c51 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113245_1bb91f73e9d31ea2830a5e73ce3ed328.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113331_26657d5ff9020d2abefe558796b99584.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113331_26657d5ff9020d2abefe558796b99584.jpg new file mode 100644 index 00000000..4989090c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113331_26657d5ff9020d2abefe558796b99584.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113613_51ef186e18dc00c2d31982567235c559.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113613_51ef186e18dc00c2d31982567235c559.jpg new file mode 100644 index 00000000..2161c68f Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113613_51ef186e18dc00c2d31982567235c559.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113728_1c9ac0159c94d8d0cbedc973445af2da.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113728_1c9ac0159c94d8d0cbedc973445af2da.jpg new file mode 100644 index 00000000..172ff080 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113728_1c9ac0159c94d8d0cbedc973445af2da.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113820_fbd7939d674997cdb4692d34de8633c4.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113820_fbd7939d674997cdb4692d34de8633c4.jpg new file mode 100644 index 00000000..5a93713b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113820_fbd7939d674997cdb4692d34de8633c4.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113916_9b70e8fe62e40c570a322f1b0b659098.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113916_9b70e8fe62e40c570a322f1b0b659098.jpg new file mode 100644 index 00000000..81cc724a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113916_9b70e8fe62e40c570a322f1b0b659098.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113942_2ba596643cbbbc20318224181fa46b28.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113942_2ba596643cbbbc20318224181fa46b28.jpg new file mode 100644 index 00000000..cc7923b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020113942_2ba596643cbbbc20318224181fa46b28.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114006_67d16d00201083a2b118dd5128dd6f59.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114006_67d16d00201083a2b118dd5128dd6f59.jpg new file mode 100644 index 00000000..73d849bd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114006_67d16d00201083a2b118dd5128dd6f59.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114027_6883966fd8f918a4aa29be29d2c386fb.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114027_6883966fd8f918a4aa29be29d2c386fb.jpg new file mode 100644 index 00000000..6afbac55 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114027_6883966fd8f918a4aa29be29d2c386fb.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114112_7b13b2203029ed80337f27127a9f1d28.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114112_7b13b2203029ed80337f27127a9f1d28.jpg new file mode 100644 index 00000000..9e551783 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114112_7b13b2203029ed80337f27127a9f1d28.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114134_55a7cf9c71f1c9c495413f934dd1a158.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114134_55a7cf9c71f1c9c495413f934dd1a158.jpg new file mode 100644 index 00000000..d1a20957 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114134_55a7cf9c71f1c9c495413f934dd1a158.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114204_d1f491a404d6854880943e5c3cd9ca25.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114204_d1f491a404d6854880943e5c3cd9ca25.jpg new file mode 100644 index 00000000..02791b66 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114204_d1f491a404d6854880943e5c3cd9ca25.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114225_41f1f19176d383480afa65d325c06ed0.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114225_41f1f19176d383480afa65d325c06ed0.jpg new file mode 100644 index 00000000..c6ab5fb2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020114225_41f1f19176d383480afa65d325c06ed0.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131221_da4fb5c6e93e74d3df8527599fa62642.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131221_da4fb5c6e93e74d3df8527599fa62642.jpg new file mode 100644 index 00000000..f4f01837 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131221_da4fb5c6e93e74d3df8527599fa62642.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131304_16a5cdae362b8d27a1d8f8c7b78b4330.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131304_16a5cdae362b8d27a1d8f8c7b78b4330.jpg new file mode 100644 index 00000000..1862e88a Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131304_16a5cdae362b8d27a1d8f8c7b78b4330.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131332_b137fdd1f79d56c7edf3365fea7520f2.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131332_b137fdd1f79d56c7edf3365fea7520f2.jpg new file mode 100644 index 00000000..e7daad15 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131332_b137fdd1f79d56c7edf3365fea7520f2.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131406_54a367d629152b720749e187b3eaa11b.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131406_54a367d629152b720749e187b3eaa11b.jpg new file mode 100644 index 00000000..742da00b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131406_54a367d629152b720749e187b3eaa11b.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131432_eefc9e10ebdc4a2333b42b2dbb8f27b6.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131432_eefc9e10ebdc4a2333b42b2dbb8f27b6.jpg new file mode 100644 index 00000000..61baffaf Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131432_eefc9e10ebdc4a2333b42b2dbb8f27b6.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131458_0bb4aec1710521c12ee76289d9440817.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131458_0bb4aec1710521c12ee76289d9440817.jpg new file mode 100644 index 00000000..088c58b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131458_0bb4aec1710521c12ee76289d9440817.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131515_f29c21d4897f78948b91f03172341b7b.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131515_f29c21d4897f78948b91f03172341b7b.jpg new file mode 100644 index 00000000..6926a70d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131515_f29c21d4897f78948b91f03172341b7b.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131559_26337353b7962f533d78c762373b3318.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131559_26337353b7962f533d78c762373b3318.jpg new file mode 100644 index 00000000..e9893fdd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131559_26337353b7962f533d78c762373b3318.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131702_eb160de1de89d9058fcb0b968dbbbd68.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131702_eb160de1de89d9058fcb0b968dbbbd68.jpg new file mode 100644 index 00000000..a7d27509 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131702_eb160de1de89d9058fcb0b968dbbbd68.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131738_a4f23670e1833f3fdb077ca70bbd5d66.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131738_a4f23670e1833f3fdb077ca70bbd5d66.jpg new file mode 100644 index 00000000..5c87c2ce Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131738_a4f23670e1833f3fdb077ca70bbd5d66.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131818_b056eb1587586b71e2da9acfe4fbd19e.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131818_b056eb1587586b71e2da9acfe4fbd19e.jpg new file mode 100644 index 00000000..36825f3d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131818_b056eb1587586b71e2da9acfe4fbd19e.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131917_d840cc5d906c3e9c84374c8919d2074e.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131917_d840cc5d906c3e9c84374c8919d2074e.jpg new file mode 100644 index 00000000..6fc55bd1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131917_d840cc5d906c3e9c84374c8919d2074e.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131949_f1c1592588411002af340cbaedd6fc33.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131949_f1c1592588411002af340cbaedd6fc33.jpg new file mode 100644 index 00000000..5c6cf161 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020131949_f1c1592588411002af340cbaedd6fc33.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132022_13fe9d84310e77f13a6d184dbf1232f3.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132022_13fe9d84310e77f13a6d184dbf1232f3.jpg new file mode 100644 index 00000000..3ce0eb98 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132022_13fe9d84310e77f13a6d184dbf1232f3.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132048_55a7cf9c71f1c9c495413f934dd1a158.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132048_55a7cf9c71f1c9c495413f934dd1a158.jpg new file mode 100644 index 00000000..d0209169 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132048_55a7cf9c71f1c9c495413f934dd1a158.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132154_069d3bb002acd8d7dd095917f9efe4cb.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132154_069d3bb002acd8d7dd095917f9efe4cb.jpg new file mode 100644 index 00000000..fec7ae16 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132154_069d3bb002acd8d7dd095917f9efe4cb.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132217_10a7cdd970fe135cf4f7bb55c0e3b59f.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132217_10a7cdd970fe135cf4f7bb55c0e3b59f.jpg new file mode 100644 index 00000000..a5116087 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132217_10a7cdd970fe135cf4f7bb55c0e3b59f.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132243_a5771bce93e200c36f7cd9dfd0e5deaa.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132243_a5771bce93e200c36f7cd9dfd0e5deaa.jpg new file mode 100644 index 00000000..5d09eaae Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132243_a5771bce93e200c36f7cd9dfd0e5deaa.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132310_7250eb93b3c18cc9daa29cf58af7a004.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132310_7250eb93b3c18cc9daa29cf58af7a004.jpg new file mode 100644 index 00000000..7107cbe8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132310_7250eb93b3c18cc9daa29cf58af7a004.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132338_6da37dd3139aa4d9aa55b8d237ec5d4a.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132338_6da37dd3139aa4d9aa55b8d237ec5d4a.jpg new file mode 100644 index 00000000..a115ec09 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132338_6da37dd3139aa4d9aa55b8d237ec5d4a.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132358_c15da1f2b5e5ed6e6837a3802f0d1593.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132358_c15da1f2b5e5ed6e6837a3802f0d1593.jpg new file mode 100644 index 00000000..0eab5548 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132358_c15da1f2b5e5ed6e6837a3802f0d1593.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132417_98f13708210194c475687be6106a3b84.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132417_98f13708210194c475687be6106a3b84.jpg new file mode 100644 index 00000000..c2ca200c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132417_98f13708210194c475687be6106a3b84.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132437_7f6ffaa6bb0b408017b62254211691b5.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132437_7f6ffaa6bb0b408017b62254211691b5.jpg new file mode 100644 index 00000000..8b9ca4ce Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132437_7f6ffaa6bb0b408017b62254211691b5.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132505_e0cf1f47118daebc5b16269099ad7347.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132505_e0cf1f47118daebc5b16269099ad7347.jpg new file mode 100644 index 00000000..8c958e43 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161020132505_e0cf1f47118daebc5b16269099ad7347.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161021091829_19b650660b253761af189682e03501dd.jpg b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161021091829_19b650660b253761af189682e03501dd.jpg new file mode 100644 index 00000000..f5237ac7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/uploadFiles/trublchargermng/20161021091829_19b650660b253761af189682e03501dd.jpg differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153705_f47d0ad31c4c49061b9e505593e3db98.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153705_f47d0ad31c4c49061b9e505593e3db98.png new file mode 100644 index 00000000..5570df64 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153705_f47d0ad31c4c49061b9e505593e3db98.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153722_e7f8a7fb0b77bcb3b283af5be021448f.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153722_e7f8a7fb0b77bcb3b283af5be021448f.png new file mode 100644 index 00000000..1da5a7a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153722_e7f8a7fb0b77bcb3b283af5be021448f.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153737_1d7f7abc18fcb43975065399b0d1e48e.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153737_1d7f7abc18fcb43975065399b0d1e48e.png new file mode 100644 index 00000000..4d0d4bf4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153737_1d7f7abc18fcb43975065399b0d1e48e.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153751_42a0e188f5033bc65bf8d78622277c4e.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153751_42a0e188f5033bc65bf8d78622277c4e.png new file mode 100644 index 00000000..d0d606a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153751_42a0e188f5033bc65bf8d78622277c4e.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153806_e07413354875be01a996dc560274708e.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153806_e07413354875be01a996dc560274708e.png new file mode 100644 index 00000000..d7dbaff1 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/1_20160919153806_e07413354875be01a996dc560274708e.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next.png new file mode 100644 index 00000000..1314a29d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next_over.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next_over.png new file mode 100644 index 00000000..9ba643c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_next_over.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_off.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_off.png new file mode 100644 index 00000000..8c69c221 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_off.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_on.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_on.png new file mode 100644 index 00000000..515669af Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_on.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_over.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_over.png new file mode 100644 index 00000000..a61116a4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pagination_over.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play.png new file mode 100644 index 00000000..34fdc220 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play_over.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play_over.png new file mode 100644 index 00000000..76c637e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_play_over.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre.png new file mode 100644 index 00000000..7db138b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre_over.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre_over.png new file mode 100644 index 00000000..1460ac8b Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_pre_over.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop.png new file mode 100644 index 00000000..bf4d0912 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop.png differ diff --git a/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop_over.png b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop_over.png new file mode 100644 index 00000000..286292d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/case/upload/visual/1/btn_stop_over.png differ diff --git a/src/main/webapp/WEB-INF/views/site/common/css/alert.css b/src/main/webapp/WEB-INF/views/site/common/css/alert.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/alert.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/charge.css b/src/main/webapp/WEB-INF/views/site/common/css/charge.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/charge.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/fileupload.css b/src/main/webapp/WEB-INF/views/site/common/css/fileupload.css new file mode 100644 index 00000000..b20b0d04 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/fileupload.css @@ -0,0 +1,47 @@ +@charset 'utf-8'; +/** + * fileupload css + * GLOBAL_IT FRONTDEVTEAM LSK 20160411 + */ + +/* + * reset + */ + +body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;} +body,input,textarea,select,button,table {font-family:'Open Sans','Nanum Gothic',sans-serif;font-size:12px;color:#1c1c1c;} +img,fieldset,iframe {border:0;} +.ui ul,.ui ol {list-style:none;} +em,address {font-style:normal;} +a {color:#1c1c1c;text-decoration:none;} +a:hover,a:active,a:focus {text-decoration:underline;} +.ui a:hover,.ui a:active,.ui a:focus {text-decoration:none;} +article,aside,dialog,footer,header,section,footer,nav,figure {display:block;margin:0;padding:0;} +caption {width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;} +input,select {border-radius:0;} +input[type="checkbox"], +input[type="radio"] {width:13px;height:13px;vertical-align:-2px;} +input[type="submit"],button,label {cursor:pointer;} +button::-moz-focus-inner {padding:0;border:0;} +::-webkit-input-placeholder {font-size:11px;color:#1c1c1c;} +::-moz-placeholder {font-size:11px;color:#1c1c1c;} /* firefox 19+ */ +:-ms-input-placeholder {font-size:11px;color:#1c1c1c;} /* ie */ +input:-moz-placeholder {font-size:11px;color:#1c1c1c;} +input:read-only, textarea:read-only, [contenteditable]:read-only {background-color:#fafafa;cursor:not-allowed;} +html.popup {overflow:hidden;} +.hidden,legend,hr {overflow:hidden;position:absolute;top:0;left:-10000%;width:1px;height:1px;font-size:0;line-height:0;text-indent:-10000px;} + +html {width:100%;overflow:hidden;} +#fileuploadWrap {position:relative;} +h1 {height:50px;line-height:50px;padding:0 10px;font-size:20px;font-weight:700;} +.seed_tbl {border-top:2px solid #cccccc;border-bottom:1px solid #cccccc;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;} +.seed_tbl table {width:100%;border-collapse:collapse;} +.seed_tbl table th, .seed_tbl table td {padding:10px;border-top:1px solid #eeeeee;} +.seed_tbl table th {background-color:#fafafa;} +.seed_tbl table tbody tr:first-of-type th, .seed_tbl table tbody tr:first-of-type td {border-top:0;} +.seed_tbl table input[type='file'] {padding:5px;vertical-align:top;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +.seed_tbl table textarea {overflow-y:auto;width:100%;height:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;border:1px solid #dddddd;resize:vertical;} +.btnArea_fileuopload {margin-top:10px;padding-right:10px;} +.btnArea_fileuopload.ar {text-align:right;} +.seedbbs_btn {display:inline-block;padding:5px 10px;border:1px solid #dddddd;border-radius:2px;background:#ffffff;background:-moz-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:linear-gradient(to bottom,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);text-decoration:none;} +.btnPopupClose {position:absolute;width:30px;height:30px;top:10px;right:10px;border:0;background:url('/img/icon_popup_close.png') no-repeat 0 0;text-indent:-9999em;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/login.css b/src/main/webapp/WEB-INF/views/site/common/css/login.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/login.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/member.css b/src/main/webapp/WEB-INF/views/site/common/css/member.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/member.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/menu_main.css b/src/main/webapp/WEB-INF/views/site/common/css/menu_main.css new file mode 100644 index 00000000..7bbdec01 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/menu_main.css @@ -0,0 +1 @@ +menu_main.css \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/menu_sub.css b/src/main/webapp/WEB-INF/views/site/common/css/menu_sub.css new file mode 100644 index 00000000..d7ef0e0a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/menu_sub.css @@ -0,0 +1 @@ +menu_sub.css \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/mypage.css b/src/main/webapp/WEB-INF/views/site/common/css/mypage.css new file mode 100644 index 00000000..3dd2ad3b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/mypage.css @@ -0,0 +1,55 @@ +@charset "utf-8"; + +/* mypage_search */ +.mypage_searchForm{margin-bottom:15px; text-align:right;} +.mypage_searchForm input{vertical-align:middle;} +.mypage_searchForm img{vertical-align:middle;} +.mypage_searchForm select{border:1px #d6d6d6 solid; vertical-align:middle;} +.mypage_searchForm .searchTxt{height:18px; border:1px #d6d6d6 solid;} + +/* mypage_tableList */ +.mypage_tableList{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableList caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableList thead th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableList tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid; text-align:center;} +.mypage_tableList tbody td p{padding-left:10px; text-align:left;} +.mypage_tableList tbody td img{vertical-align:middle;} + +/* mypage_paging */ +.mypage_paging{text-align:center;} +.mypage_paging img{vertical-align:middle;} +.mypage_paging span{margin:0 8px;} +.mypage_paging span a{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #d6d6d6 solid; text-align:center; vertical-align:middle;} +.mypage_paging span a:hover{color:#3c75b7; border:1px #3c75b7 solid;} +.mypage_paging span strong{display:inline-block; width:26px; height:18px; padding-top:6px; border:1px #4C4C4C solid; text-align:center; vertical-align:middle; color:#4C4C4C;} + +/* mypage_tableForm */ +.mypage_tableForm{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableForm caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableForm tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableForm tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableForm tbody td p{padding-left:10px;} +.mypage_tableForm tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableForm tbody td input{height: 22px;} +.mypage_tableForm tbody td div{padding-top:5px;} + +/* mypage_tableEdit */ +.mypage_tableEdit{width:100%; margin-bottom:20px; border-top:2px #747474 solid; border-collapse:collapse;} +.mypage_tableEdit caption{width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} +.mypage_tableEdit tbody th{padding:10px 0; border-bottom:1px #A6A6A6 solid; color:#4C4C4C;} +.mypage_tableEdit tbody td{padding:10px 0; border-bottom:1px #A6A6A6 solid;} +.mypage_tableEdit tbody td p{padding-left:10px;} +.mypage_tableEdit tbody td label{display: inline-block; margin-left: 5px; margin-top: 6px; vertical-align: top;} +.mypage_tableEdit tbody td input{height: 22px;} +.mypage_tableEdit tbody td div{padding-top:5px;} + +/* mypage_btn */ +.mypage_btnL{text-align:left;} +.mypage_btnL input{vertical-align: middle;} +.mypage_btnL img{vertical-align: middle;} + +.mypage_btnR{text-align:right; margin-right: 5px;} +.mypage_btnR input{vertical-align: middle;} +.mypage_btnR img{vertical-align: middle;} + +.memberAuthIp{text-align:left;} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/navigation.css b/src/main/webapp/WEB-INF/views/site/common/css/navigation.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/navigation.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/satisfaction.css b/src/main/webapp/WEB-INF/views/site/common/css/satisfaction.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/satisfaction.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/css/smartmenu.css b/src/main/webapp/WEB-INF/views/site/common/css/smartmenu.css new file mode 100644 index 00000000..55cfd4ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/css/smartmenu.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/charge.html b/src/main/webapp/WEB-INF/views/site/common/html/charge.html new file mode 100644 index 00000000..4fc88865 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/charge.html @@ -0,0 +1,7 @@ +
+
    + +
  • +
    +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/error.html b/src/main/webapp/WEB-INF/views/site/common/html/error.html new file mode 100644 index 00000000..760589cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/error.html @@ -0,0 +1 @@ +error \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/fileupload.html b/src/main/webapp/WEB-INF/views/site/common/html/fileupload.html new file mode 100644 index 00000000..60dad133 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/fileupload.html @@ -0,0 +1,31 @@ +
+

첨부파일

+
+
+ 첨부파일 업로드 +
+ + + + + + + + + + + + + + + + +
첨부파일, 첨부파일 설명을 입력할 수 있는 표 입니다.
첨부파일
설명
+
+
+ +
+
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/footer.html b/src/main/webapp/WEB-INF/views/site/common/html/footer.html new file mode 100644 index 00000000..e037349f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/footer.html @@ -0,0 +1 @@ +

footer.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/header.html b/src/main/webapp/WEB-INF/views/site/common/html/header.html new file mode 100644 index 00000000..eff861de --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/header.html @@ -0,0 +1 @@ +

header.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/login.html b/src/main/webapp/WEB-INF/views/site/common/html/login.html new file mode 100644 index 00000000..7cdaf147 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/login.html @@ -0,0 +1,22 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/loginAuth.html b/src/main/webapp/WEB-INF/views/site/common/html/loginAuth.html new file mode 100644 index 00000000..e5c54806 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/loginAuth.html @@ -0,0 +1,23 @@ +
+ + +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + @ +
    +
  • +
+ +
+
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/loginPw.html b/src/main/webapp/WEB-INF/views/site/common/html/loginPw.html new file mode 100644 index 00000000..bb239d5c --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/loginPw.html @@ -0,0 +1,31 @@ +
+ +
+
    +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
  • +
    + + +
    +
  • +
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/logout.html b/src/main/webapp/WEB-INF/views/site/common/html/logout.html new file mode 100644 index 00000000..a6dcae50 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/logout.html @@ -0,0 +1,4 @@ +
+ 님이 로그인 하셨습니다. + 로그아웃 +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberChk.html b/src/main/webapp/WEB-INF/views/site/common/html/memberChk.html new file mode 100644 index 00000000..e113735e --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberChk.html @@ -0,0 +1,22 @@ +
+ + + + + + + + + + + + + +
회원아이디의 입력 화면 입니다.
+ +
+ + 닫기 +
+ +
diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberEdit.html b/src/main/webapp/WEB-INF/views/site/common/html/memberEdit.html new file mode 100644 index 00000000..e3ee893f --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberEdit.html @@ -0,0 +1,182 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 수정화면입니다.
+ +
+ + 아이디찾기 +
+ +

미입력시 기존 비밀번호 유지

+
+ +
+ @ +
+ + + + +   + + +
+
+ + + + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + checked value='${memberItemValuesList._memberItemValue}' /> + + +
+
${memberItemList._memberItemName} + + + + + + + + + + + + + + +
+
그룹 + + + + + + + +
+
+ + + +
+ + , + ${siteNameTmp} ${groupsList._groupName} + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberForm.html b/src/main/webapp/WEB-INF/views/site/common/html/memberForm.html new file mode 100644 index 00000000..85050950 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberForm.html @@ -0,0 +1,151 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원정보 입력화면입니다.
+ +
+ + 아이디찾기 +
+ +
+ +
+ @ +
+ + +   + + +
+
+ + +   + + +
+
+ + + + + + + + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
${memberItemList._memberItemName} + + + + + +
+
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberFormPw.html b/src/main/webapp/WEB-INF/views/site/common/html/memberFormPw.html new file mode 100644 index 00000000..71277b65 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberFormPw.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberFormPwDel.html b/src/main/webapp/WEB-INF/views/site/common/html/memberFormPwDel.html new file mode 100644 index 00000000..6df6f472 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberFormPwDel.html @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + +
패스워드 입력화면입니다.
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberIdFind.html b/src/main/webapp/WEB-INF/views/site/common/html/memberIdFind.html new file mode 100644 index 00000000..1c221b17 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberIdFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
아이디찾기 이름, 이메일주소 입력화면입니다.
+ +
+ @ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberIdResult.html b/src/main/webapp/WEB-INF/views/site/common/html/memberIdResult.html new file mode 100644 index 00000000..3fa5cba8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberIdResult.html @@ -0,0 +1,4 @@ +
+ 아이디 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberPwDelResult.html b/src/main/webapp/WEB-INF/views/site/common/html/memberPwDelResult.html new file mode 100644 index 00000000..2b9c6eab --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberPwDelResult.html @@ -0,0 +1,3 @@ +
+ 회원이 탈퇴되었습니다. +
diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberPwFind.html b/src/main/webapp/WEB-INF/views/site/common/html/memberPwFind.html new file mode 100644 index 00000000..3023f527 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberPwFind.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + + +
패스워드찾기 이름, 아이디 입력화면입니다.
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/memberPwResult.html b/src/main/webapp/WEB-INF/views/site/common/html/memberPwResult.html new file mode 100644 index 00000000..0c42d830 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/memberPwResult.html @@ -0,0 +1,4 @@ +
+ 임시 비밀번호 : +
+ diff --git a/src/main/webapp/WEB-INF/views/site/common/html/message.html b/src/main/webapp/WEB-INF/views/site/common/html/message.html new file mode 100644 index 00000000..841ec731 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/message.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/navigation.html b/src/main/webapp/WEB-INF/views/site/common/html/navigation.html new file mode 100644 index 00000000..78890a83 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/navigation.html @@ -0,0 +1,7 @@ + + + + + > + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/satisfaction.html b/src/main/webapp/WEB-INF/views/site/common/html/satisfaction.html new file mode 100644 index 00000000..fcaf53cb --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/satisfaction.html @@ -0,0 +1,10 @@ + + + + + + +
+ +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/smartmenu.html b/src/main/webapp/WEB-INF/views/site/common/html/smartmenu.html new file mode 100644 index 00000000..08e78208 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/smartmenu.html @@ -0,0 +1,7 @@ +
    + +
  • +
    +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/html/sub.html b/src/main/webapp/WEB-INF/views/site/common/html/sub.html new file mode 100644 index 00000000..0e9bd893 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/html/sub.html @@ -0,0 +1 @@ +

sub.html

\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_del.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_del.gif new file mode 100644 index 00000000..51d067d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_del.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_first.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_first.gif new file mode 100644 index 00000000..dd2bff66 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_first.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_icon_del.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_icon_del.gif new file mode 100644 index 00000000..44a3d84d Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_icon_del.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_last.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_last.gif new file mode 100644 index 00000000..fbbb2acd Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_last.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_list.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_list.gif new file mode 100644 index 00000000..15fb433c Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_list.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_next.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_next.gif new file mode 100644 index 00000000..aeaad8e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_next.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_prev.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_prev.gif new file mode 100644 index 00000000..a6f0f720 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_prev.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_reg.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_reg.gif new file mode 100644 index 00000000..7fcc0ba2 Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_reg.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_save.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_save.gif new file mode 100644 index 00000000..9dc246ba Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_save.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/images/btn_search.gif b/src/main/webapp/WEB-INF/views/site/common/images/btn_search.gif new file mode 100644 index 00000000..08cfc7ba Binary files /dev/null and b/src/main/webapp/WEB-INF/views/site/common/images/btn_search.gif differ diff --git a/src/main/webapp/WEB-INF/views/site/common/js/menu_main.js b/src/main/webapp/WEB-INF/views/site/common/js/menu_main.js new file mode 100644 index 00000000..452dfa8d --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/js/menu_main.js @@ -0,0 +1,3 @@ +function menu_main_js(){ + +} diff --git a/src/main/webapp/WEB-INF/views/site/common/js/menu_sub.js b/src/main/webapp/WEB-INF/views/site/common/js/menu_sub.js new file mode 100644 index 00000000..b5a8f9a1 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/site/common/js/menu_sub.js @@ -0,0 +1,3 @@ +function menu_sub_js(){ + +} diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 2cd4bd2c..00642377 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -72,7 +72,7 @@ - + @@ -115,6 +115,8 @@ action *.do + *.gif + *.png diff --git a/src/main/webapp/css/seed/seed.contents.css b/src/main/webapp/css/seed/seed.contents.css index 0851dfde..cdfb4fa3 100644 --- a/src/main/webapp/css/seed/seed.contents.css +++ b/src/main/webapp/css/seed/seed.contents.css @@ -668,8 +668,8 @@ html.ie8 .login-site-list .btn-site-list {background:url(/img/arrow-down-balck-s ****************************************************************************************************** */ -.alert-area {width:100%;height:100%;padding:27px 6.12%;-webkit-box-shadow:0px 5px 13px #d3d3d3;-moz-box-shadow:0px 5px 13px #d3d3d3;-ms-box-shadow:0px 5px 13px #d3d3d3;box-shadow:0px 5px 13px #d3d3d3;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;background:url(/seed/img/seed_ver3_logo-color.png) 8% center no-repeat #fff;background-size:20%;} -html.ie8 .alert-area {background:url(/seed/img/seed_ver3_logo-color-small.png) 8% center no-repeat #fff;} +.alert-area {width:100%;height:100%;padding:27px 6.12%;-webkit-box-shadow:0px 5px 13px #d3d3d3;-moz-box-shadow:0px 5px 13px #d3d3d3;-ms-box-shadow:0px 5px 13px #d3d3d3;box-shadow:0px 5px 13px #d3d3d3;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;background:url(/img/seed_ver3_logo-color.png) 8% center no-repeat #fff;background-size:20%;} +html.ie8 .alert-area {background:url(/img/seed_ver3_logo-color-small.png) 8% center no-repeat #fff;} .alert-area h1 {float:left;width:23%;height:10px;text-indent:-999em;} .alert-area .alert-content {float:left;width: 77%;display:table;height:75px;/* margin-left:10.75%; */text-align:center;font-weight:bold;color:#434343;word-break:break-all;padding: 0 5%;} .alert-area .alert-content span {display:table-cell;width:100%;line-height:1.5;vertical-align:middle;text-align: center;} @@ -713,7 +713,7 @@ html.ie8 .alert-area {background:url(/seed/img/seed_ver3_logo-color-small.png) 8 .tooltipBox .tooltipText p {line-height:1.3} .file-info, -.page-tip {text-indent:-999em;width:21px;height: 21px;background: url(/seed/img/icon-page-tip.png) no-repeat 0 0;background-size: 21px 21px;vertical-align: middle;cursor:pointer} +.page-tip {text-indent:-999em;width:21px;height: 21px;background: url(/img/icon-page-tip.png) no-repeat 0 0;background-size: 21px 21px;vertical-align: middle;cursor:pointer} .file-info{display:inline-block;margin-left:5px;} .file-info-txt{position:absolute;top:0;padding:3px;background:#2f3541;color:#fff;border-radius:3px;} @@ -1063,15 +1063,15 @@ html.ie8 .radio.checked + label {background:url(/img/radio-checked-small.png) no .pagination-control a{position:relative;float:left;display:block;width:42px;height:100%;text-indent:-999em;} .pagination-control.prev a:after{content:'';position:absolute;top:50%;margin-top:-12px;right:0;width:1px;height:24px;background:#dce0df;} .pagination-control.next a:after{content:'';position:absolute;top:50%;margin-top:-12px;left:0;width:1px;height:24px;background:#dce0df;} -.pagination-control.prev a.prev-btn{background:url(/seed/img/pagination_big_prev.png) no-repeat 50% 50%;background-size:8px 14px} -.pagination-control.next a.next-btn{background:url(/seed/img/pagination_big_next.png) no-repeat 50% 50%;background-size:8px 14px} -.pagination-control.prev a.first-btn{background:url(/seed/img/pagination_big_first.png) no-repeat 50% 50%;background-size:14px 14px} -.pagination-control.next a.last-btn{background:url(/seed/img/pagination_big_last.png) no-repeat 50% 50%;background-size:14px 14px} +.pagination-control.prev a.prev-btn{background:url(/img/pagination_big_prev.png) no-repeat 50% 50%;background-size:8px 14px} +.pagination-control.next a.next-btn{background:url(/img/pagination_big_next.png) no-repeat 50% 50%;background-size:8px 14px} +.pagination-control.prev a.first-btn{background:url(/img/pagination_big_first.png) no-repeat 50% 50%;background-size:14px 14px} +.pagination-control.next a.last-btn{background:url(/img/pagination_big_last.png) no-repeat 50% 50%;background-size:14px 14px} -html.ie8 .pagination-control.prev a.prev-btn{background:url(/seed/img/pagination_small_prev.png) no-repeat 50% 50%;} -html.ie8 .pagination-control.next a.next-btn{background:url(/seed/img/pagination_small_next.png) no-repeat 50% 50%;} -html.ie8 .pagination-control.prev a.first-btn{background:url(/seed/img/pagination_small_first.png) no-repeat 50% 50%;} -html.ie8 .pagination-control.next a.last-btn{background:url(/seed/img/pagination_small_last.png) no-repeat 50% 50%;} +html.ie8 .pagination-control.prev a.prev-btn{background:url(/img/pagination_small_prev.png) no-repeat 50% 50%;} +html.ie8 .pagination-control.next a.next-btn{background:url(/img/pagination_small_next.png) no-repeat 50% 50%;} +html.ie8 .pagination-control.prev a.first-btn{background:url(/img/pagination_small_first.png) no-repeat 50% 50%;} +html.ie8 .pagination-control.next a.last-btn{background:url(/img/pagination_small_last.png) no-repeat 50% 50%;} .seed-popup-wrap {width:95%;margin:0 auto;padding-top:2%} diff --git a/src/main/webapp/js/seed/seed.app.js b/src/main/webapp/js/seed/seed.app.js index 2367a838..804c5378 100644 --- a/src/main/webapp/js/seed/seed.app.js +++ b/src/main/webapp/js/seed/seed.app.js @@ -36,7 +36,7 @@ window.seedApp = window.seedApp || (function( $ ){ return returnVal; }) .append( - $('') + $('') .click(function(){ location.reload(); })