--- base/pom.xml
+++ base/pom.xml
... | ... | @@ -614,52 +614,13 @@ |
| 614 | 614 |
</dependency> |
| 615 | 615 |
|
| 616 | 616 |
</dependencies> |
| 617 |
- |
|
| 618 |
- |
|
| 619 |
- |
|
| 620 |
- <!-- <build> |
|
| 621 |
- <plugins> |
|
| 622 |
- <plugin> |
|
| 623 |
- <artifactId>maven-eclipse-plugin</artifactId> |
|
| 624 |
- <version>2.9</version> |
|
| 625 |
- <configuration> |
|
| 626 |
- <additionalProjectnatures> |
|
| 627 |
- <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature> |
|
| 628 |
- </additionalProjectnatures> |
|
| 629 |
- <additionalBuildcommands> |
|
| 630 |
- <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand> |
|
| 631 |
- </additionalBuildcommands> |
|
| 632 |
- <downloadSources>true</downloadSources> |
|
| 633 |
- <downloadJavadocs>true</downloadJavadocs> |
|
| 634 |
- </configuration> |
|
| 635 |
- </plugin> |
|
| 636 |
- <plugin> |
|
| 637 |
- <groupId>org.apache.maven.plugins</groupId> |
|
| 638 |
- <artifactId>maven-compiler-plugin</artifactId> |
|
| 639 |
- <version>2.5.1</version> |
|
| 640 |
- <configuration> |
|
| 641 |
- <source>1.6</source> |
|
| 642 |
- <target>1.6</target> |
|
| 643 |
- <compilerArgument>-Xlint:all</compilerArgument> |
|
| 644 |
- <showWarnings>true</showWarnings> |
|
| 645 |
- <showDeprecation>true</showDeprecation> |
|
| 646 |
- </configuration> |
|
| 647 |
- </plugin> |
|
| 648 |
- <plugin> |
|
| 649 |
- <groupId>org.codehaus.mojo</groupId> |
|
| 650 |
- <artifactId>exec-maven-plugin</artifactId> |
|
| 651 |
- <version>1.2.1</version> |
|
| 652 |
- <configuration> |
|
| 653 |
- <mainClass>org.test.int1.Main</mainClass> |
|
| 654 |
- </configuration> |
|
| 655 |
- </plugin> |
|
| 656 |
- </plugins> |
|
| 657 |
- </build> |
|
| 658 |
- --> |
|
| 659 |
- <!-- <build> |
|
| 617 |
+ |
|
| 618 |
+ |
|
| 619 |
+ |
|
| 620 |
+ <build> |
|
| 660 | 621 |
<defaultGoal>install</defaultGoal> |
| 661 | 622 |
<directory>${basedir}/target</directory>
|
| 662 |
- <finalName>egovframework-all-in-one</finalName> |
|
| 623 |
+ <finalName>${artifactId}-${version}</finalName>
|
|
| 663 | 624 |
<pluginManagement> |
| 664 | 625 |
<plugins> |
| 665 | 626 |
<plugin> |
... | ... | @@ -684,9 +645,17 @@ |
| 684 | 645 |
</configuration> |
| 685 | 646 |
</plugin> |
| 686 | 647 |
<plugin> |
| 648 |
+ <groupId>org.apache.maven.plugins</groupId> |
|
| 649 |
+ <artifactId>maven-war-plugin</artifactId> |
|
| 650 |
+ <version>2.4</version> |
|
| 651 |
+ <configuration> |
|
| 652 |
+ <failOnMissingWebXml>false</failOnMissingWebXml> |
|
| 653 |
+ </configuration> |
|
| 654 |
+ </plugin> |
|
| 655 |
+ <plugin> |
|
| 687 | 656 |
<groupId>org.codehaus.mojo</groupId> |
| 688 | 657 |
<artifactId>hibernate3-maven-plugin</artifactId> |
| 689 |
- <version>2.1</version> |
|
| 658 |
+ <version>3.0</version> |
|
| 690 | 659 |
<configuration> |
| 691 | 660 |
<components> |
| 692 | 661 |
<component> |
... | ... | @@ -697,33 +666,33 @@ |
| 697 | 666 |
</configuration> |
| 698 | 667 |
<dependencies> |
| 699 | 668 |
<dependency> |
| 700 |
- <groupId>hsqldb</groupId> |
|
| 669 |
+ <groupId>org.hsqldb</groupId> |
|
| 701 | 670 |
<artifactId>hsqldb</artifactId> |
| 702 |
- <version>2.3.2</version> |
|
| 671 |
+ <version>2.5.0</version> |
|
| 703 | 672 |
</dependency> |
| 704 | 673 |
</dependencies> |
| 705 | 674 |
</plugin> |
| 706 |
- EMMA |
|
| 675 |
+ <!-- EMMA --> |
|
| 707 | 676 |
<plugin> |
| 708 | 677 |
<groupId>org.codehaus.mojo</groupId> |
| 709 | 678 |
<artifactId>emma-maven-plugin</artifactId> |
| 710 | 679 |
<version>1.0-alpha-3</version> |
| 711 | 680 |
</plugin> |
| 712 |
- PMD manven plugin |
|
| 681 |
+ <!-- PMD manven plugin --> |
|
| 713 | 682 |
<plugin> |
| 714 | 683 |
<groupId>org.apache.maven.plugins</groupId> |
| 715 | 684 |
<artifactId>maven-pmd-plugin</artifactId> |
| 716 |
- <version>3.1</version> |
|
| 685 |
+ <version>3.12.0</version> |
|
| 717 | 686 |
</plugin> |
| 718 | 687 |
</plugins> |
| 719 | 688 |
</pluginManagement> |
| 720 | 689 |
<plugins> |
| 721 |
- EMMA |
|
| 690 |
+ <!-- EMMA --> |
|
| 722 | 691 |
<plugin> |
| 723 | 692 |
<groupId>org.apache.maven.plugins</groupId> |
| 724 | 693 |
<artifactId>maven-surefire-plugin</artifactId> |
| 725 | 694 |
<configuration> |
| 726 |
- <skipTests>false</skipTests> |
|
| 695 |
+ <skipTests>true</skipTests> |
|
| 727 | 696 |
<forkMode>once</forkMode> |
| 728 | 697 |
<reportFormat>xml</reportFormat> |
| 729 | 698 |
<excludes> |
... | ... | @@ -740,20 +709,60 @@ |
| 740 | 709 |
<artifactId>emma-maven-plugin</artifactId> |
| 741 | 710 |
<inherited>true</inherited> |
| 742 | 711 |
</plugin> |
| 743 |
- JavaDoc |
|
| 712 |
+ <!-- JavaDoc --> |
|
| 744 | 713 |
<plugin> |
| 745 | 714 |
<groupId>org.apache.maven.plugins</groupId> |
| 746 | 715 |
<artifactId>maven-javadoc-plugin</artifactId> |
| 747 |
- <version>2.9.1</version> |
|
| 716 |
+ <version>3.1.1</version> |
|
| 748 | 717 |
</plugin> |
| 749 | 718 |
</plugins> |
| 719 |
+ <resources> |
|
| 720 |
+ <resource> |
|
| 721 |
+ <directory>src/main/resources</directory> |
|
| 722 |
+ </resource> |
|
| 723 |
+ <resource> |
|
| 724 |
+ <directory>src/main/resources-${env}</directory>
|
|
| 725 |
+ </resource> |
|
| 726 |
+ <resource> |
|
| 727 |
+ <directory>src/main/java</directory> |
|
| 728 |
+ <includes> |
|
| 729 |
+ <include>**/*.xml</include> |
|
| 730 |
+ </includes> |
|
| 731 |
+ </resource> |
|
| 732 |
+ </resources> |
|
| 750 | 733 |
</build> |
| 734 |
+ |
|
| 735 |
+ <profiles> |
|
| 736 |
+ <profile> |
|
| 737 |
+ <id>local</id> |
|
| 738 |
+ <properties> |
|
| 739 |
+ <env>local</env> |
|
| 740 |
+ </properties> |
|
| 741 |
+ </profile> |
|
| 742 |
+ <profile> |
|
| 743 |
+ <id>dev</id> |
|
| 744 |
+ <activation> |
|
| 745 |
+ <activeByDefault>true</activeByDefault> |
|
| 746 |
+ </activation> |
|
| 747 |
+ <properties> |
|
| 748 |
+ <env>dev</env> |
|
| 749 |
+ </properties> |
|
| 750 |
+ </profile> |
|
| 751 |
+ <profile> |
|
| 752 |
+ <id>real</id> |
|
| 753 |
+ <properties> |
|
| 754 |
+ <env>real</env> |
|
| 755 |
+ </properties> |
|
| 756 |
+ </profile> |
|
| 757 |
+ </profiles> |
|
| 758 |
+ |
|
| 751 | 759 |
<reporting> |
| 752 | 760 |
<outputDirectory>${basedir}/target/site</outputDirectory>
|
| 753 | 761 |
<plugins> |
| 754 | 762 |
<plugin> |
| 763 |
+ <groupId>org.apache.maven.plugins</groupId> |
|
| 755 | 764 |
<artifactId>maven-project-info-reports-plugin</artifactId> |
| 756 |
- <version>2.7</version> |
|
| 765 |
+ <version>3.0.0</version> |
|
| 757 | 766 |
<reportSets> |
| 758 | 767 |
<reportSet> |
| 759 | 768 |
<id>sunlink</id> |
... | ... | @@ -769,7 +778,7 @@ |
| 769 | 778 |
</reportSet> |
| 770 | 779 |
</reportSets> |
| 771 | 780 |
</plugin> |
| 772 |
- JUnit Test Results & EMMA Coverage Reporting |
|
| 781 |
+ <!-- JUnit Test Results & EMMA Coverage Reporting --> |
|
| 773 | 782 |
<plugin> |
| 774 | 783 |
<groupId>org.codehaus.mojo</groupId> |
| 775 | 784 |
<artifactId>emma-maven-plugin</artifactId> |
... | ... | @@ -787,7 +796,7 @@ |
| 787 | 796 |
</reportSet> |
| 788 | 797 |
</reportSets> |
| 789 | 798 |
</plugin> |
| 790 |
- Generating JavaDoc Report |
|
| 799 |
+ <!-- Generating JavaDoc Report --> |
|
| 791 | 800 |
<plugin> |
| 792 | 801 |
<groupId>org.apache.maven.plugins</groupId> |
| 793 | 802 |
<artifactId>maven-javadoc-plugin</artifactId> |
... | ... | @@ -799,8 +808,9 @@ |
| 799 | 808 |
<charset>${encoding}</charset>
|
| 800 | 809 |
</configuration> |
| 801 | 810 |
</plugin> |
| 802 |
- Generating Java Source in HTML |
|
| 811 |
+ <!-- Generating Java Source in HTML --> |
|
| 803 | 812 |
<plugin> |
| 813 |
+ <groupId>org.apache.maven.plugins</groupId> |
|
| 804 | 814 |
<artifactId>maven-jxr-plugin</artifactId> |
| 805 | 815 |
<configuration> |
| 806 | 816 |
<inputEncoding>${encoding}</inputEncoding>
|
... | ... | @@ -810,5 +820,5 @@ |
| 810 | 820 |
</configuration> |
| 811 | 821 |
</plugin> |
| 812 | 822 |
</plugins> |
| 813 |
- </reporting> --> |
|
| 823 |
+ </reporting> |
|
| 814 | 824 |
</project> |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/cmm/include/defualt.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/cmm/include/defualt.jsp
... | ... | @@ -9,14 +9,17 @@ |
| 9 | 9 |
<% org.springframework.web.util.UrlPathHelper helper = new org.springframework.web.util.UrlPathHelper();%> |
| 10 | 10 |
<c:set var="PUBLISH_APPEND_FREFIX"><%=Globals.getPublishAppendPrefix(request)%></c:set> |
| 11 | 11 |
<c:set var="USER_INFO" value="<%=EgovUserDetailsHelper.getAuthenticatedUser(request, response)%>"/> |
| 12 |
-<c:set var="_WEB_FULL_PATH" value="http://${siteInfo.siteUrl}"/>
|
|
| 12 |
+<c:set var="_WEB_FULL_PATH" value="//${siteInfo.siteUrl}"/>
|
|
| 13 | 13 |
|
| 14 | 14 |
<c:set var="CURR_URL" value="<%=helper.getOriginatingRequestUri(request) %>"/> |
| 15 | 15 |
|
| 16 |
-<c:set var="_IMG" value="${pageContext.request.contextPath}${LytFileStoreWebPathByWebFile}sit/${siteInfo.lytTmplatId}/images"/>
|
|
| 16 |
+<c:set var="_IMG" value="${LytFileStoreWebPathByWebFile}sit/${siteInfo.lytTmplatId}/images"/>
|
|
| 17 | 17 |
<c:set var="_CSS" value="${LytFileStoreWebPathByWebFile}sit/${siteInfo.lytTmplatId}"/>
|
| 18 | 18 |
<c:set var="_JS" value="${LytFileStoreWebPathByWebFile}sit/${siteInfo.lytTmplatId}"/>
|
| 19 |
-<c:set var="C_JS" value="/template/common/js"/> |
|
| 19 |
+<c:set var="C_JS" value="/resources/template/common/js"/> |
|
| 20 |
+ |
|
| 21 |
+<%-- 관리자 --%> |
|
| 22 |
+<c:set var="mngimg" value="/resources/template/manage/images"/> |
|
| 20 | 23 |
|
| 21 | 24 |
<c:set var="SE_CODE" value="01" /> |
| 22 | 25 |
<c:if test="${not empty USER_INFO.id}">
|
--- base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/bottom.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/bottom.jsp
... | ... | @@ -1,19 +1,30 @@ |
| 1 | 1 |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
| 2 | 2 |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
| 3 |
+ |
|
| 4 |
+ </div> |
|
| 5 |
+ <!-- //contents --> |
|
| 6 |
+ |
|
| 7 |
+ <!-- site-footer --> |
|
| 8 |
+ <footer class="site-footer"> |
|
| 9 |
+ <div class="wrap"> |
|
| 10 |
+ <p>Copyright ⓒ <c:out value="${curYear}"/> by <strong><c:out value="${siteInfo.siteNm}"/></strong> All Rights Reserved.</p>
|
|
| 3 | 11 |
</div> |
| 4 |
- </div> |
|
| 5 |
- <!-- rightPage --> |
|
| 6 |
- </div> |
|
| 7 |
- <!-- container --> |
|
| 12 |
+ </footer><!-- //site-footer --><!-- //contents --> |
|
| 13 |
+ </div><!-- //container --> |
|
| 14 |
+</div><!-- //site-body --> |
|
| 8 | 15 |
|
| 9 |
- <div id="footer"> |
|
| 10 |
- <div class="copy"> |
|
| 11 |
- <span>Copyright ⓒ <c:out value="${curYear}"/> by <strong><c:out value="${siteInfo.siteNm}"/></strong> All Rights Reserved. </span>
|
|
| 12 |
- </div> |
|
| 13 |
- </div> |
|
| 16 |
+<!--popup--> |
|
| 17 |
+<div class="dim"></div> |
|
| 14 | 18 |
|
| 15 |
-</div> |
|
| 16 |
-<!-- wrap end --> |
|
| 19 |
+<script src="/resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 17 | 20 |
|
| 21 |
+<!--퍼블 layout--> |
|
| 22 |
+<script src="/resources/manage/js/_layout.js"></script> |
|
| 23 |
+ |
|
| 24 |
+<script src="/resources/manage/js/jquery-ui.min.js"></script> |
|
| 25 |
+<script src="/resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 26 |
+<script src="/resources/manage/js/ssm.min.js"></script> |
|
| 27 |
+<script src="/resources/manage/js/swiper-bundle.js"></script> |
|
| 28 |
+<script src="/resources/manage/js/common.js"></script> |
|
| 18 | 29 |
</body> |
| 19 | 30 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/top.jsp
+++ base/src/main/webapp/WEB-INF/jsp/egovframework/mng/template/top.jsp
... | ... | @@ -1,44 +1,84 @@ |
| 1 | 1 |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
| 2 |
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
|
| 3 |
-<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> |
|
| 4 |
-<%@ page import="egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper"%> |
|
| 5 |
-<%@page import="egovframework.com.cmm.service.Globals"%> |
|
| 6 |
-<c:set var="USER_INFO" value="<%=EgovUserDetailsHelper.getAuthenticatedUser(request, response) %>" /> |
|
| 7 |
-<c:set var="mngimg" value="/resources/template/manage/images"/> |
|
| 2 |
+<%@ include file="/WEB-INF/jsp/egovframework/cmm/include/defualt.jsp"%> |
|
| 8 | 3 |
<c:set var="MENU_AUTO_MAKE_SITE_ID" value="<%=Globals.MENU_AUTO_MAKE_SITE_ID%>"/> |
| 4 |
+ |
|
| 9 | 5 |
<!DOCTYPE html> |
| 10 | 6 |
<html lang="ko"> |
| 11 | 7 |
<head> |
| 12 |
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
| 13 |
-<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
| 14 |
-<title>관리자페이지 : <c:out value='${param.title}'/></title>
|
|
| 15 |
-<link type="text/css" rel="stylesheet" href="<c:url value='/resources/template/manage/css/default.css'/>"/> |
|
| 16 |
-<link type="text/css" rel="stylesheet" href="<c:url value='/resources/template/manage/css/page.css?v=1'/>"/> |
|
| 17 |
-<link type="text/css" rel="stylesheet" href="<c:url value='/resources/template/manage/css/com.css'/>"/> |
|
| 18 |
-<link type="text/css" href="<c:url value='/resources/template/common/js/jquery/css/jquery.timepicker.css'/>" rel="stylesheet" /> |
|
| 19 |
-<script type="text/javascript" src="<c:url value='/resources/template/common/js/jquery/jquery-1.9.1.min.js'/>"></script> |
|
| 20 |
-<script type="text/javascript" src="<c:url value='/resources/template/common/js/jquery/jquery-ui.min.js'/>"></script> |
|
| 21 |
-<script type="text/javascript" src="<c:url value='/resources/template/common/js/jquery/jquery.timepicker.min.js'/>"></script> |
|
| 22 |
-<script type="text/javascript" src="<c:url value='/resources/template/common/js/jquery/ui/i18n/jquery.ui.datepicker-ko.js'/>" charset="utf-8"></script> |
|
| 23 |
-<script type="text/javascript" src="<c:url value='/resources/template/common/js/common.js'/>"></script> |
|
| 24 |
-<c:if test="${not empty param.validator }">
|
|
| 25 |
- <script type="text/javascript" src="<c:url value="/validator.do"/>"></script> |
|
| 26 |
- <validator:javascript formName="${param.validator }" staticJavascript="false" xhtml="true" cdata="false"/>
|
|
| 27 |
-</c:if> |
|
| 28 |
-<script type="text/javaScript"> |
|
| 29 |
-<c:if test='${not empty message}'>
|
|
| 30 |
-alert("${message}");
|
|
| 31 |
-</c:if> |
|
| 8 |
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
| 9 |
+ <meta name="format-detection" content="telephone=no"> |
|
| 10 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 11 |
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
|
| 32 | 12 |
|
| 13 |
+ <title>관리자페이지 : <c:out value='${param.title}'/></title>
|
|
| 33 | 14 |
|
| 34 |
-$(document).ready(function(){
|
|
| 35 |
- var tempTitle = $(".smnu a.slt").text();
|
|
| 36 |
- $(".naviTit").text(tempTitle);
|
|
| 37 |
-}) |
|
| 15 |
+ <link href="/resources/manage/css/style.css" rel="stylesheet" /> |
|
| 38 | 16 |
|
| 39 |
-</script> |
|
| 17 |
+ <script src="<c:url value='/resources/template/common/js/jquery/jquery-1.9.1.min.js'/>"></script> |
|
| 18 |
+ <script src="<c:url value='/resources/template/common/js/jquery/jquery-ui.min.js'/>"></script> |
|
| 19 |
+ <script src="<c:url value='/resources/template/common/js/jquery/jquery.timepicker.min.js'/>"></script> |
|
| 20 |
+ <script src="<c:url value='/resources/template/common/js/jquery/ui/i18n/jquery.ui.datepicker-ko.js'/>" charset="utf-8"></script> |
|
| 21 |
+ <script src="<c:url value='/resources/template/common/js/common.js'/>"></script> |
|
| 22 |
+ <c:if test="${not empty param.validator }">
|
|
| 23 |
+ <script src="<c:url value="/validator.do"/>"></script> |
|
| 24 |
+ <validator:javascript formName="${param.validator }" staticJavascript="false" xhtml="true" cdata="false"/>
|
|
| 25 |
+ </c:if> |
|
| 26 |
+ <script> |
|
| 27 |
+ <c:if test='${not empty message}'>
|
|
| 28 |
+ alert("${message}");
|
|
| 29 |
+ </c:if> |
|
| 30 |
+ |
|
| 31 |
+ $(document).ready(function(){
|
|
| 32 |
+ var tempTitle = $(".smnu a.slt").text();
|
|
| 33 |
+ $(".naviTit").text(tempTitle);
|
|
| 34 |
+ }) |
|
| 35 |
+ |
|
| 36 |
+ </script> |
|
| 40 | 37 |
</head> |
| 41 | 38 |
<body> |
| 39 |
+ |
|
| 40 |
+<div class="accessibility"> |
|
| 41 |
+ <a href="#skipToContents">콘텐츠 바로가기</a> |
|
| 42 |
+</div> |
|
| 43 |
+<header class="site-header"> |
|
| 44 |
+ <div class="l-area"> |
|
| 45 |
+ <h1 class="logo"> |
|
| 46 |
+ <a href="/mng/index.do"> |
|
| 47 |
+ <img src="/resources/manage/image/logo/logo.svg" alt="logo" /> |
|
| 48 |
+ </a> |
|
| 49 |
+ </h1> |
|
| 50 |
+ <!-- 대메뉴 목록 --> |
|
| 51 |
+ <nav class="site-gnb"> |
|
| 52 |
+ <ul> |
|
| 53 |
+ <c:if test="${USER_INFO.userSe > 10 }">
|
|
| 54 |
+ <li><a href="<c:url value="/mng/sym/sit/selectSiteInfoList.do"/>" <c:if test="${param.menu eq 'SYSTEM_MANAGE' }">class="is-current"</c:if>>시스템관리</a></li>
|
|
| 55 |
+ </c:if> |
|
| 56 |
+ <li><a href="<c:url value="/mng/sym/mpm/selectMpmList.do"/>" <c:if test="${param.menu eq 'MENUCNTNTS_MANAGE' }">class="is-current"</c:if>>메뉴관리</a></li>
|
|
| 57 |
+ <li><a href="<c:url value="/mng/usr/mberManage.do"/>" <c:if test="${param.menu eq 'MBER_MANAGE' }">class="is-current"</c:if>>회원관리</a></li>
|
|
| 58 |
+ |
|
| 59 |
+ <li><a href="<c:url value="/mng/cop/bbs/SelectBBSMasterInfs.do"/>" <c:if test="${param.menu eq 'BOARD_MANAGE' }">class="is-current"</c:if>>게시판관리</a></li>
|
|
| 60 |
+ <%-- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${param.menu eq 'EVENT_MANAGE' }">class="is-current"</c:if> target="_self">통합캘린더관리</a></li> --%>
|
|
| 61 |
+ <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.menu eq 'STAT_MANAGE' }">class="is-current"</c:if>>통계관리</a></li>
|
|
| 62 |
+ <li><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN001"/>" <c:if test="${param.menu eq 'ETC_MANAGE' }">class="is-current"</c:if>>기타관리</a></li>
|
|
| 63 |
+ </ul> |
|
| 64 |
+ </nav> |
|
| 65 |
+ </div> |
|
| 66 |
+ <div class="r-area"> |
|
| 67 |
+ <div class="util"> |
|
| 68 |
+ <%--<a href="#none" class="btn-ico round" title="관리"><i class="ico-setting gr"></i><span class="txt-hide">관리</span></a>--%> |
|
| 69 |
+ <a href="<%=egovframework.com.sec.ram.security.userdetails.util.EgovUserDetailsHelper.getRedirectLogoutUrl()%>" class="btn-ico round" title="로그아웃"><i class="ico-logout gr"></i><span class="txt-hide">로그아웃</span></a> |
|
| 70 |
+ </div> |
|
| 71 |
+ </div> |
|
| 72 |
+</header> |
|
| 73 |
+<div class="site-body" id="skipToContents"> |
|
| 74 |
+ <!-- 좌측메뉴 목록 --> |
|
| 75 |
+ <div class="lnb-area"> |
|
| 76 |
+ |
|
| 77 |
+ </div> |
|
| 78 |
+ <div class="container"> |
|
| 79 |
+ <div class="contents"> |
|
| 80 |
+ |
|
| 81 |
+ |
|
| 42 | 82 |
|
| 43 | 83 |
<div id="wrap"> |
| 44 | 84 |
<div id="header"> |
... | ... | @@ -54,20 +94,145 @@ |
| 54 | 94 |
<!-- 대메뉴 목록 --> |
| 55 | 95 |
<div id="mainMenu"> |
| 56 | 96 |
<ul class="list"> |
| 57 |
- <c:if test="${USER_INFO.userSe > 10 }">
|
|
| 58 |
- <li><a href="<c:url value="/mng/sym/sit/selectSiteInfoList.do"/>" <c:if test="${param.menu eq 'SYSTEM_MANAGE' }">class="slt"</c:if> target="_self">시스템관리</a></li>
|
|
| 59 |
- </c:if> |
|
| 60 |
- <li><a href="<c:url value="/mng/sym/mpm/selectMpmList.do"/>" <c:if test="${param.menu eq 'MENUCNTNTS_MANAGE' }">class="slt"</c:if> target="_self">메뉴관리</a></li>
|
|
| 61 |
- <li><a href="<c:url value="/mng/usr/mberManage.do"/>" <c:if test="${param.menu eq 'MBER_MANAGE' }">class="slt"</c:if> target="_self">회원관리</a></li>
|
|
| 97 |
+ <c:choose> |
|
| 98 |
+ <c:when test="${param.menu eq 'SYSTEM_MANAGE' }"> <!-- 시스템관리 -->
|
|
| 99 |
+ <ul class="list"> |
|
| 100 |
+ <li class="smnu"><a href="<c:url value="/mng/sym/sit/selectSiteInfoList.do"/>" <c:if test="${param.depth1 eq 'SITE_MANAGE' }">class="slt"</c:if>>사이트관리</a></li>
|
|
| 101 |
+ <li class="smnu"><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=useStplat" <c:if test="${param.depth1 eq 'SITE_POLICY' }">class="slt"</c:if>>약관관리</a>
|
|
| 102 |
+ <ul class="slist"> |
|
| 103 |
+ <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=useStplat" <c:if test="${param.depth2 eq 'useStplat' }">class="slt"</c:if>>이용약관</a></li>
|
|
| 104 |
+ <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=indvdlInfoPolicy" <c:if test="${param.depth2 eq 'indvdlInfoPolicy' }">class="slt"</c:if>>개인정보처리방침</a></li>
|
|
| 105 |
+ <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=marktPolicy" <c:if test="${param.depth2 eq 'marktPolicy' }">class="slt"</c:if>>마케팅광고동의</a></li>
|
|
| 106 |
+ </ul> |
|
| 107 |
+ </li> |
|
| 62 | 108 |
|
| 63 |
- <li><a href="<c:url value="/mng/cop/bbs/SelectBBSMasterInfs.do"/>" <c:if test="${param.menu eq 'BOARD_MANAGE' }">class="slt"</c:if> target="_self">게시판관리</a></li>
|
|
| 64 |
- <%-- <li><a href="<c:url value="/mng/prg/ComtnprogrmList.do"/>" <c:if test="${param.menu eq 'COURSE_MANAGE' }">class="slt"</c:if> target="_self">체험프로그램</a></li> --%>
|
|
| 65 |
- <%-- |
|
| 66 |
- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${param.menu eq 'EVENT_MANAGE' }">class="slt"</c:if> target="_self">통합캘린더관리</a></li>
|
|
| 109 |
+ <c:if test="${USER_INFO.userSe > 10}">
|
|
| 110 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/com/selectLytTemplateList.do"/>" <c:if test="${param.depth1 eq 'TMPLAT_MANAGE' }">class="slt"</c:if>>템플릿관리</a></li>
|
|
| 111 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/com/selectLytSourcList.do"/>" <c:if test="${param.depth1 eq 'SOURC_MANAGE' }">class="slt"</c:if>>레이아웃 관리</a></li>
|
|
| 112 |
+ <li class="smnu"><a href="<c:url value="/mng/sym/ccm/cca/EgovCcmCmmnCodeList.do"/>" <c:if test="${param.depth1 eq 'CODE_MANAGE' }">class="slt"</c:if>>공통코드관리</a></li>
|
|
| 113 |
+ </c:if> |
|
| 114 |
+ </ul> |
|
| 115 |
+ </c:when> |
|
| 67 | 116 |
|
| 68 |
- --%> |
|
| 69 |
- <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.menu eq 'STAT_MANAGE' }">class="slt"</c:if> target="_self">통계관리</a></li>
|
|
| 70 |
- <li><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN001"/>" <c:if test="${param.menu eq 'ETC_MANAGE' }">class="slt"</c:if> target="_self">기타관리</a></li>
|
|
| 117 |
+ <c:when test="${param.menu eq 'MENUCNTNTS_MANAGE' }"> <!-- 메뉴/콘텐츠관리 -->
|
|
| 118 |
+ <ul class="list"> |
|
| 119 |
+ <li class="smnu"><a href="<c:url value="/mng/sym/mpm/selectMpmList.do"/>" <c:if test="${param.depth1 eq 'MENU_MANAGE' }">class="slt"</c:if> target="_self">메뉴관리</a></li>
|
|
| 120 |
+ <%-- |
|
| 121 |
+ <c:if test="${USER_INFO.userSe > 10}">
|
|
| 122 |
+ <li class="smnu"><a href="<c:url value="/mng/sym/mpm/selectMpmList.do?siteId=${MENU_AUTO_MAKE_SITE_ID}"/>" <c:if test="${param.depth1 eq 'MENU_AUTHO_MANAGE' }">class="slt"</c:if> target="_self">기본 자동생성 메뉴관리</a></li>
|
|
| 123 |
+ </c:if> |
|
| 124 |
+ --%> |
|
| 125 |
+ </ul> |
|
| 126 |
+ </c:when> |
|
| 127 |
+ |
|
| 128 |
+ <c:when test="${param.menu eq 'BOARD_MANAGE' }"> <!-- 게시판관리 -->
|
|
| 129 |
+ <ul class="list"> |
|
| 130 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/bbs/SelectBBSMasterInfs.do"/>" <c:if test="${param.depth1 eq 'BOARD_ADMIN' }">class="slt"</c:if>>게시판관리</a></li>
|
|
| 131 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/bbs/ctg/selectBBSCtgryMasterList.do"/>" <c:if test="${param.depth1 eq 'CTGRY_ADMIN' }">class="slt"</c:if>>카테고리관리</a></li>
|
|
| 132 |
+ <c:if test="${USER_INFO.userSe > 10}">
|
|
| 133 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/com/selectBbsTemplateList.do"/>" <c:if test="${param.depth1 eq 'TMPLAT_MANAGE' }">class="slt"</c:if>>게시판 템플릿 관리</a></li>
|
|
| 134 |
+ <li class="smnu"><a href="<c:url value="/mng/cop/com/selectBbsSourcList.do"/>" <c:if test="${param.depth1 eq 'SOURC_MANAGE' }">class="slt"</c:if>>게시판 소스 관리</a></li>
|
|
| 135 |
+ </c:if> |
|
| 136 |
+ </ul> |
|
| 137 |
+ </c:when> |
|
| 138 |
+ |
|
| 139 |
+ <c:when test="${param.menu eq 'MBER_MANAGE' }"> <!-- 회원관리 -->
|
|
| 140 |
+ <ul class="list"> |
|
| 141 |
+ <li class="smnu"><a href="<c:url value="/mng/usr/mberManage.do"/>" <c:if test="${param.depth2 eq 'PROF_MANAGE' }">class="slt"</c:if> target="_self">회원관리</a></li>
|
|
| 142 |
+ </ul> |
|
| 143 |
+ </c:when> |
|
| 144 |
+ |
|
| 145 |
+ <c:when test="${param.menu eq 'EVENT_MANAGE' }"> <!-- 통합캘린더관리 -->
|
|
| 146 |
+ <ul class="list"> |
|
| 147 |
+ <li class="smnu"><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${param.depth1 eq 'EVENT_LIST' }">class="slt"</c:if>>통합캘린더관리</a>
|
|
| 148 |
+ <ul class="slist"> |
|
| 149 |
+ <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${empty param.searchSe}">class="slt"</c:if>>전체</a></li>
|
|
| 150 |
+ <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=1"/>" <c:if test="${param.searchSe eq 1 }">class="slt"</c:if>>행사및일반일정</a></li>
|
|
| 151 |
+ <!-- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=2"/>" <c:if test="${param.searchSe eq 2 }">class="slt"</c:if>>이벤트</a></li>-->
|
|
| 152 |
+ <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=3"/>" <c:if test="${param.searchSe eq 3 }">class="slt"</c:if>>설문조사</a></li>
|
|
| 153 |
+ |
|
| 154 |
+ </ul> |
|
| 155 |
+ </li> |
|
| 156 |
+ </ul> |
|
| 157 |
+ </c:when> |
|
| 158 |
+ |
|
| 159 |
+ <c:when test="${param.menu eq 'MILEAGE_MANAGE' }"> <!-- 마일리지관리 -->
|
|
| 160 |
+ <ul class="list"> |
|
| 161 |
+ <li class="smnu"><a href="/mng/uss/ion/mlg/selectMlginfoList.do" <c:if test="${param.depth1 eq 'MILEAGE_SETUP' }">class="slt"</c:if>>마일리지설정</a></li>
|
|
| 162 |
+ <li class="smnu"><a href="/mng/uss/ion/mlg/selectMlgUserlogList.do" <c:if test="${param.depth1 eq 'MILEAGE_LIST' }">class="slt"</c:if>>마일리지 내역</a></li>
|
|
| 163 |
+ <li class="smnu"><a href="/mng/rnk/MileageRanking.do" <c:if test="${param.depth1 eq 'RANKING_MILEAGE' }">class="slt"</c:if>>마일리지 TOP 10</a></li>
|
|
| 164 |
+ </ul> |
|
| 165 |
+ </c:when> |
|
| 166 |
+ |
|
| 167 |
+ <c:when test="${param.menu eq 'SMS_MANAGE' }"> <!-- SMS/이메일관리 -->
|
|
| 168 |
+ <ul class="list"> |
|
| 169 |
+ <li class="smnu"><a href="/mng/sms/selectSmsManage.do" <c:if test="${param.depth1 eq 'SMS_SEND' }">class="slt"</c:if>>SMS/이메일관리</a>
|
|
| 170 |
+ <ul class="slist"> |
|
| 171 |
+ <li><a href="/mng/sms/selectSmsManage.do" <c:if test="${param.depth2 eq 'SMS' }">class="slt"</c:if>>개별메시지전송</a></li>
|
|
| 172 |
+ <li><a href="/mng/sms/selectMmsManage.do" <c:if test="${param.depth2 eq 'MMS' }">class="slt"</c:if>>그룹메세지전송</a></li>
|
|
| 173 |
+ <!-- <li><a href="<c:url value="/mng/ems/selectEmsManage.do"/>" <c:if test="${param.depth2 eq 'EMS' }">class="slt"</c:if>>이메일전송</a></li> -->
|
|
| 174 |
+ </ul> |
|
| 175 |
+ </li> |
|
| 176 |
+ </ul> |
|
| 177 |
+ </c:when> |
|
| 178 |
+ |
|
| 179 |
+ <c:when test="${param.menu eq 'STAT_MANAGE' }"> <!-- 통계관리 -->
|
|
| 180 |
+ <ul class="list"> |
|
| 181 |
+ |
|
| 182 |
+ <li class="smnu"><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.depth1 eq 'SCRIN_STAT' }">class="slt"</c:if>>일/월/년간 접속</a>
|
|
| 183 |
+ <%-- |
|
| 184 |
+ <ul class="slist"> |
|
| 185 |
+ <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.statsKind eq 'H' }">class="slt"</c:if>>홈페이지</a></li>
|
|
| 186 |
+ <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=M"/>" <c:if test="${param.statsKind eq 'M' }">class="slt"</c:if>>모바일</a></li>
|
|
| 187 |
+ </ul> |
|
| 188 |
+ --%> |
|
| 189 |
+ </li> |
|
| 190 |
+ <%--<li class="smnu"><a href="<c:url value="/mng/sts/selectBbsStats.do"/>" <c:if test="${param.depth1 eq 'BBS_STAT' }">class="slt"</c:if>>게시물 통계</a></li>--%>
|
|
| 191 |
+ <%-- |
|
| 192 |
+ <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectMlgStats.do"/>" <c:if test="${param.depth1 eq 'MG_STAT' }">class="slt"</c:if>>마일리지 통계</a></li>-->
|
|
| 193 |
+ <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectMbrStats.do"/>" <c:if test="${param.depth1 eq 'MBR_STAT' }">class="slt"</c:if>>회원가입 통계</a></li>-->
|
|
| 194 |
+ <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectCmyStats.do"/>" <c:if test="${param.depth1 eq 'CMY_STAT' }">class="slt"</c:if>>커뮤니티개설 통계</a></li>-->
|
|
| 195 |
+ <!-- <li class="smnu"><a href="https://www.google.com/analytics/web/?pli=1#report/visitors-overview/a29280954w55337777p56340389/" target="_blank">접속 통계</a></li> --> |
|
| 196 |
+ <!-- |
|
| 197 |
+ <li class="smnu"> |
|
| 198 |
+ <a href="/mng/sts/selectEvtStats.do" <c:if test="${param.depth1 eq 'EVENT_STAT' }">class="slt"</c:if>>이벤트통계</a>
|
|
| 199 |
+ <c:if test="${param.depth1 eq 'EVENT_STAT'}">
|
|
| 200 |
+ <ul class="slist"> |
|
| 201 |
+ <li><a href="<c:url value="/mng/sts/selectEvtStats.do"/>" <c:if test="${param.depth2 eq 'EVENT_DPT' }">class="slt"</c:if>>회차별 통계</a></li>
|
|
| 202 |
+ <li><a href="<c:url value="/mng/sts/selectEvtStatUser.do"/>" <c:if test="${param.depth2 eq 'EVENT_USR' }">class="slt"</c:if>>사용자별 통계</a></li>
|
|
| 203 |
+ </ul> |
|
| 204 |
+ </c:if> |
|
| 205 |
+ </li> |
|
| 206 |
+ --> |
|
| 207 |
+ --%> |
|
| 208 |
+ </ul> |
|
| 209 |
+ </c:when> |
|
| 210 |
+ |
|
| 211 |
+ <c:when test="${param.menu eq 'ETC_MANAGE' }"> <!-- 기타관리 -->
|
|
| 212 |
+ <ul class="list"> |
|
| 213 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN001"/>" <c:if test="${param.bannerTyCode eq 'BAN001' }">class="slt"</c:if>>배너존관리</a></li>
|
|
| 214 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN002"/>" <c:if test="${param.bannerTyCode eq 'BAN002' }">class="slt"</c:if>>팝업존관리</a></li>
|
|
| 215 |
+ <%-- |
|
| 216 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN003"/>" <c:if test="${param.bannerTyCode eq 'BAN003' }">class="slt"</c:if>>퀵메뉴관리</a></li>
|
|
| 217 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN004"/>" <c:if test="${param.bannerTyCode eq 'BAN004' }">class="slt"</c:if>>메인배너관리(Type1)</a></li>
|
|
| 218 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN005"/>" <c:if test="${param.bannerTyCode eq 'BAN005' }">class="slt"</c:if>>메인배너관리(Type2)</a></li>
|
|
| 219 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN006"/>" <c:if test="${param.bannerTyCode eq 'BAN006' }">class="slt"</c:if>>서브배너관리</a></li>
|
|
| 220 |
+ --%> |
|
| 221 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/pwm/listPopup.do"/>" <c:if test="${param.depth1 eq 'ETC_POPUPWINDOW' }">class="slt"</c:if>>팝업관리</a></li>
|
|
| 222 |
+ <li class="smnu"><a href="<c:url value="/mng/uss/ion/sit/SiteListInqire.do"/>" <c:if test="${param.depth1 eq 'ETC_SITE' }">class="slt"</c:if>>링크사이트관리</a></li>
|
|
| 223 |
+ </ul> |
|
| 224 |
+ </c:when> |
|
| 225 |
+ |
|
| 226 |
+ <c:otherwise> <%--등록되지 않은 메뉴들 --%> |
|
| 227 |
+ <ul class="list"> |
|
| 228 |
+ <li class="smnu"><a href="#" class="slt">메뉴1</a></li> |
|
| 229 |
+ <li class="smnu"><a href="#">메뉴2</a></li> |
|
| 230 |
+ <li class="smnu"><a href="#">메뉴3</a></li> |
|
| 231 |
+ <li class="smnu"><a href="#">메뉴4</a></li> |
|
| 232 |
+ <li class="smnu"><a href="#">메뉴5</a></li> |
|
| 233 |
+ </ul> |
|
| 234 |
+ </c:otherwise> |
|
| 235 |
+ </c:choose> |
|
| 71 | 236 |
</ul> |
| 72 | 237 |
</div> |
| 73 | 238 |
</div> |
... | ... | @@ -75,145 +240,7 @@ |
| 75 | 240 |
<div id="container"> |
| 76 | 241 |
<!-- 좌측메뉴 목록 --> |
| 77 | 242 |
<div id="leftMenu"> |
| 78 |
- <c:choose> |
|
| 79 |
- <c:when test="${param.menu eq 'SYSTEM_MANAGE' }"> <!-- 시스템관리 -->
|
|
| 80 |
- <ul class="list"> |
|
| 81 |
- <li class="smnu"><a href="<c:url value="/mng/sym/sit/selectSiteInfoList.do"/>" <c:if test="${param.depth1 eq 'SITE_MANAGE' }">class="slt"</c:if>>사이트관리</a></li>
|
|
| 82 |
- <li class="smnu"><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=useStplat" <c:if test="${param.depth1 eq 'SITE_POLICY' }">class="slt"</c:if>>약관관리</a>
|
|
| 83 |
- <ul class="slist"> |
|
| 84 |
- <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=useStplat" <c:if test="${param.depth2 eq 'useStplat' }">class="slt"</c:if>>이용약관</a></li>
|
|
| 85 |
- <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=indvdlInfoPolicy" <c:if test="${param.depth2 eq 'indvdlInfoPolicy' }">class="slt"</c:if>>개인정보처리방침</a></li>
|
|
| 86 |
- <li><a href="/mng/sym/sit/sitePolicy.do?sysTyCode=marktPolicy" <c:if test="${param.depth2 eq 'marktPolicy' }">class="slt"</c:if>>마케팅광고동의</a></li>
|
|
| 87 |
- </ul> |
|
| 88 |
- </li> |
|
| 89 | 243 |
|
| 90 |
- <c:if test="${USER_INFO.userSe > 10}">
|
|
| 91 |
- <li class="smnu"><a href="<c:url value="/mng/cop/com/selectLytTemplateList.do"/>" <c:if test="${param.depth1 eq 'TMPLAT_MANAGE' }">class="slt"</c:if>>템플릿관리</a></li>
|
|
| 92 |
- <li class="smnu"><a href="<c:url value="/mng/cop/com/selectLytSourcList.do"/>" <c:if test="${param.depth1 eq 'SOURC_MANAGE' }">class="slt"</c:if>>레이아웃 관리</a></li>
|
|
| 93 |
- <li class="smnu"><a href="<c:url value="/mng/sym/ccm/cca/EgovCcmCmmnCodeList.do"/>" <c:if test="${param.depth1 eq 'CODE_MANAGE' }">class="slt"</c:if>>공통코드관리</a></li>
|
|
| 94 |
- </c:if> |
|
| 95 |
- </ul> |
|
| 96 |
- </c:when> |
|
| 97 |
- |
|
| 98 |
- <c:when test="${param.menu eq 'MENUCNTNTS_MANAGE' }"> <!-- 메뉴/콘텐츠관리 -->
|
|
| 99 |
- <ul class="list"> |
|
| 100 |
- <li class="smnu"><a href="<c:url value="/mng/sym/mpm/selectMpmList.do"/>" <c:if test="${param.depth1 eq 'MENU_MANAGE' }">class="slt"</c:if> target="_self">메뉴관리</a></li>
|
|
| 101 |
- <%-- |
|
| 102 |
- <c:if test="${USER_INFO.userSe > 10}">
|
|
| 103 |
- <li class="smnu"><a href="<c:url value="/mng/sym/mpm/selectMpmList.do?siteId=${MENU_AUTO_MAKE_SITE_ID}"/>" <c:if test="${param.depth1 eq 'MENU_AUTHO_MANAGE' }">class="slt"</c:if> target="_self">기본 자동생성 메뉴관리</a></li>
|
|
| 104 |
- </c:if> |
|
| 105 |
- --%> |
|
| 106 |
- </ul> |
|
| 107 |
- </c:when> |
|
| 108 |
- |
|
| 109 |
- <c:when test="${param.menu eq 'BOARD_MANAGE' }"> <!-- 게시판관리 -->
|
|
| 110 |
- <ul class="list"> |
|
| 111 |
- <li class="smnu"><a href="<c:url value="/mng/cop/bbs/SelectBBSMasterInfs.do"/>" <c:if test="${param.depth1 eq 'BOARD_ADMIN' }">class="slt"</c:if>>게시판관리</a></li>
|
|
| 112 |
- <li class="smnu"><a href="<c:url value="/mng/cop/bbs/ctg/selectBBSCtgryMasterList.do"/>" <c:if test="${param.depth1 eq 'CTGRY_ADMIN' }">class="slt"</c:if>>카테고리관리</a></li>
|
|
| 113 |
- <c:if test="${USER_INFO.userSe > 10}">
|
|
| 114 |
- <li class="smnu"><a href="<c:url value="/mng/cop/com/selectBbsTemplateList.do"/>" <c:if test="${param.depth1 eq 'TMPLAT_MANAGE' }">class="slt"</c:if>>게시판 템플릿 관리</a></li>
|
|
| 115 |
- <li class="smnu"><a href="<c:url value="/mng/cop/com/selectBbsSourcList.do"/>" <c:if test="${param.depth1 eq 'SOURC_MANAGE' }">class="slt"</c:if>>게시판 소스 관리</a></li>
|
|
| 116 |
- </c:if> |
|
| 117 |
- </ul> |
|
| 118 |
- </c:when> |
|
| 119 |
- |
|
| 120 |
- <c:when test="${param.menu eq 'MBER_MANAGE' }"> <!-- 회원관리 -->
|
|
| 121 |
- <ul class="list"> |
|
| 122 |
- <li class="smnu"><a href="<c:url value="/mng/usr/mberManage.do"/>" <c:if test="${param.depth2 eq 'PROF_MANAGE' }">class="slt"</c:if> target="_self">회원관리</a></li>
|
|
| 123 |
- </ul> |
|
| 124 |
- </c:when> |
|
| 125 |
- |
|
| 126 |
- <c:when test="${param.menu eq 'EVENT_MANAGE' }"> <!-- 통합캘린더관리 -->
|
|
| 127 |
- <ul class="list"> |
|
| 128 |
- <li class="smnu"><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${param.depth1 eq 'EVENT_LIST' }">class="slt"</c:if>>통합캘린더관리</a>
|
|
| 129 |
- <ul class="slist"> |
|
| 130 |
- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do"/>" <c:if test="${empty param.searchSe}">class="slt"</c:if>>전체</a></li>
|
|
| 131 |
- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=1"/>" <c:if test="${param.searchSe eq 1 }">class="slt"</c:if>>행사및일반일정</a></li>
|
|
| 132 |
- <!-- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=2"/>" <c:if test="${param.searchSe eq 2 }">class="slt"</c:if>>이벤트</a></li>-->
|
|
| 133 |
- <li><a href="<c:url value="/mng/evt/selectSchdulinfoList.do?searchSe=3"/>" <c:if test="${param.searchSe eq 3 }">class="slt"</c:if>>설문조사</a></li>
|
|
| 134 |
- |
|
| 135 |
- </ul> |
|
| 136 |
- </li> |
|
| 137 |
- </ul> |
|
| 138 |
- </c:when> |
|
| 139 |
- |
|
| 140 |
- <c:when test="${param.menu eq 'MILEAGE_MANAGE' }"> <!-- 마일리지관리 -->
|
|
| 141 |
- <ul class="list"> |
|
| 142 |
- <li class="smnu"><a href="/mng/uss/ion/mlg/selectMlginfoList.do" <c:if test="${param.depth1 eq 'MILEAGE_SETUP' }">class="slt"</c:if>>마일리지설정</a></li>
|
|
| 143 |
- <li class="smnu"><a href="/mng/uss/ion/mlg/selectMlgUserlogList.do" <c:if test="${param.depth1 eq 'MILEAGE_LIST' }">class="slt"</c:if>>마일리지 내역</a></li>
|
|
| 144 |
- <li class="smnu"><a href="/mng/rnk/MileageRanking.do" <c:if test="${param.depth1 eq 'RANKING_MILEAGE' }">class="slt"</c:if>>마일리지 TOP 10</a></li>
|
|
| 145 |
- </ul> |
|
| 146 |
- </c:when> |
|
| 147 |
- |
|
| 148 |
- <c:when test="${param.menu eq 'SMS_MANAGE' }"> <!-- SMS/이메일관리 -->
|
|
| 149 |
- <ul class="list"> |
|
| 150 |
- <li class="smnu"><a href="/mng/sms/selectSmsManage.do" <c:if test="${param.depth1 eq 'SMS_SEND' }">class="slt"</c:if>>SMS/이메일관리</a>
|
|
| 151 |
- <ul class="slist"> |
|
| 152 |
- <li><a href="/mng/sms/selectSmsManage.do" <c:if test="${param.depth2 eq 'SMS' }">class="slt"</c:if>>개별메시지전송</a></li>
|
|
| 153 |
- <li><a href="/mng/sms/selectMmsManage.do" <c:if test="${param.depth2 eq 'MMS' }">class="slt"</c:if>>그룹메세지전송</a></li>
|
|
| 154 |
- <!-- <li><a href="<c:url value="/mng/ems/selectEmsManage.do"/>" <c:if test="${param.depth2 eq 'EMS' }">class="slt"</c:if>>이메일전송</a></li> -->
|
|
| 155 |
- </ul> |
|
| 156 |
- </li> |
|
| 157 |
- </ul> |
|
| 158 |
- </c:when> |
|
| 159 |
- |
|
| 160 |
- <c:when test="${param.menu eq 'STAT_MANAGE' }"> <!-- 통계관리 -->
|
|
| 161 |
- <ul class="list"> |
|
| 162 |
- |
|
| 163 |
- <li class="smnu"><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.depth1 eq 'SCRIN_STAT' }">class="slt"</c:if>>일/월/년간 접속</a>
|
|
| 164 |
- <%-- |
|
| 165 |
- <ul class="slist"> |
|
| 166 |
- <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=H"/>" <c:if test="${param.statsKind eq 'H' }">class="slt"</c:if>>홈페이지</a></li>
|
|
| 167 |
- <li><a href="<c:url value="/mng/sts/selectScrinStats.do?statsKind=M"/>" <c:if test="${param.statsKind eq 'M' }">class="slt"</c:if>>모바일</a></li>
|
|
| 168 |
- </ul> |
|
| 169 |
- --%> |
|
| 170 |
- </li> |
|
| 171 |
- <%--<li class="smnu"><a href="<c:url value="/mng/sts/selectBbsStats.do"/>" <c:if test="${param.depth1 eq 'BBS_STAT' }">class="slt"</c:if>>게시물 통계</a></li>--%>
|
|
| 172 |
- <%-- |
|
| 173 |
- <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectMlgStats.do"/>" <c:if test="${param.depth1 eq 'MG_STAT' }">class="slt"</c:if>>마일리지 통계</a></li>-->
|
|
| 174 |
- <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectMbrStats.do"/>" <c:if test="${param.depth1 eq 'MBR_STAT' }">class="slt"</c:if>>회원가입 통계</a></li>-->
|
|
| 175 |
- <!-- <li class="smnu"><a href="<c:url value="/mng/sts/selectCmyStats.do"/>" <c:if test="${param.depth1 eq 'CMY_STAT' }">class="slt"</c:if>>커뮤니티개설 통계</a></li>-->
|
|
| 176 |
- <!-- <li class="smnu"><a href="https://www.google.com/analytics/web/?pli=1#report/visitors-overview/a29280954w55337777p56340389/" target="_blank">접속 통계</a></li> --> |
|
| 177 |
- <!-- |
|
| 178 |
- <li class="smnu"> |
|
| 179 |
- <a href="/mng/sts/selectEvtStats.do" <c:if test="${param.depth1 eq 'EVENT_STAT' }">class="slt"</c:if>>이벤트통계</a>
|
|
| 180 |
- <c:if test="${param.depth1 eq 'EVENT_STAT'}">
|
|
| 181 |
- <ul class="slist"> |
|
| 182 |
- <li><a href="<c:url value="/mng/sts/selectEvtStats.do"/>" <c:if test="${param.depth2 eq 'EVENT_DPT' }">class="slt"</c:if>>회차별 통계</a></li>
|
|
| 183 |
- <li><a href="<c:url value="/mng/sts/selectEvtStatUser.do"/>" <c:if test="${param.depth2 eq 'EVENT_USR' }">class="slt"</c:if>>사용자별 통계</a></li>
|
|
| 184 |
- </ul> |
|
| 185 |
- </c:if> |
|
| 186 |
- </li> |
|
| 187 |
- --> |
|
| 188 |
- --%> |
|
| 189 |
- </ul> |
|
| 190 |
- </c:when> |
|
| 191 |
- |
|
| 192 |
- <c:when test="${param.menu eq 'ETC_MANAGE' }"> <!-- 기타관리 -->
|
|
| 193 |
- <ul class="list"> |
|
| 194 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN001"/>" <c:if test="${param.bannerTyCode eq 'BAN001' }">class="slt"</c:if>>배너존관리</a></li>
|
|
| 195 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN002"/>" <c:if test="${param.bannerTyCode eq 'BAN002' }">class="slt"</c:if>>팝업존관리</a></li>
|
|
| 196 |
- <%-- |
|
| 197 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN003"/>" <c:if test="${param.bannerTyCode eq 'BAN003' }">class="slt"</c:if>>퀵메뉴관리</a></li>
|
|
| 198 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN004"/>" <c:if test="${param.bannerTyCode eq 'BAN004' }">class="slt"</c:if>>메인배너관리(Type1)</a></li>
|
|
| 199 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN005"/>" <c:if test="${param.bannerTyCode eq 'BAN005' }">class="slt"</c:if>>메인배너관리(Type2)</a></li>
|
|
| 200 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/bnr/selectBannerList.do?bannerTyCode=BAN006"/>" <c:if test="${param.bannerTyCode eq 'BAN006' }">class="slt"</c:if>>서브배너관리</a></li>
|
|
| 201 |
- --%> |
|
| 202 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/pwm/listPopup.do"/>" <c:if test="${param.depth1 eq 'ETC_POPUPWINDOW' }">class="slt"</c:if>>팝업관리</a></li>
|
|
| 203 |
- <li class="smnu"><a href="<c:url value="/mng/uss/ion/sit/SiteListInqire.do"/>" <c:if test="${param.depth1 eq 'ETC_SITE' }">class="slt"</c:if>>링크사이트관리</a></li>
|
|
| 204 |
- </ul> |
|
| 205 |
- </c:when> |
|
| 206 |
- |
|
| 207 |
- <c:otherwise> <%--등록되지 않은 메뉴들 --%> |
|
| 208 |
- <ul class="list"> |
|
| 209 |
- <li class="smnu"><a href="#" class="slt">메뉴1</a></li> |
|
| 210 |
- <li class="smnu"><a href="#">메뉴2</a></li> |
|
| 211 |
- <li class="smnu"><a href="#">메뉴3</a></li> |
|
| 212 |
- <li class="smnu"><a href="#">메뉴4</a></li> |
|
| 213 |
- <li class="smnu"><a href="#">메뉴5</a></li> |
|
| 214 |
- </ul> |
|
| 215 |
- </c:otherwise> |
|
| 216 |
- </c:choose> |
|
| 217 | 244 |
</div> |
| 218 | 245 |
|
| 219 | 246 |
<div id="rightPage"> |
--- base/src/main/webapp/html/manage/_guide/component.html
+++ base/src/main/webapp/html/manage/_guide/component.html
... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | 12 |
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 13 | 13 |
|
| 14 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 14 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
.body { padding: 0 50px; }
|
| 17 | 17 |
.body h1 { margin: 80px 0 20px; font-size: 24px; font-weight: 500; }
|
... | ... | @@ -180,15 +180,15 @@ |
| 180 | 180 |
</div> |
| 181 | 181 |
</div> |
| 182 | 182 |
|
| 183 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 183 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 184 | 184 |
|
| 185 | 185 |
<!--퍼블 layout--> |
| 186 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 186 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 187 | 187 |
|
| 188 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 189 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 190 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 191 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 192 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 188 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 189 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 190 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 191 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 192 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 193 | 193 |
</body> |
| 194 | 194 |
</html> |
--- base/src/main/webapp/html/manage/_guide/error.html
+++ base/src/main/webapp/html/manage/_guide/error.html
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
<meta name="viewport" |
| 14 | 14 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 15 | 15 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 16 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 17 |
</head> |
| 18 | 18 |
|
| 19 | 19 |
<body> |
... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<div class="contents"> |
| 28 | 28 |
<section class="error-area"> |
| 29 | 29 |
<figure> |
| 30 |
- <img src="../../../resources/front/manage/image/common/img_error.svg" alt=""> |
|
| 30 |
+ <img src="../../../resources/manage/image/common/img_error.svg" alt=""> |
|
| 31 | 31 |
</figure> |
| 32 | 32 |
<h2>요청하신 페이지를 찾을 수 없습니다.</h2> |
| 33 | 33 |
<p>이용에 불편을 드려 죄송합니다.</p> |
... | ... | @@ -44,16 +44,16 @@ |
| 44 | 44 |
<!--popup--> |
| 45 | 45 |
<div class="dim"></div> |
| 46 | 46 |
|
| 47 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 47 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 48 | 48 |
|
| 49 | 49 |
<!--퍼블 layout--> |
| 50 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 50 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 51 | 51 |
|
| 52 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 53 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 54 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 55 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 56 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 52 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 53 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 54 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 55 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 56 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 57 | 57 |
</body> |
| 58 | 58 |
|
| 59 | 59 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_guide/icon.html
+++ base/src/main/webapp/html/manage/_guide/icon.html
... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | 12 |
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 13 | 13 |
|
| 14 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 14 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
.body {
|
| 17 | 17 |
padding: 0 50px; |
... | ... | @@ -312,15 +312,15 @@ |
| 312 | 312 |
</div> |
| 313 | 313 |
</div> |
| 314 | 314 |
|
| 315 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 315 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 316 | 316 |
|
| 317 | 317 |
<!--퍼블 layout--> |
| 318 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 318 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 319 | 319 |
|
| 320 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 321 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 322 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 323 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 324 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 320 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 321 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 322 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 323 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 324 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 325 | 325 |
</body> |
| 326 | 326 |
</html> |
--- base/src/main/webapp/html/manage/_guide/input.html
+++ base/src/main/webapp/html/manage/_guide/input.html
... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | 12 |
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> |
| 13 | 13 |
|
| 14 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet"> |
|
| 14 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet"> |
|
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
.body {
|
| 17 | 17 |
padding: 0 50px; |
... | ... | @@ -130,15 +130,15 @@ |
| 130 | 130 |
</div> --> |
| 131 | 131 |
</div> |
| 132 | 132 |
|
| 133 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 133 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 134 | 134 |
|
| 135 | 135 |
<!--퍼블 layout--> |
| 136 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 136 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 137 | 137 |
|
| 138 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 139 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 140 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 141 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 142 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 138 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 139 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 140 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 141 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 142 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 143 | 143 |
</body> |
| 144 | 144 |
</html> |
--- base/src/main/webapp/html/manage/_guide/label.html
+++ base/src/main/webapp/html/manage/_guide/label.html
... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | 12 |
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 13 | 13 |
|
| 14 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 14 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
.body {
|
| 17 | 17 |
padding: 0 50px; |
... | ... | @@ -56,15 +56,15 @@ |
| 56 | 56 |
<a href="#none" class="label spot4">label spot4</a> --> |
| 57 | 57 |
</div> |
| 58 | 58 |
</div> |
| 59 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 59 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 60 | 60 |
|
| 61 | 61 |
<!--퍼블 layout--> |
| 62 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 62 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 63 | 63 |
|
| 64 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 65 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 66 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 67 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 68 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 64 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 65 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 66 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 67 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 68 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 69 | 69 |
</body> |
| 70 | 70 |
</html> |
--- base/src/main/webapp/html/manage/_guide/list.html
+++ base/src/main/webapp/html/manage/_guide/list.html
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
<meta name="viewport" |
| 14 | 14 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 15 | 15 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 16 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 17 |
</head> |
| 18 | 18 |
|
| 19 | 19 |
<body> |
... | ... | @@ -182,16 +182,16 @@ |
| 182 | 182 |
<!--popup--> |
| 183 | 183 |
<div class="dim"></div> |
| 184 | 184 |
|
| 185 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 185 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 186 | 186 |
|
| 187 | 187 |
<!--퍼블 layout--> |
| 188 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 188 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 189 | 189 |
|
| 190 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 191 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 192 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 193 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 194 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 190 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 191 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 192 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 193 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 194 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 195 | 195 |
</body> |
| 196 | 196 |
|
| 197 | 197 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_guide/loading.html
+++ base/src/main/webapp/html/manage/_guide/loading.html
... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | 12 |
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 13 | 13 |
|
| 14 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 14 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
.body { padding: 0 50px; }
|
| 17 | 17 |
.body h1 { margin: 80px 0 20px; font-size: 24px; font-weight: 500; }
|
... | ... | @@ -31,15 +31,15 @@ |
| 31 | 31 |
</div> |
| 32 | 32 |
</div> |
| 33 | 33 |
|
| 34 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 34 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 35 | 35 |
|
| 36 | 36 |
<!--퍼블 layout--> |
| 37 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 37 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 38 | 38 |
|
| 39 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 40 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 41 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 42 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 43 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 39 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 40 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 41 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 42 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 43 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 44 | 44 |
</body> |
| 45 | 45 |
</html> |
--- base/src/main/webapp/html/manage/_guide/popup.html
+++ base/src/main/webapp/html/manage/_guide/popup.html
... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 |
<meta name="viewport" |
| 13 | 13 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 14 | 14 |
|
| 15 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 15 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 16 | 16 |
<style type="text/css"> |
| 17 | 17 |
.body {
|
| 18 | 18 |
padding: 0 50px; |
... | ... | @@ -79,15 +79,15 @@ |
| 79 | 79 |
</div> |
| 80 | 80 |
<div class="dim"></div> |
| 81 | 81 |
|
| 82 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 82 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 83 | 83 |
|
| 84 | 84 |
<!--퍼블 layout--> |
| 85 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 85 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 86 | 86 |
|
| 87 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 88 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 89 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 90 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 91 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 87 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 88 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 89 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 90 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 91 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 92 | 92 |
</body> |
| 93 | 93 |
</html> |
--- base/src/main/webapp/html/manage/_guide/sub_layout copy.html
+++ base/src/main/webapp/html/manage/_guide/sub_layout copy.html
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
<meta name="viewport" |
| 14 | 14 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 15 | 15 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 16 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 17 |
</head> |
| 18 | 18 |
|
| 19 | 19 |
<body> |
... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<div class="contents"> |
| 28 | 28 |
<section class="error-area"> |
| 29 | 29 |
<figure> |
| 30 |
- <img src="../../../resources/front/manage/image/common/img_error.svg" alt=""> |
|
| 30 |
+ <img src="../../../resources/manage/image/common/img_error.svg" alt=""> |
|
| 31 | 31 |
</figure> |
| 32 | 32 |
<h2>요청하신 페이지를 찾을 수 없습니다.</h2> |
| 33 | 33 |
<p>이용에 불편을 드려 죄송합니다.</p> |
... | ... | @@ -44,16 +44,16 @@ |
| 44 | 44 |
<!--popup--> |
| 45 | 45 |
<div class="dim"></div> |
| 46 | 46 |
|
| 47 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 47 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 48 | 48 |
|
| 49 | 49 |
<!--퍼블 layout--> |
| 50 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 50 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 51 | 51 |
|
| 52 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 53 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 54 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 55 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 56 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 52 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 53 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 54 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 55 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 56 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 57 | 57 |
</body> |
| 58 | 58 |
|
| 59 | 59 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_guide/sub_layout.html
+++ base/src/main/webapp/html/manage/_guide/sub_layout.html
... | ... | @@ -10,10 +10,9 @@ |
| 10 | 10 |
<meta name="Description" content=""> |
| 11 | 11 |
<meta name="format-detection" content="telephone=no"> |
| 12 | 12 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 13 |
- <meta name="viewport" |
|
| 14 |
- content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
|
| 13 |
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
|
| 15 | 14 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 15 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 16 |
</head> |
| 18 | 17 |
|
| 19 | 18 |
<body> |
... | ... | @@ -35,16 +34,16 @@ |
| 35 | 34 |
<!--popup--> |
| 36 | 35 |
<div class="dim"></div> |
| 37 | 36 |
|
| 38 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 37 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 39 | 38 |
|
| 40 | 39 |
<!--퍼블 layout--> |
| 41 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 40 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 42 | 41 |
|
| 43 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 44 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 45 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 46 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 47 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 42 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 43 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 44 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 45 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 46 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 48 | 47 |
</body> |
| 49 | 48 |
|
| 50 | 49 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_guide/view.html
+++ base/src/main/webapp/html/manage/_guide/view.html
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
<meta name="viewport" |
| 14 | 14 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 15 | 15 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 16 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 17 |
</head> |
| 18 | 18 |
<body> |
| 19 | 19 |
<div class="accessibility"> |
... | ... | @@ -90,16 +90,16 @@ |
| 90 | 90 |
<!--popup--> |
| 91 | 91 |
<div class="dim"></div> |
| 92 | 92 |
|
| 93 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 93 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 94 | 94 |
|
| 95 | 95 |
<!--퍼블 layout--> |
| 96 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 96 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 97 | 97 |
|
| 98 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 99 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 100 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 101 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 102 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 98 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 99 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 100 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 101 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 102 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 103 | 103 |
</body> |
| 104 | 104 |
|
| 105 | 105 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_guide/write.html
+++ base/src/main/webapp/html/manage/_guide/write.html
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
<meta name="viewport" |
| 14 | 14 |
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
| 15 | 15 |
|
| 16 |
- <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" /> |
|
| 16 |
+ <link href="../../../resources/manage/css/style.css" rel="stylesheet" /> |
|
| 17 | 17 |
</head> |
| 18 | 18 |
|
| 19 | 19 |
<body> |
... | ... | @@ -178,16 +178,16 @@ |
| 178 | 178 |
<!--popup--> |
| 179 | 179 |
<div class="dim"></div> |
| 180 | 180 |
|
| 181 |
- <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 181 |
+ <script src="../../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 182 | 182 |
|
| 183 | 183 |
<!--퍼블 layout--> |
| 184 |
- <script src="../../../resources/front/manage/js/_layout.js"></script> |
|
| 184 |
+ <script src="../../../resources/manage/js/_layout.js"></script> |
|
| 185 | 185 |
|
| 186 |
- <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script> |
|
| 187 |
- <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script> |
|
| 188 |
- <script src="../../../resources/front/manage/js/ssm.min.js"></script> |
|
| 189 |
- <script src="../../../resources/front/manage/js/swiper-bundle.js"></script> |
|
| 190 |
- <script src="../../../resources/front/manage/js/common.js"></script> |
|
| 186 |
+ <script src="../../../resources/manage/js/jquery-ui.min.js"></script> |
|
| 187 |
+ <script src="../../../resources/manage/js/jquery.easing.1.3.js"></script> |
|
| 188 |
+ <script src="../../../resources/manage/js/ssm.min.js"></script> |
|
| 189 |
+ <script src="../../../resources/manage/js/swiper-bundle.js"></script> |
|
| 190 |
+ <script src="../../../resources/manage/js/common.js"></script> |
|
| 191 | 191 |
</body> |
| 192 | 192 |
|
| 193 | 193 |
</html>(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/html/manage/_layout/header.html
+++ base/src/main/webapp/html/manage/_layout/header.html
... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 |
<div class="l-area"> |
| 2 | 2 |
<h1 class="logo"> |
| 3 | 3 |
<a href="#"> |
| 4 |
- <img src="../../../resources/front/manage/image/logo/logo.svg" alt="logo" /> |
|
| 4 |
+ <img src="../../../resources/manage/image/logo/logo.svg" alt="logo" /> |
|
| 5 | 5 |
</a> |
| 6 | 6 |
</h1> |
| 7 | 7 |
<nav class="site-gnb"> |
--- base/src/main/webapp/html/manage/index.html
+++ base/src/main/webapp/html/manage/index.html
... | ... | @@ -118,7 +118,7 @@ |
| 118 | 118 |
|
| 119 | 119 |
/********design : 디자인 요청, mod : 변경, ready : 작업완료, temp : 임시파일, x : 삭제대상 ********/ |
| 120 | 120 |
</style> |
| 121 |
- <script src="../../resources/front/manage/js/jquery-3.6.0.min.js"></script> |
|
| 121 |
+ <script src="../../resources/manage/js/jquery-3.6.0.min.js"></script> |
|
| 122 | 122 |
<script> |
| 123 | 123 |
window.onload = function () {
|
| 124 | 124 |
var body = document.body; |
--- base/src/main/webapp/resources/front/manage/css/style.min.css
... | ... | @@ -1,1 +0,0 @@ |
| 1 | -@charset "UTF-8";@import url("vendors/animate.css");@import url("vendors/swiper-bundle.css");@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100;src:url("font/NotoSans-Thin.woff2") format("woff2"),url("font/NotoSans-Thin.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:300;src:url("font/NotoSans-Light.woff2") format("woff2"),url("font/NotoSans-Light.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:400;src:url("font/NotoSans-Regular.woff2") format("woff2"),url("font/NotoSans-Regular.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:500;src:url("font/NotoSans-Medium.woff2") format("woff2"),url("font/NotoSans-Medium.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:700;src:url("font/NotoSans-Medium.woff2") format("woff2"),url("font/NotoSans-Bold.woff") format("woff");}html,body{height:100%;}html{border:0;outline:0;font-size:62.5%;}body{font-size:14px;line-height:1.5;font-family:"Noto Sans KR","맑은고딕","Malgun Gothic","Apple Gothic",Dotum,Gulim,sans-serif;background-color:transparent;color:#333;font-weight:400;letter-spacing:-.025em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;overflow-x:hidden;width:100%;}body.noscroll{overflow:hidden;}::selection{color:#fff;background-color:#273640;}::-moz-selection{color:#fff;background-color:#273640;}html,body,nav,section,article,figure,figcaption,h1,h2,h3,h4,h5,h6,menu,ul,ol,dl,li,dt,dd,p,form{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1em;}img{margin:0;border:none;}ul,ol,dl,li{list-style:none;}cite,em,address{font-style:normal;}em{font-weight:700;color:#009aeb;}em.spot{color:#009aeb;}em.spot2{color:#009aeb;}em b,strong{font-weight:900;}i{font-style:normal;}iframe{border:none;outline:0;}a>span{cursor:pointer;}a{text-decoration:none;color:#333;}a:hover,a:focus{text-decoration:none;}table{width:100%;border-collapse:collapse;table-layout:fixed;}table caption{height:0;font-size:.1em;color:#fff;opacity:0;filter:alpha(opacity=0);}fieldset{border:0;margin:0;padding:0;display:block;}fieldset legend{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;font-size:0;line-height:0;}button,input:not([type=checkbox]),input:not([type=radio]),textarea,select{font-family:"Noto Sans KR","맑은고딕","Malgun Gothic","Apple Gothic",Dotum,Gulim,sans-serif;font-size:1.8rem;color:#333;-webkit-appearance:none;-webkit-border-radius:0;vertical-align:middle;}button{border:none;background:none;cursor:pointer;}pre{white-space:pre-wrap;}@-webkit-keyframes fadein{0%{opacity:.1;}50%{opacity:1;}100%{opacity:.1;}}@-moz-keyframes fadein{0%{opacity:.1;}50%{opacity:1;}100%{opacity:.1;}}@keyframes fadein{0%{opacity:.1;}50%{opacity:1;}100%{opacity:.1;}}@-webkit-keyframes width{0%{width:0%;}100%{width:100%;}}@-moz-keyframes width{0%{width:0%;}100%{width:100%;}}@keyframes width{0%{width:0%;}100%{width:100%;}}@-webkit-keyframes height{0%{height:0%;}100%{height:100%;}}@-moz-keyframes height{0%{height:0%;}100%{height:100%;}}@keyframes height{0%{height:0%;}100%{height:100%;}}@keyframes opacity{0%{opacity:0;}100%{opacity:1;}}@keyframes tyt{0%{opacity:0;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-o-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}@-webkit-keyframes height{0%{height:0%;}100%{height:100%;}}@-moz-keyframes height{0%{height:0%;}100%{height:100%;}}@keyframes height{0%{height:0%;}100%{height:100%;}}.ui-checkboxradio-label{position:relative;display:inline-block;cursor:pointer;box-sizing:border-box;margin-right:40px;}.ui-checkboxradio-label:only-child,.ui-checkboxradio-label:last-child{margin-right:0;}.ui-checkboxradio-icon-space{display:inline-block;width:10px;height:30px;vertical-align:middle;}.ui-checkboxradio-label.ui-state-focus:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #000;border-radius:4px;}.ui-checkboxradio-icon{position:relative;display:inline-block;width:30px;height:30px;padding:0;border:1px solid #777;background:#fff;box-sizing:border-box;vertical-align:middle;}.ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon{border-color:#777;}.ui-checkboxradio-label .ui-checkboxradio-icon:after{position:absolute;content:"";top:50%;left:50%;margin-top:-9px;margin-left:-9px;background:#333;width:18px;height:18px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.ui-checkboxradio-radio-label .ui-checkboxradio-icon,.ui-checkboxradio-radio-label.ui-state-active .ui-checkboxradio-icon:after{border-radius:50%;}.ui-checkboxradio-label.ui-state-focus:after{border-radius:2em;}.sort{margin-bottom:40px;font-size:0;margin-left:-10px;text-align:center;display:flex;justify-content:center;}.sort a,.sort button,.sort .ui-checkboxradio-label{display:inline-block;font-size:2.4rem;color:#777;width:260px;height:100px;box-sizing:border-box;border:1px solid #ddd;border-radius:3em;text-align:center;margin:0 0 10px 10px;transition:box-shadow .3s;font-weight:500;padding:0 20px;word-break:keep-all;}.sort a:not(.is-active):hover,.sort a:not(.is-active) :focus,.sort button:not(.is-active):hover,.sort button:not(.is-active) :focus,.sort .ui-checkboxradio-label:not(.is-active):hover,.sort .ui-checkboxradio-label:not(.is-active) :focus{border-color:#999;background-color:#f8f8f8;}.sort .is-active,.sort .ui-checkboxradio-label.ui-state-active{color:#009aeb;border-color:#009aeb;}.sort .ui-checkboxradio-icon,.sort .ui-checkboxradio-icon-space{display:none;}.sort .ui-checkboxradio-icon:after{display:none;}.ui-accordion-header{padding:20px 70px 20px 70px;line-height:22px;border-bottom:1px solid #dcdcdc;position:relative;cursor:pointer;font-size:1.6rem;font-weight:500;}.ui-accordion-header:before{content:"Q";font-size:2.4rem;color:#009a74;position:absolute;left:30px;font-weight:500;font-family:'NanumSquareRound';}.ui-accordion-header cite{color:#777;display:inline-block;width:40px;}.ui-accordion-header-active{border-bottom:1px solid #dcdcdc;color:#009a74;}.ui-accordion-header:hover,.ui-accordion-header:focus{outline:0;}.ui-accordion-header-icon{position:absolute;top:20px;right:20px;width:20px;height:20px;overflow:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s;opacity:.5;}.ui-accordion-header-icon:before{content:"";position:absolute;top:-5px;left:1px;width:14px;height:14px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);}.ui-accordion-header-active .ui-accordion-header-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1;}.ui-accordion-content{padding:30px 70px;border-bottom:1px solid #dcdcdc;color:#333;font-size:1.5rem;font-weight:500;line-height:28px;background:#fbfbfb;letter-spacing:0;}.ui-accordion-content b,.ui-accordion-content strong{font-weight:700;}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none;z-index:99999;}.ui-selectmenu-menu ul{background:#fff;}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px;max-height:400px;}.ui-selectmenu-menu .ui-menu li{cursor:pointer;}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1.6rem;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0;}.ui-selectmenu-open{display:block;}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer;background:#fff;width:auto;font-size:1.6rem;border-radius:0;border:1px solid #ccc;vertical-align:middle;}.ui-selectmenu-button span.ui-icon{right:.5em;left:auto;position:absolute;width:8px;height:8px;margin-top:-7px;top:50%;border-top:2px solid #999;border-left:2px solid #999;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0 40px 0 10px;height:34px;line-height:34px;font-size:1.6rem;display:block;overflow:hidden;white-space:nowrap;}.ui-selectmenu-menu ul{border:1px solid #ccc;}.ui-selectmenu-menu .ui-menu-item-wrapper{padding:5px 10px;}.ui-selectmenu-menu .ui-state-active{color:#000;background:#f1f1f1;}.ui-selectmenu-menu .ui-state-hover,.ui-selectmenu-menu .ui-state-focus{background:#f9f9f9;}.datepicker-box{position:relative;display:inline-block;}.datepicker-box.block{display:block;}.datepicker-box+.dash{margin:0 20px 0 -30px !important;}input[type=text].datepicker{display:inline-block !important;width:190px !important;margin-right:20px;}.ui-datepicker-trigger{display:inline-block;width:30px;height:30px;vertical-align:middle;padding:0;}.ui-datepicker-trigger img{display:block;width:100%;}.ui-datepicker{background-color:#fff;margin-top:-2px;border:1px solid #ccc;width:100%;max-width:300px;padding:20px 10px 10px;display:none;box-shadow:4px 4px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:0 auto;z-index:1;}.ui-datepicker .ui-datepicker-header{position:relative;padding:0 70px 0 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{overflow:hidden;position:absolute;top:0;width:30px;height:30px;text-indent:-999px;background-repeat:no-repeat;cursor:pointer;background:#333;border-radius:50%;}.ui-datepicker .ui-datepicker-prev{right:40px;}.ui-datepicker .ui-datepicker-next{right:5px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{position:absolute;top:50%;left:50%;margin-top:-4px;margin-left:-3px;width:7px;height:7px;border-top:2px solid #fff;border-left:2px solid #fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.ui-datepicker .ui-datepicker-next span{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.ui-datepicker .ui-datepicker-title{font-size:1.6rem;font-weight:900;margin:0;line-height:30px;text-align:left;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:80px;vertical-align:middle;height:30px;font-size:1.5rem;padding-left:10px;padding-right:30px;}.ui-datepicker select.ui-datepicker-year{margin-right:5px;}.ui-datepicker table{width:100%;font-size:.9rem;border-collapse:collapse;margin:10px 0 .2em;text-align:center;}.ui-datepicker th{padding:.3em .3em;color:#333;text-align:center;font-size:1.4rem;font-weight:bold;border:0;}.ui-datepicker th.ui-datepicker-week-end span[title=Sunday]{color:#eb325d;}.ui-datepicker td:first-child a{color:#eb325d;}.ui-datepicker tr:first-child td{border-top:0;}.ui-datepicker td{text-align:center;padding:.2em 0;border:0;height:14px;}.ui-datepicker td span,.ui-datepicker td a{display:block;position:relative;width:30px;height:30px;line-height:30px;border-radius:50%;text-decoration:none;border-bottom:0;margin:0 auto;color:#333;font-size:1.4rem;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.due{display:inline-block;vertical-align:middle;margin:0 10px;font-size:1.5rem;color:#333;position:relative;top:3px;}.ui-datepicker .ui-state-highlight{background:#ddd;color:#000;border-radius:50%;}.ui-datepicker .highlight2{background:#6a6f8d;color:#fff;border-radius:50%;}.ui-datepicker .highlight3{background:#fff;border:2px solid #ffb100;line-height:14px;box-sizing:border-box;color:#000;}.ui-widget-overlay{position:fixed;width:100%;height:500%;top:0;left:0;background:#fff;opacity:0;z-index:99999;}.ui-dialog{position:absolute;padding-bottom:40px;background:#fff;top:140px;z-index:999;overflow:auto;max-width:calc(100% - 50px);box-shadow:0 5px 10px rgba(0,0,0,.2);}.ui-dialog .ui-dialog-titlebar{position:relative;height:150px;padding:50px 20px 20px;box-sizing:border-box;}.ui-dialog .ui-dialog-title{display:block;height:70px;line-height:70px;text-align:center;font-size:2.8rem;font-weight:700;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;width:30px;height:30px;overflow:hidden;text-indent:-999px;top:15px;right:15px;background:rgba(255,255,255,.3);}.ui-dialog .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar-close:after{content:"";position:absolute;width:100%;height:2px;background:#333;top:50%;left:50%;margin-left:-50%;margin-top:-1px;}.ui-dialog .ui-dialog-titlebar-close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);}.ui-dialog .ui-dialog-titlebar-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:0 40px;background:none;overflow:auto;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{margin-top:20px;text-align:center;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button{display:inline-block;padding:0 15px;height:60px;line-height:58px;font-size:1.8rem;min-width:80px;border-radius:2em;margin:0 3px;padding:0 50px;height:60px;line-height:58px;font-size:2rem;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .spot{background-color:#009aeb;border-color:#009aeb;color:#fff;}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:14px 14px;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;z-index:9999;max-height:300px;overflow-y:scroll;box-sizing:border-box;}.ui-autocomplete.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222;padding:7px 0;line-height:1.8em;}.ui-autocomplete .ui-menu-item{line-height:1.8em;}.ui-autocomplete .ui-menu-item:hover,.ui-autocomplete .ui-menu-item:focus{background:#f5f5f5;}.ui-autocomplete .ui-menu-item>div{padding:5px 10px;}.ui-autocomplete .ui-menu-item .ui-state-hover,.ui-autocomplete .ui-menu-item .ui-state-focus,.ui-autocomplete .ui-menu-item .ui-state-active{display:block;background:#333;color:#fff;border:none;}.ui-helper-hidden-accessible{position:absolute;left:-9999px;}.swiper-pagination-bullet-active{background-color:#009aeb;}.swiper-fnc .swiper-button-prev:after,.swiper-fnc .swiper-button-next:after{display:block;background:url("../../images/user/common/btn_arr.svg") no-repeat;background-size:100% 100%;}.swiper-fnc .swiper-button-prev,.swiper-fnc .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);margin:0;display:block;width:24px;height:24px;text-indent:-99999px;}.swiper-fnc .swiper-button-prev:after,.swiper-fnc .swiper-button-next:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;}.swiper-fnc .swiper-button-prev:hover:after,.swiper-fnc .swiper-button-next:hover:after{background-image:url("../../images/user/common/btn_arr_spot.svg");}.swiper-fnc .swiper-button-prev.slick-disabled:after,.swiper-fnc .swiper-button-prev.slick-disabled:hover:after,.swiper-fnc .swiper-button-next.slick-disabled:after,.swiper-fnc .swiper-button-next.slick-disabled:hover:after{opacity:.3;background-image:url("../../images/user/common/btn_arr.svg");cursor:default;}.swiper-fnc .swiper-button-prev.lg,.swiper-fnc .swiper-button-next.lg{width:50px;height:50px;}.swiper-fnc .swiper-button-prev{left:0;}.swiper-fnc .swiper-button-next{right:0;}.swiper-fnc .swiper-button-next:after{transform:rotate(180deg);}@media(max-width:1279px){.swiper-fnc{display:none;}}@media(max-width:767px){.accoridon-tit{padding-right:40px;}.accordion-tit-area:after{right:0;}.accordion-txt-area{padding:20px 0;}}.btn-cont{text-align:right;margin-top:35px;margin-bottom:100px;font-size:0;}.btn-cont .al{text-align:left;}.btn-cont .ar{text-align:right;}.btn-cont [class^=btn]{margin:5px 4px;}.btn-cont [class^=btn]:first-child{margin-left:0;}.btn-cont [class^=btn]:last-child{margin-right:0;}.btn,.btn-sm,.btn-lg{font-weight:700;display:inline-block;text-align:center;vertical-align:middle;white-space:nowrap;box-sizing:border-box;overflow:hidden;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:color,background-color;transition-property:color,background-color;border:2p solid #009aeb;}.btn.width,.btn-sm.width,.btn-lg.width{min-width:180px;}.btn{padding:0 30px;height:50px;line-height:46px;font-size:18px;}.btn-sm{padding:0 10px;height:30px;line-height:26px;font-size:15px;}.btn-sm .fs-sm{font-size:1.5rem;font-weight:900;}.btn-lg{padding:0 40px;height:80px;line-height:76px;font-size:24px;font-weight:900;}.btn,.btn-sm,.btn-lg{background-color:#999;border:1px solid #999;color:#fff;}.btn:hover,.btn:focus,.btn-sm:hover,.btn-sm:focus,.btn-lg:hover,.btn-lg:focus{border-color:#999;background-color:#999;}.btn.spot,.btn-sm.spot,.btn-lg.spot{background-color:#009aeb;border:1px solid #009aeb;color:#fff;}.btn.spot:hover,.btn.spot:focus,.btn-sm.spot:hover,.btn-sm.spot:focus,.btn-lg.spot:hover,.btn-lg.spot:focus{border-color:#0090dc;background-color:#0090dc;}.btn.spot2,.btn-sm.spot2,.btn-lg.spot2{background-color:#004596;border-color:#004596;color:#fff;}.btn.spot2:hover,.btn.spot2:focus,.btn-sm.spot2:hover,.btn-sm.spot2:focus,.btn-lg.spot2:hover,.btn-lg.spot2:focus{color:#fff;border-color:#003e87;background-color:#003e87;}.btn.spot3,.btn-sm.spot3,.btn-lg.spot3{background-color:#004596;border-color:#004596;color:#fff;}.btn.spot3:hover,.btn.spot3:focus,.btn-sm.spot3:hover,.btn-sm.spot3:focus,.btn-lg.spot3:hover,.btn-lg.spot3:focus{border-color:#003e87;background-color:#003e87;}.btn.spot4,.btn-sm.spot4,.btn-lg.spot4{background-color:#333;border:1px solid #333;color:#fff;}.btn.spot4:hover,.btn.spot4:focus,.btn-sm.spot4:hover,.btn-sm.spot4:focus,.btn-lg.spot4:hover,.btn-lg.spot4:focus{border-color:#262626;background-color:#262626;}.btn.spot5,.btn-sm.spot5,.btn-lg.spot5{background-color:#e4f1ff;border:1px solid #e4f1ff;color:#333;}.btn.spot5:hover,.btn.spot5:focus,.btn-sm.spot5:hover,.btn-sm.spot5:focus,.btn-lg.spot5:hover,.btn-lg.spot5:focus{border-color:#cbe4ff;background-color:#cbe4ff;}.btn-close{position:absolute;right:0;top:0;width:30px;height:30px;}.btn-close:before,.btn-close:after{content:" ";position:absolute;background-color:#333;top:50%;left:50%;margin-top:-1px;margin-left:-21px;width:42px;height:2px;}.btn-close:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.btn-close:after{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}.btn-close.wh:before,.btn-close.wh:after{background-color:#fff;}.btn-close-r{position:absolute;right:0;top:0;width:50px;height:50px;background:#ccc;border-radius:50%;border:1px solid #ccc;}.btn-close-r:before,.btn-close-r:after{content:" ";position:absolute;background-color:#333;top:50%;left:50%;margin-top:-1px;margin-left:-12px;width:24px;height:2px;}.btn-close-r:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.btn-close-r:after{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}@media(max-width:767px){.btn{padding:0 30px;height:50px;line-height:48px;font-size:1.6rem;}.btn-sm{padding:0 20px;height:36px;line-height:34px;font-size:1.4rem;min-width:80px;}.btn-lg{padding:0 20px;min-width:120px;font-size:1.8rem;height:50px;line-height:48px;}.btn-close-r{width:30px;height:30px;}.btn-close-r:before,.btn-close-r:after{width:14px;margin-left:-8px;}.btn.width,.btn-lg.width{min-width:120px;}.btn-sm.width{min-width:80px;}}[class^=ico-]{position:relative;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;margin-right:7px;width:30px;height:30px;}[class^=ico-].sm{width:24px;height:24px;}[class^=ico-].back{margin-left:7px;}.ico-file{background-image:url("../../images/user/common/ico_file.svg");}.ico-rock{background-image:url("../../images/user/common/ico_rock.svg");}td .ico-rock{margin-top:-5px;}.ico-print{background-image:url("../../images/user/common/ico_print.svg");}.ico-print.wh{background-image:url("../../images/user/common/ico_print_wh.svg");}.ico-dot{width:4px;height:4px;background-color:#777;border-radius:50%;margin:0 7px;}[class^=ico-link]{position:relative;display:inline-block;color:#333;border-bottom:2px solid #333;padding-right:50px;padding-bottom:6px;}[class^=ico-link]:after{content:" ";transform-origin:bottom right;position:absolute;right:0;bottom:-2px;width:15px;height:2px;background-color:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}[class^=ico-link-wh]{border-color:#fff;}[class^=ico-link-wh]:after{background-color:#fff;}.ico-home-wh{background-image:url("../../images/user/common/ico_home_wh.svg");}.ico-sch-wh{background-image:url("../../images/user/common/ico_sch_wh.svg");}@media(max-width:767px){[class^=ico-]{margin-right:5px;width:24px;height:24px;}[class^=ico-].sm{width:18px;height:18px;}[class^=ico-].back{margin-left:5px;}}select{border:1px solid #999;box-sizing:border-box;height:50px;padding:0 35px 0 20px;max-width:100%;border-radius:0;-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;background:url("../../images/user/common/select_arr.svg") center right no-repeat;}select::-ms-expand{display:none;}input[type=text],input[type=password],input[type=number],input[type=email],input[type=tel],input[type=time],input [type=date]{vertical-align:middle;padding:0 15px;height:50px;border:1px solid #999;max-width:100%;width:360px;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s;}input::placeholder,textarea::placeholder{color:#999;}input[type=time]{width:200px;}input[type=number]{padding:0;text-align:center;}input[type="file"],input[type="file"]:hover{padding:0;border:none;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0 1000px white inset !important;}input[readonly]:not(.datepicker),input[readonly]:not(.datepicker):hover,input[readonly]:not(.datepicker):focus,input[disabled]:not(.datepicker),input[disabled]:not(.datepicker):hover,input[disabled]:not(.datepicker):focus{background:#f9f9f9;border:1px solid #ccc;font-weight:300;box-shadow:none;}input:hover,textarea:hover{border:1px solid #555;}input[type="file"]:hover{border:none;}input:focus,textarea:focus{border:1px solid #555;box-shadow:0 5px 15px rgba(0,0,0,.15);}textarea{width:100%;padding:10px;box-sizing:border-box;background:transparent;border-color:#ccc;display:block;}textarea[disabled="disabled"]{border:none;}textarea:focus[disabled="disabled"]{box-shadow:none;}.checkradio{display:inline-block;position:relative;font-size:0;margin-right:40px;min-width:20px;min-height:20px;vertical-align:middle;overflow:hidden;}.checkradio:only-child,.checkradio:last-child{margin-right:0;}.checkradio input[type="checkbox"],.checkradio input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.checkradio input[type="checkbox"]~label,.checkradio input[type="radio"]~label{position:relative;display:inline-block;align-items:center;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-size:1.6rem;vertical-align:middle;min-height:20px;min-width:20px;font-size:15px;color:#555;box-sizing:border-box;margin-top:0;margin-bottom:0;margin-left:0;word-break:keep-all;}.checkradio input[type="checkbox"]~label:before,.checkradio input[type="radio"]~label:before{content:" ";position:absolute;left:0;top:0;display:block;vertical-align:middle;width:20px;height:20px;background:#fff;border:1px solid #333;box-sizing:border-box;}.checkradio input[type="checkbox"]~label:after,.checkradio input[type="radio"]~label:after{content:" ";position:absolute;top:10px;left:10px;width:0;height:0;background:#009aeb;transform-origin:center center;}.checkradio input[type="checkbox"]~label.txt-hide,.checkradio input[type="radio"]~label.txt-hide{position:relative;top:auto;left:auto;overflow:hidden;width:auto;height:auto;font-size:0;padding-left:0;line-height:1.5;clip:rect(0 0 0 0);white-space:normal;text-indent:0;}.checkradio input[type="checkbox"]~label.txt-hide:before,.checkradio input[type="radio"]~label.txt-hide:before{margin-right:0;}.checkradio input[type="checkbox"]~label+input[type=text],.checkradio input[type="radio"]~label+input[type=text]{margin-left:10px;}.checkradio input[type="checkbox"]:checked+label:before,.checkradio input[type="radio"]:checked+label:before{border-color:#009aeb;}.checkradio input[type="checkbox"]:checked+label:after,.checkradio input[type="radio"]:checked+label:after{top:4px;left:4px;width:12px;height:12px;}.checkradio input[type="checkbox"]:focus~label,.checkradio input[type="radio"]:focus~label{outline:2px solid #333;box-sizing:border-box;}.checkradio input[type="checkbox"]:disabled~label:before,.checkradio input[type="radio"]:disabled~label:before{background-color:#ddd;}.checkradio input[type="radio"]+label:before,.checkradio input[type="radio"]+label:after{border-radius:50%;}.checkradio-toggle{display:inline-block;position:relative;font-size:0;vertical-align:middle;overflow:hidden;}.checkradio-toggle input[type="checkbox"],.checkradio-toggle input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.checkradio-toggle input[type="checkbox"]~label,.checkradio-toggle input[type="radio"]~label{position:relative;display:inline-block;align-items:center;border-radius:20px;height:20px;width:40px;background:#ddd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-size:1.6rem;vertical-align:middle;font-size:15px;box-sizing:border-box;margin:0;word-break:keep-all;}.checkradio-toggle input[type="checkbox"]~label:focus,.checkradio-toggle input[type="radio"]~label:focus{outline:none;}.checkradio-toggle input[type="checkbox"]~label:before,.checkradio-toggle input[type="radio"]~label:before{content:" ";position:absolute;display:block;left:22px;top:2px;width:16px;height:16px;background:#fff;vertical-align:middle;box-sizing:border-box;border-radius:50%;transition:left .3s;}.checkradio-toggle input[type="checkbox"]:checked~label,.checkradio-toggle input[type="radio"]:checked~label{background-color:#009aeb;}.checkradio-toggle input[type="checkbox"]:checked~label:before,.checkradio-toggle input[type="radio"]:checked~label:before{left:2px;}.checkradio-toggle input[type="checkbox"]:disabled~label,.checkradio-toggle input[type="radio"]:disabled~label{color:#777;background-color:#ddd;}.checkradio-toggle input[type="checkbox"]:checked:disabled~label,.checkradio-toggle input[type="radio"]:checked:disabled~label{background-color:#009aeb;opacity:.5;}.checkradio-toggle input[type="radio"]+label:before,.checkradio-toggle input[type="radio"]+label:after{border-radius:50%;}@media(max-width:1279px){.checkradio{margin-right:30px;}.checkradio input[type="checkbox"]+label,.checkradio input[type="radio"]+label{font-size:1.5rem;}input[type=text],input[type=password],input[type=number],input[type=email],input[type=tel]{width:280px;}}.label-area{font-size:15px;}.label-area .label{margin-right:5px;}.label-area .label:last-child{margin-right:0;}.label{display:inline-block;height:24px;line-height:22px;box-sizing:border-box;border:1px solid #009aeb;color:#009aeb;padding:0 9px;font-size:15px;vertical-align:middle;}.label.spot{background-color:#009aeb;color:#fff;}.label.spot2{background-color:#004596;border-color:#004596;color:#fff;}.label.spot3{background-color:#004596;border-color:#004596;color:#fff;}.label.spot4{background-color:#333;border-color:#333;color:#fff;}.label-num{position:absolute;top:-5px;left:-5px;display:flex;justify-content:center;align-items:center;width:37px;height:52px;font-size:22px;color:#fff;background:url("../../images/user/common/bg_num.svg") no-repeat;background-size:100% 100%;z-index:1;}.scroll-x{overflow-x:auto;}.scroll-x table{width:100%;}table th,table td{font-size:1.8rem;}table th{font-weight:700;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){table th{background-clip:padding-box;}}.table-tit{display:block;color:#333;box-sizing:border-box;font-weight:500;font-size:2.4rem;}div[class$=type]{position:relative;clear:both;overflow-x:auto;}div[class$=type] table{width:100%;clear:both;border-top:2px solid #333;}div[class$=type].view-type table{border-top:none;}div[class$=type]+*{margin-top:100px;}div[class$=type]+.btn-cont,div[class$=type]+.paging,div[class$=type]+.bullet{margin-top:40px;}div[class$=type]+.bg-box,div[class$=type]+.border-box,div[class$=type]+.msg{margin-top:20px;}.info-type th,.info-type td{padding:26px 40px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}.info-type th:last-child,.info-type td:last-child{border-right:none;}.info-type th{background:#f8f8f8;}.info-type th.spot{background-color:#f8f8f8;}.info-type thead th{text-align:center;}.info-type th.ac,.info-type td.ac,.info-type tr.ac th,.info-type tr.ac td{padding:14px 0;text-align:center;}.info-type tr.ac th.al{padding-left:20px;text-align:left;}.info-type tr.strong td{font-weight:700;font-size:1.5rem;color:#333;}.info-type td a:hover,.info-type td a em{text-decoration:underline;}.info-type+table{margin-top:10px;}.info-type th strong{font-size:1.5rem;font-weight:700;}.info-type tbody+tbody tr:first-child th,.info-type tbody+tbody tr:first-child td{border-top:2px solid #ccc;}.list-type th,.list-type td{padding:23px 0;min-height:83px;border-bottom:1px solid #ccc;text-align:center;}.list-type thead th{background-color:#f8f8f8;}.list-type tbody td{padding-left:2px;padding-right:2px;}.list-type tbody td.al>a{display:inline-block;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;max-width:100%;width:auto;color:#333;box-sizing:border-box;font-weight:500;}.list-type tbody td.al>a:hover{color:#009aeb;}.list-type tbody td.al>a+.msg{margin-top:5px;}.list-type .btn-list-toggle{display:block;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;max-width:100%;width:auto;color:#333;box-sizing:border-box;font-weight:500;font-size:2.4rem;}.list-type .btn-list-toggle:hover,.list-type .btn-list-toggle:focus{color:#009aeb;}.list-type .info{margin-top:10px;font-size:0;}.list-type .info dt,.list-type .info dd{display:inline-block;font-size:1.6rem;}.list-type .info dt{margin-right:10px;}.list-type .info dd{margin-right:40px;color:#777;}.list-type .info dd:last-child{margin-right:0;}.list-type .btn-cont{margin-top:-12px;margin-bottom:-12px;text-align:center;}.list-type .btn-cont+*{display:block;margin-top:10px;}.list-type .bg{padding:40px 90px;text-align:left;background-color:#f8f8f8;color:#555;}.required{display:inline-block;margin-left:2px;width:7px;height:7px;animation:fadein 2s infinite;color:#333;}.msg{font-size:1.5rem;color:#333;}.msg u{color:#009aeb;font-weight:700;}.write-type th,.write-type td{border-bottom:1px solid #ccc;text-align:left;height:60px;vertical-align:middle;}.write-type th{background-color:#f8f8f8;border-right:1px solid #ccc;position:relative;padding:7px 20px 7px 40px;font-weight:500;}.write-type th.spot{background-color:#f8f8f8;}.write-type td{padding:7px 40px;}.write-type td>*{margin-top:5px;margin-bottom:5px;}.write-type td>:not(.block),.write-type td>:not(.datepicker-box){margin-right:5px;}.write-type td>:last-child{margin-right:0;}.write-type td .checkradio{margin-right:40px;}.write-type td>.label-txt,.write-type td .label-txt{margin-left:10px;}.write-type td>hr{margin:12px 0;}.write-type td>.label-area,.write-type td .label-area{display:inline-block;margin-right:40px !important;white-space:nowrap;}.write-type td .label-tit{display:inline-block;vertical-align:middle;margin-right:20px;font-weight:500;}.write-type input.q0{width:100px;}.write-type input[type=number].q0{width:100px;}.write-type input.q1{width:calc((100% - 30px)/4);}.write-type input.q2{width:calc((100% - 10px)/2);}.write-type input.q3{width:calc((100% - 30px)/3*2);}.write-type input.q4{width:100%;}.view-type img{max-width:100%;}.view-type thead th{padding:60px 40px 40px;font-size:3.6rem;font-weight:500;}.view-type thead .info{margin-top:50px;margin-bottom:0;}.view-type tbody{border-top:2px solid #333;}.view-type tbody td{padding:60px;border-bottom:1px solid #ccc;}.view-type .info{margin-bottom:50px;line-height:1em;}.view-type .info dt,.view-type .info dd{display:inline-block;font-size:1.8rem;}.view-type .info dt{position:relative;color:#777;margin-right:15px;}.view-type .info dd{position:relative;padding-right:25px;margin-right:25px;}.view-type .info dd:after{content:" ";position:absolute;right:0;top:50%;margin-top:-8px;width:1px;height:14px;background-color:#ccc;}.view-type .info dd:last-child{margin-right:0;padding-right:0;}.view-type .info dd:last-child:after{display:none;}.view-type .sns{text-align:right;margin-top:-10px;margin-right:-30px;margin-bottom:50px;}.view-type .file{margin:-30px -20px;}.file .ico-file{margin-right:40px;vertical-align:top;}.file li~li{margin-top:25px;}.file a{vertical-align:middle;display:inline-block;}.file a:hover,.file a:focus{text-decoration:underline;}.view-list{border-top:1px solid #333;border-bottom:1px solid #ddd;margin-top:60px;}.view-list li{padding:20px 0;font-size:0;}.view-list li~li{border-top:1px solid #ddd;}.view-list cite{background:#f8f8f8;width:80px;text-align:center;border:1px solid #ddd;display:inline-block;font-size:1.5rem;margin-right:20px;line-height:32px;box-sizing:border-box;vertical-align:middle;border-radius:0 10px 0 10px;}.view-list a{font-weight:500;font-size:1.8rem;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;display:inline-block;max-width:calc(100% - 200px);width:auto;vertical-align:middle;border-bottom:1px solid transparent;}.view-list a:hover,.view-list a:focus{border-bottom:1px solid #333;}.view-list span.date{float:right;display:block;color:#777;font-size:1.6rem;line-height:34px;width:100px;text-align:right;}#boardContents h1,#boardContents h2,#boardContents h3,#boardContents h4,#boardContents h5,#boardContents h6{margin:initial;padding:initial;line-height:1.8em;}#boardContents h1{font-size:2em;}#boardContents h2{font-size:1.5em;}#boardContents h3{font-size:1.17em;}#boardContents h4{font-size:1em;}#boardContents h5{font-size:.83em;}#boardContents h6{font-size:.67em;}#boardContents ol,#boardContents ol li{list-style:decimal;}#boardContents ul,#boardContents ul li{list-style:disc;}#boardContents img{max-width:100%;margin:0 auto;}@media(max-width:1279px){.list-type thead{display:none;}.list-type tbody tr{display:block;width:100%;border-bottom:1px solid #ccc;padding:20px 0;}.list-type tbody td{margin-right:20px;}.list-type tbody td:before{content:attr(data-tit) " : ";display:inline-block;margin-right:5px;font-weight:700;text-align:left;}.list-type tbody td.al{display:block;margin-right:0;}.list-type tbody td.al .btn-list-toggle{display:block !important;overflow:hidden;width:100%;text-decoration:underline;max-width:none;min-width:0;padding:0;margin:5px 0 0;text-align:left;}.list-type tbody .btn-cont{margin:0;display:inline-block;vertical-align:middle;}.list-type tbody .btn-cont .btn-sm+p{display:inline-block;}.list-type th{display:block;}.list-type col,.list-type thead th,.list-type tbody td{display:inline-block;width:auto;text-align:left;border:none;line-height:1.5;height:auto;min-height:0;padding:5px 0;}.list-type .bg{display:block;width:100%;padding:30px;box-sizing:border-box;}.list-type .bg:before{display:none;}.write-type th,.write-type td{padding-left:20px;padding-right:20px;}.view-type thead th{padding:60px 0 30px;font-size:2.4rem;}.view-type thead .info{margin-top:20px;}.view-type tbody td{padding:30px 0;}.view-type .file{margin:0;}.file .ico-file{margin-right:20px;vertical-align:top;}.file li~li{margin-top:10px;}}@media(max-width:767px){.hdnCol1 table colgroup col:nth-child(1),.hdnCol2 table colgroup col:nth-child(2),.hdnCol3 table colgroup col:nth-child(3),.hdnCol4 table colgroup col:nth-child(4),.hdnCol5 table colgroup col:nth-child(5),.hdnCol6 table colgroup col:nth-child(6),.hdnCol7 table colgroup col:nth-child(7),.hdnCol8 table colgroup col:nth-child(8),.hdnCol9 table colgroup col:nth-child(9),.hdnCol10 table colgroup col:nth-child(10),.hdnCol1 table tr th:nth-child(1),.hdnCol2 table tr th:nth-child(2),.hdnCol3 table tr th:nth-child(3),.hdnCol4 table tr th:nth-child(4),.hdnCol5 table tr th:nth-child(5),.hdnCol6 table tr th:nth-child(6),.hdnCol7 table tr th:nth-child(7),.hdnCol8 table tr th:nth-child(8),.hdnCol9 table tr th:nth-child(9),.hdnCol10 table tr th:nth-child(10),.hdnCol1 table tr td:nth-child(1),.hdnCol2 table tr td:nth-child(2),.hdnCol3 table tr td:nth-child(3),.hdnCol4 table tr td:nth-child(4),.hdnCol5 table tr td:nth-child(5),.hdnCol6 table tr td:nth-child(6),.hdnCol7 table tr td:nth-child(7),.hdnCol8 table tr td:nth-child(8),.hdnCol9 table tr td:nth-child(9),.hdnCol10 table tr td:nth-child(10){display:none;}table th,table td{font-size:1.4rem;}div[class$=type]+*{margin-top:40px;}div[class$=type]+.btn-cont,div[class$=type]+.paging,div[class$=type]+.bullet{margin-top:20px;}.table-tit{font-size:1.6rem;}.info-type th,.info-type td{padding:15px 10px;}.list-type tbody td.al .btn-list-toggle{font-size:1.6rem;}.list-type .info{overflow:hidden;}.list-type .info dt,.list-type .info dd{float:left;font-size:1.4rem;}.list-type .info dt{clear:left;}.list-type .info dd{margin-right:20px;}.msg{font-size:1.4rem;line-height:1.4;}.write-type table{table-layout:auto;}.write-type table th,.write-type table td{display:block;width:100%;height:auto;padding:15px 10px;border:none;line-height:1.5;text-align:left;box-sizing:border-box;}.write-type table th{padding:15px;}.write-type table td{padding:15px 0;border-bottom:1px solid #ccc;}.view-type thead th{padding:20px 0;line-height:1.5;font-size:1.8rem;}.view-type thead .info{margin-top:15px;}.view-type tbody td{padding:20px 0;}.view-type .info{margin-bottom:0;}.view-type .info dt,.view-type .info dd{font-size:1.4rem;}.view-type .info dt{margin-right:5px;}.view-type .info dd{margin-right:7px;padding-right:10px;}.view-type .file{margin:0;}#boardContents{padding:20px 0;}.view-list{margin-top:40px;font-size:1.4rem;}.view-list li{padding:15px 0;font-size:0;}.view-list li cite{width:60px;font-size:1.3rem;margin-right:10px;}.view-list li a{font-size:1.4rem;line-height:34px;max-width:calc(100% - 140px);}.view-list li span.date{font-size:1.2rem;line-height:34px;width:70px;}}@media(max-width:767px){.pop-close{width:30px;height:30px;}.popup{max-width:calc(100% - 40px);width:100%;left:50%;top:50%;margin-left:0;-webkit-transform:translate(-50%,-50%) !important;-moz-transform:translate(-50%,-50%) !important;-ms-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important;}.popup .pop-header{padding:0;padding:50px 20px 0;display:table;width:100%;box-sizing:border-box;}.popup .pop-header h1{font-size:2.4rem;line-height:1.4;height:60px;display:table-cell;vertical-align:middle;text-align:center;}.popup .pop-body{padding:50px 20px;max-height:calc(90vh - 130px);font-size:1.5rem;line-height:1.5em;}.popup .pop-header~.pop-body{padding-top:0;}}.paging{display:block;margin:40px auto;padding:2px 0;overflow:hidden;text-align:center;font-size:0;}.paging li{display:inline-block;vertical-align:middle;margin:0 5px;}.paging a{position:relative;display:block;color:#777;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:1.8rem;}.paging a:hover,.paging a:focus{color:#333;}.paging .pv{margin-right:20px;}.paging .fw{margin-left:20px;}.paging .txt-hide{position:static;text-indent:-9999px;color:#fff;font-size:0;}.paging li.ppv a span:before,.paging li.ffw a span:before,.paging li.ppv a span:after,.paging li.ffw a span:after,.paging li.pv a span:before,.paging li.fw a span:before{content:"";position:absolute;display:block;width:14px;height:14px;position:absolute;border-top:2px solid #ccc;border-left:2px solid #ccc;top:50%;left:50%;transform-origin:left top;}.paging li.pv a span:before,.paging li.ppv a span:before,.paging li.ppv a span:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.paging li.fw a span:before,.paging li.ffw a span:before,.paging li.ffw a span:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.paging li.pv a span:before{margin-left:-8px;}.paging li.fw a span:before{margin-left:8px;}.paging li.ppv a span:before{margin-left:-15px;}.paging li.ppv a span:after{margin-left:-5px;}.paging li.ffw a span:before{margin-left:5px;}.paging li.ffw a span:after{margin-left:15px;}.paging li.disabled a,.paging li.disabled a:hover,.paging li.disabled a:focus{background-position:0 0;}.paging li a:hover,.paging li a:focus{color:#333;}.paging li.ppv a:hover span:before,.paging li.ppv a:focus:before,.paging li.ffw a:hover span:before,.paging li.ffw a:focus:before,.paging li.ppv a:hover span:after,.paging li.ppv a:focus:after,.paging li.ffw a:hover span:after,.paging li.ffw a:focus:after,.paging li.pv a:hover span:before,.paging li.pv a:focus:before,.paging li.fw a:hover span:before,.paging li.fw a:focus:before{border-color:#009aeb;}.paging li.is-active a,.paging li.is-active a:hover,.paging li.is-active a:focus{color:#fff;background-color:#009aeb;}@media(max-width:767px){.paging{margin:25px auto;}.paging li{margin:0 3px;}.paging a{width:6vw;height:6vw;line-height:6vw;font-size:1.4rem;}.paging li.pv{margin-right:2vw;}.paging li.fw{margin-left:2vw;}.paging li.ppv a span:before,.paging li.ffw a span:before,.paging li.ppv a span:after,.paging li.ffw a span:after,.paging li.pv a span:before,.paging li.fw a span:before{width:3vw;height:3vw;}.paging li.pv a span:before{margin-left:-1vw;}.paging li.fw a span:before{margin-left:1vw;}.paging li.ppv a span:before{margin-left:-3vw;}.paging li.ppv a span:after{margin-left:-1vw;}.paging li.ffw a span:before{margin-left:1vw;}.paging li.ffw a span:after{margin-left:3vw;}}.accordion{border-top:2px solid #333;margin-top:15px;}.accordion .is-active .accordion-tit-area:after{transform:rotate(-180deg);}.accordion .is-active .accoridon-tit{color:#009aeb;font-weight:700;}.accordion .is-active .accordion-txt-area{display:block;}.accordion li{border-bottom:1px solid #333;}.accordion-tit-area{position:relative;font-size:0;padding:15px 0;}.accordion-tit-area cite{display:inline-block;box-sizing:border-box;width:200px;font-size:1.8rem;border:1px solid #009aeb;color:#009aeb;border-radius:0 20px 0 20px;text-align:center;padding:15px 20px;font-weight:700;line-height:1.4;vertical-align:middle;}.accordion-tit-area:after{content:" ";position:absolute;right:40px;top:50%;margin-top:-10px;width:20px;height:20px;background-image:url("../../images/user/common/arr.svg");transition:transform .5s;}.accoridon-tit{display:inline-block;vertical-align:middle;font-size:2rem;box-sizing:border-box;padding-left:40px;padding-right:80px;}.btn-accordion-toggle{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;text-indent:-9999px;}.accordion-txt-area{display:none;padding:40px;border-top:1px solid #ddd;}.accordion{border-top:2px solid #333;margin-top:15px;}.accordion .is-active .accordion-tit-area:after{transform:rotate(-180deg);}.accordion .is-active .accoridon-tit{color:#009aeb;font-weight:700;}.accordion .is-active .accordion-txt-area{display:block;}.accordion li{border-bottom:1px solid #333;}.accordion-tit-area{position:relative;font-size:0;padding:15px 0;}.accordion-tit-area cite{display:inline-block;box-sizing:border-box;width:200px;font-size:1.8rem;border:1px solid #009aeb;color:#009aeb;border-radius:0 20px 0 20px;text-align:center;padding:15px 20px;font-weight:700;line-height:1.4;vertical-align:middle;}.accordion-tit-area:after{content:" ";position:absolute;right:40px;top:50%;margin-top:-10px;width:20px;height:20px;background-image:url("../../images/user/common/arr.svg");transition:transform .5s;}.accoridon-tit{display:inline-block;vertical-align:middle;font-size:2rem;box-sizing:border-box;padding-left:40px;padding-right:80px;}.btn-accordion-toggle{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;text-indent:-9999px;}.accordion-txt-area{display:none;padding:40px;border-top:1px solid #ddd;}.site-header{position:fixed;width:100%;height:80px;z-index:10;background-color:#fff;box-shadow:0 5px 10px rgba(118,13,62,.1);}.site-header .m-menu-bar{display:none;}.site-header .logo{position:absolute;display:flex;align-items:center;height:80px;font-size:0;}.site-header .logo a{display:inline-block;}.site-header .logo a img{height:50px;}.site-header .profile{position:absolute;top:20px;right:15px;}.site-header .profile a{display:flex;align-items:center;}.site-header .profile .img-area{width:40px;height:40px;margin-left:10px;border-radius:50%;overflow:hidden;}.site-header .profile .img-area img{display:block;object-fit:cover;width:100%;height:100%;}.btn-nav-open,.btn-nav-close{position:absolute;top:46px;right:0;width:30px;height:30px;}.btn-nav-open:hover,.btn-nav-open:focus,.btn-nav-close:hover,.btn-nav-close:focus{background-color:rgba(255,255,255,.1);}.btn-nav-open:before,.btn-nav-open:after,.btn-nav-open span:before,.btn-nav-close:before,.btn-nav-close:after,.btn-nav-close span:before{content:" ";display:block;position:absolute;width:30px;height:3px;background-color:#009aeb;top:50%;right:50%;margin-top:-2px;margin-right:-15px;border-radius:2em;background-color:#333;}.btn-nav-open:before{margin-top:-14px;}.btn-nav-open:after{width:20px;}.btn-nav-open span:before{margin-top:10px;}.btn-nav-close:before{transform:rotate(-45deg);}.btn-nav-close:after{transform:rotate(-135deg);}.btn-nav-close span:before{display:none;}.site-gnb>ul{font-size:0;text-align:center;}.site-gnb>ul>li{position:relative;display:inline-block;vertical-align:top;text-align:center;margin:0 25px;}.site-gnb>ul>li>a{display:block;height:80px;line-height:80px;font-size:19px;font-weight:900;transition:color .3s;}.site-gnb>ul>li>a:hover,.site-gnb>ul>li>a:focus{color:#009aeb;}.site-gnb>ul>li>a:hover i,.site-gnb>ul>li>a:focus i{background-position-y:-24px;}.site-gnb>ul i{display:inline-block;width:24px;height:24px;background:url("../../images/user/common/ico_gnb.svg") no-repeat;background-size:auto auto;margin-right:7px;}.site-gnb>ul li:nth-child(1) i{background-position-x:0;}.site-gnb>ul li:nth-child(2) i{background-position-x:-24px;}.site-gnb>ul li:nth-child(3) i{background-position-x:-48px;}.site-gnb>ul li:nth-child(4) i{background-position-x:-72px;}.site-nav-area{display:none;position:absolute;top:0;left:0;right:0;background-color:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.05);z-index:10;}.site-nav-area.is-active{display:block;}.site-nav-area .nav-util,.site-nav-area .btn-login{display:none;}.site-nav{padding-bottom:50px;}.site-nav>ul{margin:0 auto;display:table;width:100%;table-layout:fixed;text-align:center;border-collapse:collapse;border-bottom:1px solid #ddd;}.site-nav>ul>li{position:relative;display:table-cell;border-left:1px solid #ddd;}.site-nav>ul>li:first-child{border-left:none;}.site-nav>ul>li:before{content:" ";position:absolute;top:0;left:-1px;bottom:0;width:1px;height:123px;background:#fff;z-index:2;}.site-nav>ul>li>a{position:relative;display:block;height:123px;line-height:123px;font-size:2rem;font-weight:700;width:calc(100% - -1px);margin-left:-1px;}.site-nav>ul>li>a:after{content:" ";position:absolute;display:block;width:100%;height:1px;margin:0 auto;background-color:#333;}.site-nav>ul ul{padding-top:15px;padding-bottom:15px;}.site-nav>ul ul a{display:block;height:50px;line-height:50px;}.site-nav>ul ul a:hover,.site-nav>ul ul a:hover{text-decoration:underline;}.wrap{position:relative;display:block;margin-left:auto;margin-right:auto;max-width:1200px;width:100%;box-sizing:border-box;padding-left:15px;padding-right:15px;}.site-body{padding-top:80px;padding-bottom:100px;min-height:calc(100% - 320px);box-sizing:border-box;}@media(max-width:1279px){.wrap{max-width:1200px;padding-left:20px;padding-right:20px;}.site-body{padding-top:60px;padding-bottom:50px;}}@media(max-width:767px){.wrap{max-width:1200px;padding-left:15px;padding-right:15px;}}.site-footer{background-color:#f8f8f8;font-size:14px;padding:40px 0 50px;font-weight:400;}.footer-etc{margin-bottom:40px;font-size:14px;}.footer-etc strong{font-weight:900;}.footer-etc .cs{position:absolute;right:15px;top:0;clear:both;font-weight:500;}.footer-etc .cs span{margin-right:17px;}.footer-etc .cs strong{font-size:18px;}.footer-menu{overflow:hidden;font-size:0;}.footer-menu a{position:relative;display:inline-block;vertical-align:middle;padding:0;box-sizing:border-box;font-size:14px;}.footer-menu a::after{content:" ";display:inline-block;width:1px;height:14px;overflow:hidden;vertical-align:middle;margin:0 25px;background-color:#ddd;}.footer-menu a:last-child::after{display:none;}.footer-info{position:relative;padding-left:170px;font-size:1.6rem;}.footer-info figure{position:absolute;left:0;top:0;-webkit-filter:grayscale(100%);filter:gray;opacity:.8;}.footer-info img{display:block;max-width:100%;height:100%;-webkit-filter:grayscale(100%);filter:gray;}.footer-info address{max-width:850px;}.footer-info address span{display:inline-block;}.footer-info address span:after{content:" / ";display:inline-block;vertical-align:middle;margin:0 15px;}.footer-info address span:last-of-type:after{display:none;}.footer-info p{margin-top:15px;}.sub-top{background:#007fff;background:-moz-linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);background:-webkit-linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);background:linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff",endColorstr="#092f87",GradientType=1);margin-bottom:100px;}.sub-top::before{content:" ";display:block;height:173px;background:#fff;}.location{font-size:0;border-left:1px solid rgba(255,255,255,.5);}.location li{display:inline-block;border-right:1px solid rgba(255,255,255,.5);vertical-align:top;}.location a{height:80px;line-height:80px;}.location a.home{display:block;width:80px;background:url("../../images/user/common/ico_home.svg") center center no-repeat;}.location select{padding-left:40px;padding-right:50px;height:80px;border:none;color:#fff;background-image:url("../../images/user/common/select_arr_wh.svg");}.location select option{color:#333;}.sub-tit{color:#009aeb;font-size:4rem;text-align:center;margin-bottom:50px;}.sub-contents{padding-top:50px;}@media(max-width:1279px){.sub-top{margin-bottom:60px;}.sub-top:before{height:70px;}.sub-tit{font-size:3.6rem;margin-bottom:40px;}}(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/resources/front/manage/css/abstracts/_mixins.scss
+++ base/src/main/webapp/resources/manage/css/abstracts/_mixins.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/abstracts/_variables.scss
+++ base/src/main/webapp/resources/manage/css/abstracts/_variables.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/base/_animation.scss
+++ base/src/main/webapp/resources/manage/css/base/_animation.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/base/_font.scss
+++ base/src/main/webapp/resources/manage/css/base/_font.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/base/_reset.scss
+++ base/src/main/webapp/resources/manage/css/base/_reset.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_accordion.scss
+++ base/src/main/webapp/resources/manage/css/component/_accordion.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_component.scss
+++ base/src/main/webapp/resources/manage/css/component/_component.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_error.scss
+++ base/src/main/webapp/resources/manage/css/component/_error.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_ico.scss
+++ base/src/main/webapp/resources/manage/css/component/_ico.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_input.scss
+++ base/src/main/webapp/resources/manage/css/component/_input.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_label.scss
+++ base/src/main/webapp/resources/manage/css/component/_label.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_list.scss
+++ base/src/main/webapp/resources/manage/css/component/_list.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_paging.scss
+++ base/src/main/webapp/resources/manage/css/component/_paging.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_painter.scss
+++ base/src/main/webapp/resources/manage/css/component/_painter.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_popup.scss
+++ base/src/main/webapp/resources/manage/css/component/_popup.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_table.scss
+++ base/src/main/webapp/resources/manage/css/component/_table.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/component/_tabs.scss
+++ base/src/main/webapp/resources/manage/css/component/_tabs.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Black.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Black.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Bold.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Bold.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-ExtraBold.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-ExtraBold.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-ExtraLight.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-ExtraLight.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Light.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Light.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Medium.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Medium.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Regular.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Regular.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-SemiBold.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-SemiBold.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Thin.woff
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff2
+++ base/src/main/webapp/resources/manage/css/font/Pretendard-Thin.woff2
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/css/layout/_body.scss
+++ base/src/main/webapp/resources/manage/css/layout/_body.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/layout/_header.scss
+++ base/src/main/webapp/resources/manage/css/layout/_header.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/layout/_lnb.scss
+++ base/src/main/webapp/resources/manage/css/layout/_lnb.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/page/_main.scss
+++ base/src/main/webapp/resources/manage/css/page/_main.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/page/_sol.scss
+++ base/src/main/webapp/resources/manage/css/page/_sol.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/page/_sub.scss
+++ base/src/main/webapp/resources/manage/css/page/_sub.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/style.css
+++ base/src/main/webapp/resources/manage/css/style.css
| No changes |
--- base/src/main/webapp/resources/front/manage/css/style.css.map
+++ base/src/main/webapp/resources/manage/css/style.css.map
| No changes |
+++ base/src/main/webapp/resources/manage/css/style.min.css
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +@charset "UTF-8";@import url("vendors/animate.css");@import url("vendors/swiper-bundle.css");@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100;src:url("font/NotoSans-Thin.woff2") format("woff2"),url("font/NotoSans-Thin.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:300;src:url("font/NotoSans-Light.woff2") format("woff2"),url("font/NotoSans-Light.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:400;src:url("font/NotoSans-Regular.woff2") format("woff2"),url("font/NotoSans-Regular.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:500;src:url("font/NotoSans-Medium.woff2") format("woff2"),url("font/NotoSans-Medium.woff") format("woff");}@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:700;src:url("font/NotoSans-Medium.woff2") format("woff2"),url("font/NotoSans-Bold.woff") format("woff");}html,body{height:100%;} html{border:0;outline:0;font-size:62.5%;} body{font-size:14px;line-height:1.5;font-family:"Noto Sans KR","맑은고딕","Malgun Gothic","Apple Gothic",Dotum,Gulim,sans-serif;background-color:transparent;color:#333;font-weight:400;letter-spacing:-.025em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;overflow-x:hidden;width:100%;} body.noscroll{overflow:hidden;} ::selection{color:#fff;background-color:#273640;} ::-moz-selection{color:#fff;background-color:#273640;} html,body,nav,section,article,figure,figcaption,h1,h2,h3,h4,h5,h6,menu,ul,ol,dl,li,dt,dd,p,form{margin:0;padding:0;} h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1em;} img{margin:0;border:none;} ul,ol,dl,li{list-style:none;} cite,em,address{font-style:normal;} em{font-weight:700;color:#009aeb;} em.spot{color:#009aeb;} em.spot2{color:#009aeb;} em b,strong{font-weight:900;} i{font-style:normal;} iframe{border:none;outline:0;} a>span{cursor:pointer;} a{text-decoration:none;color:#333;} a:hover,a:focus{text-decoration:none;} table{width:100%;border-collapse:collapse;table-layout:fixed;} table caption{height:0;font-size:.1em;color:#fff;opacity:0;filter:alpha(opacity=0);} fieldset{border:0;margin:0;padding:0;display:block;} fieldset legend{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;font-size:0;line-height:0;} button,input:not([type=checkbox]),input:not([type=radio]),textarea,select{font-family:"Noto Sans KR","맑은고딕","Malgun Gothic","Apple Gothic",Dotum,Gulim,sans-serif;font-size:1.8rem;color:#333;-webkit-appearance:none;-webkit-border-radius:0;vertical-align:middle;} button{border:none;background:none;cursor:pointer;} pre{white-space:pre-wrap;} @-webkit-keyframes fadein{0%{opacity:.1;} 50%{opacity:1;} 100%{opacity:.1;}} @-moz-keyframes fadein{0%{opacity:.1;} 50%{opacity:1;} 100%{opacity:.1;}} @keyframes fadein{0%{opacity:.1;} 50%{opacity:1;} 100%{opacity:.1;}} @-webkit-keyframes width{0%{width:0%;} 100%{width:100%;}} @-moz-keyframes width{0%{width:0%;} 100%{width:100%;}} @keyframes width{0%{width:0%;} 100%{width:100%;}} @-webkit-keyframes height{0%{height:0%;} 100%{height:100%;}} @-moz-keyframes height{0%{height:0%;} 100%{height:100%;}} @keyframes height{0%{height:0%;} 100%{height:100%;}} @keyframes opacity{0%{opacity:0;} 100%{opacity:1;}} @keyframes tyt{0%{opacity:0;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-o-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);} 100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}} @-webkit-keyframes height{0%{height:0%;} 100%{height:100%;}} @-moz-keyframes height{0%{height:0%;} 100%{height:100%;}} @keyframes height{0%{height:0%;} 100%{height:100%;}} .ui-checkboxradio-label{position:relative;display:inline-block;cursor:pointer;box-sizing:border-box;margin-right:40px;} .ui-checkboxradio-label:only-child,.ui-checkboxradio-label:last-child{margin-right:0;} .ui-checkboxradio-icon-space{display:inline-block;width:10px;height:30px;vertical-align:middle;} .ui-checkboxradio-label.ui-state-focus:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #000;border-radius:4px;} .ui-checkboxradio-icon{position:relative;display:inline-block;width:30px;height:30px;padding:0;border:1px solid #777;background:#fff;box-sizing:border-box;vertical-align:middle;} .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon{border-color:#777;} .ui-checkboxradio-label .ui-checkboxradio-icon:after{position:absolute;content:"";top:50%;left:50%;margin-top:-9px;margin-left:-9px;background:#333;width:18px;height:18px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;} .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);} .ui-checkboxradio-radio-label .ui-checkboxradio-icon,.ui-checkboxradio-radio-label.ui-state-active .ui-checkboxradio-icon:after{border-radius:50%;} .ui-checkboxradio-label.ui-state-focus:after{border-radius:2em;} .sort{margin-bottom:40px;font-size:0;margin-left:-10px;text-align:center;display:flex;justify-content:center;} .sort a,.sort button,.sort .ui-checkboxradio-label{display:inline-block;font-size:2.4rem;color:#777;width:260px;height:100px;box-sizing:border-box;border:1px solid #ddd;border-radius:3em;text-align:center;margin:0 0 10px 10px;transition:box-shadow .3s;font-weight:500;padding:0 20px;word-break:keep-all;} .sort a:not(.is-active):hover,.sort a:not(.is-active) :focus,.sort button:not(.is-active):hover,.sort button:not(.is-active) :focus,.sort .ui-checkboxradio-label:not(.is-active):hover,.sort .ui-checkboxradio-label:not(.is-active) :focus{border-color:#999;background-color:#f8f8f8;} .sort .is-active,.sort .ui-checkboxradio-label.ui-state-active{color:#009aeb;border-color:#009aeb;} .sort .ui-checkboxradio-icon,.sort .ui-checkboxradio-icon-space{display:none;} .sort .ui-checkboxradio-icon:after{display:none;} .ui-accordion-header{padding:20px 70px 20px 70px;line-height:22px;border-bottom:1px solid #dcdcdc;position:relative;cursor:pointer;font-size:1.6rem;font-weight:500;} .ui-accordion-header:before{content:"Q";font-size:2.4rem;color:#009a74;position:absolute;left:30px;font-weight:500;font-family:'NanumSquareRound';} .ui-accordion-header cite{color:#777;display:inline-block;width:40px;} .ui-accordion-header-active{border-bottom:1px solid #dcdcdc;color:#009a74;} .ui-accordion-header:hover,.ui-accordion-header:focus{outline:0;} .ui-accordion-header-icon{position:absolute;top:20px;right:20px;width:20px;height:20px;overflow:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s;opacity:.5;} .ui-accordion-header-icon:before{content:"";position:absolute;top:-5px;left:1px;width:14px;height:14px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);} .ui-accordion-header-active .ui-accordion-header-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:1;} .ui-accordion-content{padding:30px 70px;border-bottom:1px solid #dcdcdc;color:#333;font-size:1.5rem;font-weight:500;line-height:28px;background:#fbfbfb;letter-spacing:0;} .ui-accordion-content b,.ui-accordion-content strong{font-weight:700;} .ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none;z-index:99999;} .ui-selectmenu-menu ul{background:#fff;} .ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px;max-height:400px;} .ui-selectmenu-menu .ui-menu li{cursor:pointer;} .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1.6rem;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0;} .ui-selectmenu-open{display:block;} .ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer;background:#fff;width:auto;font-size:1.6rem;border-radius:0;border:1px solid #ccc;vertical-align:middle;} .ui-selectmenu-button span.ui-icon{right:.5em;left:auto;position:absolute;width:8px;height:8px;margin-top:-7px;top:50%;border-top:2px solid #999;border-left:2px solid #999;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);} .ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0 40px 0 10px;height:34px;line-height:34px;font-size:1.6rem;display:block;overflow:hidden;white-space:nowrap;} .ui-selectmenu-menu ul{border:1px solid #ccc;} .ui-selectmenu-menu .ui-menu-item-wrapper{padding:5px 10px;} .ui-selectmenu-menu .ui-state-active{color:#000;background:#f1f1f1;} .ui-selectmenu-menu .ui-state-hover,.ui-selectmenu-menu .ui-state-focus{background:#f9f9f9;} .datepicker-box{position:relative;display:inline-block;} .datepicker-box.block{display:block;} .datepicker-box+.dash{margin:0 20px 0 -30px !important;} input[type=text].datepicker{display:inline-block !important;width:190px !important;margin-right:20px;} .ui-datepicker-trigger{display:inline-block;width:30px;height:30px;vertical-align:middle;padding:0;} .ui-datepicker-trigger img{display:block;width:100%;} .ui-datepicker{background-color:#fff;margin-top:-2px;border:1px solid #ccc;width:100%;max-width:300px;padding:20px 10px 10px;display:none;box-shadow:4px 4px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:0 auto;z-index:1;} .ui-datepicker .ui-datepicker-header{position:relative;padding:0 70px 0 0;} .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{overflow:hidden;position:absolute;top:0;width:30px;height:30px;text-indent:-999px;background-repeat:no-repeat;cursor:pointer;background:#333;border-radius:50%;} .ui-datepicker .ui-datepicker-prev{right:40px;} .ui-datepicker .ui-datepicker-next{right:5px;} .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{position:absolute;top:50%;left:50%;margin-top:-4px;margin-left:-3px;width:7px;height:7px;border-top:2px solid #fff;border-left:2px solid #fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);} .ui-datepicker .ui-datepicker-next span{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);} .ui-datepicker .ui-datepicker-title{font-size:1.6rem;font-weight:900;margin:0;line-height:30px;text-align:left;} .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:80px;vertical-align:middle;height:30px;font-size:1.5rem;padding-left:10px;padding-right:30px;} .ui-datepicker select.ui-datepicker-year{margin-right:5px;} .ui-datepicker table{width:100%;font-size:.9rem;border-collapse:collapse;margin:10px 0 .2em;text-align:center;} .ui-datepicker th{padding:.3em .3em;color:#333;text-align:center;font-size:1.4rem;font-weight:bold;border:0;} .ui-datepicker th.ui-datepicker-week-end span[title=Sunday]{color:#eb325d;} .ui-datepicker td:first-child a{color:#eb325d;} .ui-datepicker tr:first-child td{border-top:0;} .ui-datepicker td{text-align:center;padding:.2em 0;border:0;height:14px;} .ui-datepicker td span,.ui-datepicker td a{display:block;position:relative;width:30px;height:30px;line-height:30px;border-radius:50%;text-decoration:none;border-bottom:0;margin:0 auto;color:#333;font-size:1.4rem;} .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;} .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;} .due{display:inline-block;vertical-align:middle;margin:0 10px;font-size:1.5rem;color:#333;position:relative;top:3px;} .ui-datepicker .ui-state-highlight{background:#ddd;color:#000;border-radius:50%;} .ui-datepicker .highlight2{background:#6a6f8d;color:#fff;border-radius:50%;} .ui-datepicker .highlight3{background:#fff;border:2px solid #ffb100;line-height:14px;box-sizing:border-box;color:#000;} .ui-widget-overlay{position:fixed;width:100%;height:500%;top:0;left:0;background:#fff;opacity:0;z-index:99999;} .ui-dialog{position:absolute;padding-bottom:40px;background:#fff;top:140px;z-index:999;overflow:auto;max-width:calc(100% - 50px);box-shadow:0 5px 10px rgba(0,0,0,.2);} .ui-dialog .ui-dialog-titlebar{position:relative;height:150px;padding:50px 20px 20px;box-sizing:border-box;} .ui-dialog .ui-dialog-title{display:block;height:70px;line-height:70px;text-align:center;font-size:2.8rem;font-weight:700;} .ui-dialog .ui-dialog-titlebar-close{position:absolute;width:30px;height:30px;overflow:hidden;text-indent:-999px;top:15px;right:15px;background:rgba(255,255,255,.3);} .ui-dialog .ui-dialog-titlebar-close:before,.ui-dialog .ui-dialog-titlebar-close:after{content:"";position:absolute;width:100%;height:2px;background:#333;top:50%;left:50%;margin-left:-50%;margin-top:-1px;} .ui-dialog .ui-dialog-titlebar-close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);} .ui-dialog .ui-dialog-titlebar-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);} .ui-dialog .ui-dialog-content{position:relative;border:0;padding:0 40px;background:none;overflow:auto;} .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{margin-top:20px;text-align:center;} .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button{display:inline-block;padding:0 15px;height:60px;line-height:58px;font-size:1.8rem;min-width:80px;border-radius:2em;margin:0 3px;padding:0 50px;height:60px;line-height:58px;font-size:2rem;} .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .spot{background-color:#009aeb;border-color:#009aeb;color:#fff;} .ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:14px 14px;} .ui-draggable .ui-dialog-titlebar{cursor:move;} .ui-autocomplete{position:absolute;top:0;left:0;cursor:default;z-index:9999;max-height:300px;overflow-y:scroll;box-sizing:border-box;} .ui-autocomplete.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222;padding:7px 0;line-height:1.8em;} .ui-autocomplete .ui-menu-item{line-height:1.8em;} .ui-autocomplete .ui-menu-item:hover,.ui-autocomplete .ui-menu-item:focus{background:#f5f5f5;} .ui-autocomplete .ui-menu-item>div{padding:5px 10px;} .ui-autocomplete .ui-menu-item .ui-state-hover,.ui-autocomplete .ui-menu-item .ui-state-focus,.ui-autocomplete .ui-menu-item .ui-state-active{display:block;background:#333;color:#fff;border:none;} .ui-helper-hidden-accessible{position:absolute;left:-9999px;} .swiper-pagination-bullet-active{background-color:#009aeb;} .swiper-fnc .swiper-button-prev:after,.swiper-fnc .swiper-button-next:after{display:block;background:url("../../images/user/common/btn_arr.svg") no-repeat;background-size:100% 100%;} .swiper-fnc .swiper-button-prev,.swiper-fnc .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);margin:0;display:block;width:24px;height:24px;text-indent:-99999px;} .swiper-fnc .swiper-button-prev:after,.swiper-fnc .swiper-button-next:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;} .swiper-fnc .swiper-button-prev:hover:after,.swiper-fnc .swiper-button-next:hover:after{background-image:url("../../images/user/common/btn_arr_spot.svg");} .swiper-fnc .swiper-button-prev.slick-disabled:after,.swiper-fnc .swiper-button-prev.slick-disabled:hover:after,.swiper-fnc .swiper-button-next.slick-disabled:after,.swiper-fnc .swiper-button-next.slick-disabled:hover:after{opacity:.3;background-image:url("../../images/user/common/btn_arr.svg");cursor:default;} .swiper-fnc .swiper-button-prev.lg,.swiper-fnc .swiper-button-next.lg{width:50px;height:50px;} .swiper-fnc .swiper-button-prev{left:0;} .swiper-fnc .swiper-button-next{right:0;} .swiper-fnc .swiper-button-next:after{transform:rotate(180deg);}@media(max-width:1279px){.swiper-fnc{display:none;}}@media(max-width:767px){.accoridon-tit{padding-right:40px;} .accordion-tit-area:after{right:0;} .accordion-txt-area{padding:20px 0;}} .btn-cont{text-align:right;margin-top:35px;margin-bottom:100px;font-size:0;} .btn-cont .al{text-align:left;} .btn-cont .ar{text-align:right;} .btn-cont [class^=btn]{margin:5px 4px;} .btn-cont [class^=btn]:first-child{margin-left:0;} .btn-cont [class^=btn]:last-child{margin-right:0;} .btn,.btn-sm,.btn-lg{font-weight:700;display:inline-block;text-align:center;vertical-align:middle;white-space:nowrap;box-sizing:border-box;overflow:hidden;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:color,background-color;transition-property:color,background-color;border:2p solid #009aeb;} .btn.width,.btn-sm.width,.btn-lg.width{min-width:180px;} .btn{padding:0 30px;height:50px;line-height:46px;font-size:18px;} .btn-sm{padding:0 10px;height:30px;line-height:26px;font-size:15px;} .btn-sm .fs-sm{font-size:1.5rem;font-weight:900;} .btn-lg{padding:0 40px;height:80px;line-height:76px;font-size:24px;font-weight:900;} .btn,.btn-sm,.btn-lg{background-color:#999;border:1px solid #999;color:#fff;} .btn:hover,.btn:focus,.btn-sm:hover,.btn-sm:focus,.btn-lg:hover,.btn-lg:focus{border-color:#999;background-color:#999;} .btn.spot,.btn-sm.spot,.btn-lg.spot{background-color:#009aeb;border:1px solid #009aeb;color:#fff;} .btn.spot:hover,.btn.spot:focus,.btn-sm.spot:hover,.btn-sm.spot:focus,.btn-lg.spot:hover,.btn-lg.spot:focus{border-color:#0090dc;background-color:#0090dc;} .btn.spot2,.btn-sm.spot2,.btn-lg.spot2{background-color:#004596;border-color:#004596;color:#fff;} .btn.spot2:hover,.btn.spot2:focus,.btn-sm.spot2:hover,.btn-sm.spot2:focus,.btn-lg.spot2:hover,.btn-lg.spot2:focus{color:#fff;border-color:#003e87;background-color:#003e87;} .btn.spot3,.btn-sm.spot3,.btn-lg.spot3{background-color:#004596;border-color:#004596;color:#fff;} .btn.spot3:hover,.btn.spot3:focus,.btn-sm.spot3:hover,.btn-sm.spot3:focus,.btn-lg.spot3:hover,.btn-lg.spot3:focus{border-color:#003e87;background-color:#003e87;} .btn.spot4,.btn-sm.spot4,.btn-lg.spot4{background-color:#333;border:1px solid #333;color:#fff;} .btn.spot4:hover,.btn.spot4:focus,.btn-sm.spot4:hover,.btn-sm.spot4:focus,.btn-lg.spot4:hover,.btn-lg.spot4:focus{border-color:#262626;background-color:#262626;} .btn.spot5,.btn-sm.spot5,.btn-lg.spot5{background-color:#e4f1ff;border:1px solid #e4f1ff;color:#333;} .btn.spot5:hover,.btn.spot5:focus,.btn-sm.spot5:hover,.btn-sm.spot5:focus,.btn-lg.spot5:hover,.btn-lg.spot5:focus{border-color:#cbe4ff;background-color:#cbe4ff;} .btn-close{position:absolute;right:0;top:0;width:30px;height:30px;} .btn-close:before,.btn-close:after{content:" ";position:absolute;background-color:#333;top:50%;left:50%;margin-top:-1px;margin-left:-21px;width:42px;height:2px;} .btn-close:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);} .btn-close:after{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);} .btn-close.wh:before,.btn-close.wh:after{background-color:#fff;} .btn-close-r{position:absolute;right:0;top:0;width:50px;height:50px;background:#ccc;border-radius:50%;border:1px solid #ccc;} .btn-close-r:before,.btn-close-r:after{content:" ";position:absolute;background-color:#333;top:50%;left:50%;margin-top:-1px;margin-left:-12px;width:24px;height:2px;} .btn-close-r:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);} .btn-close-r:after{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}@media(max-width:767px){.btn{padding:0 30px;height:50px;line-height:48px;font-size:1.6rem;} .btn-sm{padding:0 20px;height:36px;line-height:34px;font-size:1.4rem;min-width:80px;} .btn-lg{padding:0 20px;min-width:120px;font-size:1.8rem;height:50px;line-height:48px;} .btn-close-r{width:30px;height:30px;} .btn-close-r:before,.btn-close-r:after{width:14px;margin-left:-8px;} .btn.width,.btn-lg.width{min-width:120px;} .btn-sm.width{min-width:80px;}} [class^=ico-]{position:relative;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;margin-right:7px;width:30px;height:30px;} [class^=ico-].sm{width:24px;height:24px;} [class^=ico-].back{margin-left:7px;} .ico-file{background-image:url("../../images/user/common/ico_file.svg");} .ico-rock{background-image:url("../../images/user/common/ico_rock.svg");} td .ico-rock{margin-top:-5px;} .ico-print{background-image:url("../../images/user/common/ico_print.svg");} .ico-print.wh{background-image:url("../../images/user/common/ico_print_wh.svg");} .ico-dot{width:4px;height:4px;background-color:#777;border-radius:50%;margin:0 7px;} [class^=ico-link]{position:relative;display:inline-block;color:#333;border-bottom:2px solid #333;padding-right:50px;padding-bottom:6px;} [class^=ico-link]:after{content:" ";transform-origin:bottom right;position:absolute;right:0;bottom:-2px;width:15px;height:2px;background-color:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);} [class^=ico-link-wh]{border-color:#fff;} [class^=ico-link-wh]:after{background-color:#fff;} .ico-home-wh{background-image:url("../../images/user/common/ico_home_wh.svg");} .ico-sch-wh{background-image:url("../../images/user/common/ico_sch_wh.svg");}@media(max-width:767px){[class^=ico-]{margin-right:5px;width:24px;height:24px;} [class^=ico-].sm{width:18px;height:18px;} [class^=ico-].back{margin-left:5px;}} select{border:1px solid #999;box-sizing:border-box;height:50px;padding:0 35px 0 20px;max-width:100%;border-radius:0;-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;background:url("../../images/user/common/select_arr.svg") center right no-repeat;} select::-ms-expand{display:none;} input[type=text],input[type=password],input[type=number],input[type=email],input[type=tel],input[type=time],input [type=date]{vertical-align:middle;padding:0 15px;height:50px;border:1px solid #999;max-width:100%;width:360px;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s;} input::placeholder,textarea::placeholder{color:#999;} input[type=time]{width:200px;} input[type=number]{padding:0;text-align:center;} input[type="file"],input[type="file"]:hover{padding:0;border:none;} input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0 1000px white inset !important;} input[readonly]:not(.datepicker),input[readonly]:not(.datepicker):hover,input[readonly]:not(.datepicker):focus,input[disabled]:not(.datepicker),input[disabled]:not(.datepicker):hover,input[disabled]:not(.datepicker):focus{background:#f9f9f9;border:1px solid #ccc;font-weight:300;box-shadow:none;} input:hover,textarea:hover{border:1px solid #555;} input[type="file"]:hover{border:none;} input:focus,textarea:focus{border:1px solid #555;box-shadow:0 5px 15px rgba(0,0,0,.15);} textarea{width:100%;padding:10px;box-sizing:border-box;background:transparent;border-color:#ccc;display:block;} textarea[disabled="disabled"]{border:none;} textarea:focus[disabled="disabled"]{box-shadow:none;} .checkradio{display:inline-block;position:relative;font-size:0;margin-right:40px;min-width:20px;min-height:20px;vertical-align:middle;overflow:hidden;} .checkradio:only-child,.checkradio:last-child{margin-right:0;} .checkradio input[type="checkbox"],.checkradio input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;} .checkradio input[type="checkbox"]~label,.checkradio input[type="radio"]~label{position:relative;display:inline-block;align-items:center;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-size:1.6rem;vertical-align:middle;min-height:20px;min-width:20px;font-size:15px;color:#555;box-sizing:border-box;margin-top:0;margin-bottom:0;margin-left:0;word-break:keep-all;} .checkradio input[type="checkbox"]~label:before,.checkradio input[type="radio"]~label:before{content:" ";position:absolute;left:0;top:0;display:block;vertical-align:middle;width:20px;height:20px;background:#fff;border:1px solid #333;box-sizing:border-box;} .checkradio input[type="checkbox"]~label:after,.checkradio input[type="radio"]~label:after{content:" ";position:absolute;top:10px;left:10px;width:0;height:0;background:#009aeb;transform-origin:center center;} .checkradio input[type="checkbox"]~label.txt-hide,.checkradio input[type="radio"]~label.txt-hide{position:relative;top:auto;left:auto;overflow:hidden;width:auto;height:auto;font-size:0;padding-left:0;line-height:1.5;clip:rect(0 0 0 0);white-space:normal;text-indent:0;} .checkradio input[type="checkbox"]~label.txt-hide:before,.checkradio input[type="radio"]~label.txt-hide:before{margin-right:0;} .checkradio input[type="checkbox"]~label+input[type=text],.checkradio input[type="radio"]~label+input[type=text]{margin-left:10px;} .checkradio input[type="checkbox"]:checked+label:before,.checkradio input[type="radio"]:checked+label:before{border-color:#009aeb;} .checkradio input[type="checkbox"]:checked+label:after,.checkradio input[type="radio"]:checked+label:after{top:4px;left:4px;width:12px;height:12px;} .checkradio input[type="checkbox"]:focus~label,.checkradio input[type="radio"]:focus~label{outline:2px solid #333;box-sizing:border-box;} .checkradio input[type="checkbox"]:disabled~label:before,.checkradio input[type="radio"]:disabled~label:before{background-color:#ddd;} .checkradio input[type="radio"]+label:before,.checkradio input[type="radio"]+label:after{border-radius:50%;} .checkradio-toggle{display:inline-block;position:relative;font-size:0;vertical-align:middle;overflow:hidden;} .checkradio-toggle input[type="checkbox"],.checkradio-toggle input[type="radio"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;} .checkradio-toggle input[type="checkbox"]~label,.checkradio-toggle input[type="radio"]~label{position:relative;display:inline-block;align-items:center;border-radius:20px;height:20px;width:40px;background:#ddd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-size:1.6rem;vertical-align:middle;font-size:15px;box-sizing:border-box;margin:0;word-break:keep-all;} .checkradio-toggle input[type="checkbox"]~label:focus,.checkradio-toggle input[type="radio"]~label:focus{outline:none;} .checkradio-toggle input[type="checkbox"]~label:before,.checkradio-toggle input[type="radio"]~label:before{content:" ";position:absolute;display:block;left:22px;top:2px;width:16px;height:16px;background:#fff;vertical-align:middle;box-sizing:border-box;border-radius:50%;transition:left .3s;} .checkradio-toggle input[type="checkbox"]:checked~label,.checkradio-toggle input[type="radio"]:checked~label{background-color:#009aeb;} .checkradio-toggle input[type="checkbox"]:checked~label:before,.checkradio-toggle input[type="radio"]:checked~label:before{left:2px;} .checkradio-toggle input[type="checkbox"]:disabled~label,.checkradio-toggle input[type="radio"]:disabled~label{color:#777;background-color:#ddd;} .checkradio-toggle input[type="checkbox"]:checked:disabled~label,.checkradio-toggle input[type="radio"]:checked:disabled~label{background-color:#009aeb;opacity:.5;} .checkradio-toggle input[type="radio"]+label:before,.checkradio-toggle input[type="radio"]+label:after{border-radius:50%;}@media(max-width:1279px){.checkradio{margin-right:30px;} .checkradio input[type="checkbox"]+label,.checkradio input[type="radio"]+label{font-size:1.5rem;} input[type=text],input[type=password],input[type=number],input[type=email],input[type=tel]{width:280px;}} .label-area{font-size:15px;} .label-area .label{margin-right:5px;} .label-area .label:last-child{margin-right:0;} .label{display:inline-block;height:24px;line-height:22px;box-sizing:border-box;border:1px solid #009aeb;color:#009aeb;padding:0 9px;font-size:15px;vertical-align:middle;} .label.spot{background-color:#009aeb;color:#fff;} .label.spot2{background-color:#004596;border-color:#004596;color:#fff;} .label.spot3{background-color:#004596;border-color:#004596;color:#fff;} .label.spot4{background-color:#333;border-color:#333;color:#fff;} .label-num{position:absolute;top:-5px;left:-5px;display:flex;justify-content:center;align-items:center;width:37px;height:52px;font-size:22px;color:#fff;background:url("../../images/user/common/bg_num.svg") no-repeat;background-size:100% 100%;z-index:1;} .scroll-x{overflow-x:auto;} .scroll-x table{width:100%;} table th,table td{font-size:1.8rem;} table th{font-weight:700;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){table th{background-clip:padding-box;}} .table-tit{display:block;color:#333;box-sizing:border-box;font-weight:500;font-size:2.4rem;} div[class$=type]{position:relative;clear:both;overflow-x:auto;} div[class$=type] table{width:100%;clear:both;border-top:2px solid #333;} div[class$=type].view-type table{border-top:none;} div[class$=type]+*{margin-top:100px;} div[class$=type]+.btn-cont,div[class$=type]+.paging,div[class$=type]+.bullet{margin-top:40px;} div[class$=type]+.bg-box,div[class$=type]+.border-box,div[class$=type]+.msg{margin-top:20px;} .info-type th,.info-type td{padding:26px 40px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;} .info-type th:last-child,.info-type td:last-child{border-right:none;} .info-type th{background:#f8f8f8;} .info-type th.spot{background-color:#f8f8f8;} .info-type thead th{text-align:center;} .info-type th.ac,.info-type td.ac,.info-type tr.ac th,.info-type tr.ac td{padding:14px 0;text-align:center;} .info-type tr.ac th.al{padding-left:20px;text-align:left;} .info-type tr.strong td{font-weight:700;font-size:1.5rem;color:#333;} .info-type td a:hover,.info-type td a em{text-decoration:underline;} .info-type+table{margin-top:10px;} .info-type th strong{font-size:1.5rem;font-weight:700;} .info-type tbody+tbody tr:first-child th,.info-type tbody+tbody tr:first-child td{border-top:2px solid #ccc;} .list-type th,.list-type td{padding:23px 0;min-height:83px;border-bottom:1px solid #ccc;text-align:center;} .list-type thead th{background-color:#f8f8f8;} .list-type tbody td{padding-left:2px;padding-right:2px;} .list-type tbody td.al>a{display:inline-block;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;max-width:100%;width:auto;color:#333;box-sizing:border-box;font-weight:500;} .list-type tbody td.al>a:hover{color:#009aeb;} .list-type tbody td.al>a+.msg{margin-top:5px;} .list-type .btn-list-toggle{display:block;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;max-width:100%;width:auto;color:#333;box-sizing:border-box;font-weight:500;font-size:2.4rem;} .list-type .btn-list-toggle:hover,.list-type .btn-list-toggle:focus{color:#009aeb;} .list-type .info{margin-top:10px;font-size:0;} .list-type .info dt,.list-type .info dd{display:inline-block;font-size:1.6rem;} .list-type .info dt{margin-right:10px;} .list-type .info dd{margin-right:40px;color:#777;} .list-type .info dd:last-child{margin-right:0;} .list-type .btn-cont{margin-top:-12px;margin-bottom:-12px;text-align:center;} .list-type .btn-cont+*{display:block;margin-top:10px;} .list-type .bg{padding:40px 90px;text-align:left;background-color:#f8f8f8;color:#555;} .required{display:inline-block;margin-left:2px;width:7px;height:7px;animation:fadein 2s infinite;color:#333;} .msg{font-size:1.5rem;color:#333;} .msg u{color:#009aeb;font-weight:700;} .write-type th,.write-type td{border-bottom:1px solid #ccc;text-align:left;height:60px;vertical-align:middle;} .write-type th{background-color:#f8f8f8;border-right:1px solid #ccc;position:relative;padding:7px 20px 7px 40px;font-weight:500;} .write-type th.spot{background-color:#f8f8f8;} .write-type td{padding:7px 40px;} .write-type td>*{margin-top:5px;margin-bottom:5px;} .write-type td>:not(.block),.write-type td>:not(.datepicker-box){margin-right:5px;} .write-type td>:last-child{margin-right:0;} .write-type td .checkradio{margin-right:40px;} .write-type td>.label-txt,.write-type td .label-txt{margin-left:10px;} .write-type td>hr{margin:12px 0;} .write-type td>.label-area,.write-type td .label-area{display:inline-block;margin-right:40px !important;white-space:nowrap;} .write-type td .label-tit{display:inline-block;vertical-align:middle;margin-right:20px;font-weight:500;} .write-type input.q0{width:100px;} .write-type input[type=number].q0{width:100px;} .write-type input.q1{width:calc((100% - 30px)/4);} .write-type input.q2{width:calc((100% - 10px)/2);} .write-type input.q3{width:calc((100% - 30px)/3*2);} .write-type input.q4{width:100%;} .view-type img{max-width:100%;} .view-type thead th{padding:60px 40px 40px;font-size:3.6rem;font-weight:500;} .view-type thead .info{margin-top:50px;margin-bottom:0;} .view-type tbody{border-top:2px solid #333;} .view-type tbody td{padding:60px;border-bottom:1px solid #ccc;} .view-type .info{margin-bottom:50px;line-height:1em;} .view-type .info dt,.view-type .info dd{display:inline-block;font-size:1.8rem;} .view-type .info dt{position:relative;color:#777;margin-right:15px;} .view-type .info dd{position:relative;padding-right:25px;margin-right:25px;} .view-type .info dd:after{content:" ";position:absolute;right:0;top:50%;margin-top:-8px;width:1px;height:14px;background-color:#ccc;} .view-type .info dd:last-child{margin-right:0;padding-right:0;} .view-type .info dd:last-child:after{display:none;} .view-type .sns{text-align:right;margin-top:-10px;margin-right:-30px;margin-bottom:50px;} .view-type .file{margin:-30px -20px;} .file .ico-file{margin-right:40px;vertical-align:top;} .file li~li{margin-top:25px;} .file a{vertical-align:middle;display:inline-block;} .file a:hover,.file a:focus{text-decoration:underline;} .view-list{border-top:1px solid #333;border-bottom:1px solid #ddd;margin-top:60px;} .view-list li{padding:20px 0;font-size:0;} .view-list li~li{border-top:1px solid #ddd;} .view-list cite{background:#f8f8f8;width:80px;text-align:center;border:1px solid #ddd;display:inline-block;font-size:1.5rem;margin-right:20px;line-height:32px;box-sizing:border-box;vertical-align:middle;border-radius:0 10px 0 10px;} .view-list a{font-weight:500;font-size:1.8rem;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;display:inline-block;max-width:calc(100% - 200px);width:auto;vertical-align:middle;border-bottom:1px solid transparent;} .view-list a:hover,.view-list a:focus{border-bottom:1px solid #333;} .view-list span.date{float:right;display:block;color:#777;font-size:1.6rem;line-height:34px;width:100px;text-align:right;} #boardContents h1,#boardContents h2,#boardContents h3,#boardContents h4,#boardContents h5,#boardContents h6{margin:initial;padding:initial;line-height:1.8em;} #boardContents h1{font-size:2em;} #boardContents h2{font-size:1.5em;} #boardContents h3{font-size:1.17em;} #boardContents h4{font-size:1em;} #boardContents h5{font-size:.83em;} #boardContents h6{font-size:.67em;} #boardContents ol,#boardContents ol li{list-style:decimal;} #boardContents ul,#boardContents ul li{list-style:disc;} #boardContents img{max-width:100%;margin:0 auto;}@media(max-width:1279px){.list-type thead{display:none;} .list-type tbody tr{display:block;width:100%;border-bottom:1px solid #ccc;padding:20px 0;} .list-type tbody td{margin-right:20px;} .list-type tbody td:before{content:attr(data-tit) " : ";display:inline-block;margin-right:5px;font-weight:700;text-align:left;} .list-type tbody td.al{display:block;margin-right:0;} .list-type tbody td.al .btn-list-toggle{display:block !important;overflow:hidden;width:100%;text-decoration:underline;max-width:none;min-width:0;padding:0;margin:5px 0 0;text-align:left;} .list-type tbody .btn-cont{margin:0;display:inline-block;vertical-align:middle;} .list-type tbody .btn-cont .btn-sm+p{display:inline-block;} .list-type th{display:block;} .list-type col,.list-type thead th,.list-type tbody td{display:inline-block;width:auto;text-align:left;border:none;line-height:1.5;height:auto;min-height:0;padding:5px 0;} .list-type .bg{display:block;width:100%;padding:30px;box-sizing:border-box;} .list-type .bg:before{display:none;} .write-type th,.write-type td{padding-left:20px;padding-right:20px;} .view-type thead th{padding:60px 0 30px;font-size:2.4rem;} .view-type thead .info{margin-top:20px;} .view-type tbody td{padding:30px 0;} .view-type .file{margin:0;} .file .ico-file{margin-right:20px;vertical-align:top;} .file li~li{margin-top:10px;}}@media(max-width:767px){.hdnCol1 table colgroup col:nth-child(1),.hdnCol2 table colgroup col:nth-child(2),.hdnCol3 table colgroup col:nth-child(3),.hdnCol4 table colgroup col:nth-child(4),.hdnCol5 table colgroup col:nth-child(5),.hdnCol6 table colgroup col:nth-child(6),.hdnCol7 table colgroup col:nth-child(7),.hdnCol8 table colgroup col:nth-child(8),.hdnCol9 table colgroup col:nth-child(9),.hdnCol10 table colgroup col:nth-child(10),.hdnCol1 table tr th:nth-child(1),.hdnCol2 table tr th:nth-child(2),.hdnCol3 table tr th:nth-child(3),.hdnCol4 table tr th:nth-child(4),.hdnCol5 table tr th:nth-child(5),.hdnCol6 table tr th:nth-child(6),.hdnCol7 table tr th:nth-child(7),.hdnCol8 table tr th:nth-child(8),.hdnCol9 table tr th:nth-child(9),.hdnCol10 table tr th:nth-child(10),.hdnCol1 table tr td:nth-child(1),.hdnCol2 table tr td:nth-child(2),.hdnCol3 table tr td:nth-child(3),.hdnCol4 table tr td:nth-child(4),.hdnCol5 table tr td:nth-child(5),.hdnCol6 table tr td:nth-child(6),.hdnCol7 table tr td:nth-child(7),.hdnCol8 table tr td:nth-child(8),.hdnCol9 table tr td:nth-child(9),.hdnCol10 table tr td:nth-child(10){display:none;} table th,table td{font-size:1.4rem;} div[class$=type]+*{margin-top:40px;} div[class$=type]+.btn-cont,div[class$=type]+.paging,div[class$=type]+.bullet{margin-top:20px;} .table-tit{font-size:1.6rem;} .info-type th,.info-type td{padding:15px 10px;} .list-type tbody td.al .btn-list-toggle{font-size:1.6rem;} .list-type .info{overflow:hidden;} .list-type .info dt,.list-type .info dd{float:left;font-size:1.4rem;} .list-type .info dt{clear:left;} .list-type .info dd{margin-right:20px;} .msg{font-size:1.4rem;line-height:1.4;} .write-type table{table-layout:auto;} .write-type table th,.write-type table td{display:block;width:100%;height:auto;padding:15px 10px;border:none;line-height:1.5;text-align:left;box-sizing:border-box;} .write-type table th{padding:15px;} .write-type table td{padding:15px 0;border-bottom:1px solid #ccc;} .view-type thead th{padding:20px 0;line-height:1.5;font-size:1.8rem;} .view-type thead .info{margin-top:15px;} .view-type tbody td{padding:20px 0;} .view-type .info{margin-bottom:0;} .view-type .info dt,.view-type .info dd{font-size:1.4rem;} .view-type .info dt{margin-right:5px;} .view-type .info dd{margin-right:7px;padding-right:10px;} .view-type .file{margin:0;} #boardContents{padding:20px 0;} .view-list{margin-top:40px;font-size:1.4rem;} .view-list li{padding:15px 0;font-size:0;} .view-list li cite{width:60px;font-size:1.3rem;margin-right:10px;} .view-list li a{font-size:1.4rem;line-height:34px;max-width:calc(100% - 140px);} .view-list li span.date{font-size:1.2rem;line-height:34px;width:70px;}}@media(max-width:767px){.pop-close{width:30px;height:30px;} .popup{max-width:calc(100% - 40px);width:100%;left:50%;top:50%;margin-left:0;-webkit-transform:translate(-50%,-50%) !important;-moz-transform:translate(-50%,-50%) !important;-ms-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important;} .popup .pop-header{padding:0;padding:50px 20px 0;display:table;width:100%;box-sizing:border-box;} .popup .pop-header h1{font-size:2.4rem;line-height:1.4;height:60px;display:table-cell;vertical-align:middle;text-align:center;} .popup .pop-body{padding:50px 20px;max-height:calc(90vh - 130px);font-size:1.5rem;line-height:1.5em;} .popup .pop-header~.pop-body{padding-top:0;}} .paging{display:block;margin:40px auto;padding:2px 0;overflow:hidden;text-align:center;font-size:0;} .paging li{display:inline-block;vertical-align:middle;margin:0 5px;} .paging a{position:relative;display:block;color:#777;width:50px;height:50px;line-height:50px;border-radius:50%;font-size:1.8rem;} .paging a:hover,.paging a:focus{color:#333;} .paging .pv{margin-right:20px;} .paging .fw{margin-left:20px;} .paging .txt-hide{position:static;text-indent:-9999px;color:#fff;font-size:0;} .paging li.ppv a span:before,.paging li.ffw a span:before,.paging li.ppv a span:after,.paging li.ffw a span:after,.paging li.pv a span:before,.paging li.fw a span:before{content:"";position:absolute;display:block;width:14px;height:14px;position:absolute;border-top:2px solid #ccc;border-left:2px solid #ccc;top:50%;left:50%;transform-origin:left top;} .paging li.pv a span:before,.paging li.ppv a span:before,.paging li.ppv a span:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);} .paging li.fw a span:before,.paging li.ffw a span:before,.paging li.ffw a span:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);} .paging li.pv a span:before{margin-left:-8px;} .paging li.fw a span:before{margin-left:8px;} .paging li.ppv a span:before{margin-left:-15px;} .paging li.ppv a span:after{margin-left:-5px;} .paging li.ffw a span:before{margin-left:5px;} .paging li.ffw a span:after{margin-left:15px;} .paging li.disabled a,.paging li.disabled a:hover,.paging li.disabled a:focus{background-position:0 0;} .paging li a:hover,.paging li a:focus{color:#333;} .paging li.ppv a:hover span:before,.paging li.ppv a:focus:before,.paging li.ffw a:hover span:before,.paging li.ffw a:focus:before,.paging li.ppv a:hover span:after,.paging li.ppv a:focus:after,.paging li.ffw a:hover span:after,.paging li.ffw a:focus:after,.paging li.pv a:hover span:before,.paging li.pv a:focus:before,.paging li.fw a:hover span:before,.paging li.fw a:focus:before{border-color:#009aeb;} .paging li.is-active a,.paging li.is-active a:hover,.paging li.is-active a:focus{color:#fff;background-color:#009aeb;}@media(max-width:767px){.paging{margin:25px auto;} .paging li{margin:0 3px;} .paging a{width:6vw;height:6vw;line-height:6vw;font-size:1.4rem;} .paging li.pv{margin-right:2vw;} .paging li.fw{margin-left:2vw;} .paging li.ppv a span:before,.paging li.ffw a span:before,.paging li.ppv a span:after,.paging li.ffw a span:after,.paging li.pv a span:before,.paging li.fw a span:before{width:3vw;height:3vw;} .paging li.pv a span:before{margin-left:-1vw;} .paging li.fw a span:before{margin-left:1vw;} .paging li.ppv a span:before{margin-left:-3vw;} .paging li.ppv a span:after{margin-left:-1vw;} .paging li.ffw a span:before{margin-left:1vw;} .paging li.ffw a span:after{margin-left:3vw;}} .accordion{border-top:2px solid #333;margin-top:15px;} .accordion .is-active .accordion-tit-area:after{transform:rotate(-180deg);} .accordion .is-active .accoridon-tit{color:#009aeb;font-weight:700;} .accordion .is-active .accordion-txt-area{display:block;} .accordion li{border-bottom:1px solid #333;} .accordion-tit-area{position:relative;font-size:0;padding:15px 0;} .accordion-tit-area cite{display:inline-block;box-sizing:border-box;width:200px;font-size:1.8rem;border:1px solid #009aeb;color:#009aeb;border-radius:0 20px 0 20px;text-align:center;padding:15px 20px;font-weight:700;line-height:1.4;vertical-align:middle;} .accordion-tit-area:after{content:" ";position:absolute;right:40px;top:50%;margin-top:-10px;width:20px;height:20px;background-image:url("../../images/user/common/arr.svg");transition:transform .5s;} .accoridon-tit{display:inline-block;vertical-align:middle;font-size:2rem;box-sizing:border-box;padding-left:40px;padding-right:80px;} .btn-accordion-toggle{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;text-indent:-9999px;} .accordion-txt-area{display:none;padding:40px;border-top:1px solid #ddd;} .accordion{border-top:2px solid #333;margin-top:15px;} .accordion .is-active .accordion-tit-area:after{transform:rotate(-180deg);} .accordion .is-active .accoridon-tit{color:#009aeb;font-weight:700;} .accordion .is-active .accordion-txt-area{display:block;} .accordion li{border-bottom:1px solid #333;} .accordion-tit-area{position:relative;font-size:0;padding:15px 0;} .accordion-tit-area cite{display:inline-block;box-sizing:border-box;width:200px;font-size:1.8rem;border:1px solid #009aeb;color:#009aeb;border-radius:0 20px 0 20px;text-align:center;padding:15px 20px;font-weight:700;line-height:1.4;vertical-align:middle;} .accordion-tit-area:after{content:" ";position:absolute;right:40px;top:50%;margin-top:-10px;width:20px;height:20px;background-image:url("../../images/user/common/arr.svg");transition:transform .5s;} .accoridon-tit{display:inline-block;vertical-align:middle;font-size:2rem;box-sizing:border-box;padding-left:40px;padding-right:80px;} .btn-accordion-toggle{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;text-indent:-9999px;} .accordion-txt-area{display:none;padding:40px;border-top:1px solid #ddd;} .site-header{position:fixed;width:100%;height:80px;z-index:10;background-color:#fff;box-shadow:0 5px 10px rgba(118,13,62,.1);} .site-header .m-menu-bar{display:none;} .site-header .logo{position:absolute;display:flex;align-items:center;height:80px;font-size:0;} .site-header .logo a{display:inline-block;} .site-header .logo a img{height:50px;} .site-header .profile{position:absolute;top:20px;right:15px;} .site-header .profile a{display:flex;align-items:center;} .site-header .profile .img-area{width:40px;height:40px;margin-left:10px;border-radius:50%;overflow:hidden;} .site-header .profile .img-area img{display:block;object-fit:cover;width:100%;height:100%;} .btn-nav-open,.btn-nav-close{position:absolute;top:46px;right:0;width:30px;height:30px;} .btn-nav-open:hover,.btn-nav-open:focus,.btn-nav-close:hover,.btn-nav-close:focus{background-color:rgba(255,255,255,.1);} .btn-nav-open:before,.btn-nav-open:after,.btn-nav-open span:before,.btn-nav-close:before,.btn-nav-close:after,.btn-nav-close span:before{content:" ";display:block;position:absolute;width:30px;height:3px;background-color:#009aeb;top:50%;right:50%;margin-top:-2px;margin-right:-15px;border-radius:2em;background-color:#333;} .btn-nav-open:before{margin-top:-14px;} .btn-nav-open:after{width:20px;} .btn-nav-open span:before{margin-top:10px;} .btn-nav-close:before{transform:rotate(-45deg);} .btn-nav-close:after{transform:rotate(-135deg);} .btn-nav-close span:before{display:none;} .site-gnb>ul{font-size:0;text-align:center;} .site-gnb>ul>li{position:relative;display:inline-block;vertical-align:top;text-align:center;margin:0 25px;} .site-gnb>ul>li>a{display:block;height:80px;line-height:80px;font-size:19px;font-weight:900;transition:color .3s;} .site-gnb>ul>li>a:hover,.site-gnb>ul>li>a:focus{color:#009aeb;} .site-gnb>ul>li>a:hover i,.site-gnb>ul>li>a:focus i{background-position-y:-24px;} .site-gnb>ul i{display:inline-block;width:24px;height:24px;background:url("../../images/user/common/ico_gnb.svg") no-repeat;background-size:auto auto;margin-right:7px;} .site-gnb>ul li:nth-child(1) i{background-position-x:0;} .site-gnb>ul li:nth-child(2) i{background-position-x:-24px;} .site-gnb>ul li:nth-child(3) i{background-position-x:-48px;} .site-gnb>ul li:nth-child(4) i{background-position-x:-72px;} .site-nav-area{display:none;position:absolute;top:0;left:0;right:0;background-color:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.05);z-index:10;} .site-nav-area.is-active{display:block;} .site-nav-area .nav-util,.site-nav-area .btn-login{display:none;} .site-nav{padding-bottom:50px;} .site-nav>ul{margin:0 auto;display:table;width:100%;table-layout:fixed;text-align:center;border-collapse:collapse;border-bottom:1px solid #ddd;} .site-nav>ul>li{position:relative;display:table-cell;border-left:1px solid #ddd;} .site-nav>ul>li:first-child{border-left:none;} .site-nav>ul>li:before{content:" ";position:absolute;top:0;left:-1px;bottom:0;width:1px;height:123px;background:#fff;z-index:2;} .site-nav>ul>li>a{position:relative;display:block;height:123px;line-height:123px;font-size:2rem;font-weight:700;width:calc(100% - -1px);margin-left:-1px;} .site-nav>ul>li>a:after{content:" ";position:absolute;display:block;width:100%;height:1px;margin:0 auto;background-color:#333;} .site-nav>ul ul{padding-top:15px;padding-bottom:15px;} .site-nav>ul ul a{display:block;height:50px;line-height:50px;} .site-nav>ul ul a:hover,.site-nav>ul ul a:hover{text-decoration:underline;} .wrap{position:relative;display:block;margin-left:auto;margin-right:auto;max-width:1200px;width:100%;box-sizing:border-box;padding-left:15px;padding-right:15px;} .site-body{padding-top:80px;padding-bottom:100px;min-height:calc(100% - 320px);box-sizing:border-box;}@media(max-width:1279px){.wrap{max-width:1200px;padding-left:20px;padding-right:20px;} .site-body{padding-top:60px;padding-bottom:50px;}}@media(max-width:767px){.wrap{max-width:1200px;padding-left:15px;padding-right:15px;}} .site-footer{background-color:#f8f8f8;font-size:14px;padding:40px 0 50px;font-weight:400;} .footer-etc{margin-bottom:40px;font-size:14px;} .footer-etc strong{font-weight:900;} .footer-etc .cs{position:absolute;right:15px;top:0;clear:both;font-weight:500;} .footer-etc .cs span{margin-right:17px;} .footer-etc .cs strong{font-size:18px;} .footer-menu{overflow:hidden;font-size:0;} .footer-menu a{position:relative;display:inline-block;vertical-align:middle;padding:0;box-sizing:border-box;font-size:14px;} .footer-menu a::after{content:" ";display:inline-block;width:1px;height:14px;overflow:hidden;vertical-align:middle;margin:0 25px;background-color:#ddd;} .footer-menu a:last-child::after{display:none;} .footer-info{position:relative;padding-left:170px;font-size:1.6rem;} .footer-info figure{position:absolute;left:0;top:0;-webkit-filter:grayscale(100%);filter:gray;opacity:.8;} .footer-info img{display:block;max-width:100%;height:100%;-webkit-filter:grayscale(100%);filter:gray;} .footer-info address{max-width:850px;} .footer-info address span{display:inline-block;} .footer-info address span:after{content:" / ";display:inline-block;vertical-align:middle;margin:0 15px;} .footer-info address span:last-of-type:after{display:none;} .footer-info p{margin-top:15px;} .sub-top{background:#007fff;background:-moz-linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);background:-webkit-linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);background:linear-gradient(90deg,rgba(0,127,255,.9) 0%,rgba(9,47,135,.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff",endColorstr="#092f87",GradientType=1);margin-bottom:100px;} .sub-top::before{content:" ";display:block;height:173px;background:#fff;} .location{font-size:0;border-left:1px solid rgba(255,255,255,.5);} .location li{display:inline-block;border-right:1px solid rgba(255,255,255,.5);vertical-align:top;} .location a{height:80px;line-height:80px;} .location a.home{display:block;width:80px;background:url("../../images/user/common/ico_home.svg") center center no-repeat;} .location select{padding-left:40px;padding-right:50px;height:80px;border:none;color:#fff;background-image:url("../../images/user/common/select_arr_wh.svg");} .location select option{color:#333;} .sub-tit{color:#009aeb;font-size:4rem;text-align:center;margin-bottom:50px;} .sub-contents{padding-top:50px;}@media(max-width:1279px){.sub-top{margin-bottom:60px;} .sub-top:before{height:70px;} .sub-tit{font-size:3.6rem;margin-bottom:40px;}}(파일 끝에 줄바꿈 문자 없음) |
--- base/src/main/webapp/resources/front/manage/css/style.scss
+++ base/src/main/webapp/resources/manage/css/style.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/_vendor-cus.scss
+++ base/src/main/webapp/resources/manage/css/vendors/_vendor-cus.scss
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/animate.css
+++ base/src/main/webapp/resources/manage/css/vendors/animate.css
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/animate.min.css
+++ base/src/main/webapp/resources/manage/css/vendors/animate.min.css
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.css
+++ base/src/main/webapp/resources/manage/css/vendors/swiper-bundle.css
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.min.css
+++ base/src/main/webapp/resources/manage/css/vendors/swiper-bundle.min.css
| No changes |
--- base/src/main/webapp/resources/front/manage/css/vendors/tagify.css
+++ base/src/main/webapp/resources/manage/css/vendors/tagify.css
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/arr.svg
+++ base/src/main/webapp/resources/manage/image/common/arr.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/btn_star.svg
+++ base/src/main/webapp/resources/manage/image/common/btn_star.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico16x16.svg
+++ base/src/main/webapp/resources/manage/image/common/ico16x16.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico24x24.svg
+++ base/src/main/webapp/resources/manage/image/common/ico24x24.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico_file.svg
+++ base/src/main/webapp/resources/manage/image/common/ico_file.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico_new.svg
+++ base/src/main/webapp/resources/manage/image/common/ico_new.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico_painter.svg
+++ base/src/main/webapp/resources/manage/image/common/ico_painter.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico_painter_bar.svg
+++ base/src/main/webapp/resources/manage/image/common/ico_painter_bar.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/ico_q_check.svg
+++ base/src/main/webapp/resources/manage/image/common/ico_q_check.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_caution.svg
+++ base/src/main/webapp/resources/manage/image/common/img_caution.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_check.svg
+++ base/src/main/webapp/resources/manage/image/common/img_check.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_confirm.svg
+++ base/src/main/webapp/resources/manage/image/common/img_confirm.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_cont_none.svg
+++ base/src/main/webapp/resources/manage/image/common/img_cont_none.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_error.svg
+++ base/src/main/webapp/resources/manage/image/common/img_error.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_notice.svg
+++ base/src/main/webapp/resources/manage/image/common/img_notice.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_painter.svg
+++ base/src/main/webapp/resources/manage/image/common/img_painter.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_user.svg
+++ base/src/main/webapp/resources/manage/image/common/img_user.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/img_warning.svg
+++ base/src/main/webapp/resources/manage/image/common/img_warning.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/loading.gif
+++ base/src/main/webapp/resources/manage/image/common/loading.gif
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/image/common/loading.svg
+++ base/src/main/webapp/resources/manage/image/common/loading.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/sel_arr.svg
+++ base/src/main/webapp/resources/manage/image/common/sel_arr.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/sel_lnb.svg
+++ base/src/main/webapp/resources/manage/image/common/sel_lnb.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/common/txt_none.svg
+++ base/src/main/webapp/resources/manage/image/common/txt_none.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/logo/logo.svg
+++ base/src/main/webapp/resources/manage/image/logo/logo.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/image/temp/thumb1.jpg
+++ base/src/main/webapp/resources/manage/image/temp/thumb1.jpg
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/image/temp/thumb2.jpg
+++ base/src/main/webapp/resources/manage/image/temp/thumb2.jpg
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/image/temp/thumb3.jpg
+++ base/src/main/webapp/resources/manage/image/temp/thumb3.jpg
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/image/temp/thumb4.jpg
+++ base/src/main/webapp/resources/manage/image/temp/thumb4.jpg
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/js/ScrollMagic.min.js
+++ base/src/main/webapp/resources/manage/js/ScrollMagic.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/TweenMax.min.js
+++ base/src/main/webapp/resources/manage/js/TweenMax.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/_layout.js
+++ base/src/main/webapp/resources/manage/js/_layout.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/animation.gsap.min.js
+++ base/src/main/webapp/resources/manage/js/animation.gsap.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/brush.js
+++ base/src/main/webapp/resources/manage/js/brush.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/common.js
+++ base/src/main/webapp/resources/manage/js/common.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/global.js
+++ base/src/main/webapp/resources/manage/js/global.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/html2canvas.js
+++ base/src/main/webapp/resources/manage/js/html2canvas.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jQuery.tagify.min.js
+++ base/src/main/webapp/resources/manage/js/jQuery.tagify.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jcanvas.js
+++ base/src/main/webapp/resources/manage/js/jcanvas.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jquery-3.6.0.min.js
+++ base/src/main/webapp/resources/manage/js/jquery-3.6.0.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jquery-ui.min.js
+++ base/src/main/webapp/resources/manage/js/jquery-ui.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jquery.easing.1.3.js
+++ base/src/main/webapp/resources/manage/js/jquery.easing.1.3.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jquery.ui.touch-punch.min.js
+++ base/src/main/webapp/resources/manage/js/jquery.ui.touch-punch.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/jspdf.min.js
+++ base/src/main/webapp/resources/manage/js/jspdf.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/painter.js
+++ base/src/main/webapp/resources/manage/js/painter.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/ssm.min.js
+++ base/src/main/webapp/resources/manage/js/ssm.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/ssm.min.js.map
+++ base/src/main/webapp/resources/manage/js/ssm.min.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/js/swiper-bundle.js
+++ base/src/main/webapp/resources/manage/js/swiper-bundle.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/swiper-bundle.js.map
+++ base/src/main/webapp/resources/manage/js/swiper-bundle.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/js/swiper.min.js
+++ base/src/main/webapp/resources/manage/js/swiper.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/js/swiper.min.js.map
+++ base/src/main/webapp/resources/manage/js/swiper.min.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/js/tagify.min.js
+++ base/src/main/webapp/resources/manage/js/tagify.min.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/LICENSE
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/LICENSE
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js.map
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.sandbox.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js.map
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.sandbox.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.worker.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js.map
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/build/pdf.worker.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Add-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Add-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Add-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Add-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/B5pc-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/B5pc-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/B5pc-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/B5pc-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS1-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS1-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS1-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS1-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS2-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS2-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/CNS2-V.bcmap
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETHK-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETHK-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETHK-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETHK-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETen-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETen-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETen-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETen-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETenms-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETenms-B5-H.bcmap
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETenms-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/ETenms-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Ext-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Ext-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Ext-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Ext-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GB-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GB-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GB-H.bcmap
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GB-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBK-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBK-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBK-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBK-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBK2K-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBK2K-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBK2K-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBK2K-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBT-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBT-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBT-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBT-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBT-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBT-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBT-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBT-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKdla-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKdla-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKdla-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKdla-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKm314-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKm314-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKm314-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKm314-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKm471-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKm471-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKm471-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKm471-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKscs-B5-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKscs-B5-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/HKscs-B5-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/HKscs-B5-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Hankaku.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Hankaku.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Hiragana.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Hiragana.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-Johab-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-Johab-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-Johab-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-Johab-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Katakana.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Katakana.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/LICENSE
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/LICENSE
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/NWP-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/NWP-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/NWP-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/NWP-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/RKSJ-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/RKSJ-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/RKSJ-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/RKSJ-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Roman.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/Roman.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/V.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/V.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/WP-Symbol.bcmap
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/cmaps/WP-Symbol.bcmap
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/compressed.tracemonkey-pldi-09.pdf
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/compressed.tracemonkey-pldi-09.pdf
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/debugger.css
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/debugger.css
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/debugger.js
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/debugger.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-check.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-check.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-comment.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-comment.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-help.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-help.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-insert.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-insert.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-key.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-key.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-newparagraph.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-newparagraph.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-noicon.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-noicon.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-note.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-note.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-paragraph.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/annotation-paragraph.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/cursor-editorInk.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/cursor-editorInk.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-next.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/findbarButton-next.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-previous.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/findbarButton-previous.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading-dark.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/loading-dark.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading-icon.gif
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/loading-icon.gif
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/loading.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-firstPage.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-firstPage.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-handTool.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-handTool.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-lastPage.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-lastPage.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-selectTool.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-selectTool.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/shadow.png
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/shadow.png
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-bookmark.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-bookmark.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-currentOutlineItem.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-currentOutlineItem.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-download.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-download.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorFreeText.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-editorFreeText.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorInk.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-editorInk.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-openFile.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-openFile.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageDown.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-pageDown.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageUp.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-pageUp.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-presentationMode.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-presentationMode.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-print.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-print.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-search.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-search.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewAttachments.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-viewAttachments.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewLayers.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-viewLayers.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewOutline.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-viewOutline.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewThumbnail.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-viewThumbnail.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomIn.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-zoomIn.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomOut.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/toolbarButton-zoomOut.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-collapsed.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/treeitem-collapsed.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-expanded.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/images/treeitem-expanded.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/logo.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/logo.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageDown.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageDown.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageUp.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageUp.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-presentationMode.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-presentationMode.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-search.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-search.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-secondaryToolbarToggle.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-secondaryToolbarToggle.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomIn.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomIn.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomOut.svg
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomOut.svg
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ach/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ach/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/af/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/af/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/an/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/an/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ar/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ar/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ast/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ast/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/az/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/az/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/be/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/be/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bg/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/bg/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bn/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/bn/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bo/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/bo/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/br/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/br/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/brx/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/brx/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bs/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/bs/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ca/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ca/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cak/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/cak/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ckb/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ckb/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cs/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/cs/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cy/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/cy/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/da/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/da/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/de/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/de/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/dsb/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/dsb/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/el/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/el/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-CA/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/en-CA/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-GB/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/en-GB/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-US/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/en-US/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eo/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/eo/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-AR/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/es-AR/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-CL/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/es-CL/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-ES/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/es-ES/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-MX/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/es-MX/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/et/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/et/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eu/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/eu/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fa/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/fa/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ff/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ff/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fi/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/fi/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fr/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/fr/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fy-NL/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/fy-NL/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ga-IE/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ga-IE/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gd/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/gd/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/gl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gn/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/gn/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gu-IN/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/gu-IN/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/he/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/he/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hi-IN/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hi-IN/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hr/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hr/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hsb/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hsb/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hu/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hu/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hy-AM/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hy-AM/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hye/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/hye/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ia/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ia/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/id/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/id/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/is/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/is/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/it/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/it/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ja/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ja/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ka/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ka/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kab/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/kab/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kk/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/kk/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/km/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/km/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kn/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/kn/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ko/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ko/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lij/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/lij/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lo/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/lo/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/locale.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/locale.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lt/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/lt/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ltg/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ltg/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lv/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/lv/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/meh/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/meh/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mk/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/mk/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mr/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/mr/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ms/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ms/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/my/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/my/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nb-NO/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/nb-NO/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ne-NP/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ne-NP/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/nl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nn-NO/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/nn-NO/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/oc/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/oc/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pa-IN/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/pa-IN/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/pl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-BR/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/pt-BR/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-PT/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/pt-PT/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/rm/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/rm/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ro/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ro/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ru/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ru/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sat/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sat/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sc/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sc/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/scn/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/scn/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sco/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sco/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/si/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/si/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sk/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sk/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/son/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/son/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sq/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sq/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sr/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sr/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sv-SE/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/sv-SE/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/szl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/szl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ta/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ta/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/te/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/te/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tg/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/tg/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/th/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/th/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tl/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/tl/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tr/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/tr/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/trs/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/trs/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uk/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/uk/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ur/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/ur/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uz/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/uz/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/vi/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/vi/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/wo/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/wo/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/xh/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/xh/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-CN/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/zh-CN/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-TW/viewer.properties
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/locale/zh-TW/viewer.properties
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitDingbats.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitDingbats.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitFixed.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitFixed.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedBold.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedBold.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSans.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSans.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSansBold.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSansBold.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSansItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSansItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSerif.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSerif.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifBold.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifBold.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitSymbol.pfb
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/FoxitSymbol.pfb
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LICENSE_FOXIT
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LICENSE_FOXIT
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LICENSE_LIBERATION
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LICENSE_LIBERATION
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf
| Binary file is not shown |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.css
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewer.css
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.html
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewer.html
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewer.js
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js.map
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewer.js.map
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.css
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewerCus.css
| No changes |
--- base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.html
+++ base/src/main/webapp/resources/manage/vendors/pdfjs/web/viewerCus.html
| No changes |
--- base/src/main/webapp/resources/str/mnu/ZZZZZZZZZZZZZZZZZZZZ/MNU_0000000000000001/script_MBL.js
... | ... | @@ -1,0 +0,0 @@ |
--- base/src/main/webapp/resources/str/mnu/ZZZZZZZZZZZZZZZZZZZZ/MNU_0000000000000001/style_MBL.css
... | ... | @@ -1,0 +0,0 @@ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?