nbs0105 / BOOT_CMS star
yanghyo 2023-05-22
퍼블세팅
@346c2a34da8504f3da2dc88e248a45bde2d066d7
 
base/src/main/webapp/html/manage/_guide/button.html (added)
+++ base/src/main/webapp/html/manage/_guide/button.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+	<title></title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="">
+	<meta name="Keywords" content="">
+	<meta name="Description" content="">
+	<meta name="format-detection" content="telephone=no">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+	<style type="text/css">
+		.body {
+			padding: 0 50px;
+		}
+
+		.body > h1 {
+			margin: 80px 0 20px;
+			font-size: 24px;
+			font-weight: 500;
+		}
+
+		.body > .gtit {
+			font-weight: 600;
+			font-size: 40px;
+			border-bottom: 1px solid #111;
+			padding-bottom: 30px;
+		}
+	</style>
+</head>
+<body>
+	<div class="body">
+		<h1 class="gtit">버튼</h1>
+
+		<h1>기본버튼 btn</h1>
+		<div class="btn-cont">
+			<a href="#none" class="btn">버튼</a>
+			<a href="#none" class="btn spot">버튼 spot</a>
+			<a href="#none" class="btn spot2">버튼 spot2</a>
+			<a href="#none" class="btn spot3">버튼 spot3</a>
+		</div>
+
+		<h1>작은버튼 btn-sm</h1>
+		<div class="btn-cont">
+			<a href="#none" class="btn-sm">버튼</a>
+			<a href="#none" class="btn-sm spot">버튼sm spot</a>
+			<a href="#none" class="btn-sm spot2">버튼sm spot2</a>
+			<a href="#none" class="btn-sm spot3">버튼sm spot3</a>
+		</div>
+
+		<h1>큰버튼 btn-lg</h1>
+		<div class="btn-cont">
+			<a href="#none" class="btn-lg">버튼</a>
+			<a href="#none" class="btn-lg spot">버튼 spot</a>
+			<a href="#none" class="btn-lg spot2">버튼lg spot2</a>
+			<a href="#none" class="btn-lg spot3">버튼lg spot3</a>
+		</div>
+
+		<h1>disabled</h1>
+		<div class="btn-cont">
+			<button type="button" class="btn" disabled>버튼</button>
+			<button type="button" class="btn spot" disabled>버튼 spot</button>
+			<button type="button" class="btn spot2" disabled>버튼 spot2</button>
+			<button type="button" class="btn spot3" disabled>버튼 spot3</button>
+		</div>
+
+		<h1>btn-ico-lg</h1>
+		<div class="btn-cont">
+			<button type="button" class="btn-ico-lg"><i class="ico-down"></i><span class="txt-hide">다운로드</span></button>
+			<button type="button" class="btn-ico-lg"><i class="ico-share"></i><span class="txt-hide">공유</span></button>
+			<button type="button" class="btn-ico-lg btn-like"><i class="ico-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-lg btn-like is-active"><i class="ico-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-lg round"><i class="ico-edit"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-lg round spot"><i class="ico-edit spot"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-lg round spot2"><i class="ico-edit wh"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-lg round bk"><i class="ico-zoom-in wh"></i><span class="txt-hide">확대</span></button>
+			<button type="button" class="btn-ico-lg btn-like round bk"><i class="ico-like wh"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-lg btn-like round bk is-active"><i class="ico-like wh"></i><span class="txt-hide">찜</span></button>
+		</div>
+		<h1>btn-ico</h1>
+		<div class="btn-cont">
+			<button type="button" class="btn-ico"><i class="ico-sm-edit"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico btn-like"><i class="ico-sm-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico btn-like is-active"><i class="ico-sm-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico round"><i class="ico-sm-edit"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico round spot"><i class="ico-sm-edit spot"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico round spot2"><i class="ico-sm-edit wh"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico round bk"><i class="ico-sm-zoom-in wh"></i><span class="txt-hide">확대</span></button>
+			<button type="button" class="btn-ico btn-like round bk"><i class="ico-sm-like wh"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico btn-like round bk is-active"><i class="ico-sm-like wh"></i><span class="txt-hide">찜</span></button>
+		</div>
+		<h1>btn-ico-sm</h1>
+		<div class="btn-cont">
+			<button type="button" class="btn-ico-sm"><i class="ico-sm-edit"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-sm btn-like"><i class="ico-sm-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-sm btn-like is-active"><i class="ico-sm-like"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-sm round"><i class="ico-sm-edit"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-sm round spot"><i class="ico-sm-edit spot"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-sm round spot2"><i class="ico-sm-edit wh"></i><span class="txt-hide">수정</span></button>
+			<button type="button" class="btn-ico-sm round bk"><i class="ico-sm-zoom-in wh"></i><span class="txt-hide">확대</span></button>
+			<button type="button" class="btn-ico-sm btn-like round bk"><i class="ico-sm-like wh"></i><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-ico-sm btn-like round bk is-active"><i class="ico-sm-like wh"></i><span class="txt-hide">찜</span></button>
+		</div>
+		<h1>ico btn</h1>
+		<div class="btn-cont" style="padding-bottom:100px">
+			<a href="#none" class="ico-like"><span class="txt-hide">찜한 콘텐츠</span></a>
+            <a href="#none" class="ico-user"><span class="txt-hide">마이페이지</span></a>
+			<button type="button" class="btn-like ico-like"><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-like ico-like is-active"><span class="txt-hide">찜</span></button>
+		</div>
+		<h1>ico-sm btn</h1>
+		<div class="btn-cont" style="padding-bottom:100px">
+			<button type="button" class="ico-sm-plus"><span class="txt-hide">추가</span></button>
+			<button type="button" class="ico-sm-edit"><span class="txt-hide">수정</span></button>
+			<button type="button" class="ico-sm-trash"><span class="txt-hide">삭제</span></button>
+			<button type="button" class="btn-like ico-sm-like"><span class="txt-hide">찜</span></button>
+			<button type="button" class="btn-like ico-sm-like is-active"><span class="txt-hide">찜</span></button>
+		</div>
+	</div>
+	
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/component.html (added)
+++ base/src/main/webapp/html/manage/_guide/component.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+    <style type="text/css">
+        .body { padding: 0 50px; }
+        .body h1 { margin: 80px 0 20px; font-size: 24px; font-weight: 500; }
+        .body .gtit { font-weight: 600; font-size: 40px; border-bottom: 1px solid #111; padding-bottom: 30px; }
+    </style>
+</head>
+<body>
+    <div class="body">
+        <h1 class="gtit">component</h1>
+        <h1>페이징: paging</h1>
+        <ul class="paging">
+            <li class="ppv"><a href="#none" title="처음으로"><span class="txt-hide">처음으로</span></a></li>
+            <li class="pv"><a href="#none" title="이전"><span class="txt-hide">이전</span></a></li>
+            <li class="is-active"><a href="#none" title="to 1 page">1</a></li>
+            <li><a href="#none" title="to 2 page">2</a></li>
+            <li><a href="#none" title="to 3 page">3</a></li>
+            <li><a href="#none" title="to 4 page">4</a></li>
+            <li><a href="#none" title="to 5 page">5</a></li>
+            <li class="fw"><a href="#none" title="다음"><span class="txt-hide">다음</span></a></li>
+            <li class="ffw"><a href="#none" title="끝으로"><span class="txt-hide">끝으로</span></a></li>
+        </ul>
+
+        <h1>탭 nav : tabs-nav</h1>
+        <!-- tabs-nav -->
+        <ul class="tabs-nav">
+            <li><a href="#none" class="is-active">tabs1</a></li>
+            <li><a href="#none">tabs2</a></li>
+            <li><a href="#none">tabs3</a></li>
+        </ul>
+
+        <!-- <h1>작은탭 nav : tabs-nav-sm</h1> -->
+        <!-- tabs-nav-sm -->
+        <!-- <ul class="tabs-nav-sm">
+            <li><a href="#none" class="is-active">tab-nav-sm1</a></li>
+            <li><a href="#none">tab-nav-sm2</a></li>
+            <li><a href="#none">tab-nav-sm3</a></li>
+        </ul> -->
+
+        <!-- tabs noraml -->
+        <h1>탭: normal</h1>
+        <div class="tabs-normal">
+            <ul class="tabs-nav">
+                <li><a href="#normalmenu1" class="is-active">tabs-normal menu1</a></li>
+                <li><a href="#normalmenu2">tabs-normal menu2</a></li>
+            </ul>
+            <!--<ul class="tabs-nav-sm">
+                <li><a href="#normalmenu1" class="is-active">tabs-normal menu1</a></li>
+                <li><a href="#normalmenu2">tabs-normal menu2</a></li>
+            </ul>-->
+            <div id="normalmenu1" class="tabs-cont">
+                tabs normal content1
+            </div>
+            <div id="normalmenu2" class="tabs-cont">
+                tabs normal content2
+            </div>
+        </div>
+        <h1>탭: normal</h1>
+        <div class="tabs-normal">
+            <ul class="tabs-nav">
+                <li><a href="#normalmenu2_1" class="is-active">tabs-normal menu1</a></li>
+                <li><a href="#normalmenu2_2">tabs-normal menu2</a></li>
+            </ul>
+            <!--<ul class="tabs-nav-sm">
+                <li><a href="#normalmenu1" class="is-active">tabs-normal menu1</a></li>
+                <li><a href="#normalmenu2">tabs-normal menu2</a></li>
+            </ul>-->
+            <div id="normalmenu2_1" class="tabs-cont">
+                tabs normal content2_1
+            </div>
+            <div id="normalmenu2_2" class="tabs-cont">
+                tabs normal content2_2
+            </div>
+        </div>
+        <!-- <h1>검색 : sch-area</h1>
+        <div>
+            <div class="sch-area">
+                <div class="sch-option">
+                    <button type="button" class="btn"><i class="ico-sm-filter"></i>
+                        교과정보</button>
+                    <select>
+                        <option>전체</option>
+                    </select>
+                </div>
+                <div class="sch">
+                    <input type="text" placeholder="검색어 입력" title="검색어 입력">
+                    <button type="submit" class="btn-sch"><span
+                            class="txt-hide">검색</span></button>
+                </div>
+            </div>
+            <div class="total-count">전체 18건</div>
+        </div> -->
+
+        <h1>기능(좌,우) : fnc-area</h1>
+        <div class="fnc-area">
+            <div class="l-area">
+                텍스트 (좌)
+            </div>
+            <div class="r-area">
+                <a href="#none" class="btn">버튼(우)</a>
+            </div>
+        </div>
+        <h1>step</h1>
+        <div class="tit-area">
+            <div class="l-area">
+                <h2 class="tit">타이틀</h2>
+            </div>
+            <div class="r-area">
+                <ul class="step">
+                    <li class="is-current">1</li>
+                    <li>2</li>
+                </ul>
+            </div>
+        </div>
+
+        <h1>타이틀 : tit-area</h1>
+        <div class="tit-area">
+            <div class="l-area">
+                <h2 class="tit">타이틀</h2>
+            </div>
+        </div>
+
+        <h1>타이틀-sm : tit-area</h1>
+        <div class="tit-area">
+            <div class="l-area">
+                <h2 class="tit-sm">타이틀</h2>
+            </div>
+        </div>
+
+        <h1>bg-box : bullet / bullet-tit / bullet-dash </h1>
+        <div class="bg-box">
+            <cite class="box-tit">box 타이틀</cite>
+            <ul class="bullet">
+                <li>bullet</li>
+                <li>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+            <ul class="bullet-tit">
+                <li><cite>bullet-tit</cite> bullet-tit내용</li>
+                <li><cite>제목입력</cite>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li><cite>제목입력</cite>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+            <ul class="bullet-dash">
+                <li>bullet-dash</li>
+                <li>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+        </div>
+        <h1>border-box : bullet.fs-sm / bullet-tit.fs-sm / bullet-dash.fs-sm</h1>
+        <div class="border-box">
+            <cite class="box-tit">box 타이틀</cite>
+            <ul class="bullet fs-sm">
+                <li>bullet</li>
+                <li>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+            <ul class="bullet-tit fs-sm">
+                <li><cite>bullet-tit</cite> bullet-tit내용</li>
+                <li><cite>제목입력</cite>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li><cite>제목입력</cite>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+            <ul class="bullet-dash fs-sm">
+                <li>bullet-dash fs-sm(작은폰트)</li>
+                <li>회원 종류에 따라 가입절차에 차이가 있으며 반드시 본인이 해당하는 경우를 선택해주셔야 합니다.</li>
+                <li>기업회원으로 가입하시기 위해서는 사업자 등록번호 확인 절차를 반드시 거치셔야 합니다.</li>
+            </ul>
+        </div>
+    </div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/error.html (added)
+++ base/src/main/webapp/html/manage/_guide/error.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <!-- <div class="lnb-area"></div> -->
+        <div class="container">
+            <div class="contents">
+                <section class="error-area">
+                    <figure>
+                        <img src="../../../resources/front/manage/image/common/img_error.svg" alt="">
+                    </figure>
+                    <h2>요청하신 페이지를 찾을 수 없습니다.</h2>
+                    <p>이용에 불편을 드려 죄송합니다.</p>
+                    <div class="btn-cont">
+                        <a href="#none" class="btn spot">메인으로 돌아가기</a>
+                    </div>
+                </section>
+            </div>
+            <!-- site-footer -->
+            <footer class="site-footer"></footer><!-- //site-footer --><!-- //contents -->
+        </div><!-- //container -->
+    </div><!-- //site-body -->
+    
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_guide/icon.html (added)
+++ base/src/main/webapp/html/manage/_guide/icon.html
@@ -0,0 +1,326 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+	<title></title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="">
+	<meta name="Keywords" content="">
+	<meta name="Description" content="">
+	<meta name="format-detection" content="telephone=no">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+	<style type="text/css">
+		.body {
+			padding: 0 50px;
+		}
+
+		.body > h1 {
+			margin: 80px 0 20px;
+			font-size: 24px;
+			font-weight: 500;
+		}
+
+		.body > .gtit {
+			font-weight: 600;
+			font-size: 40px;
+			border-bottom: 1px solid #111;
+			padding-bottom: 30px;
+		}
+	</style>
+</head>
+<body>
+	<div class="body">
+		<h1 class="gtit">icon</h1>
+		<h1>ico 24x24</h1>
+		<div>
+			<i class="ico-sch"></i>
+			<i class="ico-user"></i>
+			<i class="ico-like"></i>
+			<i class="ico-likeOn"></i>
+			<i class="ico-filter"></i>
+			<i class="ico-down"></i>
+			<i class="ico-lock"></i>
+			<i class="ico-newwin"></i>
+			<i class="ico-cal"></i>
+			<i class="ico-edit"></i>
+			<i class="ico-link"></i>
+			<i class="ico-share"></i>
+			<i class="ico-zoom"></i>
+			<i class="ico-file"></i>
+			<i class="ico-login"></i>
+			<i class="ico-logout"></i>
+			<i class="ico-plus"></i>
+			<i class="ico-minus"></i>
+			<i class="ico-trash"></i>
+			<i class="ico-close"></i>
+			<br>
+			<i class="ico-menu"></i>
+			<i class="ico-move"></i>
+			<i class="ico-etc"></i>
+			<i class="ico-help"></i>
+			<i class="ico-arrow-up"></i>
+			<i class="ico-arrow-down"></i>
+			<i class="ico-arrow-left"></i>
+			<i class="ico-arrow-right"></i>
+			<i class="ico-bell"></i>
+			<i class="ico-zoom-in"></i>
+			<i class="ico-zoom-out"></i>
+			<i class="ico-image"></i>
+			<i class="ico-video"></i>
+			<i class="ico-document"></i>
+			<i class="ico-question"></i>
+			<i class="ico-setting"></i>
+			<i class="ico-storage"></i>
+			<i class="ico-copy"></i>
+			<i class="ico-refresh"></i>
+			<i class="ico-arrow-left-up"></i>
+		</div>
+
+		<h1>ico 24x24 spot</h1>
+		<div>
+			<i class="ico-sch spot"></i>
+			<i class="ico-user spot"></i>
+			<i class="ico-like spot"></i>
+			<i class="ico-likeOn spot"></i>
+			<i class="ico-filter spot"></i>
+			<i class="ico-down spot"></i>
+			<i class="ico-lock spot"></i>
+			<i class="ico-newwin spot"></i>
+			<i class="ico-cal spot"></i>
+			<i class="ico-edit spot"></i>
+			<i class="ico-link spot"></i>
+			<i class="ico-share spot"></i>
+			<i class="ico-zoom spot"></i>
+			<i class="ico-file spot"></i>
+			<i class="ico-login spot"></i>
+			<i class="ico-logout spot"></i>
+			<i class="ico-plus spot"></i>
+			<i class="ico-minus spot"></i>
+			<i class="ico-trash spot"></i>
+			<i class="ico-close spot"></i>
+			<br />
+			<i class="ico-menu spot"></i>
+			<i class="ico-move spot"></i>
+			<i class="ico-etc spot"></i>
+			<i class="ico-help spot"></i>
+			<i class="ico-arrow-up spot"></i>
+			<i class="ico-arrow-down spot"></i>
+			<i class="ico-arrow-left spot"></i>
+			<i class="ico-arrow-right spot"></i>
+			<i class="ico-bell spot"></i>
+			<i class="ico-zoom-in spot"></i>
+			<i class="ico-zoom-out spot"></i>
+			<i class="ico-image spot"></i>
+			<i class="ico-video spot"></i>
+			<i class="ico-document spot"></i>
+			<i class="ico-question spot"></i>
+			<i class="ico-setting spot"></i>
+			<i class="ico-storage spot"></i>
+			<i class="ico-copy spot"></i>
+			<i class="ico-refresh spot"></i>
+			<i class="ico-arrow-left-up spot"></i>
+		</div>
+
+		<h1>ico 24x24 wh</h1>
+		<div style="background-color: #ddd; padding:16px; border-radius: 4px;">
+			<i class="ico-sch wh"></i>
+			<i class="ico-user wh"></i>
+			<i class="ico-like wh"></i>
+			<i class="ico-likeOn wh"></i>
+			<i class="ico-filter wh"></i>
+			<i class="ico-down wh"></i>
+			<i class="ico-lock wh"></i>
+			<i class="ico-newwin wh"></i>
+			<i class="ico-cal wh"></i>
+			<i class="ico-edit wh"></i>
+			<i class="ico-link wh"></i>
+			<i class="ico-share wh"></i>
+			<i class="ico-zoom wh"></i>
+			<i class="ico-file wh"></i>
+			<i class="ico-login wh"></i>
+			<i class="ico-logout wh"></i>
+			<i class="ico-plus wh"></i>
+			<i class="ico-minus wh"></i>
+			<i class="ico-trash wh"></i>
+			<i class="ico-close wh"></i>
+			<br>
+			<i class="ico-menu wh"></i>
+			<i class="ico-move wh"></i>
+			<i class="ico-etc wh"></i>
+			<i class="ico-help wh"></i>
+			<i class="ico-arrow-up wh"></i>
+			<i class="ico-arrow-down wh"></i>
+			<i class="ico-arrow-left wh"></i>
+			<i class="ico-arrow-right wh"></i>
+			<i class="ico-bell wh"></i>
+			<i class="ico-zoom-in wh"></i>
+			<i class="ico-zoom-out wh"></i>
+			<i class="ico-image wh"></i>
+			<i class="ico-video wh"></i>
+			<i class="ico-document wh"></i>
+			<i class="ico-question wh"></i>
+			<i class="ico-setting wh"></i>
+			<i class="ico-storage wh"></i>
+			<i class="ico-copy wh"></i>
+			<i class="ico-refresh wh"></i>
+			<i class="ico-arrow-left-up wh"></i>
+		</div>
+
+		<h1>ico 16x16</h1>
+		<div>
+			<i class="ico-sm-sch"></i>
+			<i class="ico-sm-user"></i>
+			<i class="ico-sm-like"></i>
+			<i class="ico-sm-likeOn"></i>
+			<i class="ico-sm-filter"></i>
+			<i class="ico-sm-down"></i>
+			<i class="ico-sm-lock"></i>
+			<i class="ico-sm-newwin"></i>
+			<i class="ico-sm-cal"></i>
+			<i class="ico-sm-edit"></i>
+			<i class="ico-sm-link"></i>
+			<i class="ico-sm-share"></i>
+			<i class="ico-sm-zoom"></i>
+			<i class="ico-sm-file"></i>
+			<i class="ico-sm-login"></i>
+			<i class="ico-sm-logout"></i>
+			<i class="ico-sm-plus"></i>
+			<i class="ico-sm-minus"></i>
+			<i class="ico-sm-trash"></i>
+			<i class="ico-sm-close"></i>
+			<br />
+			<i class="ico-sm-menu"></i>
+			<i class="ico-sm-move"></i>
+			<i class="ico-sm-etc"></i>
+			<i class="ico-sm-help"></i>
+			<i class="ico-sm-arrow-up"></i>
+			<i class="ico-sm-arrow-down"></i>
+			<i class="ico-sm-arrow-left"></i>
+			<i class="ico-sm-arrow-right"></i>
+			<i class="ico-sm-bell"></i>
+			<i class="ico-sm-zoom-in"></i>
+			<i class="ico-sm-zoom-out"></i>
+			<i class="ico-sm-image"></i>
+			<i class="ico-sm-video"></i>
+			<i class="ico-sm-document"></i>
+			<i class="ico-sm-question"></i>
+			<i class="ico-sm-setting"></i>
+			<i class="ico-sm-storage"></i>
+			<i class="ico-sm-copy"></i>
+			<i class="ico-sm-refresh"></i>
+			<i class="ico-sm-arrow-left-up"></i>
+		</div>
+
+		<h1>ico 16x16 spot</h1>
+		<div>
+			<i class="ico-sm-sch spot"></i>
+			<i class="ico-sm-user spot"></i>
+			<i class="ico-sm-like spot"></i>
+			<i class="ico-sm-likeOn spot"></i>
+			<i class="ico-sm-filter spot"></i>
+			<i class="ico-sm-down spot"></i>
+			<i class="ico-sm-lock spot"></i>
+			<i class="ico-sm-newwin spot"></i>
+			<i class="ico-sm-cal spot"></i>
+			<i class="ico-sm-edit spot"></i>
+			<i class="ico-sm-link spot"></i>
+			<i class="ico-sm-share spot"></i>
+			<i class="ico-sm-zoom spot"></i>
+			<i class="ico-sm-file spot"></i>
+			<i class="ico-sm-login spot"></i>
+			<i class="ico-sm-logout spot"></i>
+			<i class="ico-sm-plus spot"></i>
+			<i class="ico-sm-minus spot"></i>
+			<i class="ico-sm-trash spot"></i>
+			<i class="ico-sm-close spot"></i>
+			<i class="ico-sm-menu spot"></i>
+			<br>
+			<i class="ico-sm-move spot"></i>
+			<i class="ico-sm-etc spot"></i>
+			<i class="ico-sm-help spot"></i>
+			<i class="ico-sm-arrow-up spot"></i>
+			<i class="ico-sm-arrow-down spot"></i>
+			<i class="ico-sm-arrow-left spot"></i>
+			<i class="ico-sm-arrow-right spot"></i>
+			<i class="ico-sm-bell spot"></i>
+			<i class="ico-sm-zoom-in spot"></i>
+			<i class="ico-sm-zoom-out spot"></i>
+			<i class="ico-sm-image spot"></i>
+			<i class="ico-sm-video spot"></i>
+			<i class="ico-sm-document spot"></i>
+			<i class="ico-sm-question spot"></i>
+			<i class="ico-sm-setting spot"></i>
+			<i class="ico-sm-storage spot"></i>
+			<i class="ico-sm-copy spot"></i>
+			<i class="ico-sm-refresh spot"></i>
+			<i class="ico-sm-arrow-left-up spot"></i>
+		</div>
+
+		<h1>ico 16x16 wh</h1>
+		<div style="background-color: #ddd; padding:16px; border-radius: 4px;">
+			<i class="ico-sm-sch wh"></i>
+			<i class="ico-sm-user wh"></i>
+			<i class="ico-sm-like wh"></i>
+			<i class="ico-sm-likeOn wh"></i>
+			<i class="ico-sm-filter wh"></i>
+			<i class="ico-sm-down wh"></i>
+			<i class="ico-sm-lock wh"></i>
+			<i class="ico-sm-newwin wh"></i>
+			<i class="ico-sm-cal wh"></i>
+			<i class="ico-sm-edit wh"></i>
+			<i class="ico-sm-link wh"></i>
+			<i class="ico-sm-share wh"></i>
+			<i class="ico-sm-zoom wh"></i>
+			<i class="ico-sm-file wh"></i>
+			<i class="ico-sm-login wh"></i>
+			<i class="ico-sm-logout wh"></i>
+			<i class="ico-sm-plus wh"></i>
+			<i class="ico-sm-minus wh"></i>
+			<i class="ico-sm-trash wh"></i>
+			<i class="ico-sm-close wh"></i>
+			<br>
+			<i class="ico-sm-menu wh"></i>
+			<i class="ico-sm-move wh"></i>
+			<i class="ico-sm-etc wh"></i>
+			<i class="ico-sm-help wh"></i>
+			<i class="ico-sm-arrow-up wh"></i>
+			<i class="ico-sm-arrow-down wh"></i>
+			<i class="ico-sm-arrow-left wh"></i>
+			<i class="ico-sm-arrow-right wh"></i>
+			<i class="ico-sm-bell wh"></i>
+			<i class="ico-sm-zoom-in wh"></i>
+			<i class="ico-sm-zoom-out wh"></i>
+			<i class="ico-sm-image wh"></i>
+			<i class="ico-sm-video wh"></i>
+			<i class="ico-sm-document wh"></i>
+			<i class="ico-sm-question wh"></i>
+			<i class="ico-sm-setting wh"></i>
+			<i class="ico-sm-storage wh"></i>
+			<i class="ico-sm-copy wh"></i>
+			<i class="ico-sm-refresh wh"></i>
+			<i class="ico-sm-arrow-left-up wh"></i>
+		</div>
+
+		<h1>ico-file</h1>
+		<div>
+			<i class="ico-file-pdf"></i>
+			<i class="ico-file-hwp"></i>
+			<i class="ico-file-doc"></i>
+		</div>
+	</div>
+	
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/input.html (added)
+++ base/src/main/webapp/html/manage/_guide/input.html
@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet">
+    <style type="text/css">
+        .body {
+            padding: 0 50px;
+        }
+
+        .body h1 {
+            margin: 80px 0 20px;
+            font-size: 24px;
+            font-weight: 500;
+        }
+
+        .body .gtit {
+            font-weight: 600;
+            font-size: 40px;
+            border-bottom: 1px solid #111;
+            padding-bottom: 30px;
+        }
+    </style>
+</head>
+<body>
+    <div class="body">
+        <h1 class="gtit">select &amp; input</h1>
+        <h1>select</h1>
+        <div>
+            <select title="옵션 선택">
+                <option>셀렉트박스</option>
+            </select>
+            <select title="옵션 선택" disabled>
+                <option>셀렉트박스 disabled</option>
+            </select>
+        </div>
+        <div style="margin-top:8px">
+            <select title="옵션 선택" class="lnb-sel">
+                <option>LNB 서브메뉴</option>
+            </select>
+        </div>
+
+        <h1>input</h1>
+        <div>
+            <input type="text" placeholder="text">
+            <input type="text" placeholder="text" disabled>
+        </div>
+
+        <h1>textarea</h1>
+        <div>
+            <textarea rows="10"></textarea>
+        </div>
+        <h1>checkbox / radio</h1>
+        <div>
+            <div class="checkradio">
+                <input type="checkbox" name="checkbox" id="c1"> 
+                <label for="c1">체크박스1</label>
+            </div>
+            <div class="checkradio">
+                <input type="checkbox" name="checkbox" id="c2"> 
+                <label for="c2">체크박스2</label>
+            </div>
+            <div class="checkradio">
+                <input type="checkbox" name="checkbox" id="c3" disabled> 
+                <label for="c3">체크박스 disabled</label>
+            </div>
+        </div>
+        <div style="margin-top:20px">
+            <p>*텍스트없음 (label class="txt-hide")</p>
+            <div class="checkradio">
+                <input type="checkbox" name="checkbox" checked id="c3"> 
+                <label for="c3" class="txt-hide"></label>
+            </div>
+        </div>
+        <div style="margin-top:20px">
+            <div class="checkradio">
+                <input type="radio" name="radio" id="r1"> 
+                <label for="r1">라디오1</label>
+            </div>
+            <div class="checkradio">
+                <input type="radio" name="radio" id="r2"> 
+                <label for="r2">라디오2</label>
+            </div>
+            <div class="checkradio">
+                <input type="radio" name="radio" id="r3" disabled> 
+                <label for="r3">라디오 disabled</label>
+            </div>
+        </div>
+        <div class="mt20">
+            <fieldset class="checkradio-custom-area">
+                <legend>체크박스 영역</legend>
+                <div class="checkradio">
+                    <input type="checkbox" name="cCus" id="cCus1_1"> 
+                    <label for="cCus1_1">체크박스 cus1</label>
+                </div>
+                <div class="checkradio">
+                    <input type="checkbox" name="cCus" id="cCus1_2"> 
+                    <label for="cCus1_2">체크박스 cus2</label>
+                </div>
+            </fieldset>
+           
+        </div>
+        <div class="mt20">
+            <fieldset class="checkradio-custom-area">
+                <legend>체크박스 영역</legend>
+                <div class="checkradio">
+                    <input type="radio" name="rCus" id="rCus1_1"> 
+                    <label for="rCus1_1">라디오 cus1</label>
+                </div>
+                <div class="checkradio">
+                    <input type="radio" name="rCus" id="rCus1_2"> 
+                    <label for="rCus1_2">라디오 cus2</label>
+                </div>
+            </fieldset>
+        </div>
+        <!-- <h1>datepicker</h1>
+        <div>
+            <label class="datepicker-box"><input type="text" class="datepicker" title="기간입력"></label>
+            <span class="dash"> - </span>
+            <label class="datepicker-box"><input type="text" class="datepicker" title="기간입력"></label>
+        </div> -->
+    </div>
+   
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/label.html (added)
+++ base/src/main/webapp/html/manage/_guide/label.html
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+	<title></title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="">
+	<meta name="Keywords" content="">
+	<meta name="Description" content="">
+	<meta name="format-detection" content="telephone=no">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+	<style type="text/css">
+		.body {
+			padding: 0 50px;
+		}
+
+		.body > h1 {
+			margin: 80px 0 20px;
+			font-size: 24px;
+			font-weight: 500;
+		}
+
+		.body > .gtit {
+			font-weight: 600;
+			font-size: 40px;
+			border-bottom: 1px solid #111;
+			padding-bottom: 30px;
+		}
+	</style>
+</head>
+<body>
+	<div class="body">
+		<h1 class="gtit">label</h1>
+		<h1>label</h1>
+        <div class="label-area mb10">
+            <a href="#none" class="label">label</a>
+            <a href="#none" class="label spot">label spot</a>
+            <a href="#none" class="label bl">검토중</a>
+            <a href="#none" class="label gn">업로드</a>
+			<a href="#none" class="label rd">반려</a>
+			<a href="#none" class="label num">1</a>
+            <!-- <a href="#none" class="label spot3">label spot3</a>
+            <a href="#none" class="label spot4">label spot4</a> -->
+        </div>
+		<div class="label-area">
+            <a href="#none" class="label lg ">label</a>
+            <a href="#none" class="label lg spot">label spot</a>
+            <a href="#none" class="label lg bl">검토중</a>
+            <a href="#none" class="label lg gn">업로드</a>
+			<a href="#none" class="label lg rd">반려</a>
+			<span href="#none" class="label lg wh round">1-1 <button type="button" class="ico-sm-close"><span class="txt-hide">삭제</span></button></span>
+            <!-- <a href="#none" class="label spot3">label spot3</a>
+            <a href="#none" class="label spot4">label spot4</a> -->
+        </div>
+	</div>
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/list.html (added)
+++ base/src/main/webapp/html/manage/_guide/list.html
@@ -0,0 +1,197 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <div class="lnb-area"></div>
+        <div class="container">
+            <div class="contents">
+                <div class="tit-area">
+                    <div class="l-area">
+                        <h2 class="tit">타이틀</h2>
+                    </div>
+                    <div class="r-area">
+                        <button class="btn-sm spot">관리자 등급설정</button>
+                        <button class="btn-sm spot2">관리자 등급설정</button>
+                        <button class="btn-sm">관리자 등록</button>
+                    </div>
+                </div>
+                <p class="total-count">전체 18건</p>
+                <div class="list-type">
+                    <table>
+                        <caption>공지사항 목록으로 선택, 제목, 첨부, 조회수, 작성자, 등록일로 구성되어있습니다.</caption>
+                        <colgroup>
+                            <col style="width:110px">
+                            <col>
+                            <col style="width:120px">
+                            <col style="width:120px">
+                            <col style="width:120px">
+                            <col style="width:160px">
+                        </colgroup>
+                        <thead>
+                            <tr>
+                                <th scope="col">선택</th>
+                                <th scope="col">제목</th>
+                                <th scope="col">첨부</th>
+                                <th scope="col">조회수</th>
+                                <th scope="col">작성자</th>
+                                <th scope="col">등록일</th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr>
+                                <td data-tit="선택">
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c1" />
+                                        <label for="c1" class="txt-hide">선택</label>
+                                    </div>
+                                </td>
+                                <td class="al" data-tit="제목">
+                                    <a href="#none">해양환경 보전과 인식 증진을 위해 해양분야 연구자, 민간단체 활동가 등 권역별 해양환경 전문가를 초빙하여 학생을 대상으로 교육</a>
+                                </td>
+                                <td data-tit="첨부"><i class="ico-file"><span class="txt-hide">첨부파일</span></i></td>
+                                <td data-tit="조회수">123,132</td>
+                                <td data-tit="작성자">관리자</td>
+                                <td data-tit="등록일">2020-07-23</td>
+                            </tr>
+                            <tr>
+                                <td data-tit="선택">
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c2" />
+                                        <label for="c2" class="txt-hide">선택</label>
+                                    </div>
+                                </td>
+                                <td class="al" data-tit="제목">
+                                    <a href="#none">해양환경 보전과 인식 증진을 위해 해양분야 연구자, 민간단체 활동가 등 권역별 해양환경 전문가를 초빙하여 학생을 대상으로 교육</a>
+                                </td>
+                                <td data-tit="첨부"><i class="ico-file"><span class="txt-hide">첨부파일</span></i></td>
+                                <td data-tit="조회수">123,132</td>
+                                <td data-tit="작성자">관리자</td>
+                                <td data-tit="등록일">2020-07-23</td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </div>
+                <div class="list-type sm">
+                    <table>
+                        <caption>공지사항 목록으로 선택, 제목, 첨부, 조회수, 작성자, 등록일로 구성되어있습니다.</caption>
+                        <colgroup>
+                            <col style="width:110px">
+                            <col>
+                            <col style="width:120px">
+                            <col style="width:120px">
+                            <col style="width:120px">
+                            <col style="width:160px">
+                            <col style="width:130px">
+                        </colgroup>
+                        <thead>
+                            <tr>
+                                <th scope="col">선택</th>
+                                <th scope="col">제목</th>
+                                <th scope="col">첨부</th>
+                                <th scope="col">조회수</th>
+                                <th scope="col">작성자</th>
+                                <th scope="col">등록일</th>
+                                <th scope="col">버튼</th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr>
+                                <td data-tit="선택">
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c1" />
+                                        <label for="c1" class="txt-hide">선택</label>
+                                    </div>
+                                </td>
+                                <td class="al" data-tit="제목">
+                                    <a href="#none">해양환경 보전과 인식 증진을 위해 해양분야 연구자, 민간단체 활동가 등 권역별 해양환경 전문가를 초빙하여 학생을 대상으로 교육</a>
+                                </td>
+                                <td data-tit="첨부"><i class="ico-file"><span class="txt-hide">첨부파일</span></i></td>
+                                <td data-tit="조회수">123,132</td>
+                                <td data-tit="작성자">관리자</td>
+                                <td data-tit="등록일">2020-07-23</td>
+                                <td>
+                                    <div class="btn-cont">
+                                        <a href="#none" class="btn-ico-sm" title="수정"><i class="ico-sm-edit"></i><span class="txt-hide">수정</span></a>
+                                        <button class="btn-ico-sm" title="삭제"><i class="ico-sm-trash"></i><span class="txt-hdie">삭제</span></button>
+                                        <a href="#none" class="btn-ico-sm" title="새창열기"><i class="ico-sm-newwin"></i><span class="txt-hide">새창</span></a>
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td data-tit="선택">
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c2" />
+                                        <label for="c2" class="txt-hide">선택</label>
+                                    </div>
+                                </td>
+                                <td class="al" data-tit="제목">
+                                    <a href="#none">해양환경 보전과 인식 증진을 위해 해양분야 연구자, 민간단체 활동가 등 권역별 해양환경 전문가를 초빙하여 학생을 대상으로 교육</a>
+                                </td>
+                                <td data-tit="첨부"><i class="ico-file"><span class="txt-hide">첨부파일</span></i></td>
+                                <td data-tit="조회수">123,132</td>
+                                <td data-tit="작성자">관리자</td>
+                                <td data-tit="등록일">2020-07-23</td>
+                                <td>
+                                    <div class="btn-cont dir-col">
+                                        <button type="button" class="btn-sm">버튼1</button>
+                                        <button type="button" class="btn-sm spot">버튼23</button>
+                                        <button type="button" class="btn-sm spot2">버튼23</button>
+                                    </div>
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </div>
+                <ul class="paging">
+                    <li class="ppv"><a href="#none" title="처음으로"><span class="txt-hide">처음으로</span></a></li>
+                    <li class="pv"><a href="#none" title="이전"><span class="txt-hide">이전</span></a></li>
+                    <li class="is-active"><a href="#none" title="to 1 page">1</a></li>
+                    <li><a href="#none" title="to 2 page">2</a></li>
+                    <li><a href="#none" title="to 3 page">3</a></li>
+                    <li><a href="#none" title="to 4 page">4</a></li>
+                    <li><a href="#none" title="to 5 page">5</a></li>
+                    <li class="fw"><a href="#none" title="다음"><span class="txt-hide">다음</span></a></li>
+                    <li class="ffw"><a href="#none" title="끝으로"><span class="txt-hide">끝으로</span></a></li>
+                </ul>
+            </div>
+            <!-- site-footer -->
+            <footer class="site-footer"></footer><!-- //site-footer --><!-- //contents -->
+        </div><!-- //container -->
+    </div><!-- //site-body -->
+    
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_guide/loading.html (added)
+++ base/src/main/webapp/html/manage/_guide/loading.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+    <style type="text/css">
+        .body { padding: 0 50px; }
+        .body h1 { margin: 80px 0 20px; font-size: 24px; font-weight: 500; }
+        .body .gtit { font-weight: 600; font-size: 40px; border-bottom: 1px solid #111; padding-bottom: 30px; }
+    </style>
+</head>
+<body>
+    <div class="body">
+        <h1 class="gtit">Loading</h1>
+        <div class="loading">
+            Loading
+            <strong><span>100</span> %</strong>
+            <p>
+                현재 콘텐츠는 변화중 입니다.<br>
+                변환 완료후 이용 가능합니다.
+            </p>
+        </div>
+    </div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/popup.html (added)
+++ base/src/main/webapp/html/manage/_guide/popup.html
@@ -0,0 +1,93 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+    <style type="text/css">
+        .body {
+            padding: 0 50px;
+        }
+
+        .body > h1 {
+            margin: 80px 0 20px;
+            font-size: 24px;
+            font-weight: 500;
+        }
+
+        .body > .gtit {
+            font-weight: 600;
+            font-size: 40px;
+            border-bottom: 1px solid #111;
+            padding-bottom: 30px;
+        }
+    </style>
+</head>
+<body>
+    <!-- <div class="dim"></div> -->
+
+    <div class="body">
+        <h1 class="gtit">팝업</h1>
+        <!--popup:기본 팝업 -->
+        <button type="button" class="btn" onclick="popupOpen('default-popup')">기본팝업 구조</button><!--***접근성이슈**** [팝업오픈] 접근성이슈로 this 인수 전달 -->
+		<div class="popup" data-popup="default-popup">
+            <div class="pop-header">
+                <h1>팝업 타이틀</h1>
+            </div>
+            <div class="pop-body">
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+                내용내용<Br />
+            </div>
+            <div class="pop-footer">
+                <div class="btn-flex-cont">
+                    <button type="button" class="btn spot2" onclick="popupClose('default-popup')">적용</button>
+                </div>
+            </div>
+            <button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+        </div>
+    </div>
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+</html>
 
base/src/main/webapp/html/manage/_guide/sub_layout copy.html (added)
+++ base/src/main/webapp/html/manage/_guide/sub_layout copy.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <div class="lnb-area"></div>
+        <div class="container">
+            <div class="contents">
+                <section class="error-area">
+                    <figure>
+                        <img src="../../../resources/front/manage/image/common/img_error.svg" alt="">
+                    </figure>
+                    <h2>요청하신 페이지를 찾을 수 없습니다.</h2>
+                    <p>이용에 불편을 드려 죄송합니다.</p>
+                    <div class="btn-cont">
+                        <a href="#none" class="btn spot">메인으로 돌아가기</a>
+                    </div>
+                </section>
+            </div>
+            <!-- site-footer -->
+            <footer class="site-footer"></footer><!-- //site-footer --><!-- //contents -->
+        </div><!-- //container -->
+    </div><!-- //site-body -->
+    
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_guide/sub_layout.html (added)
+++ base/src/main/webapp/html/manage/_guide/sub_layout.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <div class="lnb-area"></div>
+        <div class="container">
+            <div class="contents">
+                
+            </div>
+            <!-- site-footer -->
+            <footer class="site-footer"></footer><!-- //site-footer --><!-- //contents -->
+        </div><!-- //container -->
+    </div><!-- //site-body -->
+    
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_guide/view.html (added)
+++ base/src/main/webapp/html/manage/_guide/view.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+          content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <div class="container wrap">
+            <div class="contents">
+                <div class="tit-area">
+                    <div class="l-area">
+                        <h2 class="tit">교수학습자료실</h2>
+                    </div>
+                </div>
+                <div class="view-type">
+                    <table>
+                        <caption>상세보기</caption>
+                        <thead>
+                            <tr>
+                                <th scope="col">
+                                    <h3>[김해] 초3 지역화교과서 교사용 지도서</h3>
+                                    <ul class="info">
+                                        <li>구분 : 초등 3학년 사회</li>
+                                        <li>작성자 : 경남교육청 관리자</li>
+                                    </ul>
+                                </th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <ul class="file-down-list">
+                                        <li><a href="#none">연립일차방정식 활용교재.pdf <small>124kb</small></a></li>
+                                        <li><a href="#none">연립일차방정식 활용교재.pdf <small>124kb</small></a></li>
+                                    </ul>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td id="boardContents">
+                                    <h1>2021년도 공지사항 안내</h1>
+                                    <h2>2021년도 공지사항 안내</h2>
+                                    <h3>2021년도 공지사항 안내</h3>
+                                    <h4>2021년도 공지사항 안내</h4>
+                                    <h5>2021년도 공지사항 안내</h5>
+                                    <h6>2021년도 공지사항 안내</h6>
+                                    <ol>
+                                        <li>2021년도 공지사항 안내</li>
+                                        <li>2021년도 공지사항 안내</li>
+                                        <li>2021년도 공지사항 안내</li>
+                                    </ol>
+                                    <ul>
+                                        <li>2021년도 공지사항 안내</li>
+                                        <li>2021년도 공지사항 안내</li>
+                                        <li>2021년도 공지사항 안내</li>
+                                    </ul>
+                                    <strong>2021년도 공지사항 안내</strong>
+                                    <b>2021년도 공지사항 안내</b>
+                                    <em>2021년도 공지사항 안내</em>
+                                    <cite>2021년도 공지사항 안내</cite>
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </div>
+                <div class="btn-cont">
+                    <button class="btn-ico-lg"><i class="ico-share"></i><span class="txt-hide">공유하기</span></button>
+                    <a href="#none" class="btn-lg">목록</a>
+                </div>
+            </div>
+        </div>
+    </div><!-- //site-body -->
+    <!-- site-footer -->
+    <footer class="site-footer"></footer><!-- //site-footer -->
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_guide/write.html (added)
+++ base/src/main/webapp/html/manage/_guide/write.html
@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+    <title></title>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="Author" content="">
+    <meta name="Keywords" content="">
+    <meta name="Description" content="">
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+    <link href="../../../resources/front/manage/css/style.css" rel="stylesheet" />
+</head>
+
+<body>
+    <div class="accessibility">
+        <a href="#skipToContents">콘텐츠 바로가기</a>
+    </div>
+    <header class="site-header"></header>
+    <div class="site-body" id="skipToContents">
+        <div class="lnb-area"></div>
+        <div class="container">
+            <div class="contents">
+                <div class="tit-area">
+                    <div class="l-area">
+                        <h2 class="tit">타이틀</h2>
+                    </div>
+                </div>
+                <div class="write-type">
+                    <table>
+                        <caption>~ 입력으로 ~로 구성되어있습니다.</caption>
+                        <colgroup>
+                            <col style="width:250px" />
+                            <col />
+                        </colgroup>
+                        <tbody>
+                            <tr>
+                                <th scope="row">셀렉트 유형 <i class="required">*<span class="txt-hide" >필수</span></i></th>
+                                <td>
+                                    <div class="selectbox">
+                                        <select title="셀렉트 타이틀">
+                                            <option>셀렉트 길이는 텍스트 길이에 따라서</option>
+                                        </select>
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">셀렉트 + 인풋 유형 <i class="required">*<span class="txt-hide">필수</span></i></th>
+                                <td>
+                                    <div class="selectbox">
+                                        <select title="셀렉트 타이틀1 선택">
+                                            <option>선택1</option>
+                                        </select>
+                                    </div>
+                                    <div class="selectbox">
+                                        <select title="셀렉트 타이틀2 선택">
+                                            <option>선택2</option>
+                                        </select>
+                                    </div>
+                                    <input type="text" title="인풋박스 선택" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 짧은 숫자용 인풋 짧은 숫자용</th>
+                                <td>
+                                    <label><input type="number" title="인풋박스" class="q0" /> 호선</label>
+                                    <label><input type="number" title="인풋박스" class="q0" /> 방향</label>
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 q1</th>
+                                <td>
+                                    <input type="text" title="인풋박스" class="q1" />
+                                    <input type="text" title="인풋박스" class="q1" />
+                                    <input type="text" title="인풋박스" class="q1" />
+                                    <input type="text" title="인풋박스" class="q1" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 q2</th>
+                                <td>
+                                    <input type="text" title="인풋박스" class="q2" />
+                                    <input type="text" title="인풋박스" class="q2" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 q3</th>
+                                <td>
+                                    <input type="text" title="인풋박스" class="q3" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 q4</th>
+                                <td>
+                                    <input type="text" title="인풋박스" class="q4" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 체크박스 <i class="required">*<span class="txt-hide">필수</span></i></th>
+                                <td>
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c1" checked /> 
+                                        <label for="c1">체크박스1</label>
+                                    </div>
+                                    <div class="checkradio">
+                                        <input type="checkbox" id="c2" /> 
+                                        <label for="c2">체크박스2</label>
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">인풋 라디오 <i class="required">*<span class="txt-hide">필수</span></i></th>
+                                <td>
+                                    <div class="checkradio">
+                                        <input type="radio" name="radio" id="r1" checked /> 
+                                        <label for="r1">라디오1</label>
+                                    </div>
+                                    <div class="checkradio">
+                                        <input type="radio" name="radio" id="r2" /> 
+                                        <label for="r2">라디오1</label>
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">보조텍스트 <i class="required">*<span class="txt-hide">필수</span></i></th>
+                                <td>
+                                    <input type="text" title="인풋박스" class="q2" />
+                                    <p class="msg"><em>보조텍스트</em> 입력하는 영역 16px</p>
+                                </td>
+                            </tr>
+                            <tr>
+                                <th scope="row">주소 <i class="required">*<span class="txt-hide">필수</span></i></th>
+                                <td>
+                                    <input type="text" title="우편번호 입력" class="q0" />
+                                    <button type="button" class="btn">우편번호</button>
+                                    <input type="text" title="주소 입력" class="q3 block" />
+                                    <input type="text" title="상세주소 입력" class="q3 block" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th>전화번호</th>
+                                <td>
+                                    <input type="text" title="전화번호1" class="q0" />
+                                </td>
+                            </tr>
+                            <tr>
+                                <th>전화번호</th>
+                                <td>
+                                    <input type="text" title="전화번호1" class="q0" />
+                                    <input type="text" title="전화번호2" class="q0" />
+                                    <input type="text" title="전화번호3" class="q0" />
+                                </td>
+                            </tr>
+                            <!-- <tr>
+                                <th>기간입력</th>
+                                <td>
+                                    <label class="datepicker-box"><input type="text" class="datepicker" title="기간입력" /></label><span> - </span>
+                                    <label class="datepicker-box"><input type="text" class="datepicker" title="기간입력" /></label>
+                                </td>
+                            </tr> -->
+                        </tbody>
+                    </table>
+                </div>
+                <div class="btn-cont">
+                    <button type="submit" class="btn-lg spot2">확인</button>
+                    <button type="submit" class="btn-lg">취소</button>
+                </div>
+            </div>
+            <!-- site-footer -->
+            <footer class="site-footer"></footer><!-- //site-footer --><!-- //contents -->
+        </div><!-- //container -->
+    </div><!-- //site-body -->
+    
+    <!--popup-->
+    <div class="dim"></div>
+
+    <script src="../../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+
+    <!--퍼블 layout-->
+    <script src="../../../resources/front/manage/js/_layout.js"></script>
+
+    <script src="../../../resources/front/manage/js/jquery-ui.min.js"></script>
+    <script src="../../../resources/front/manage/js/jquery.easing.1.3.js"></script>
+    <script src="../../../resources/front/manage/js/ssm.min.js"></script>
+    <script src="../../../resources/front/manage/js/swiper-bundle.js"></script>
+    <script src="../../../resources/front/manage/js/common.js"></script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/html/manage/_layout/header.html (added)
+++ base/src/main/webapp/html/manage/_layout/header.html
@@ -0,0 +1,25 @@
+<div class="l-area">
+    <h1 class="logo">
+        <a href="#">
+            <img src="../../../resources/front/manage/image/logo/logo.svg" alt="logo" />
+        </a>
+    </h1>
+    <nav class="site-gnb">
+        <ul>
+            <li><a href="#none" class="is-current">관리자</a></li>
+            <li><a href="#none">회원관리</a></li>
+            <li><a href="#none">등록관리</a></li>
+            <li><a href="#none">결제내역</a></li>
+            <li><a href="#none">게시판관리</a></li>
+            <li><a href="#none">배너&amp;팝업관리</a></li>
+            <li><a href="#none">통계</a></li>
+            <li><a href="#none">시스템</a></li>
+        </ul>
+    </nav>
+</div>
+<div class="r-area">
+    <div class="util">
+        <a href="#none" class="btn-ico round" title="관리"><i class="ico-setting gr"></i><span class="txt-hide">관리</span></a>
+        <a href="#none" class="btn-ico round" title="로그아웃"><i class="ico-logout gr"></i><span class="txt-hide">로그아웃</span></a>
+    </div>
+</div>
 
base/src/main/webapp/html/manage/_layout/lnb.html (added)
+++ base/src/main/webapp/html/manage/_layout/lnb.html
@@ -0,0 +1,34 @@
+<nav class="lnb">
+    <ul class="depth1">
+        <li>
+            <a href="#none" class="is-current">내 문항</a>
+            <ul class="depth2">
+                <li><a href="#none" class="is-current">임시보관함</a></li>
+                <li><a href="#none">문항 보관함</a></li>
+            </ul>
+        </li>
+        <li>
+            <a href="#none" class="is-current">내 평가지</a>
+            <!-- <ul>
+                <li><a href="#none">전송 평가지</a></li>
+                <li><a href="#none">임시보관함</a></li>
+            </ul> -->
+        </li>
+        <li>
+            <a href="#none">평가분석</a>
+            <!-- <ul>
+                <li><a href="#none">채점</a></li>
+                <li><a href="#none">분석</a></li>
+                
+            </ul> -->
+        </li>
+        <li>
+            <a href="#none">평가분석</a>
+            <ul>
+                <li><a href="#none">채점</a></li>
+                <li><a href="#none">분석</a></li>
+                
+            </ul>
+        </li>
+    </ul>
+</nav>
 
base/src/main/webapp/html/manage/index.html (added)
+++ base/src/main/webapp/html/manage/index.html
@@ -0,0 +1,221 @@
+<html>
+<head>
+    <title>publish list</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <style>
+        body { padding: 0; margin: 0; overflow-y: scroll; font: 11px/1.2em "나눔고딕", NanumGothic, "맑은 고딕", "Malgun Gothic", Apple Gothic, "돋움", Dotum, "굴림", Gulim, sans-serif; }
+
+        h1, h2 { margin: 5px; font-family: tahoma, sans-serif; font-size: 16px; font-weight: bold; text-transform: capitalize; /*capitalize | uppercase | lowercase | none*/ }
+
+        h2 { font-size: 12px; }
+
+        a { text-decoration: none; color: #aaa; }
+
+        a.newWin { width: 6px; height: 6px; display: inline-block; text-indent: -9999px; border: 1px solid #777; margin: 0 5px; vertical-align: middle; position: relative; }
+
+        a.newWin:before { content: ''; width: 6px; height: 6px; position: absolute; left: 1px; bottom: 1px; border: 1px solid #777; background: #ddd; }
+
+        h1 a { color: #000; }
+
+        ul, li { margin: 0; padding: 0; list-style: none; }
+
+        body > ul { border-bottom: 1px #555 solid; display: none; }
+
+        li { display: block; padding: 8px 0 0 0; background-image: url("img/temp/dot.gif"); background-repeat: no-repeat; position: relative; }
+
+        li:before { content: ''; position: absolute; width: 2px; height: 2px; background: #555; top: 13px; }
+
+        li span { display: block; color: #666; margin-top: -5px; padding-bottom: 8px; }
+
+        li { background-color: #ccc; border-top: 1px #555 solid; }
+
+        li li { background-color: #ddd; border-top: 1px #777 dotted; }
+
+        li li li { background-color: #e9e9e9; border-top: 1px #999 dotted; }
+
+        li li li li { background-color: #eee; border-top: 1px #bbb dotted; }
+
+        li li li li li { background-color: #f3f3f3; border-top: 1px #ddd dotted; }
+
+        li li li li li li { background-color: #fff; border-top: 1px #eee dotted; }
+
+        li:before { left: 10px; }
+
+        li li:before { left: 20px; }
+
+        li li li:before { left: 30px; }
+
+        li li li li:before { left: 40px; }
+
+        li li li li li:before { left: 50px; }
+
+        li li li li li li:before { left: 60px; }
+
+        li a { margin-bottom: 8px; display: inline-block; }
+
+        li span,
+        li a { margin-left: 15px; }
+
+        li li span,
+        li li a { margin-left: 25px; }
+
+        li li li span,
+        li li li a { margin-left: 35px; }
+
+        li li li li span,
+        li li li li a { margin-left: 45px; }
+
+        li li li li li span,
+        li li li li li a { margin-left: 55px; }
+
+        li.on:after,
+        li.off:after { content: ''; position: absolute; right: 10px; top: 8px; }
+
+        li.on:after { content: '+' }
+
+        li.off:after { content: '-' }
+
+        li.off ul { display: none; }
+
+        .ready, .ready a { color: #000; }
+
+      
+
+        .design, .design a { color: pink; }
+        
+        .mod, .mod a { color: red; }
+
+        .working, .working a { color: blue !important; }
+
+        .add, .add a { color: green; }
+
+     
+
+        .temp, li.temp a { color: #ff6600; }
+
+        .x, .x a { color: #aaa; cursor: default; text-decoration: line-through; }
+
+        .before, .before a { color: #aaa; }
+
+        .guide { display: block; margin: 10px; font-size: 11px; }
+
+        .guide span { line-height: 1.5em; }
+
+        li time { color: #555; }
+
+        li.highlight { background-color: #a9c8fc }
+
+        li.highlight li { background-color: #d4e4fe }
+
+        .pubList { float: left; width: 350px; height: 100vh; overflow-y: scroll; }
+
+        .iframe-wrap { float: right; width: calc(100% - 350px); padding: 0; }
+
+        .iframe-wrap iframe { width: 100%; border: 0; margin: 0; padding: 0; height: 100vh; overflow: auto; }
+
+        .cb { clear: both; }
+
+        /********design : 디자인 요청, mod : 변경, ready : 작업완료, temp : 임시파일, x : 삭제대상 ********/
+    </style>
+    <script src="../../resources/front/manage/js/jquery-3.6.0.min.js"></script>
+    <script>
+        window.onload = function () {
+            var body = document.body;
+            obj = body.getElementsByTagName("ul")[0];
+            obj.style.display = "block";
+            writeLink(obj.getElementsByTagName("li"));
+        }
+        function writeLink(obj) {
+            for (var i = 0; i < obj.length; i++) {
+                var nm, lk, sp, date, dateArr;
+                if (obj[i].innerHTML.split("<")[0].search(",") != -1) {
+                    nm = obj[i].innerHTML.split(",")[0];
+                    lk = obj[i].innerHTML.split(",")[1].split("<")[0];
+                    if (obj[i].innerHTML.split(",").length > 2) {
+                        date = obj[i].innerHTML.split(",").slice(obj[i].innerHTML.split(",").length - 1, obj[i].innerHTML.split(",").length).join();
+                        dateArr = obj[i].innerHTML.split(",").slice(2, obj[i].innerHTML.split(",").length).join();
+                        sp = nm + "," + lk + "," + obj[i].innerHTML.split(",").slice(2, obj[i].innerHTML.split(",").length).join();
+                    } else {
+                        date = "";
+                        sp = nm + "," + lk;
+                    }
+                    lk = lk;
+                } else {
+                    nm = obj[i].innerHTML.split("<")[0];
+                    lk = "#none"
+                    sp = nm;
+                }
+                var child = obj[i].innerHTML.split(sp)[1];
+
+                if (lk == "javascript:;" || lk == "#none") obj[i].innerHTML = "<a href='" + lk + "'>" + nm + "</a>" + child;
+                else obj[i].innerHTML = "<a href='" + lk + "' target='pubView'>" + nm + "</a>" + "<a href='" + lk + "' class='newWin' target='preview' title='open new window'>new window</a>" + "<time title='" + dateArr + "'>" + date + "</time>" + "<span>" + lk + "</span>" + child;
+
+                if (child != "") {
+                    if (obj[i].getElementsByTagName("a")[0].addEventListener) obj[i].getElementsByTagName("a")[0].addEventListener('click', switchOnOff, false);
+                    else obj[i].getElementsByTagName("a")[0].attachEvent('onclick', switchOnOff);
+                    if (!$(obj[i]).hasClass('off')) {
+                        $(obj[i]).addClass('on');
+                    }
+                }
+            }
+        }
+        function switchOnOff(event) {
+            var target = (event.target) ? event.target : event.srcElement;
+            target = $(target).parent();
+            if (target.hasClass('on')) target.addClass('off').removeClass('on');
+            else target.addClass('on').removeClass('off');
+        }
+        function switchOnOffAll(event) {
+            var target = (event.target) ? event.target : event.srcElement;
+            if (target.innerHTML.indexOf("펼치기") != -1) {
+                target.innerHTML = target.innerHTML.replace("펼치기", "닫기");
+                $(".off").removeClass('off').addClass('on');
+            } else {
+                target.innerHTML = target.innerHTML.replace("닫기", "펼치기");
+                $(".on").removeClass('on').addClass('off');
+            }
+        }
+    </script>
+</head>
+
+<body>
+    <div class="pubList">
+        <h1><a href="index.html" target="_parent">publish list</a></h1>
+        <h2>publish</h2>
+
+        <div class="guide">
+            <span class="ready">■ 검은색 - 퍼블리싱 완료</span><br />
+            <span class="before">■ 회색 - 작업전</span><br />
+            <span class="working">■ 파란색 - 작업중</span><br />
+            <span class="design">■ 분홍색 - 디자인 요청</span><br />
+            <span class="mod">■ 빨간색 - 변경된 파일</span><br />
+            <span class="add">■ 초록색 - 추가</span><br /><br />
+            <span class="x">■ 작업안함</span><br /><br />
+            <a href="#none" title="전체 목록 토글" onclick="switchOnOffAll(event);">전체 펼치기</a>
+        </div>
+        <ul class="ready">
+            <li>
+                Guide
+                <ul>
+                    <li>Btn,_guide/button.html</li>
+                    <li>Icon,_guide/icon.html</li>
+                    <li>Label,_guide/label.html</li>
+                    <li>Select &amp; Input,_guide/input.html</li>
+                    <li>Component,_guide/component.html</li>
+                    <li>popup,_guide/popup.html</li>
+                    <li>list,_guide/list.html</li>
+                    <li>write,_guide/write.html</li>
+                    <li>loading,_guide/loading.html</li>
+                    <li>error,_guide/error.html</li>
+                    <li>sub_layout,_guide/sub_layout.html</li>
+                </ul>
+            </li>
+        </ul>
+    </div>
+    <div class="iframe-wrap">
+        <iframe id="pubView" name="pubView"></iframe>
+    </div>
+    <div class="cb"></div>
+</body>
+</html>(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/abstracts/_mixins.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/abstracts/_mixins.scss
@@ -0,0 +1,211 @@
+// float clear
+@mixin clear {
+    &::after {
+      content: "";
+      display: block;
+      clear: both;
+    }
+  }
+
+//text-ellipsis
+// 한줄ex : @include ellipsis(1);
+// 두줄이상ex : @include ellipsis(2,1.5,3);
+@mixin ellipsis($line , $line-height:1.25) {
+	@if ($line == 1) {
+		display:block;
+		text-overflow:ellipsis;
+		white-space:nowrap;
+		word-wrap:normal;
+		width:100%;
+		overflow:hidden;
+	} @else {
+		display: block;
+		display: -webkit-box;
+		overflow: hidden;
+		line-height: $line-height;
+		// height: #{$height}em;
+		width: 100%;
+		text-overflow: ellipsis;
+		-webkit-box-orient: vertical;
+		-webkit-line-clamp: $line;
+	}
+}
+
+$ico-size: 24px;
+$ico-col: 20;
+$ico-size-sm:16px;
+$ico-list: (
+    'sch', 'user', 'like', 'likeOn', 'filter', 'down', 'lock', 'newwin', 'cal', 'edit', 'link', 'share', 'zoom', 'file', 'login', 'logout', 'plus', 'minus', 'trash', 'close', 
+    'menu', 'move','etc','help','arrow-up','arrow-down','arrow-left','arrow-right','bell','zoom-in','zoom-out','image','video','document','question','setting','storage','copy', 'refresh', 'arrow-left-up',
+	'volume', 'play', 'time', 'arrow-double-up', 'arrow-double-down', 'mix'
+);
+$ico-file-list: (
+    'pdf', 'hwp', 'doc'
+);
+// @mixin ico($size, $el, $spot:null) {
+// 	width: $size + px;
+// 	height: $size + px;
+// 	background-size: $size * $ico-col + px auto;
+	
+// 	@if ($size == 24 and $spot == spot) {
+// 		background-image:url($url-img + 'common/ico24x24_spot.svg');
+// 	}
+// 	@else if ($size == 16 and $spot == spot) {
+// 		background-image:url($url-img + 'common/ico16x16_spot.svg');
+// 	}
+// 	@else if ($size == 24 and $spot == wh) {
+// 		background-image:url($url-img + 'common/ico24x24_wh.svg');
+// 	}
+// 	@else if ($size == 16 and $spot == wh) {
+// 		background-image:url($url-img + 'common/ico16x16_wh.svg');
+// 	}
+// 	@else if ($size == 24) {
+// 		background-image:url($url-img + 'common/ico24x24.svg');
+// 	}
+// 	@else if ($size == 16) {
+// 		background-image:url($url-img + 'common/ico16x16.svg');
+// 	}
+// 	$i: index($ico-list, $el) - 1;
+// 	$x: ($i % $ico-col) * -$size;
+// 	$y: floor(math.div($i, $ico-col)) * -$size;
+// 	&{background-position:#{$x+ px $y+px};}
+// }
+
+
+@mixin ico($size, $el, $color:null) {
+	width: $size + px;
+	height: $size + px;
+	mask-size: $size * $ico-col + px auto;
+	
+	@if ($size == 24 and $color == spot) {
+		mask-image:url($url-img + 'common/ico24x24.svg');
+		background-color: $spot;
+	}
+	@if ($size == 24 and $color == gr) {
+		mask-image:url($url-img + 'common/ico24x24.svg');
+		background-color: $gr;
+	}
+	@else if ($size == 16 and $color == spot) {
+		mask-image:url($url-img + 'common/ico16x16.svg');
+		background-color: $spot;
+	}
+	@else if ($size == 24 and $color == wh) {
+		mask-image:url($url-img + 'common/ico24x24.svg');
+		background-color: #fff;
+	}
+	@else if ($size == 16 and $color == wh) {
+		mask-image:url($url-img + 'common/ico16x16.svg');
+		background-color: #fff;
+	}
+	@else if ($size == 24 and $color == null) {
+		mask-image:url($url-img + 'common/ico24x24.svg');
+		background-color: #333;
+	}
+	@else if ($size == 16 and $color == null) {
+		mask-image:url($url-img + 'common/ico16x16.svg');
+		background-color: $gr;
+	}
+	$i: index($ico-list, $el) - 1;
+	$x: ($i % $ico-col) * -$size;
+	$y: floor(math.div($i, $ico-col)) * -$size;
+	&{mask-position:#{$x+ px $y+px};}
+}
+
+
+@mixin ico-file($size, $el) {
+	width: $size + px;
+	height: $size + px;
+	background-size: $size * $ico-col + px auto;	
+	background-image:url($url-img + 'common/ico_file.svg');
+	$i: index($ico-file-list, $el) - 1;
+	$x: ($i % $ico-col) * -$size;
+	$y: floor(math.div($i, $ico-col)) * -$size;
+	&{background-position:#{$x+ px $y+px};}
+}
+
+@mixin scrollcus {
+	&::-webkit-scrollbar {
+		width: 6px;
+		height: 6px;
+		box-sizing: border-box;
+	}
+	&::-webkit-scrollbar-thumb {
+		background-color: rgba(0,0,0,.1);
+		border-radius: 2em;
+	}
+	&::-webkit-scrollbar-track {
+		width: 16px;
+		background-color: transparent;
+	}
+}
+
+@mixin img-size {
+	position: relative;
+	display: block;
+	width: 100%;
+	height: 0;
+	padding-top: 56.56%;
+	background: $gr50;
+	overflow: hidden;
+	border-radius: $radius;
+	border:1px solid $gr100;
+	box-sizing: border-box;
+	img {
+		position: absolute;
+		top:0;
+		left:0;
+		right:0;
+		bottom:0;
+		display: block;
+		object-fit: cover;
+		width: 100%;
+		height: 100%;
+		transition: all .5s;
+	}
+}
+
+@mixin tablet{
+  @media (max-width: $tablet){
+    @content;
+  }
+}
+
+@mixin mobile{
+  @media (max-width: $mobile){
+    @content;	
+  }
+}
+
+@mixin mobileSm{
+	@media (max-width: $mobile-sm){
+	  @content;	
+	}
+  }
+
+:root {
+    --wrap-gap: #{$s16};
+    --fs-lg: #{$s16};
+    --fs: #{$s14};
+    --fs-sm: #{$s12};
+}
+
+@include tablet {
+    :root {
+        // --wrap-gap: #{$s20};
+		// --fs-lg: #{$s16};
+		// --fs: #{$s14};
+		// --fs-sm: #{$s11};
+    }
+   
+}
+
+@include mobile {
+    :root {
+        // --wrap-gap: #{$s16};
+		// --fs-lg: #{$s15};
+		// --fs: #{$s13};
+		// --fs-sm: #{$s10};
+    }
+}
+
+
 
base/src/main/webapp/resources/front/manage/css/abstracts/_variables.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/abstracts/_variables.scss
@@ -0,0 +1,61 @@
+$bk: #333;
+$wh: #fff; 
+$gr:#B8BEDB;
+
+$gr700 : #555;
+$gr500 : #777;
+$gr300 : #9196AF;
+$gr100 : #ddd;
+$gr80 : #eee;
+$gr50 : #F8F8F8;
+
+$rd: #EB325D;
+$gn: #00BA7A;
+$bl: #009AEB;
+$or: orange;
+$bl-dark: #004596;
+$spot : #4757E6;
+$spot2 : #404664;
+
+
+$bk-hover:darken($bk, 12%);
+$spot-hover:darken($spot, 5%);
+$spot2-hover:darken($spot2, 5%);
+$gr100-hover:darken($gr100, 5%);
+
+$s40:40px;
+$s30:30px;
+$s20:20px;
+$s19:19px;
+$s18:18px;
+$s17:17px;
+$s16:16px;
+$s15:15px;
+$s14:14px;
+$s13:13px;
+$s12:12px;
+$s11:11px;
+$s10:10px;
+
+
+$wrap: 1240px;
+$wrap-gap:16px;
+
+
+$url-img: '../image/';
+$radius:4px;
+$radius-sm:2px;
+$shadow:0 5px 5px rgba(0,0,0,.05);
+
+$exb:900;
+$b:700;
+$m:400;
+
+$tablet: 1279px;
+$mobile: 767px;
+$mobile-sm: 374px;
+
+// $fs-lg:16px;
+// $fs:14px;
+// $fs-sm:11px;
+
 
base/src/main/webapp/resources/front/manage/css/base/_animation.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/base/_animation.scss
@@ -0,0 +1,34 @@
+/* animation */
+@keyframes opacity {
+    0% {
+        opacity: 0;
+    }
+
+    100% {
+        opacity: 1;
+    }
+}
+
+@keyframes filterall {
+    0% {
+        opacity: 0;
+        margin-top: 0;
+    }
+
+    100% {
+        opacity: 1;
+        height: auto;
+        margin-top: 10px;
+    }
+}
+
+@keyframes opacityUp {
+    0% {
+        opacity: 0;
+        margin-top: 3%;
+    }
+    100% {
+        opacity: 1;
+        margin-top: 0;
+    }
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/base/_font.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/base/_font.scss
@@ -0,0 +1,31 @@
+@font-face {
+    font-family: 'Pretendard';
+    font-style: normal;
+    font-weight: 300;
+    src: url('font/Pretendard-Light.woff2') format('woff2'), url('font/Pretendard-Light.woff') format('woff');
+}
+@font-face {
+    font-family: 'Pretendard';
+    font-style: normal;
+    font-weight: 400;
+    src: url('font/Pretendard-Regular.woff2') format('woff2'), url('font/Pretendard-Regular.woff') format('woff');
+}
+@font-face {
+    font-family: 'Pretendard';
+    font-style: normal;
+    font-weight: 500;
+    src: url('font/Pretendard-Medium.woff2') format('woff2'), url('font/Pretendard-Medium.woff') format('woff');
+}
+@font-face {
+    font-family: 'Pretendard';
+    font-style: normal;
+    font-weight: 700;
+    src: url('font/Pretendard-Bold.woff2') format('woff2'), url('font/Pretendard-Bold.woff') format('woff');
+}
+@font-face {
+    font-family: 'Pretendard';
+    font-style: normal;
+    font-weight: 900;
+    src: url('font/Pretendard-Black.woff2') format('woff2'), url('font/Pretendard-Black.woff') format('woff');
+}
+
 
base/src/main/webapp/resources/front/manage/css/base/_reset.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/base/_reset.scss
@@ -0,0 +1,169 @@
+html, body {
+    height: 100%;
+}
+html {
+    border: 0;
+    outline: 0;
+    font-size: 62.5%;
+}
+body {
+    font-size: var(--fs);
+    line-height: 1.25;
+    font-family: "Pretendard", "맑은고딕", "Malgun Gothic", "Apple Gothic",  Dotum,  Gulim, sans-serif;
+    background-color: transparent;
+    color: $bk;
+    font-weight: $m;
+    letter-spacing: -0.06em;
+    -webkit-font-smoothing: antialiased;
+    -webkit-text-size-adjust: none;
+    width:100%;
+    overflow-x: auto;
+    min-width: 1280px;
+    * {
+        @include scrollcus;
+    }
+}
+@media (pointer:coarse) {
+    body {
+        * {
+            scrollbar-width: none;
+            &::-webkit-scrollbar {
+                display: none; 
+            }
+        }
+    }
+}
+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:$b;
+    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:$b;
+	color: $spot;
+	&.spot {
+		color: $spot;
+	}
+	&.spot2 {
+		color: $spot;
+	}
+}
+em
+b, strong {
+    font-weight: $b;
+}
+i {
+	font-style:normal;
+}
+iframe {
+    border: none;
+    outline: 0;
+}
+a > span {
+    cursor: pointer;
+}
+a {
+    text-decoration: none;
+    color: $bk;
+}
+a:hover,
+a:focus {
+    text-decoration: none;
+}
+table {
+    width: 100%;
+    border-collapse: collapse;
+    table-layout: fixed;
+}
+table caption {
+    height: 0;
+    font-size: 0.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: "Pretendard", "맑은고딕", "Malgun Gothic", "Apple Gothic",  Dotum,  Gulim, sans-serif;
+    font-size:14px;
+    color: $bk;
+	-webkit-appearance: none;
+	-webkit-border-radius: 0;
+	vertical-align: middle;
+    letter-spacing: -0.01em;
+}
+button {
+    border: none;
+    background: none;
+    cursor:pointer;
+    padding:0;
+    &:disabled {
+		cursor: default;
+	}
+}
+pre {
+	 white-space: pre-wrap;
+}
+small {
+    color:$gr500;
+}
+
+@include tablet {
+    body {
+        font-size:var(--fs);
+    }
+}
+@include mobile {
+    body {
+        font-size:var(--fs);
+    }
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_accordion.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_accordion.scss
@@ -0,0 +1,74 @@
+.accordion { 
+	border-top:2px solid $bk;
+	margin-top:15px;
+	.is-active {
+		.accordion-tit-area:after {
+			transform:rotate(-180deg);
+		}
+		.accoridon-tit {
+			color:$spot;
+			font-weight: $b;
+		}
+		.accordion-txt-area {
+			display: block;
+		}
+	}
+	li {
+		border-bottom:1px solid $bk;
+	}
+}
+.accordion-tit-area {
+	position: relative;
+	font-size: 0;
+	padding: 15px 0;
+	cite {
+		display: inline-block;
+		box-sizing: border-box;
+		width: 200px;
+		font-size: 1.8rem;
+		border: 1px solid $spot;
+		color: $spot;
+		border-radius: 0 20px 0 20px;
+		text-align: center;
+		padding: 15px 20px;
+		font-weight: $b;
+		line-height: 1.4;
+		vertical-align: middle;
+	}
+
+	&: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 $gr100;
+
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_button.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_button.scss
@@ -0,0 +1,403 @@
+.btn-cont {
+	display: flex;
+	flex-wrap: wrap;
+	width: 100%;
+	text-align: center;
+	justify-content: center;
+	gap: 8px;	
+	margin-top: 80px;
+	margin-bottom: 100px;
+	&.al {
+		justify-content: flex-start;
+	}
+	&.ar {
+		justify-content: flex-end;
+	}
+}
+.btn-flex-cont {
+	display: flex;
+	flex-wrap: wrap;
+	width: 100%;
+	text-align: center;
+	justify-content: center;
+	gap: 8px;	
+	margin-top: 35px;
+	margin-bottom: 100px;
+	.btn,
+	.btn-sm,
+	.btn-lg,
+	.btn-ico  {
+		flex:1;
+	}
+	.l-area,
+	.r-area  {
+		display: flex;
+		flex:1;
+		gap: 8px;
+		> {
+			.btn,
+			.btn-sm,
+			.btn-lg,
+			.btn-ico  {
+				flex:none;
+			}
+		}
+	}
+	.r-area  {
+		justify-content: flex-end;
+	}
+}
+.btn,
+.btn-sm,
+.btn-lg,
+.btn-xsm {
+	display: inline-block;
+	text-align: center;
+	vertical-align: middle;
+	white-space: nowrap;
+	box-sizing: border-box;
+	overflow: hidden;
+	-webkit-transition-duration: 0.3s;
+	transition-duration: 0.3s;
+	-webkit-transition-property: color, background-color;
+	transition-property: color, background-color;
+	border: 1px solid $gr100;
+	border-radius:$radius;
+}
+
+.btn {
+	padding: 0 16px;
+	height: 40px;
+	line-height: 38px;
+	font-size: 14px;
+}
+
+.btn-xsm {
+	padding: 0 8px;
+	height: 24px;
+	line-height: 22px;
+	font-size: 11px;
+	border-radius: 2em;
+}
+
+.btn-sm {
+	padding: 0 12px;
+	height: 32px;
+	line-height: 30px;
+	font-size: 12px;
+}
+
+.btn-lg {
+	padding: 0 32px;
+	height: 56px;
+	line-height: 54px;
+	font-size:16px;
+}
+
+/* btn : default */
+.btn,
+.btn-sm,
+.btn-lg,
+.btn-xsm  {
+	background-color: $wh;
+	border: 1px solid $gr100;
+	color: $bk;
+
+	&:hover,
+	&:focus {
+		border-color: $gr100-hover;
+	}
+
+	&:disabled {
+		opacity: .3;
+		pointer-events: none;
+	}
+}
+
+/* btn : spot */
+.btn.spot,
+.btn-sm.spot,
+.btn-lg.spot,
+.btn-xsm.spot {
+	border-color: $spot;
+	color:$spot;
+	font-weight: 400;
+	&:hover,
+	&:focus {
+		background-color: rgba($spot, 0.05);
+	}
+}
+
+/* btn : spot2 */
+.btn.spot2,
+.btn-sm.spot2,
+.btn-lg.spot2,
+.btn-xsm.spot2 {
+	background-color: $spot;
+	border-color: $spot;
+	color: #fff;
+	font-weight: 700;
+
+	&:hover,
+	&:focus {
+		color: #fff;
+		border-color: $spot-hover;
+		background-color: $spot-hover;
+	}
+}
+
+/* btn : spot3 */
+.btn.spot3,
+.btn-sm.spot3,
+.btn-lg.spot3,
+.btn-xsm.spot3 {
+	border-color: $rd;
+	color:$rd;
+	&:hover,
+	&:focus {
+		background-color: rgba($rd, 0.05);
+	}
+}
+.btn-ico,
+.btn-ico-lg,
+.btn-ico-sm {
+	position: relative;
+	display: inline-flex;
+	align-items: center;
+	justify-content: center;
+	width: 36px;
+	height: 36px;
+	border: 1px solid $gr100;
+	padding: 0;
+	background-color: #fff;
+	border-radius: $radius;
+	vertical-align: middle;
+	font-size:0;
+	transition: background .3s;
+	&::after {
+		content: " ";
+		position: absolute;
+		top:0;
+		left:0;
+		right:0;
+		bottom:0;
+		background-color: transparent;
+		z-index: 1;
+	}
+	&.round {
+		border-radius: 50%;
+	}
+	&.bk {
+		background-color: rgba($bk, .6);
+		border:none;
+		&:hover {
+			background-color: rgba($bk, .9);;
+		}
+	}
+	&.spot {
+		border-color: $spot;
+	}
+	&.spot2 {
+		border-color: $spot;
+		background-color: $spot;
+	}
+}
+.btn-ico-lg {
+	width: 56px;
+	height: 56px;
+}
+.btn-ico-sm {
+	width: 28px;
+	height: 28px;
+}
+.btn-like.btn-ico-lg.is-active,
+.btn-like.btn-ico-lg.btn-like-on {
+	.ico-like {
+		@include ico(24, likeOn, spot);
+	}	
+}
+.btn-like.btn-ico.is-active,
+.btn-like.btn-ico.btn-like-on,
+.btn-like.btn-ico-sm.is-active,
+.btn-like.btn-ico-sm.btn-like-on {
+	.ico-sm-like {
+		@include ico(16, likeOn, spot);
+	}	
+}
+.btn-like.ico-like.is-active,
+.btn-like.ico-like.btn-like-on  {
+	@include ico(24, likeOn, spot);
+}
+.btn-like.ico-sm-like.is-active,
+.btn-like.ico-sm-like.btn-like-on {
+	@include ico(16, likeOn, spot);
+}
+
+// .btn-more {
+//     display: block;
+//     margin-top: 20px;
+//     background: #f9f9f9;
+//     height: 50px;
+//     border-bottom: 1px solid #e2e2e2;
+//     position: relative;
+// }
+// .btn-more span {
+//     content: "";
+//     display: block;
+//     width: 12px;
+//     height: 12px;
+//     border-top: 4px solid #8c8c8c;
+//     border-right: 4px solid #8c8c8c;
+//     -webkit-transform: rotate(135deg);
+//     transform: rotate(135deg);
+//     position: absolute;
+//     left: 50%;
+//     top: 50%;
+//     margin-top: -10px;
+//     text-indent: -9999px;
+// }  
+.btn-more {
+	display: flex;
+	align-items: center;
+	justify-content: center;
+	gap:8px;
+	width: 100%;
+	text-align: center;
+	vertical-align: middle;
+	white-space: nowrap;
+	box-sizing: border-box;
+	overflow: hidden;
+	-webkit-transition-duration: 0.3s;
+	transition-duration: 0.3s;
+	-webkit-transition-property: color, background-color;
+	transition-property: color, background-color;
+	border: 1px solid $gr100;
+	border-radius:$radius;
+	padding: 0 32px;
+	height: 56px;
+	line-height: 54px;
+	font-size:16px;
+	background-color: $wh;
+	border: 1px solid $gr100;
+	color: $bk;
+	background: url(../image/common/btn) no-repeat;
+	&:after {
+		content: " ";
+		display: block;
+		width: 16px;
+		height: 16px;
+		@include ico(16,plus)
+	}
+	&:hover,
+	&:focus {
+		border-color: $gr100-hover;
+	}
+
+	&:disabled {
+		opacity: .5;
+		pointer-events: none;
+	}
+}
+.btn-list {
+	display: block;
+	width: 100%;
+	text-align: left;
+	padding: 12px 16px;
+	background-color: $wh;
+	border-radius: $radius;
+	border: 1px solid $gr80;
+	margin-bottom: 8px;
+	color: $gr500;
+}
+.is-indicate {
+	position: relative;
+	overflow: visible;
+	// &::before {
+	// 	content: '';
+	// 	  border-radius: 50%;
+	// 	  min-width: 120px;
+	// 	  min-height: 120px;
+	// 	  border: 6px solid $spot;
+	// 	  box-shadow: 0 0 60px rgba(255,255,25.5);
+	// 	  position: absolute;
+	// 	  top: 50%;
+	// 	  left: 50%;
+	// 	  transform: translate(-50%, -50%);
+	// 	  opacity: 0;
+	// 	  transition: all .3s ease-in-out 0s;
+	// 	  animation: indicate 1.5s infinite reverse;
+	// }
+	&:hover,
+	&:focus {
+		&::before,
+		&::after {
+			animation: none;
+			display: none;
+		}		  
+	}
+	&::after {
+		content: '';
+		width: 30px; height: 30px;
+		border-radius: 100%;
+		border: 6px solid $spot;
+		position: absolute;
+		z-index: -1;
+		top: 50%;
+		left: 50%;
+		transform: translate(-50%, -50%);
+		animation: indicate 1.5s infinite;
+	}
+	  
+}
+
+@keyframes indicate {
+	  0% {
+		width: 0;
+		height: 0;
+		opacity: 1;
+	  }
+	  100% {
+		width: 120px;
+		height: 120px;
+		opacity: 0;
+	  }
+}
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.btn-cont {
+		margin-top:40px;
+		margin-bottom: 60px;
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	.btn-cont {
+		margin-top:20px;
+		margin-bottom: 40px;
+	}
+	.btn {
+		padding: 0 12px;
+		height: 32px;
+		line-height: 30px;
+		font-size: var(--fs);
+	}	 	
+	.btn-lg {
+		padding: 0 24px;
+		height: 48px;
+		line-height: 46px;
+		font-size:14px;
+	}
+	.btn-ico{
+		width: 32px;
+		height: 32px;
+	}
+	.btn-ico-lg {
+		width: 48px;
+		height: 48px;
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_component.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_component.scss
@@ -0,0 +1,1481 @@
+/* common */
+.p0 {
+	width: 70px !important;
+}
+
+.p1 {
+	width: 10% !important;
+}
+
+.p2 {
+	width: 20% !important;
+}
+.p3 {
+	width: 30% !important;
+}
+.p4 {
+	width: 40% !important;
+}
+.p5 {
+	width: 50% !important;
+}
+.p6 {
+	width: 60% !important;
+}
+.p7 {
+	width: 70% !important;
+}
+.p8 {
+	width: 80% !important;
+}
+.p9 {
+	width: 90% !important;
+}
+.p10 {
+	width: 100% !important;
+}
+.accessibility {
+	position: relative;
+}
+.accessibility a {
+	position: absolute;
+	left: 0;
+	top: 0;
+	height: 1px;
+	overflow: hidden;
+	font-weight: 500;
+	z-index: 99999;
+}
+.accessibility a:focus {
+	z-index: 999;
+	width: 120px;
+	height: 35px;
+	line-height: 35px;
+	background: $spot;
+	color: #fff;
+	overflow: hidden;
+	outline: 0;
+	font-size: 1.4rem;
+	text-align: center;
+}
+.scroll-cus {
+	@include scrollcus();
+}
+@media (pointer:coarse) {
+    .snb {
+        scrollbar-width: none; /* Firefox */
+    }
+    .snb::-webkit-scrollbar {
+        display: none; 
+    }
+}
+.ac {
+	text-align: center !important;
+}
+.al {
+	text-align: left !important;
+}
+.ar {
+	text-align: right !important;
+}
+.fl {
+	float: left;
+}
+.fr {
+	float: right;
+}
+.fr + * {
+	clear: both;
+}
+.clear {
+	clear: both;
+}
+.hidden {
+	position: absolute;
+	top: -99999px;
+	left: -99999px;
+	font-size: 1px;
+	color: #fff;
+	opacity: 0;
+}
+.m-block {
+	display: none;
+}
+.m-none {
+	display: block;
+}
+.block {
+	display: block;
+}
+.inlin-block {
+	display: inline-block;
+}
+.pc,
+.pcta  {
+	display: block !important;
+}
+.ta,
+.tamo,
+.mo {
+	display: none !important;
+}
+.lnk-full {
+	position: absolute;
+	top: 0;
+	left: 0;
+	right: 0;
+	bottom: 0;
+	text-indent: -99999px;
+	opacity: .2;
+	z-index: 1;
+}
+
+.fc {
+	&-rd {
+		color: $rd !important;
+	}
+
+	&-bl {
+		color: $bl !important;
+	}
+
+	&-gn {
+		color: $gn !important;
+	}
+
+	&-or {
+		color: $or !important;
+	}
+	
+	&-bk {
+		color: $bk !important;
+	}
+
+	&-gr {
+		color: $gr500 !important;
+	}
+
+	&-wh {
+		color: $wh !important;
+	}
+
+	&-spot {
+		color: $spot;
+	}
+}
+
+.fs {
+	&-lg {
+		font-size: var(--fs-lg);
+	}
+
+	&-sm {
+		font-size: var(--fs-sm);
+	}
+}
+
+.mt5 {
+	margin-top: 5px;
+}
+.mt10 {
+	margin-top: 10px;
+}
+.mt15 {
+	margin-top: 20px;
+}
+.mt20 {
+	margin-top: 20px;
+}
+.mb5 {
+	margin-top: 5px;
+}
+.mb10 {
+	margin-bottom: 10px;
+}
+.mb20 {
+	margin-bottom: 20px;
+}
+.ml10 {
+	margin-left: 10px;
+}
+.mr10 {
+	margin-right: 10px;
+}
+.ellipsis {
+	@include ellipsis(2);
+}
+.txt-hide {
+	position: absolute;
+	top: -1px;
+	left: -1px;
+	overflow: hidden;
+	width: 0;
+	height: 0;
+	font-size: 1px;
+	line-height: 0;
+	clip: rect(0 0 0 0);
+	white-space: nowrap;
+	padding: 0;
+	border: 0;
+	text-indent: -99999px;
+}
+
+button .txt-hide {
+	position: static;
+	display: inline-block;
+	text-indent: -99999px;
+}
+.time {
+	font-size: var(--fs-sm);;
+	color: $gr100;
+}
+/* bullet */
+.bullet,
+.bullet-tit,
+.bullet-dash,
+.bullet-none {
+	margin-bottom: 20px;
+	&:last-child {
+		margin-bottom: 0;
+	}
+	&>li {
+		position: relative;
+		padding-left: 15px;
+		&~li {
+			margin-top: 4px;
+		}
+		&:before {
+			content: "";
+			position: absolute;
+			top: 10px;
+			left: 0;
+		}
+	}
+}
+.bullet-none {
+	li {
+		padding-left: 0;
+	}
+}
+.bullet>li:before,
+.bullet-tit>li:before {
+	width: 4px;
+	height: 4px;
+	border-radius: 50px;
+	background-color: $bk;
+}
+.bullet-dash>li:before {
+	top: 12px;
+	width: 6px;
+	height: 1px;
+	background-color: #777;
+}
+.bullet-tit>li {
+	padding-left: 120px;
+	cite {
+		position: absolute;
+		left: 20px;
+		font-weight: $b;
+	}
+}
+/* area */
+/* box */
+.bg-box,
+.bg-border-box,
+.border-box {
+	margin-bottom: 40px;
+	padding: 16px;
+	box-sizing: border-box;
+	.btn-cont {
+		margin-top: 20px;
+	}
+	// div[class$=type] {
+	// 	margin: 50px;
+	// 	&:first-child {
+	// 		margin-top: 0;
+	// 	}
+	// 	&:last-child {
+	// 		margin-bottom: 0;
+	// 	}
+	// }
+	>*:first-child {
+		margin-top: 0;
+	}
+	>*:last-child {
+		margin-bottom: 0;
+	}
+	.bg-box+.form-cont {
+		margin-top: 60px;
+	}
+	&.p-lg {
+		padding:40px;
+	}
+}
+.bg-box {
+	background-color: $gr50;
+	border-radius: var(--radius-lg);
+}
+.bg-border-box {
+	display:flex;
+	flex-direction: column;
+	background-color: $gr50;
+	border: 1px solid $gr100;
+	border-radius: $radius;
+	overflow: hidden;
+	padding:0;
+	&.wh {
+		background-color: #fff;
+	}
+	&:last-child {
+		margin-bottom:0;
+	}
+	.box-header {
+		background-color: #fff;
+		border-bottom: 1px solid $gr100;
+		padding:16px;
+		> *:last-child {
+			margin-bottom:0;
+		}
+	}
+	.box-body {
+		padding:16px;
+		position: relative;
+		flex:1;
+		overflow-y: auto;
+	}
+	.box-footer {
+		display: flex;
+		width: 100%;
+		box-sizing: border-box;
+		align-items: center;
+		justify-content: center;
+		padding:16px;
+		background-color: #fff;
+		border-top:1px solid $gr100;
+		.l-area,
+		.r-area {
+			display: flex;
+			align-items: center;
+			justify-content: flex-start;
+			flex:1;
+			gap:4px;
+		}
+		.r-area { 
+			justify-content: flex-end;
+		}
+	}
+}
+.border-box {
+	border: 1px solid $gr80;
+	border-radius: $radius;
+}
+.box-tit-area {
+	margin-bottom: 32px;
+	&:last-child {
+		magin-bottom:0;
+	}
+}
+.box-tit-img {
+	margin-bottom: 8px;
+	img {
+		display: block;
+		max-width: 100%;
+		margin:0 auto;
+	}
+}
+.box-tit {
+	display: block;
+	font-size: 16px;
+	font-weight: 500;
+	margin-bottom: 4px;
+}
+.box-tit-lg {
+	display: block;
+	font-size: 24px;
+	font-weight: $b;
+	margin-bottom: 8px;
+}
+.box-txt {
+	margin-bottom: 20px;
+	font-size: 24px;
+	em.fs-lg {
+		font-size: 32px;
+	}
+}
+hr {
+	&.solid {
+		display: block;
+		width: 100%;
+		border: 0;
+		border-top: 1px solid $gr100;
+		margin: 30px 0;
+	}
+	&.dashed {
+		border: 0;
+		border-top: 1px dashed $gr100;
+		margin: 30px 0;
+	}
+}
+.border-box-list {
+	display: flex;
+	flex-direction: column;
+	gap:8px;
+	> li {
+		@extend .border-box;
+		position: relative;
+		display: flex;
+		gap:4px 16px;
+		align-items: center;
+		margin-bottom:0;
+		background-color: #fff;
+		&.is-active {
+			border-color: $spot;
+		}
+	}
+	.txt-area {
+		flex:1;
+		.label-area {
+			margin-bottom: 4px;
+		}
+	}
+	.box-fnc {
+		display: flex;
+		gap:4px 16px;
+		align-items: center;
+	}
+	p {
+		a:hover {
+			text-decoration: underline;
+		}
+	}
+	.ico-sm-close {
+		position: absolute;
+		top:-6px;
+		right:-6px;
+	}
+	.ico-move {
+		margin:0 -12px;
+	}
+	.btn-list {
+		width: 100%;
+		height: 100%;
+	}
+}
+.fnc-area,
+.tit-area  {
+	width: 100%;
+	display: flex;
+	flex-wrap: wrap;
+	overflow: hidden;
+	justify-content: space-between;
+	align-items: flex-end;
+	margin-bottom: 20px;
+	gap:4px 8px;
+	.l-area,
+	.r-area {
+		display: flex;
+		gap:4px 8px;
+		align-items: center;
+		&.dir-col {
+			align-items: flex-start;
+		}
+	}
+	.r-area {
+		text-align: right;
+		margin-left: auto;
+		justify-content: flex-end;
+	}
+	&.border {
+		border-bottom:1px solid $gr80;
+		padding-bottom:20px;
+	}
+	&.sm {
+		margin-bottom: 16px;
+	}
+	.total-count {
+        margin-bottom: 0;
+    }
+}
+.fnc-area {
+	.l-area,
+	.r-area {
+		& > * {
+			flex: none;
+		}
+	}
+}
+.tit-area {
+	.tit,
+	.tit-sm {
+		&:only-child {
+			margin-bottom: 0;
+		}
+	}
+}
+.tit {
+	font-size: 24px;
+	font-weight: $b;
+	small {
+		font-size: 14px;
+		font-weight: $m;
+		color: $gr500;
+		margin-left: 8px;
+	}
+}
+.tit-sm {
+	font-size:20px;
+	font-weight: $b;
+}
+.tit-xsm {
+	font-size:16px;
+	font-weight: $b;
+}
+/* sch */
+.sch-area {
+	display: flex;
+	flex-wrap: wrap;
+	gap: 8px;
+	margin-bottom: 16px;
+}
+.sch-option {
+	display: flex;
+	gap: 8px;
+}
+.sch {
+	display: flex;
+	border-radius: 2em;
+	padding: 0;
+	gap: 4px;
+	input {
+		flex: 1;
+		width: 240px;
+	}
+	.btn-sch {
+		position:relative;
+		display:flex;
+		align-items: center;
+		justify-content: center;
+		width: 40px;
+		height: 40px;
+		background-color: $spot;
+		border-radius: $radius;
+		&::before {
+			content:" ";
+			display:block;
+			@include ico(24, sch, wh);
+		}
+	}
+}
+/* total-count */
+.total-count {
+	margin-bottom: 8px;
+}
+// .sch-area+.total-count {
+// 	line-height: 60px;
+// 	margin-top: -80px;
+// }
+.sch-box {
+	margin-bottom: 40px;
+	border:4px solid $gr80;
+	border-radius: $radius;
+	padding:16px;
+	.btn-cont {
+		margin:16px 0;
+		&:last-child {
+			margin-bottom: 0;
+		}
+	}
+	&:last-child {
+		margin-bottom: 0;
+	}
+	.write-type2 {
+		table {
+			border-top:none;
+		}
+	}
+}
+.info-block {
+	dt {
+		display: block;
+		margin-bottom:8px;
+		font-weight: 500;
+	}
+	dd {
+		margin-bottom:24px;
+		&:last-of-type {
+			margin-bottom: 0;
+		}
+	}
+	select {
+		display: block;
+		width: 100%;
+	}
+}
+.info-list {
+	display: flex;
+	flex-direction: column;
+	gap:24px;
+	margin-bottom: 40px;
+	&:last-child {
+		margin-bottom: 0;
+	}
+	> li {
+		display:flex;
+	}
+	cite {
+		flex-basis: 80px;
+		padding-right:20px;
+		font-weight: $b;
+	}
+	.txt-area {
+		flex:1;
+		min-width:0;
+	}
+	&.sm {
+		gap:12px;
+	}
+	&.dir-row {
+		flex-direction: row;
+		flex-wrap: wrap;
+		> li {
+			flex:1;
+		}
+	}
+}
+.info-block-list{
+	margin-bottom:40px;
+	line-height:1.33;
+
+	&:last-child {
+		margin-bottom: 0;
+	}
+	> li {
+		& ~ li {
+			margin-top:24px;
+		}
+	}
+	cite {
+		display: block;
+		margin-bottom:4px;
+		font-weight: 500;
+	}
+	.txt-area {
+		display:flex;
+		gap: 4px;
+		> * {
+			flex:1;
+		}
+	}
+
+	&.fs-sm {
+		> li {
+			& ~ li {
+				margin-top:12px;
+			}
+		}
+	}
+}
+.url-add-area {
+	display: flex;
+	gap: 4px;
+	overflow: hidden;
+	label {
+		position: relative;
+		display: flex;
+		flex:1;
+		border:1px solid $gr100;
+		border-radius: $radius;
+		background-color:$gr50;
+		padding-left:40px;
+		min-width: 0;
+		overflow: hidden;
+		input[type=text] {
+			border:none;
+			border-left:1px solid $gr100;
+			border-radius: none;
+			height:38px;
+			width: auto;
+			flex:1;
+		}
+		&::before {
+			content: " ";
+			left:12px;
+			top:50%;
+			margin-top: -8px;
+			position: absolute;
+			@include ico(16, link)
+		}
+	}
+}
+.tag-area {
+	display: flex;
+	flex-wrap: wrap;
+	gap:4px;
+	border: 1px solid $gr100;
+	border-radius: $radius;
+	padding: 8px;
+	min-width: 0;
+}
+.tag {
+	align-items: center;
+	height: 32px;
+	border:1px solid $spot;
+	font-size:14px;
+	border-radius: 16px;
+	padding: 0 16px;
+	box-sizing: border-box;
+	color:$spot;
+	display: inline-flex;
+	gap:4px;
+	align-items: center;
+	justify-content: center;
+	max-width: 100%;
+	overflow: hidden;
+}
+.info-list,
+.info-block-list {
+	min-width: 0;
+	.tag-area {
+		border:none;
+		padding:8px 0;
+	}
+}
+.sticky-cont {
+	position: relative;
+	.sticky {
+		position: sticky;
+		top:30px;
+	}
+}
+%filehide {
+	position: absolute;
+	left: 0;
+	top: 0;
+	right: 0;
+	bottom: 0;
+	padding: 0;
+	overflow: hidden;
+	border: 0;
+	opacity: 0;
+	text-indent: -99999px;
+	max-width: 100%;
+	cursor:pointer;
+	z-index: 2;
+}
+.file-custom {
+    position: relative;
+    display: flex;
+	// flex:1;
+    max-width: 100%;
+    gap: 0 4px;
+	justify-content: flex-start;
+	overflow: hidden;
+	min-width: 0;
+	input[type=file] {
+		@extend %filehide;
+	}
+	.preview-area {
+		&::before {
+			content: " ";
+			position: absolute;
+			left:50%;
+			top:50%;
+			transform: translate(-50%, -50%);
+			width: 16px;
+			height: 16px;
+			@include ico(16, plus);
+		}
+	}
+	input[type=text] {
+		flex:1;
+		width: auto;
+	}
+}
+.file-add-txt-area {
+	display: flex;
+	gap: 4px;
+	.file-custom {
+		flex:1;
+	}
+}
+.file-list,
+.file-down-list {
+	> li {
+		& ~ li { margin-top:4px; }
+	}
+	a {
+		&::before {
+			content: " ";
+			display: inline-block;
+			vertical-align: middle;
+			margin-right:4px;
+			@include ico(16, file);
+		}
+		&:hover {
+			text-decoration: underline;
+		}
+	}
+}
+.file-down-list {
+	a {
+		&::before {
+			@include ico(16, down);
+		}
+		small {
+			margin-left:4px;
+		}
+	}
+}
+.item-list-box {
+	border:1px solid $gr100;
+	border-radius:$radius;
+	background-color: $gr50;
+	height: 111px;
+	box-sizing: border-box;
+	overflow-x: hidden;
+	overflow-y: auto;
+	min-width: 0;
+	&.h-auto {
+		height:auto;
+		min-height: 111px;
+	}
+	.item {
+		position: relative;
+		display: flex;;
+		min-height: 36px;
+		padding:0 16px;
+		box-sizing: border-box;
+		display: flex;
+		// justify-content: stretch;
+		align-items: center;
+		gap: 0 8px;
+		&:nth-of-type(2n) {
+			background-color: #fff;
+		}
+		&.hover:hover {
+			background-color: rgba($spot, 0.05);
+		}	
+		.txt-area {
+			display: flex;
+			min-width: 0;
+			flex:1;
+			align-items: center;
+			gap:4px;
+			i {
+				flex:none;
+			}
+			.txt {
+				// @include ellipsis(1);
+				width: auto;
+				max-width: 100%;
+			}
+			small {
+				color:$gr300;
+			}
+		}
+		.item-fnc-area {
+			display: flex;
+			align-items: center;
+			gap:4px 8px;
+		}
+	}
+}
+.item-list-inline-box {
+	display: flex;
+	flex-wrap: wrap;
+	gap:4px 24px;
+	border:1px solid $gr100;
+	border-radius:$radius;
+	background-color: $gr50;
+	box-sizing: border-box;
+	overflow-x: hidden;
+	overflow-y: auto;
+	min-width: 0;
+	padding:16px;
+	min-height: 56px;
+	box-sizing: border-box;
+	.item {
+		display: inline-flex;
+		min-height: 24px;
+		box-sizing: border-box;
+		display: flex;
+		// justify-content: stretch;
+		align-items: center;
+		gap: 0 8px;	
+		.txt-area {
+			display: flex;
+			min-width: 0;
+			align-items: center;
+			gap:4px;
+			i {
+				flex:none;
+			}
+			.txt {
+				// @include ellipsis(1);
+				width: auto;
+				max-width: 100%;
+			}
+			small {
+				color:$gr300;
+			}
+		}
+		.item-fnc-area {
+			display: flex;
+			align-items: center;
+			gap:4px 8px;
+		}
+	}
+}
+.preview-area {
+	position: relative;
+	width: 160px;
+	height: 90px;
+	overflow: hidden;
+	background-color: $gr50;
+	border:1px solid $gr100;
+	box-sizing: border-box;
+	border-radius: $radius;
+	img {
+		position: relative;
+		z-index: 1;
+		width: 100%;
+		height:100%;
+		object-fit:contain;
+	}
+}
+.file-add-area {
+	display: flex;
+	gap:8px 12px;
+	flex-wrap: wrap;
+	align-items: center;
+	box-sizing: border-box;
+	flex:1;
+	width: 100%;
+	overflow: hidden;
+	.item-area {
+		flex:1;
+		min-width: 0;
+	}
+	.item {
+		display: flex;
+		gap: 4px;
+		align-items: center;
+		.txt {			
+			@include ellipsis(1);
+			max-width: calc(100% - 40px);
+			width: auto;
+			word-break:break-all;
+			font-size:var(--fs-sm);
+			box-sizing: border-box;
+		}
+	}
+	small {
+		display: block;
+		width: 100%;
+		margin-top: 4px;
+	}
+	.url-add-area {
+		flex:1;
+	}
+}
+.sel-txt-list {
+    margin-top: 5px;
+	font-size:var(--fs-sm);;
+	display: flex;
+	flex-direction: column;
+	gap: 4px;
+	li {
+		display: flex;
+		flex-wrap: wrap;
+		gap:8px;
+	}
+	span {
+		&:after {
+			content: " ";
+			display: inline-block;
+			vertical-align: middle;
+			margin-left:8px;
+			margin-top:-2px;
+			width: 4px;
+			height: 4px;
+			border-top: 1px solid $gr300;
+			border-right: 1px solid $gr300;
+			transform-origin: center center;
+			
+			transform: rotate(45deg);
+			box-sizing: border-box;
+		}
+		&:last-of-type:after {
+			display: none;
+		}
+	}
+}
+.step {
+	display: flex;
+	gap:4px;
+	li {
+		display: flex;
+		justify-content: center;
+		align-items: center;
+		width: 24px;
+		height:24px;
+		border-radius: 50%;
+		font-weight: 700;
+		color:$gr500;
+		background-color: $gr80;
+		&.is-current {
+			background-color: $spot;
+			color:#fff;
+		}
+	}
+}
+// .loading {
+// 	position: fixed;
+// 	top: 0;
+// 	right:0;
+// 	bottom:0;
+// 	left: 0;
+// 	width: 100vw;
+// 	height: 100vh;
+// 	background: rgba(255, 255, 255, 0.6) url(../image/common/loading.svg) center no-repeat;
+// 	font-size: 0;
+// 	text-indent: -9999em;
+// 	z-index: 101;
+// }
+.loading {
+	position: fixed;
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+	top: 0;
+	right: 0;
+	bottom: 0;
+	left: 0;
+	width: 100vw;
+	height: 100vh;
+	gap: 8px;
+	background: rgba(255, 255, 255, 0.6);
+	font-size: 0;
+	text-align: center;
+
+	z-index: 101;
+	strong {
+		color:$spot;
+		font-size:18px;
+		font-weight: 400;
+		span {
+			font-size:24px;
+			font-weight: 700;
+		}
+	}
+	p {
+		font-size:14px;
+		display: block;
+		line-height: 1.45;
+	}
+	&::before {
+		content: " ";
+		width: 80px;
+		height: 80px;
+		background-size: 100% 100%;
+		background:url(../image/common/loading.svg) center no-repeat;
+	}
+  }
+
+  .txt-none {
+	text-align: center;
+	color: $gr300;
+	padding-top: 80px;
+	padding-bottom: 80px;
+	&::before {
+		content: "";
+		display: block;
+		width: 60px;
+		height: 60px;
+		margin: 0 auto 16px;
+		background:url(../image/common/txt_none.svg) center no-repeat;
+		background-size: contain;
+	}
+  }
+  %txt-none-box {
+	position: absolute;
+	display: flex;
+	flex-direction: column;
+	top:50%;
+	left:50%;
+	width: calc(100% - 23px);
+	transform: translate(-50%, -50%);
+	gap: 4px;
+	align-items: center;
+	text-align: center;
+	figure {
+		margin-bottom:16px;
+	}
+	em {
+		font-size:16px;
+		font-weight: $m;
+	}
+	p {
+		font-size:12px;
+		color:$gr300;
+	}
+}
+.txt-none-box  {
+	@extend  %txt-none-box;
+}
+.flex-area {
+	display:flex;
+	flex-wrap: wrap;
+	gap:8px;
+	justify-content: space-between;
+	&.dir-col {
+		flex-direction: column;
+		flex-wrap: nowrap;
+	}
+	> * {
+		margin-bottom:0;
+	}
+	&.lg {
+		gap:16px;
+	}
+	&.sm {
+		gap:4px;
+	}
+	.center {
+		justify-content: center;
+	}
+	.vcenter {
+		align-items: center;
+	}
+	.l-area,
+	.r-area {
+		// flex:1;
+		display: flex;
+		align-items: center;
+	}
+	.r-area {
+		justify-content: flex-end;
+	}
+  }
+  .dir-col {
+	flex-direction: column !important;
+}
+  .flex1 {
+	flex:1;
+}
+
+.row-bar {
+	display: flex;
+	&> * {
+		flex: 1;
+		padding: 0 8px;
+		border-left: 1px solid $gr100;
+		&:first-child {
+			padding-left: 0;
+			border-left: none;
+		}
+		&:last-child {
+			padding-right: 0;
+		}
+	}
+}
+
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.pc {
+		display: none !important;
+	}
+	.ta,
+	.tamo {
+		display: block !important;
+	}
+	.fnc-area,
+	.tit-area {
+		gap: 8px 4px;
+		margin-bottom:16px;
+		&.border {
+			padding-bottom:16px;
+		}
+	}
+	.fnc-area  {
+		// flex-direction: column;
+		// justify-content: space-between;
+		// align-items: flex-start;
+		// overflow:hidden;
+		gap:4px 48px;
+		flex-wrap: wrap;
+		.l-area,
+		.r-area {
+			overflow-x: auto;
+			overflow-y: hidden;
+			min-width: 0;
+			max-width: 100%;
+			.checkradio-custom-area {
+				flex-wrap: nowrap;
+				white-space: nowrap;
+			}
+		}
+	}
+	.tit {
+		font-size: 20px;
+	}
+	.tit-sm {
+		font-size:18px;		
+	}
+	.bg-box,
+	.border-box {
+		padding: 40px 30px;
+
+		div[class$=type] {
+			margin-top: 16px;
+		}
+
+		.btn-cont {
+			margin-top: 16px;
+		}
+
+	}
+
+	.box-tit-lg {
+		font-size: 2.4rem;
+		margin-bottom: 5px;
+	}
+
+	.box-tit {
+		font-size: 2rem;
+		margin-bottom: 10px;
+	}
+
+	.box-txt {
+		font-size: 1.7rem;
+
+		em.fs-lg {
+			font-size: 2rem;
+		}
+	}
+
+	.sch-area {
+		text-align: center;
+
+		& + .total-count {
+			margin-top: 0;
+			line-height: 1.5;
+		}
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	.m-none {
+		display: none;
+	}
+
+	.m-block {
+		display: block;
+	}
+	.pc,
+	.pcta,
+	.ta {
+		display: none !important;
+	}
+	.tamo,
+	.mo {
+		display: block !important;
+	}
+	.q0 {
+		width: 50px;
+	}
+	.q1 {
+		width: 50%
+	}
+
+	.q2 {
+		width: 70%
+	}
+
+	.q3 {
+		width: 90%
+	}
+
+	.q4 {
+		width: 100%;
+	}
+	.fnc-area  {
+		.l-area,
+		.r-area {
+			gap:4px;
+			select, 
+			input[type=text],
+			input[type=password],
+			input[type=number],
+			input[type=email],
+			input[type=tel],
+			input[type=time],
+			input [type=date],
+			.sch .btn-sch {
+				height: 32px;
+				font-size:var(--fs) !important;
+			}
+			.sch .btn-sch  {
+				width: 32px;
+			}
+		}
+		.l-area {
+			order: 1;
+		}
+		.r-area {
+			order: 0;
+			justify-content: flex-start;
+			margin-left: 0;
+		}
+	}
+	.bg-box,
+	.border-box,
+	.sch-box {
+		margin-bottom: 20px;
+		padding: 20px 15px;
+		font-size: 1.4rem;
+
+		.bg-box + .form-cont {
+			margin-top: 0;
+		}
+	}
+
+	.box-tit-lg {
+		font-size: 2rem;
+	}
+
+	.box-tit {
+		margin-bottom: 10px;
+		font-size: 1.6rem;
+	}
+
+	.bullet,
+	.bullet-tit,
+	.bullet-dash,
+	.bullet-none {
+		li {
+			// & ~ li {
+			// 	margin-top: 5px;
+			// }
+		}
+	}
+
+	.bullet {
+		li:before {
+			width: 3px;
+			height: 3px;
+			top: 8px;
+		}
+	}
+
+	.bullet-tit {
+		li {
+			padding-left: 100px;
+
+			&:before {
+				top: 6px;
+			}
+		}
+
+		cite {
+			left: 15px;
+		}
+	}
+	.tit {
+		font-size: 18px;
+	}
+	.tit-sm {
+		font-size:16px;
+	}
+	.info-list {
+		> li {
+			flex-direction:column;
+			gap:4px;
+			cite {
+				flex-basis: auto;
+			}
+		}
+	}
+	.tag {
+		height: 24px;
+		// line-height:22px;
+		font-size:12px;
+		border-radius: 12px;
+		padding: 0 12px;
+	}
+	.file-add-area {
+		flex-direction: column;
+		align-items: flex-start;
+		.item-area {
+			width: 100%;
+			.item {					
+				.txt {
+					flex:1;
+					width: 0;
+					max-width: 100%;
+				}
+			}
+		}
+		.url-add-area {
+			width: 100%;
+			label {
+				width: 0;
+			}
+		}
+	}
+	// .sch {
+	// 	// display: block;
+	// 	height: 50px;
+	// 	font-size: 0;
+	// 	border-radius: 25px;
+	// 	max-width: 400px;
+	// 	margin: 0 auto;
+
+	// 	input[type="text"] {
+	// 		width: calc(100% - 50px);
+	// 		height: 50px;
+	// 		vertical-align: top;
+	// 	}
+
+	// 	.btn-sch {
+	// 		height: 50px;
+	// 		width: 50px;
+	// 	}
+
+	// 	text-align: left;
+	// }
+
+	.sch-area + .total-count {
+		margin-bottom: 10px;
+	}
+
+	.txt-none {
+		&::before {
+			width: 40px;
+			height: 40px;
+			margin-bottom: 8px;
+		}
+	}
+
+	.row-bar {
+		flex-direction: column;
+		&> * {
+			padding: 16px 0;
+			border-left: none; 
+			border-top: 1px solid $gr100;
+			&:first-child {
+				padding-top: 0;
+				border-top: none;
+			}
+			&:last-child {
+				padding-bottom: 0;
+			}
+		}
+	}
+}
 
base/src/main/webapp/resources/front/manage/css/component/_error.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_error.scss
@@ -0,0 +1,26 @@
+.error-area {
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	text-align: center;
+	padding:100px 0;
+	figure {
+		img {
+			margin-bottom: 16px;
+		}
+	}
+	h2 {
+		font-size: 20px;
+		font-weight: 400;
+		color: $spot;
+		margin-bottom: 4px;
+	}
+	p {
+		color: $gr500;
+	}
+	.btn-cont {
+		margin-top:40px;
+		margin-bottom: 0;
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_ico.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_ico.scss
@@ -0,0 +1,112 @@
+.ico {
+    @each $icon in $ico-list{
+        &-#{$icon}{
+            position:relative;
+            display:inline-block;
+            vertical-align:middle;
+
+            width: $ico-size;
+            height: $ico-size;
+            mask-image:url($url-img + 'common/ico24x24.svg');
+            mask-repeat: no-repeat;
+            mask-position: center center;
+            mask-size:$ico-size * $ico-col auto;
+            background-color: #333;
+            &.spot {
+                background-color: $spot;
+            }
+            &.wh {
+               background-color: #fff;
+            }
+            &.gr {
+                background-color: $gr;
+            }
+        }
+        $i: index($ico-list, $icon) -  1;
+        $x: ($i % $ico-col) * -$ico-size;
+        $y: floor(math.div($i, $ico-col)) * -$ico-size;
+        &-#{$icon}{ mask-position:#{$x $y};}
+    }
+}
+
+.ico-sm {
+    @each $icon in $ico-list {
+        &-#{$icon}{
+            position:relative;
+            display:inline-block;
+            vertical-align:middle;
+
+            width: $ico-size-sm;
+            height: $ico-size-sm;
+            mask-image:url($url-img + 'common/ico16x16.svg');
+            mask-repeat: no-repeat;
+            mask-position: center center;
+            mask-size:$ico-size-sm * $ico-col auto;
+            background-color: $gr;
+            &.spot {
+                background-color: $spot;
+            }
+            &.wh {
+                background-color: #fff;
+            }
+        }
+
+        $i: index($ico-list, $icon) -  1;
+        $x: ($i % $ico-col) * -$ico-size-sm;
+        // $y: math.floor($i / $ico-col) * -$ico-size-sm;
+        $y: floor(math.div($i, $ico-col)) * -$ico-size-sm;
+        &-#{$icon}{mask-position:#{$x $y};}
+    }
+}
+// .ico-sm {
+// 	@each $icon in $ico-list {
+//         $i: index($ico-list, $icon) -  1;
+//         $x: ($i % $ico-col) * -$ico-size-sm;
+//         // $y: math.floor($i / $ico-col) * -$ico-size-sm;
+//         $y: floor(math.div($i, $ico-col)) * -$ico-size-sm;
+//         &-#{$icon}{background-position:#{$x $y};}
+//     }
+// }
+[class^=ico-].back {
+	margin-left:7px;
+}
+
+.btn [class^=ico-] {
+	margin-top:-3px;
+	margin-right:1px;
+}
+
+.ico-file {
+    @each $icon in $ico-file-list{
+        &-#{$icon}{
+            position:relative;
+            display:inline-block;
+            vertical-align:middle;
+            width: $ico-size;
+            height: $ico-size;
+            background-image:url($url-img + 'common/ico_file.svg');
+            background-repeat: no-repeat;
+            background-size:$ico-size * $ico-col auto;
+        }
+        $i: index($ico-file-list, $icon) -  1;
+        $x: ($i % $ico-col) * -$ico-size;
+        $y: floor(math.div($i, $ico-col)) * -$ico-size;
+        &-#{$icon}{ background-position:#{$x $y};}
+    }
+}
+.ico-move {
+    background-color: $gr100-hover;
+}
+
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_input.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_input.scss
@@ -0,0 +1,615 @@
+.flex-box {
+	display: flex;
+	flex-wrap:wrap;
+	gap:12px;
+}
+.flex-box.col2 {
+	gap:12px 0;
+	.checkradio {
+		flex-basis: 0 auto;
+		width: 50%;
+		margin-right:0;
+	}
+}
+select {
+	border: 1px solid $gr100;
+	box-sizing: border-box;
+	height: 40px;
+	padding: 0 32px 0 16px;
+	max-width: 100%;
+	border-radius: $radius;
+	-webkit-appearance: none;
+	-moz-appearance: none;
+	-webkit-box-sizing: border-box;
+	box-sizing: border-box;
+	background: url($url-img + 'common/sel_arr.svg') center right no-repeat;
+	&:disabled {
+		opacity: .5;
+	}
+}
+select::-ms-expand {
+	display: none;
+}
+
+.lnb-sel {
+	font-size: 18px;
+	font-weight: $b;
+	border: none;
+	border-radius: 0;
+	padding: 0;
+	padding-right: 28px;
+	height: auto;
+	background: url($url-img + 'common/sel_lnb.svg') center right no-repeat;
+	// margin-bottom: 16px;
+}
+.lnb-sel:focus {
+	border: none;
+}
+
+input[type=text],
+input[type=password],
+input[type=number],
+input[type=email],
+input[type=tel],
+input[type=time],
+input[type=date] {
+	border-radius: $radius;
+	padding: 0 16px;
+	max-width: 100%;
+	width: 320px;
+	height: 40px;
+	border: 1px solid $gr100;
+	vertical-align: middle;
+	box-sizing: border-box;
+	-webkit-transition: all .3s;
+	transition: all .3s;
+}
+
+input::placeholder,
+textarea::placeholder {
+	color: $gr300;
+}
+
+input[type=time] {
+	width: 200px;
+}
+
+input[type=number] {
+	padding: 0 8px;
+	-moz-appearance: textfield;
+	width: auto;
+	text-align: center;
+}
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button  {
+	-webkit-appearance: none;
+}
+input[type="file"],
+input[type="file"]:hover {
+	padding: 0;
+	border: none;
+}
+
+input[type=date] {
+	width: 140px;
+}
+.date-box {
+	display: flex;
+	flex-wrap: wrap;
+	align-items: center;
+	gap:4px 8px;
+	input[type=date] {
+		flex:1;
+		min-width: 140px;
+	}
+}
+// 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 0px 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: $gr50;
+	box-shadow: none;
+	pointer-events: none;
+}
+
+input[type="file"]:hover {
+	border: none;
+}
+select:focus,
+input:focus,
+textarea:focus {
+	border: 1px solid $spot;
+	outline : none;
+}
+
+textarea {
+	display: block;
+	width: 100%;
+	padding: 12px 16px;
+	box-sizing: border-box;
+	background: $wh;
+	border-color: $gr100;
+	border-radius: $radius;
+}
+
+textarea[disabled] {
+	border: none;
+}
+
+textarea:focus[disabled] {
+	box-shadow: none;
+}
+.input-box {
+	display:inline-flex;
+	align-items: center;
+	border:1px solid $gr100;
+	padding-right:16px;
+	input {
+		border:none;
+	}
+}
+.input-custom-area {
+	display: flex;
+	flex-wrap: wrap;
+	gap:8px;
+	label {
+		display: flex;
+		align-items: center;
+		border:1px solid $gr100;
+		border-radius: $radius;
+		overflow: hidden;
+		input,
+		select {
+			border:none;
+		}
+		span {
+			display: inline-block;
+			background-color: $gr50;
+			display: flex;
+			align-items: center;
+			height: 40px;
+			vertical-align: middle;
+			padding:0 12px;
+			border-left:1px solid $gr100;
+		}
+	}
+}
+
+
+/*checkbox, radio */
+.checkradio {
+	display:inline-block;
+	align-items: center;
+	position: relative;
+	margin-right:36px;
+	min-width: 20px;
+	min-height: 20px;
+	vertical-align: middle;
+	overflow: hidden;
+	word-break: keep-all;
+
+	&:only-child,
+	&:last-child {
+		margin-right: 0;
+	}
+
+	input[type="checkbox"],
+	input[type="radio"] {
+		position: absolute;
+		width: 1px;
+		height: 1px;
+		padding: 0;
+		overflow: hidden;
+		clip: rect(0, 0, 0, 0);
+		border: 0;
+
+		& ~ label {
+			position: relative;
+			display: inline-block;
+			margin-right:4px;
+			min-width:0;
+			padding-left: 28px;
+			cursor: pointer;
+			box-sizing: border-box;
+			word-break:normal;
+
+			&:before {
+				content: " ";
+				position: absolute;
+				left: 0;
+				top: 0;
+				display: block;
+				width: 20px;
+				height: 20px;
+				background: $wh;
+				border: 1px solid $gr100;
+				box-sizing: border-box;
+			}
+
+			&.txt-hide {
+				position: relative;
+				top: auto;
+				left: auto;
+				overflow: hidden;
+				width: 20px;
+				height: 20px;
+				font-size: 0;
+				padding-left: 0;
+				line-height: 1.5;
+				clip: rect(0 0 0 0);
+				white-space: normal;
+				text-indent: 0;
+
+				&:before {
+					margin-right: 0;
+				}
+			}
+		}
+
+		// &:focus ~ label {
+		// 	outline: 2px solid $bk;
+		// }
+
+		&:disabled ~ label {
+			color:$gr300;
+			pointer-events: none;
+			opacity: .5;
+		}
+	}
+	input[type="checkbox"] {
+		& ~ label { 
+			&:after {
+				content: " ";
+				position: absolute;
+				top: 4px;
+				left: 8px;
+				width: 6px;
+				height: 10px;
+				border-bottom:2px solid $gr300;
+				border-right:2px solid $gr300;
+				box-sizing: border-box;
+				transform: rotate(45deg);
+				transform-origin: center center;
+			}
+		}
+		&:checked {
+			& ~ label {
+				&:before,
+				&:after {
+					border-color: $spot;
+				}
+			}
+		}
+	}
+	input[type="radio"] {
+		& ~ label {
+			&:before,
+			&:after {
+				border-radius: 50%;
+			}
+			&:after  {
+				content: " ";
+				position: absolute;
+				display: block;
+				top: 5px;
+				left: 5px;
+				width: 10px;
+				height: 10px;
+				background: $gr300;
+			}
+		}
+		&:checked {
+			& ~ label {
+
+				&:before {
+					border-color: $spot;
+				}
+				&:after {
+					background-color: $spot;
+				}
+			}
+		}
+	}
+}
+
+.checkradio-toggle {
+	display: inline-block;
+	position: relative;
+	font-size: 0;
+	vertical-align: middle;
+	overflow: hidden;
+
+	input[type="checkbox"],
+	input[type="radio"] {
+		position: absolute;
+		width: 1px;
+		height: 1px;
+		padding: 0;
+		margin: -1px;
+		overflow: hidden;
+		clip: rect(0, 0, 0, 0);
+		border: 0;
+
+		&~label {
+			position: relative;
+			display: inline-block;
+			align-items: center;
+			border-radius: 20px;
+			height: 20px;
+			width: 40px;
+			background: $gr100;
+			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;
+
+			&:focus {
+				outline: none;
+			}
+
+			&:before {
+				content: " ";
+				position: absolute;
+				display: block;
+				left: 22px;
+				top: 2px;
+				width: 16px;
+				height: 16px;
+				background: $wh;
+				vertical-align: middle;
+				box-sizing: border-box;
+				border-radius: 50%;
+				transition: left .3s;
+			}
+		}
+
+		&:checked {
+			&~label {
+				background-color: $spot;
+
+				&:before {
+					left: 2px;
+				}
+			}
+		}
+
+		&:disabled~label {
+			color: #777;
+			background-color: $gr100;
+		}
+
+		&:checked:disabled~label {
+			background-color: $spot;
+			opacity: .5;
+		}
+	}
+
+	input[type="radio"] {
+		&+label {
+
+			&:before,
+			&:after {
+				border-radius: 50%;
+			}
+		}
+	}
+}
+
+.checkradio-area {
+	display: flex;
+	flex-wrap: wrap;
+	gap:8px 20px;
+	&.col6 {
+		.checkradio {
+			flex-basis: calc(100% / 6 - 20px);
+		}
+	}
+	.checkradio {
+		margin:0;
+	}
+}
+.checkradio-custom-area {
+    font-size: 0;
+	display: flex;
+    flex-wrap: wrap;
+	gap:8px;
+	.checkradio {
+		margin:0;
+		input[type="checkbox"],
+		input[type="radio"] {
+			& ~ label {
+				display: inline-block;
+				font-size: 14px;
+				font-weight: 500;
+				border: 1px solid $gr100;
+				color: $bk;
+				height: 40px;
+				line-height: 38px;
+				border-radius: $radius;
+				padding-left: 16px;
+				padding-right: 16px;
+				box-sizing: border-box;
+				background-color: #fff;
+				letter-spacing: -0.3px;
+				margin-right:0;
+				&::before,
+				&::after {
+					display: none;
+				}
+			}
+			&:checked {
+				& ~ label {
+					color:  $spot;
+					border-color: $spot;
+					font-weight: $b;
+					letter-spacing: -0.35px;
+					margin: 0;
+				 }				
+			}
+		}
+	}
+}
+
+.checkradio-custom-block-area {
+	display: flex;
+	flex-direction: column;
+    flex-wrap: wrap;
+	gap:8px;
+	.checkradio {
+		position: relative;
+		display: flex;
+		width: 100%;
+		margin:0;
+		min-height: 48px;
+		padding:16px;
+		gap:4px 16px;
+		box-sizing: border-box;
+		background-color: #fff;
+		border-radius: $radius;
+		input[type="checkbox"],
+		input[type="radio"] {
+			& ~ label {
+				position: absolute;
+				top:0;
+				left:0;
+				bottom:0;
+				right:0;
+				display:flex;
+				align-items: center;
+				gap:16px;
+				width: 100%;
+				
+				border: 1px solid $gr80;
+				border-radius: $radius;
+				text-indent: -99999px;
+				box-sizing: border-box;
+				color:$gr500;
+				&::before,
+				&::after {
+					display: none;
+				}
+			}
+			&:checked {
+				& ~ label {
+					color:  $bk;
+					border-color: $spot;
+					margin: 0;
+				 }
+				& ~ .txt-area {
+					color:$bk;
+				}
+			}
+		}
+		&.bk {
+			input[type="checkbox"],
+			input[type="radio"] {
+				&:checked {
+					& ~ label {
+						color:  $bk;
+						border-color: $bk;
+						margin: 0;
+					 }
+					
+				}
+			}
+		}
+	}
+	.relative-z {
+		position: relative;
+		z-index: 1;
+	}
+	.txt-area {
+		// display: flex;
+		font-size: 14px;
+		color:$gr500;
+		flex:1;
+		.label-area {
+			margin-bottom:8px;
+		}
+	}
+	.checkradio-fnc {
+		position: relative;
+		z-index: 1;
+		display: flex;
+		align-items: center;
+		gap:8px;
+	}
+}
+
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.checkradio {
+		margin-right: 24px;
+	}
+	input[type=text],
+	input[type=password],
+	input[type=email],
+	input[type=tel] {
+		width: 240px;
+	}
+	.checkradio-area {
+		&.col6 {
+			.checkradio {
+				flex-basis: calc(100% / 3 - 20px);
+			}
+		}
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	// select, 
+	// input[type=text],
+	// input[type=password],
+	// input[type=number],
+	// input[type=email],
+	// input[type=tel],
+	// input[type=time],
+	// input [type=date] {
+	// 	height: 32px;
+	// }
+	.checkradio-area {
+		&.col6 {
+			.checkradio {
+				flex-basis: calc(100% / 2 - 20px);
+			}
+		}
+	}
+	.checkradio-custom-area {
+		gap:4px;
+		.checkradio {
+			margin:0;
+			input[type="checkbox"],
+			input[type="radio"] {
+				& ~ label {
+					font-size: var(--fs);
+					height: 32px;
+					line-height: 30px;
+					padding-left: 12px;
+					padding-right: 12px;
+				}
+			}
+		}
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_label.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_label.scss
@@ -0,0 +1,79 @@
+/* label */
+.label-area,
+.label-bg-area {
+	display:flex;
+	flex-wrap: wrap;
+	gap:4px;
+	span {
+		align-self: center;
+	}
+}
+// .label-bg-area  {
+// 	gap:8px;
+// 	padding:16px;
+// 	align-items: center;
+// 	border:1px solid $gr80;
+// 	background-color: $gr50;
+// 	border-radius: $radius;
+// 	box-sizing: border-box;
+// 	min-height: 64px;
+// }
+.label {
+	display: inline-flex;
+	height: 24px;
+	align-items: center;
+	box-sizing: border-box;
+	color:$gr500;
+	background-color: $gr50;
+	padding: 0 8px;
+	font-size: 12px;
+	vertical-align: middle;
+	gap:4px;
+	&.spot {
+		background-color: $spot;
+		color: #fff;
+	}
+	&.spot2 {
+		background-color: $spot2;
+		border-color: $spot2;
+		color: #fff;
+	}
+	&.bl {
+		background-color:rgba($color: $bl, $alpha: .06);
+		color:$spot;
+		&.hover:hover {
+			background-color:rgba($color: $bl, $alpha: 0.2);
+		}		
+	}
+	&.gn {
+		background-color:rgba($color: $gn, $alpha: .05);
+		color:$gn;
+		&.hover:hover {
+			background-color:rgba($color: $gn, $alpha: 0.2);
+		}			
+	}
+	&.rd {
+		background-color:rgba($color: $rd, $alpha: .06);
+		color:$rd;
+		&.hover:hover {
+			background-color:rgba($color: $rd, $alpha: 0.2);
+		}			
+	}
+	&.wh {
+		background-color: #fff;
+		border:1px solid $gr100;
+	}
+	&.num {
+		background-color: $spot;
+		color: #fff;
+		font-weight: 700;
+	}
+	&.round {
+		border-radius: 2em;
+	}
+	&.lg {
+		height:32px;
+		font-weight: 700;
+		padding:0 16px;
+	}
+}
 
base/src/main/webapp/resources/front/manage/css/component/_list.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_list.scss
@@ -0,0 +1,357 @@
+.link-full {
+	position: absolute;
+	top:0;
+	left:0;
+	right:0;
+	bottom:0;
+	z-index: 1;
+	text-indent: -99999px;
+}
+// $gap:16px;
+// %col2 {
+// 	li {
+// 		width: calc((100% - $gap) / 2);
+// 	}
+// }
+// %col3 {
+// 	li {
+// 		width: calc((100% - $gap * 2 ) / 3);
+// 	}
+// }
+// %col4 {
+// 	li {
+// 		width: calc((100% - $gap * 3 ) / 4);
+// 	}
+// }
+.thumb-list {
+	$gap:28px;
+	display: flex;
+	flex-wrap: wrap;
+	gap:48px $gap;
+	li {
+		position: relative;
+		width: calc((100% - $gap * 2 ) / 3);
+		&:hover {
+			.thumb-fnc-r {
+				.btn-ico {
+					opacity: 1;
+					visibility: visible;
+					transition: .6s;
+				}
+			}
+		}
+	}
+	&.sm {
+		$gap:8px;
+		gap:20px $gap;
+		li {
+			width: calc((100% - $gap * 2 ) / 3);
+		}
+	}
+}
+.thumb-sm-list {
+	$gap:8px;
+	display: flex;
+	flex-wrap: wrap;
+	gap:20px $gap;
+	li {
+		position: relative;
+		width: calc((100% - $gap * 2 ) / 3);	
+	}
+	.thumb-txt-area {
+		p {
+			font-size:14px;
+		}
+		cite {
+			margin-top:4px;
+		}
+	}
+	&.col4 {
+		li {
+			width: calc((100% - $gap * 3 ) / 4);
+		}
+	}
+}
+.thumb-block-list {
+	$gap:16px;
+	li {
+		position: relative;
+		& ~ li {
+			margin-top: 24px;
+		}
+	}
+}
+.thumb-h-list {
+	display: flex;
+	flex-direction: column;
+	gap: 16px;
+	.item,
+	li {
+		position: relative;
+		display: flex;
+		gap: 12px;
+		align-items: center;
+		min-width: 0;
+		overflow: hidden;
+		.thumb-img-area {
+			width: 128px;
+		}
+		.thumb-txt-area {
+			flex:1;
+			margin-top: 0;
+			min-width: 0;
+			p {
+				font-size:14px;
+				white-space: normal;
+				word-break: break-all;
+				@include ellipsis(2);
+			}
+			cite {
+				font-size:12px;
+			}
+		}
+	}
+} 
+.thumb-img-area {
+	position: relative;
+	overflow: hidden;
+	figure {
+		@include img-size;
+	}
+}
+.link-full:hover ~ .thumb-img-area  {
+	figure {
+		img {
+			top:-3%;
+			left:-3%;
+			width: 106%;
+			height: 106%;
+		}
+	}
+}
+.thumb-txt-area {
+	margin-top:12px;
+	p {
+		@include ellipsis(1);
+		word-break: break-all;
+		font-size:16px;
+	}
+	.info {
+		margin-top: 8px;
+		display: flex;
+		align-items: center;
+		color:$gr300;
+		font-size:0;
+		gap:4px 0;
+		span {
+			display: inline-block;
+			font-size: 12px;
+			&::after {
+				content: " ";
+				display: inline-block;
+				vertical-align: middle;
+				width: 1px;
+				height: 10px;
+				margin:0 8px;
+				background-color: $gr300;
+			}
+			&:last-child {
+				&::after {
+					display: none;
+				}
+			}
+		}
+	}
+	cite {
+		margin-top: 8px;
+		display: block;
+		font-size: 12px;
+		color:$gr300;
+		@include ellipsis(1);
+	}
+	&.sm {
+		margin-top:8px;
+		cite {
+			margin-top:4px;
+		}
+	}
+	.etc-area {
+		margin-top:12px;
+		display: flex;
+		flex-wrap: wrap;
+	}
+	i {
+		margin-right: 4px;
+	}
+}
+.thumb-swiper {
+	position: relative;
+	padding-left:24px;
+	padding-right: 24px;
+	// width: calc(100% + 48px);
+	box-sizing: border-box;
+	margin-left:-24px;
+	margin-right:-24px;
+	&::before,
+	&::after {
+		content: " ";
+		position:absolute;
+		left:0;
+		top:0;
+		background: #fff;
+		width: 24px;
+		height: 100%;
+		z-index: 2;
+	}
+	&::after  {
+		left:auto;
+		right:0;
+	}
+}
+
+.thumb-fnc {
+	&-l,
+	&-r {
+		position: absolute;
+		top:8px;
+		z-index: 2;
+	}
+	&-l {
+		left:8px;
+	}
+	&-r {
+		right:8px;
+		.btn-ico {
+			opacity: 0;
+			visibility: hidden;
+		}
+	}
+}
+li {
+	&:hover {
+		.thumb-fnc-hover {
+			display: flex;
+		}
+	}
+}
+.thumb-fnc-hover {
+	display: none;
+	position: absolute;
+	top:0;
+	left:0;
+	right:0;
+	bottom:0;
+	align-items: center;
+	justify-content: center;
+	background-color: rgba($bk ,.4);
+	gap:4px;
+	.round.bk {
+		background-color: rgba($bk ,.9);
+	}
+}
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.thumb-list {
+		$gap:16px;
+		gap:36px $gap;
+		li {
+			width: calc((100% - $gap * 2 ) / 3);
+		}
+	}
+	.thumb-txt-area {
+		p {
+			font-size:var(--fs);
+			
+		}
+		.info span,
+		cite {
+			font-size:var(--fs-sm);
+		}
+	}
+	.thumb-swiper {
+		padding-left: var(--wrap-gap);
+		padding-right: var(--wrap-gap);
+		margin-left: calc(var(--wrap-gap) * -1);
+		margin-right: calc(var(--wrap-gap) * -1);
+		&::before,
+		&::after {
+			display: none;
+		}
+	}
+	.thumb-fnc-r {
+		.btn-ico {
+			opacity: 1;
+			visibility: inherit;
+		}
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	.thumb-list {
+		$gap:8px;
+		gap:20px $gap;
+		li {
+			position: relative;
+			width: calc((100% - $gap) / 2);
+		}
+	}
+	.thumb-sm-list {
+		$gap:8px;
+		li {
+			width: calc((100% - $gap) / 2);
+		}
+		&.col4 {
+			li {
+				width: calc((100% - $gap) / 2);
+			}
+		}
+	}
+	.thumb-txt-area {
+		p {
+			font-size:var(--fs);
+		}
+		cite {
+			margin-top:2px;
+			font-size:var(--fs-sm);
+		}
+		.info {
+			margin-top:4px;
+			span {
+				font-size:var(--fs-sm);
+				&::after {
+					height: 8px;
+					margin:0 6px;
+				}
+			}
+		}
+	}
+	.thumb-swiper {
+		padding-left: var(--wrap-gap);
+		padding-right: var(--wrap-gap);
+		margin-left: calc(var(--wrap-gap) * -1);
+		margin-right: calc(var(--wrap-gap) * -1);
+		&::before,
+		&::after {
+			display: none;
+		}
+	}
+	
+	.thumb-fnc {
+		&-l,
+		&-r {
+			top:4px;
+		}
+		&-l {
+			left:4px;
+		}
+		&-r {
+			right:4px;
+		}
+	}
+
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_paging.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_paging.scss
@@ -0,0 +1,185 @@
+
+/* -------------------------------------------------
+	 COMMON element
+------------------------------------------------- */
+/* paging */
+.paging {
+	display:flex;
+	justify-content: center;
+	align-items: center;
+	margin: 40px auto;
+	gap:4px;
+	overflow: hidden;
+	text-align: center;
+    font-size:0;
+	overflow-x: auto;
+	li {
+		display: inline-block;
+		vertical-align: middle;
+	}
+	a {
+		position: relative;
+		display: block;
+		color:$gr500;
+		width: 40px;
+		height: 40px;
+		line-height: 40px;
+		font-size: 14px;
+		border-radius: $radius;
+		border:1px solid $gr100;
+		&:hover,
+		&:focus {
+			color:$bk;
+		}
+	}
+	.pv {
+		margin-right: 8px;
+	}
+	.fw {
+		margin-left: 8px;
+	}
+	.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: 8px;
+	height: 8px;
+	box-sizing: border-box;
+	border-top: 2px solid $gr500;
+	border-left: 2px solid $gr500;
+    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:-4px;
+}
+.paging li.fw a span:before {
+	margin-left: 4px;
+}
+.paging li.ppv a span:before {
+	margin-left:-8px;
+}
+.paging li.ppv a span:after {
+	margin-left:0;
+}
+.paging li.ffw a span:before {
+	margin-left: 0;
+}
+.paging li.ffw a span:after {
+	margin-left: 8px;
+}
+.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: $bk;
+}
+.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:$bk;
+}
+.paging li.is-active a,
+.paging li.is-active a:hover,
+.paging li.is-active a:focus {
+	color: $spot;
+	font-weight: $b;
+	border-color: $spot;
+}
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+		/* paging */
+	.paging {
+		a {
+			width: 32px;
+			height: 32px;
+			line-height: 30px;
+			font-size: 12px;
+		}
+
+		li.pv {
+			margin-right: 1vw;
+		}
+
+		li.fw {
+			margin-left: 1vw;
+		}
+	}
+
+	// .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;
+	// }
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_painter.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_painter.scss
@@ -0,0 +1,243 @@
+.viewer-painter {
+	display: none;
+	position: absolute;
+	top:0;
+	left:0;
+	bottom:0;
+	right:0;
+	z-index: 1;
+}
+#painterCanvas {
+	margin:0;
+	border-radius:0;
+	border: 0px;
+	position: absolute;
+	top:0;
+	left:0;
+	bottom:0;
+	right:0;
+	width: 100% !important;
+	height:  100% !important;
+	cursor: url($url-img + 'common/img_painter.svg'), auto;
+	z-index: 10;
+}
+.painterbar {
+	position:fixed;
+	z-index: 11;
+	top:50%;
+	right:60px;
+	width:80px;
+	height:380px;
+	padding:36px 6px 48px;
+	display: flex;
+	flex-direction: column;
+	justify-content: space-between;
+	transform: translateY(-50%);
+	box-sizing:border-box;
+	background-color:$gr50;
+	border:2px solid #fff;
+	border-radius:40px;
+	-webkit-user-select:none;
+	-moz-user-select:none;
+	-ms-user-select:none;
+	user-select:none;
+	overflow:hidden;
+	-webkit-overflow-scrolling:touch;
+	-webkit-transition:all .5s;
+	transition:all .5s;
+	box-shadow:10px 10px 30px rgba($color:#000, $alpha:.2);
+	white-space:normal;
+	&.min {
+		display: block;
+		height:100px;
+		width: 80px;
+		padding:0;
+		overflow: hidden;
+		box-sizing: border-box;
+		.btn-painterbar-size {
+			top:0;
+			width: 80px;
+			height: 80px;
+			&::before {
+				top:36px;
+				width: 60px;
+				height: 60px;
+				background:url($url-img + 'common/img_painter.svg') center center no-repeat #eee;
+				border-radius: 50%;
+				background-size:28px 28px;
+			}
+		}
+		.btn-viewer-painter-close {
+			bottom:8px;
+		}
+		.painterbar-stroke,
+		.painterbar-fnc,
+		.painterbar-color {
+			display: none;
+		}
+	}
+}
+.painterbar-stroke {
+	#box{
+		height: 48px;
+		display: flex;
+		align-items: center;
+		justify-content: center;
+	}
+	#stroke{
+		display: block;
+		margin:0 auto;
+		width:16px;
+		height:16px;
+		background-color:#fff;
+		border-radius:50%
+	}
+	.ui-slider{
+		position:relative;
+		margin:0 auto;
+		height:88px;
+		width:12px;
+		background-color: $gr50;
+		background-image:url($url-img + 'common/ico_painter_bar.svg');
+	}	
+	.ui-slider-handle{
+		position:absolute;
+		left:50%;
+		z-index:2;
+		width:20px;
+		height:8px;
+		margin-left:-10px;
+		border-radius:4px;
+		background-color: $spot;
+		border-radius: 2em;
+		cursor: pointer;
+	} 
+}
+.painterbar-fnc {
+	display: flex;
+	flex-wrap: wrap;
+	justify-content: space-between;
+	gap: 4px 0;
+	button {
+		position: relative;
+		flex-basis: 30px;
+		height: 30px;
+		border-radius: 15px;
+		text-indent: -9999px;
+		background-color:$gr80;
+		margin: auto 0;
+		&::before {
+			content: " ";
+			top: 50%;
+			left:50%;
+			transform: translate(-50%, -50%);
+			position: absolute;
+			width: 16px;
+			height: 16px;
+			background-image:url($url-img + 'common/ico_painter.svg');
+			background-position: 0 center;
+		}
+	}
+	#undo {
+		&::before {
+			background-position: 0 center;
+		}
+		
+	}
+	#redo {
+		&::before {
+			background-position: -16px center;
+		}
+	}
+	#clear {
+		flex-basis: 100%;
+		&::before {
+			background-position: -32px center;
+		}
+	}
+	#brush,
+	#init {
+		position: fixed;
+		top:-9999px;
+		width: 1px;
+		height:1px;
+		opacity: 0;
+		background: none;
+	}
+}
+.painterbar-color{
+	display: flex;
+	margin:0 auto;
+	width: 40px;
+	gap:8px;
+	flex-wrap: wrap;
+	justify-content: space-around;
+	.color{
+		position: relative;
+		flex-basis: 16px;
+		width: 16px;
+		height: 16px;
+		border-radius: 50%;
+		box-sizing: border-box;
+		cursor: pointer;
+		&::after {
+			content: " ";
+			position: absolute;
+			left:50%;
+			top:50%;
+			width: 0;
+			height: 0;
+			transform: translate(-50%, -50%);
+			border-radius: 50%;
+			border:2px solid #fff;
+			opacity: 0;
+			transition: all .5s;
+		}
+		&.white {
+			border:1px solid $gr100;
+		}
+		&.chosen {
+			&::after {
+				width: 50%;
+				height: 50%;
+				opacity: 1;
+			}
+			&.white {
+				&::after {
+					border-color: $gr100;
+				}
+			}
+		}
+	}
+}
+.btn-viewer-painter-close,
+.btn-painterbar-size {
+	position:absolute;
+	width:16px;
+	height:16px;
+	left:50%;
+	transform: translateX(-50%);
+	top:16px;
+	text-indent:-9999px;
+	overflow:hidden;
+	border:0;
+	outline:0;
+	&::before {
+		content: " ";
+		top: 50%;
+		left:50%;
+		transform: translate(-50%, -50%);
+		position: absolute;
+		width: 16px;
+		height: 16px;
+		background-image:url($url-img + 'common/ico_painter.svg');
+		background-position: -48px center;
+	}
+}
+.btn-viewer-painter-close{
+	top:auto;
+	bottom: 16px;
+	&::before {
+		background-position: -64px center;
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_popup.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_popup.scss
@@ -0,0 +1,332 @@
+.dim {
+	display: none;
+	position: fixed;
+	width: 100%;
+	height: 100%;
+	top: 0;
+	left: 0;
+	background: rgba(0, 0, 0, 0.5);
+	z-index: 99;
+}
+$pop-gap: 24px;
+.popup {
+	display: none;
+	position: fixed;
+	flex-direction: column;
+	box-sizing: border-box;
+	border: 1px solid $bk;
+	width: 320px;
+	max-width: calc(100% - var(--wrap-gap) * 2);
+	left: 50%;
+	top: 50%;
+	padding: 0;
+	background-color: #fff;
+	z-index: 100;
+	box-shadow: $shadow;
+	border-radius: $radius;
+	transform: translate(-50%, -50%);
+	box-sizing: border-box;
+	max-height: calc(100vh - var(--wrap-gap) * 2);
+	overflow-y: hidden;
+	.pop-close {
+		top: $pop-gap;
+		right: $pop-gap;
+	}
+	.pop-header,
+	.pop-body,
+	.pop-footer {
+		padding-left: $pop-gap;
+		padding-right: $pop-gap;
+	}
+	.pop-header {
+		padding-top: $pop-gap;
+		position: relative;
+		h1 {
+			display: block;
+			font-size: 20px;
+			font-weight: $b;
+			border-bottom: 1px solid $gr80;
+			padding-bottom: 12px;
+			padding-right: 32px;
+		}
+	}
+	img {
+		display: block;
+		max-width: 100%;
+		margin: 0 auto;
+	}
+	// .scroll-body {
+	// 	background-color: yellow;
+
+	// }
+	.pop-body {
+		flex-grow: 1;
+		box-sizing: border-box;
+		overflow-y: auto;
+		padding-top: 16px;
+		padding-bottom: $pop-gap;
+		width: 100%;
+		&:first-child {
+			padding-top: 40px;
+		}
+	}
+	.pop-footer {
+		padding-bottom: $pop-gap;
+		display: flex;
+		flex-direction: column;
+		gap:8px;
+		> * {
+			margin:0;
+		}
+		.btn-flex-cont {
+			margin: 0;
+		}
+	}
+	&.w600 {
+		width: 600px;
+	}
+	&.w800 {
+		width: 800px;
+	}
+	&.w900 {
+		width: 900px;
+	}
+}
+.popup-modal-area {
+	display: none;
+	position: fixed;
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+	top: 0;
+	left: 0;
+	right: 0;
+	bottom: 0;
+	z-index: 100;
+	overflow: hidden;
+	&::before {
+		content: " ";
+		position: absolute;
+		top: 0;
+		left: 0;
+		right: 0;
+		bottom: 0;
+		background-color: rgba(0, 0, 0, 0.2);
+	}
+	&.is-active {
+		display: flex;
+		.popup-modal {
+			animation: opacityUp 0.5s forwards;
+		}
+	}
+}
+.popup-modal {
+	@extend .popup;
+	display: flex;
+	position: relative;
+	top: auto;
+	left: auto;
+	transform: none;
+	.pop-body {
+		padding-bottom: 24px;
+	}
+}
+.pop-msg-area {
+	display: flex;
+	flex-direction: column;
+	text-align: center;
+	gap: 16px;
+	.step + .img-area {
+		margin-top:-24px;
+	}
+	.txt-area {
+		cite {
+			display: block;
+			margin-bottom: 4px;
+			font-size: var(--fs-lg);
+			font-weight: 700;
+		}
+		p {
+			color: $gr500;
+		}
+	}
+}
+.pop-close {
+	position: absolute;
+	width: 24px;
+	height: 24px;
+	overflow: hidden;
+	text-indent: -999px;
+	top: 20px;
+	right: 20px;
+	@include ico(24, close);
+}
+.pop-close.wh {
+	@include ico(24, close, wh);
+}
+.pop-close.lg {
+	@include ico(36, close, wh);
+}
+.popup-zoom {
+	display: none;
+	position: fixed;
+	top: 50%;
+	left: 50%;
+	width: 100%;
+	flex-direction: column;
+	transform: translate(-50%, -50%);
+	overflow-y: auto;
+	box-sizing: border-box;
+	z-index: 100;
+	box-sizing: border-box;
+}
+.popup-zoom img {
+	display: block;
+	max-width: 100%;
+	margin: 0 auto;
+}
+.popup-zoom .pop-header {
+	position: relative;
+	display: flex;
+	justify-content: flex-end;
+	height: 64px;
+}
+.popup-zoom .pop-body {
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	height: calc(100vh - 64px);
+	overflow-y: auto;
+}
+.popup-item {
+	position: fixed;
+	display: flex;
+	flex-direction: column;
+	right: 40px;
+	bottom: 40px;
+	max-width: 300px;
+	width: calc(100% - 32px);
+	z-index: 100;
+	overflow: hidden;
+	background-color: #fff;
+	box-shadow: $shadow;
+	box-sizing: border-box;
+	padding-top: 20px;
+	max-height: calc(100vh - 80px);
+
+	.pop-header {
+		flex: auto;
+		h1 {
+			font-size: 16px;
+			padding: 0 20px 20px;
+		}
+	}
+	.pop-body {
+		padding: 0 20px 20px;
+		overflow-x: hidden;
+		overflow-y: auto;
+		box-sizing: border-box;
+		a {
+			display: block;
+		}
+	}
+	.item-img-area {
+		img {
+			display: block;
+			width: 100%;
+		}
+	}
+	.pop-footer {
+		position: relative;
+		flex: auto;
+		display: flex;
+		align-items: center;
+		padding: 0 20px;
+		height: 60px;
+		justify-content: space-between;
+		background-color: $gr50;
+		.pop-close {
+			position: relative;
+			right: auto;
+			top: auto;
+		}
+	}
+}
+.popup-zoom {
+	display: none;
+	position: fixed;
+	top: 50%;
+	left: 50%;
+	width: 100%;
+	transform: translate(-50%, -50%);
+	width: 100%;
+	overflow-y: auto;
+	box-sizing: border-box;
+	z-index: 101;
+	box-sizing: border-box;
+}
+.popup-zoom img {
+	display: block;
+	max-width: 100%;
+	margin: 0 auto;
+}
+.popup-zoom .pop-header {
+	position: relative;
+	height: 60px;
+	z-index: 10;
+}
+.popup-zoom .pop-body {
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	height: calc(100vh - 60px);
+	overflow-y: auto;
+}
+.popup-zoom .pop-body figure {
+	min-height: 0;
+}
+
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.popup-item {
+		right: 20px;
+		bottom: 20px;
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	$pop-gap: 16px;
+	.popup {
+		.pop-close {
+			top: $pop-gap;
+			right: $pop-gap;
+		}
+		.pop-header,
+		.pop-body,
+		.pop-footer {
+			padding-left: $pop-gap;
+		}
+		.pop-header {
+			padding-top: $pop-gap;
+		}
+		.pop-body {
+			padding-bottom: $pop-gap;
+		}
+		.pop-footer {
+			padding-bottom: $pop-gap;
+		}
+	}
+	.popup-item {
+		right: 50%;
+		bottom: 50%;
+		transform: translate(50%, 50%);
+	}
+}
 
base/src/main/webapp/resources/front/manage/css/component/_table.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_table.scss
@@ -0,0 +1,679 @@
+.scroll-x {
+	overflow-x: auto;
+}
+.scroll-x table {
+	width: 100%;
+}
+table {
+	img { 
+		max-width: 100%;
+	}
+}
+.list-type,
+.write-type,
+.write-type2,
+.info-type,
+.view-type {
+	position:relative;
+	clear:both; 
+	word-break: keep-all;
+	table { 
+		width:100%;
+		clear:both;
+		border-top:1px solid $bk;
+	}
+	th,
+	td {
+		border-color: $gr80;
+		box-sizing:border-box;
+	}
+	th {
+		font-weight: $m;
+		background-color: $gr50;
+	}
+	& + * {
+		margin-top: 40px;
+	}
+	// & + .btn-cont,
+	// & + .paging,
+	// & + .bullet {
+	// 	margin-top: 40px;
+	// }
+	& + .bg-box,
+	& + .border-box,
+	& + .msg {
+		margin-top: 20px;
+	}
+	&.ac {
+		th,
+		td {
+			text-align: center;
+		}
+	}
+}
+/* table : info-type */
+.info-type {
+	word-break: break-all;
+	th,
+	td { 
+		padding:12px 8px;
+		height: 40px;
+		border-bottom:1px solid $gr80;
+		// border-right: 1px solid $gr80;
+		// &:last-child {
+		// 	border-right: none;
+		// }
+	}
+	th { 
+		background:$gr50;
+		padding-top:12px;
+		padding-bottom:12px;
+		color:$gr500;
+		&.spot {
+			background-color: $gr50;
+		}
+	}
+	thead th { 
+		text-align:center;
+	}
+	th.ac,
+	td.ac,
+	tr.ac th,
+	tr.ac td { 
+		padding:14px 4px;
+		text-align:center; 
+	}
+	tr.ac th.al { 
+		text-align:left; 
+	}
+	tr.strong td { 
+		font-weight:$b;
+		font-size:1.5rem;
+		color:$bk; 
+	}
+	td a:hover,
+	td a em { 
+		text-decoration:underline; 
+	}
+	+ table { margin-top:10px; }
+	th strong { font-size:1.5rem;font-weight:$b; }
+	tbody + tbody tr:first-child th,
+	tbody + tbody tr:first-child td { border-top:2px solid $gr100; }
+}
+
+/* table : list-type */
+.list-type { 
+	th,
+	td {
+		padding:12px 4px;
+		border-bottom:1px solid $gr80;
+		text-align: center;
+	}
+	thead  {
+		th { 
+			color:$gr500;
+		}
+	}
+	tbody {
+		td { 
+			height:40px;
+			box-sizing: border-box; 
+			&.al > a {
+				display:inline-block;
+				@include ellipsis(1);
+				max-width:100%;
+				width:auto;
+				color:$bk;
+				box-sizing:border-box;
+				cursor: pointer;
+				&:hover {
+					color:$spot;
+				}
+				& + .msg {
+					margin-top:5px;
+				}
+			}
+			&.pcta {
+				display: table-cell !important;
+			}
+		}
+	}
+	.btn-cont {
+		align-items: center;
+		margin:0;
+		gap:4px;
+	}
+	&.sm {
+		font-size:13px;
+		th,
+		td {
+			padding:12px 8px;
+			min-height: 44px;
+		}	
+		th {
+			font-size:13px;
+		}
+	}
+	// .info-quiz {
+	// 	margin-top: 10px;
+	// 	font-size:0;
+	// 	dt,
+	// 	dd {
+	// 		display: inline-block;
+	// 		font-size:1.6rem;
+	// 	}
+	// 	dt {
+	// 		margin-right: 10px;
+	// 	}
+	// 	dd {
+	// 		margin-right: 40px;
+	// 		color:#777;
+	// 		&:last-child {
+	// 			margin-right: 0;
+	// 		}
+	// 	}
+	// }
+
+	// .btn-cont {
+	// 	margin-top:-12px;
+	// 	margin-bottom:-12px;
+	// 	text-align: center;
+	// 	& + * {
+	// 		display:block;
+	// 		margin-top:10px;
+	// 	}
+	// }
+	.info-quiz {
+		display: flex;
+		flex-direction: column;
+		gap:8px;
+		.txt-area {
+			flex:1;
+			line-height: 1.25;
+			small {
+				display: block;
+				font-size: 12px;
+				margin-top: 4px;
+				&:first-child {
+					margin-top: 0;
+				}
+			}
+			cite {
+				display: block;
+				font-weight: 500;
+				margin-top: 2px;
+				padding-bottom: 8px;
+				border-bottom: 1px solid $gr80;
+				margin-bottom: 8px;
+			}
+		}
+		.info-fnc {
+			button {
+				padding: 2px 4px;
+				background-color: $gr50;
+				border-radius: 4px;
+				color: $gr500;
+				font-size:var(--fs-sm);
+				&:hover {
+					background-color: $gr80;
+				}
+				i {
+					transform: scale(0.8);
+				}
+			}
+		}
+	}
+}
+
+/* write-type */
+.required {
+	display:inline-block;
+	margin-left:2px;
+	width:7px;
+	height:7px;
+    animation: opacity 2s infinite alternate; 
+	color:$rd;
+}
+.txt-option {
+	font-size:12px;
+	color:$gr500;
+}
+.msg {
+	font-size:12px;
+	color:$gr500;
+}
+.write-type { 
+	th,
+	td {
+		border-bottom:1px solid $gr100;
+		text-align:left;
+		height: 60px;
+		padding: 8px 16px;
+		// padding-left:16px;
+		// padding-right:16px;
+		vertical-align:middle;
+		box-sizing: border-box;
+	}
+	th {
+		background-color:$gr50;
+		border-right: 1px solid $gr100;
+		position:relative;
+		
+		font-weight:500;
+		&.spot {
+			background-color: $gr50;
+		}
+	}
+	td { 
+		& > * {
+			margin-top:4px;
+			margin-bottom:4px;
+		}
+		& > :not(.block),
+		& > :not(.datepicker-box) {
+			margin-right:4px;
+		}
+		& >  :last-child {
+			margin-right:0;
+		}
+		.checkradio  {
+			margin-right:36px;
+			// margin-bottom: 8px;
+		}
+		fieldset {
+			.checkradio {
+				margin-top: 4px;
+				margin-bottom: 4px;
+			}
+		}
+	}
+	input.q0  { width:100px }
+    input[type=number].q0 { width: 100px; }
+    input.q1  { width:calc((100% - 30px) / 4); }
+    input.q2  { width:calc((100% - 10px) / 2); }
+	input.q3  { width:calc((100% - 30px) / 3 * 2); }
+    input.q4  { width:100% }	
+	
+	input {
+		& + .msg,
+		& + .item-list-box {
+			margin-top: 0;
+		}
+	}
+}
+.write-type2{ 
+	@extend .write-type;
+	// border-top:1px solid $gr100;
+	table {
+		border-top:1px solid $gr80;
+	}
+	th,
+	td {
+		border-bottom: 1px solid $gr80;
+		padding-right:16px;
+	}
+	th {
+		background-color: transparent;
+		border-right:none;
+		border-left:1px solid $gr80;
+		padding-left:16px;
+		&:first-child {
+			border-left: none;
+			padding-left:0;
+		}
+	}
+}
+
+/* table : view-type */
+.view-type {
+	img { max-width : 100% }
+	thead { 
+		th  {
+			padding:24px 0;
+			text-align: left;
+			background-color: none;
+			background: none !important;
+			border-bottom: 1px solid $gr80;
+		}
+		h3 {
+			font-size:18px;
+			font-weight: 700;
+		}
+		.info-quiz {
+			margin-top: 4px;
+		}	
+	}
+	tbody {
+		td {
+			padding:24px 0;
+			border-bottom: 1px solid $gr80;
+		}
+	}
+	.info-quiz {
+		display: flex;
+		flex-wrap: wrap;
+	    li {
+			position: relative;
+			&:after {
+				content:" ";
+				display: inline-block;
+				width:1px;
+				height:12px;
+				margin:0 8px;
+				margin-top:-2px;
+				background-color:$bk;
+				vertical-align: middle;
+			}
+			&:last-child {
+				margin-right: 0;
+				padding-right: 0;
+				&:after {
+					display: none;
+				}
+			}
+		}		
+	}
+}
+/*board reset*/
+#boardContents {
+	padding:40px 0;
+}
+#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: 0.83em;
+}
+#boardContents h6 {
+	font-size: 0.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;
+}
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.list-type,
+	.list-type.sm {
+		font-size:var(--fs);
+		text-align: left;
+		thead {
+			display: none;
+		}
+		col,
+		thead th,
+		thead td,
+		tbody th,
+		tbody td  {
+			display: inline-block;
+			width: auto;
+			border: none;
+			height: auto;
+			min-height: 0;
+			padding: 0;
+			margin-bottom: 8px;
+			min-height:0;
+			line-height: 1.3;
+		}
+		tbody {
+			tr {
+				display: block;
+				width: 100%;
+				border-bottom: 1px solid $gr80;
+				padding: 20px 0 16px;
+			}
+			td {
+				color:$gr500;
+				vertical-align: middle;
+				margin-right:16px;
+				&[data-tit]::before {
+					content: attr(data-tit) " : ";
+					display: inline-block;
+					margin-right:4px;
+					text-align: left;
+					color:$bk;
+					vertical-align: top;
+					font-weight: 500;
+				}
+				p {
+					display: inline-block;
+				}
+				// &::after {
+				// 	content: " ";
+				// 	margin:0 12px;
+				// 	display: inline-block;
+				// 	width: 1px;
+				// 	height: 10px;
+				// 	background-color: $gr100;
+				// 	vertical-align: middle;
+				// }
+				&:last-child::after {
+					display: none;
+				}
+				&.al {
+					display: block;
+					margin-right: 0;
+					> a {
+						font-size:15px;
+					}
+					&::after {
+						display: none;
+					}
+				}
+				&.bk {
+					font-size:15px;
+					color:$bk;
+				}
+				&.pcta {
+					display: none !important;
+				}
+				.fs-sm {
+					font-size:var(--fs);
+				}
+			}
+			.btn-cont {
+				display: flex;
+				justify-content: flex-start;
+				text-align: left;
+			}
+			.m-row {
+				display: block;
+				text-align: left;
+				padding-right:0;
+				margin-right:0;
+				&::after {
+					display: none;
+				}
+			}
+			.m-row-flex {
+				width: 100%;
+				display: flex;
+				padding-right:0;
+				margin-right:0;
+				align-items: center;
+				&[data-tit]::before {
+					flex-basis: content;
+					white-space: nowrap;
+				}
+			}
+			.m-bg {
+				background-color: $gr50;
+				border-radius: $radius;
+				padding:8px;
+				margin-top:12px;
+				margin-right:0;
+				.btn-cont {
+					justify-content: flex-end;
+				}
+			}
+		}
+	}
+	.write-type {
+		th,
+		td {
+			padding-left: 20px;
+			padding-right: 20px;
+		}
+	}
+}
+
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {	
+	/* table */
+	.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,
+	// 	td {
+	// 		font-size: 13px;
+	// 	}
+	// }
+
+	div[class$=type] {
+		& + * {
+			margin-top: 40px;
+		}
+
+		& + .btn-cont,
+		& + .paging,
+		& + .bullet {
+			margin-top: 20px;
+		}
+	}
+
+	.table-tit {
+		font-size: 15px;
+	}
+
+	.list-type {
+		font-size:12px;
+		tbody {
+			tr {
+				padding: 16px 0;
+			}
+			td {
+				&.al {
+					margin-right: 0;
+					> a {
+						font-size: 14px;
+					}
+				}
+			}
+		}
+	}
+	.msg {
+		font-size: var(--fs-sm);
+	}
+	.write-type {
+		table {
+			table-layout: auto;
+			overflow: hidden;
+			col,
+			colgroup {
+				display: none;
+			}
+			th,
+			td {
+				display: block;
+				width: 100%;
+				height: auto;		
+				border: none;
+				line-height: 1.33;
+				text-align: left;
+				box-sizing: border-box;
+				overflow: hidden;
+			}
+			th {
+				padding: 12px;
+			}
+
+			td {
+				padding: 8px 0;
+				border-bottom: 1px solid $gr80;
+			}
+			.btn {
+				height:40px;
+				line-height: 38px;
+			}
+		}
+	}
+	.write-type2 {
+		table {
+			tr {
+				padding:12px 0;
+			}
+			th {
+				padding:8px 0 0;
+			}
+			td {
+				padding:4px 0;
+			}
+		}
+	}
+	/* table : view-type */
+	#boardContents {
+		padding: 20px 0;
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/component/_tabs.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/component/_tabs.scss
@@ -0,0 +1,67 @@
+.tabs-normal .tabs-cont {
+	display: none;
+}
+.tabs-nav {
+	margin-bottom: 16px;
+	display: flex;
+	width: 100%;
+	border-left: 1px solid $gr100;
+	box-sizing: border-box;
+	li {
+		position: relative;
+		flex: 1;
+		text-align: center;
+		border: 1px solid $gr100;
+		border-left: none;
+		&:first-of-type {
+			border-radius: $radius 0 0 $radius;
+			a {
+				&.is-active {
+					&::before {
+						border-radius: $radius 0 0 $radius;
+					}
+				}
+			}
+		}
+		&:last-of-type {
+			border-radius: 0 $radius $radius 0;
+		a {
+			&.is-active {
+				&::before {
+					border-radius: 0 $radius $radius 0;
+				}
+			}
+		}
+		}
+	}
+	a {
+		position: relative;
+		display: flex;
+		height: 40px;
+		align-items: center;
+		justify-content: center;
+		background-color: #fff;
+		&.is-active {
+			opacity: 1;
+			color: $spot;
+			font-weight: $b;
+			&::before {
+				content: " ";
+				position: absolute;
+				top:-1px;
+				left:-1px;
+				right:-1px;
+				bottom:-1px;
+				border:1px solid $spot;
+			}
+		}
+	}
+}
+
+@include mobile {
+	.tabs-nav {
+		a {
+			height: 32px;
+		}
+	}	
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Black.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Bold.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraBold.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-ExtraLight.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Light.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Medium.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Regular.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-SemiBold.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff2 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/css/font/Pretendard-Thin.woff2
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/css/layout/_body.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/layout/_body.scss
@@ -0,0 +1,53 @@
+/* layout */
+.wrap {
+	position: relative;
+	padding-left:var(--wrap-gap);
+	padding-right:var(--wrap-gap);
+}
+
+.site-body {
+	padding-top:60px;
+	height: 100%;
+	box-sizing: border-box;
+}
+
+.container {
+	display: flex;
+	min-height: 100%;
+	flex-direction: column;
+	justify-content: space-between;
+	gap:0 80px;
+	.contents {
+		flex:1;
+		min-width: 0;
+	}
+}
+.lnb-area ~ .container {
+	padding-left:240px;
+}
+.section {
+	margin-bottom:72px;
+	&:last-child {
+		margin-bottom:0;
+	}
+}
+.contents {
+	padding:40px 24px;
+}
+
+/* -------------------------------------------------    
+	- TABLET
+------------------------------------------------- */
+@include tablet {
+	.section {
+		margin-bottom:60px;
+	}
+}
+/* -------------------------------------------------    
+	- mobile
+------------------------------------------------- */
+@include mobile {
+	.section {
+		margin-bottom:48px;
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/layout/_header.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/layout/_header.scss
@@ -0,0 +1,38 @@
+.site-header {
+	height: 60px;
+	background-color: #fff;
+	box-shadow: $shadow;
+	display: flex;
+	align-items: center;
+	justify-content: space-between;
+	padding:0 var(--wrap-gap);
+	position: fixed;
+	top:0;
+	width: 100%;
+	box-sizing: border-box;
+	z-index: 10;
+	min-width: 1280px;
+	.l-area {
+		display: flex;
+		gap:40px;
+		align-items: center;
+	}
+	.util {
+		display: flex;
+		gap:8px;
+	}
+}
+.site-gnb {
+	ul {
+		display: flex;
+		gap:40px;
+		font-size:17px;
+		font-weight: 600;
+		a {
+			&.is-current,
+			&:hover {
+				color:$spot;
+			}
+		}
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/layout/_lnb.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/layout/_lnb.scss
@@ -0,0 +1,76 @@
+.lnb-area {
+	background-color: $spot2;
+	justify-content: stretch;
+	position: fixed;
+	top:60px;
+	bottom:0;
+	overflow-y: auto;
+	box-sizing: border-box;
+	width: 240px;
+	padding:24px 0;
+	font-size:15px;
+	a {
+		display: flex;
+		align-items: center;
+		color:#B8BEDB;
+		&.is-current {
+			color:#fff;
+			font-weight: 700;
+		}
+	}
+}
+.lnb {
+	> ul {
+		>li {
+			position: relative;
+			> a {
+				align-items: center;
+				min-height: 48px;
+				padding:8px 40px 8px 16px;
+				box-sizing: border-box;
+				font-weight: 700;
+				color:#fff;
+				&.is-current {
+					position: relative;
+					background-color: #353C5E;
+					&:before {
+						content: " ";
+						position: absolute;
+						top:0;
+						left:0;
+						bottom:0;
+						width: 4px;
+						background-color: $spot;
+					}
+				}
+			}
+			&.is-active {
+				ul {
+					height: auto;
+					&::before {
+						transform: rotate(-180deg);
+					}
+				}
+			}
+		}
+		ul {
+			height:0;
+			overflow: hidden;
+			&::before {
+				content: " ";
+				position: absolute;
+				right:16px;
+				top:12px;
+				width: 24px;
+				height: 24px;
+				@include ico(16, arrow-down, wh);
+				z-index: 1;
+				opacity: .5;
+				transition: all .5s;
+			}
+			a {
+				padding:8px 24px;
+			}
+		}
+	}
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/page/_main.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/page/_main.scss
@@ -0,0 +1,294 @@
+.mn-top {
+    padding-top: 24px;
+    padding-bottom:36px;
+    background-color: $gr50;
+    margin-top:-60px;
+    margin-bottom: 50px;
+}
+.mn-top .mn-sch .mn-sch-box {
+    max-width:  500px;
+    width: 100%;
+    margin: 0 auto;
+}
+.mn-top .mn-sch .mn-sch-box input {
+    width: calc(100% - 50px);
+    border: none;
+    background: none;
+    border-bottom: 2px solid #005183;
+    border-radius: 0;
+    padding-left:0;
+}
+.mn-top .mn-sch .mn-sch-box .btn-sch {
+    display: inline-block;
+    background: url(../image/main/icon_sch.png) no-repeat;
+    width: 30px;
+    height: 30px;
+    text-indent: -9999em;
+    margin-left: 16px;
+}
+
+.filter-area {
+    position: absolute;
+    margin-left:-240px;
+    top:0;
+    bottom:0;
+}
+.filter-btn-cont {
+    .l-area {
+        display: none;
+    }
+}
+.filter-area .btn-close {
+    display: none;
+    position: absolute;
+    top: 0;
+    left: 210px;
+}
+.filter {
+    position: sticky;
+    top: 20px;
+    width: 200px;
+    border: 1px solid #e7e7e7;
+    background: #f3f3f3;
+    border-radius: 10px;
+}
+.filter-cont {
+    padding: 15px;
+    max-height: calc(100vh - 80px);
+    overflow-y: auto;
+    box-sizing: border-box;
+}
+.filter h3 {
+    position: relative;
+    height: 40px;
+    line-height: 40px;
+    padding-left: 40px;
+    color: #333;
+    font-size: 15px;
+    border-bottom: 1px solid #e7e7e7;
+    box-sizing: border-box;
+}
+.filter h3:before {
+    content: " ";
+    position: absolute;
+    left:15px;
+    top:13px;
+    @include ico(16, filter);
+}
+.filter section {
+    position: relative;
+    margin-bottom: 15px;
+}
+.filter h4 {
+    font-size: 14px;
+    color: #000;
+    padding-bottom: 5px;
+    height: 30px;
+    line-height: 30px;
+}
+.filter ul {
+    font-size: 0;
+    width: calc(100% + 5px);
+    margin-left: -5px;
+}
+.filter ul li {
+    display: inline-block;
+    width: calc((100% - 10px) / 2);
+    margin-left: 5px;
+    margin-bottom: 5px;
+}
+.filter .option-tbl {
+    display: table;
+    width: calc(100% + 4px);
+    margin-left: -2px;
+    border-spacing: 2px;
+}
+.filter .option-tbl li {
+    display: table-cell;
+    margin: 0;
+}
+.filter button {
+    display: block;
+    width: 100%;
+    height: 30px;
+    line-height: 28px;
+    border: 1px solid #dadde7;
+    color: #555;
+    border-radius: 5px;
+    text-align: center;
+    background: #fff;
+    box-sizing: border-box;
+}
+.filter .btn-all {
+    position: absolute;
+    top: 0;
+    right: 0;
+    display: block;
+    width: calc((100% - 5px) / 2);
+}
+.filter button.on {
+    border: 1px solid #013f90;
+    background-color: #013f90;
+    color:#fff;
+}
+.cont-list {
+    font-size: 0;
+    width: calc(100% + 15px);
+    margin-left: -15px;
+}
+.cont-list li {
+    display: inline-block;
+    vertical-align: top;
+    width: calc((100% - 60px) / 4);
+    margin-bottom: 20px;
+    border: 1px solid #e7e7e7;
+    text-align: center;
+    padding-bottom: 10px;
+    margin-left: 15px;
+    box-sizing: border-box;
+}
+.cont-list li.full {
+    width: 100%;
+}
+.cont-list li figure {
+    position: relative;
+    width: 100%;
+    height: 0;
+    padding-top:56.25%;
+    overflow: hidden;
+}
+.cont-list li img {
+    position: absolute;
+    top:0;
+    left:0;
+    right:0;
+    bottom:0;
+    width: 100%;
+    height: 100%;
+    object-fit: cover;
+}
+.cont-list li img:hover {
+    transition-duration: .3s;
+    transform: scale(1.05);
+}
+.cont-list li .tit {
+    display: block;
+    padding: 0 10px;
+    margin-top: 15px;
+    color: #000;
+    font-size: 15px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    font-weight: 400;
+    text-align: left;
+}
+.cont-list li .tit strong {
+    font-size: 18px;
+    font-weight: 600;
+}
+.cont-list li .time {
+    display: block;
+    color: #999;
+    font-size: 12px;
+}
+
+/* -------------------------------------------------	
+	- PC MAX-WIDHT 1660 	
+------------------------------------------------- */
+@media screen and (max-width:1660px) {
+    .filter-btn-cont {
+        .l-area {
+            display: block;
+        }
+    }
+    .filter-area{
+        display: none;
+        position: relative;
+        z-index: 11;
+        margin:0;
+        left:0;
+    }
+    .filter-area.is-active {
+        display: block;
+    }
+    .filter-area .btn-close {
+        display: block;
+        position: fixed;
+        top: 12px;
+        left: 212px;
+        text-indent: -9999px;
+        width: 24px;
+        height: 24px;
+        &::before {
+            content: " ";
+            position: absolute;
+            top:0;
+            left:0;
+            width: 24px;
+            height: 24px;
+            @include ico(24,close,wh)
+        }
+    }
+    .filter-area .filter {
+        position: fixed;
+        top: 0;
+        left: 0;
+        bottom: 0;
+        width: 200px;
+        border: 1px solid #e7e7e7;
+        background: #f3f3f3;
+        border-radius: 0;
+        z-index: 1;
+    }
+    .filter-dim {
+        display: block;
+        position: fixed;
+        left: 0;
+        right: 0;
+        top: 0;
+        bottom: 0;
+        width: 100vw;
+        height: 100vh;
+        z-index: 0;
+        background: rgba(0,0,0,.5);
+    }
+    .filter-cont {
+        max-height: calc(100vh - 40px);
+    }
+}
+@include  tablet {
+    .filter-btn-cont {
+        flex-direction: row;
+        .r-area {
+            order:2;
+            justify-content: flex-end;
+        }
+    }
+}
+@include  mobile {
+    .mn-top {
+        margin-top:-24px;
+        margin-bottom:24px;
+        padding-top:16px;
+    }
+    .cont-list {
+        width: calc(100% + 10px);
+        margin-left: -10px;
+    }
+    .cont-list li {
+        width: calc((100% - 30px) / 3);
+        margin-left: 10px;
+    }
+    .cont-list li .tit {
+        margin-top: 10px;
+    }
+};
+
+@media screen and (max-width:480px) {
+    .cont-list,
+    .cont-list li {
+        width: 100%;
+        margin-left: 0;
+    }
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/page/_sol.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/page/_sol.scss
@@ -0,0 +1,134 @@
+
+.test-list{
+    display: flex;
+    flex-wrap: wrap;
+    gap: 12px 8px;
+    li {
+        flex-basis: calc((100% - 8px) / 2);
+        display: flex;
+        flex-direction: column;
+        gap:24px;
+        justify-content: center;
+        .cont {
+            display: flex;
+            align-items: center;
+            gap: 24px;
+        }
+        position: relative;
+        padding: 24px 32px;
+        box-sizing: border-box;
+        border-radius: 8px;
+        border: 1px solid $gr100;
+        min-width: 0;
+        .btn-flex-cont{
+            margin:0;
+        }
+        .txt-area {
+            flex: 1;
+            .label-area {
+                margin-bottom: 12px;
+            }
+            h3 {
+                font-size: 18px;
+                font-weight: 500;
+                word-break: keep-all;
+                @include ellipsis(2, 1.25);
+            }
+            small {
+                display: block;
+                font-size: 12px;
+                margin-top: 4px;
+            }
+            .profile-area {
+                margin-top: 16px;
+                gap: 8px;
+                .img-area {
+                    width: 24px;
+                    height: 24px;
+                }
+                .txt-area {
+                    cite {
+                        font-size: 12px;
+                        color: $gr500;
+                    }
+                }
+            }
+        }
+        .score {
+            color: $gr500;
+            background-color: $gr50;
+            width: 100px;
+            height: 100px;
+            line-height: 100px;
+            text-align: center;
+            border-radius: 16px;
+            em {
+                font-size: 24px;
+                font-weight: $b;
+                color: $gr500;
+            }
+        }
+    }
+}
+
+dl.summary {
+    display: flex;
+    background-color: $gr50;
+    padding: 16px 24px;
+    border-radius: $radius;
+    margin-bottom: 16px;
+    dt {
+        font-weight: 700;
+        margin-right: 16px;
+    }
+    dd {
+        margin-right: 80px;
+    }
+}
+
+.q-file-img {
+    position: relative;
+    max-width: 60%;
+    .img-fnc {
+        position: absolute;
+        display: flex;
+        gap: 4px;
+        right: 16px;
+        bottom: 16px;
+        padding: 0;
+        font-size: 0;
+    }
+}
+.a-cont {
+    .q-file-img {
+        max-width: 320px;
+    }
+}
+
+// 모바일
+@include mobile {
+    .test-list {
+        gap: 8px;
+        li{
+            flex-basis: 100%;
+            padding: 20px 16px;
+            .txt-area {
+                .label-area {
+                    margin-bottom: 8px;
+                }
+                h3 {
+                    font-size: 15px;
+                }
+            }
+            .num {
+                font-size: 12px;
+                width: 80px;
+                height: 80px;
+                line-height: 80px;
+                em {
+                    font-size: 18px;
+                }
+            }
+        }
+    }
+}(파일 끝에 줄바꿈 문자 없음)
 
base/src/main/webapp/resources/front/manage/css/page/_sub.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/page/_sub.scss
@@ -0,0 +1,0 @@
 
base/src/main/webapp/resources/front/manage/css/style.css (added)
+++ base/src/main/webapp/resources/front/manage/css/style.css
This file is too big to display.
 
base/src/main/webapp/resources/front/manage/css/style.css.map (added)
+++ base/src/main/webapp/resources/front/manage/css/style.css.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/style.min.css (added)
+++ base/src/main/webapp/resources/front/manage/css/style.min.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/style.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/style.scss
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/_vendor-cus.scss (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/_vendor-cus.scss
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/animate.css (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/animate.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/animate.min.css (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/animate.min.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.css (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.min.css (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/swiper-bundle.min.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/css/vendors/tagify.css (added)
+++ base/src/main/webapp/resources/front/manage/css/vendors/tagify.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/arr.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/arr.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/btn_menu_bg.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/btn_menu_bg.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/btn_star.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/btn_star.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico16x16.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico16x16.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico24x24.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico24x24.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico_file.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico_file.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico_new.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico_new.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico_painter.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico_painter.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico_painter_bar.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico_painter_bar.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/ico_q_check.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/ico_q_check.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_caution.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_caution.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_check.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_check.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_confirm.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_confirm.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_cont_none.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_cont_none.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_error.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_error.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_notice.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_notice.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_painter.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_painter.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_user.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_user.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/img_warning.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/img_warning.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/loading.gif (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/image/common/loading.gif
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/image/common/loading.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/loading.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/sel_arr.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/sel_arr.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/sel_lnb.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/sel_lnb.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/common/txt_none.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/common/txt_none.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/logo/logo.svg (added)
+++ base/src/main/webapp/resources/front/manage/image/logo/logo.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/image/temp/thumb1.jpg (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/image/temp/thumb1.jpg
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/image/temp/thumb2.jpg (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/image/temp/thumb2.jpg
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/image/temp/thumb3.jpg (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/image/temp/thumb3.jpg
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/image/temp/thumb4.jpg (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/image/temp/thumb4.jpg
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/js/ScrollMagic.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/ScrollMagic.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/TweenMax.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/TweenMax.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/_layout.js (added)
+++ base/src/main/webapp/resources/front/manage/js/_layout.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/animation.gsap.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/animation.gsap.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/brush.js (added)
+++ base/src/main/webapp/resources/front/manage/js/brush.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/common.js (added)
+++ base/src/main/webapp/resources/front/manage/js/common.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/global.js (added)
+++ base/src/main/webapp/resources/front/manage/js/global.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/html2canvas.js (added)
+++ base/src/main/webapp/resources/front/manage/js/html2canvas.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jQuery.tagify.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jQuery.tagify.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jcanvas.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jcanvas.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jquery-3.6.0.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jquery-3.6.0.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jquery-ui.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jquery-ui.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jquery.easing.1.3.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jquery.easing.1.3.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jquery.ui.touch-punch.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jquery.ui.touch-punch.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/jspdf.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/jspdf.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/painter.js (added)
+++ base/src/main/webapp/resources/front/manage/js/painter.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/ssm.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/ssm.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/ssm.min.js.map (added)
+++ base/src/main/webapp/resources/front/manage/js/ssm.min.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/swiper-bundle.js (added)
+++ base/src/main/webapp/resources/front/manage/js/swiper-bundle.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/swiper-bundle.js.map (added)
+++ base/src/main/webapp/resources/front/manage/js/swiper-bundle.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/swiper.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/swiper.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/swiper.min.js.map (added)
+++ base/src/main/webapp/resources/front/manage/js/swiper.min.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/js/tagify.min.js (added)
+++ base/src/main/webapp/resources/front/manage/js/tagify.min.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/LICENSE (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/LICENSE
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js.map (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js.map (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.sandbox.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js.map (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/build/pdf.worker.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/78-EUC-H.bcmap (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/CNS2-V.bcmap
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETHK-B5-H.bcmap (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETenms-B5-H.bcmap
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/ETenms-B5-V.bcmap (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-H.bcmap
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/GB-V.bcmap (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/Katakana.bcmap
Binary file is not shown
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/LICENSE (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/LICENSE
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/cmaps/NWP-H.bcmap (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/debugger.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/debugger.js (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/debugger.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-check.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-check.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-comment.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-comment.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-help.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-help.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-insert.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-insert.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-key.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-key.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-newparagraph.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-newparagraph.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-noicon.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-noicon.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-note.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-note.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-paragraph.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/annotation-paragraph.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/cursor-editorInk.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/cursor-editorInk.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-next.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-next.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-previous.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/findbarButton-previous.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading-dark.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading-dark.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading-icon.gif (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/loading.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-firstPage.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-firstPage.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-handTool.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-handTool.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-lastPage.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-lastPage.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-selectTool.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-selectTool.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/shadow.png (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-bookmark.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-currentOutlineItem.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-currentOutlineItem.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-download.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-download.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorFreeText.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorFreeText.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorInk.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-editorInk.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-menuArrow.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-menuArrow.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-openFile.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-openFile.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageDown.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageDown.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageUp.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-pageUp.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-presentationMode.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-presentationMode.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-print.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-print.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-search.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-search.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-sidebarToggle.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-sidebarToggle.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewAttachments.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewAttachments.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewLayers.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewLayers.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewOutline.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewOutline.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewThumbnail.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-viewThumbnail.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomIn.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomIn.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomOut.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/toolbarButton-zoomOut.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-collapsed.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-collapsed.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-expanded.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/images/treeitem-expanded.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/logo.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/logo.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-menuArrow.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-menuArrow.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageDown.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageDown.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageUp.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-pageUp.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-presentationMode.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-presentationMode.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-search.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-search.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-secondaryToolbarToggle.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-secondaryToolbarToggle.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-sidebarToggle.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-sidebarToggle.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomIn.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomIn.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomOut.svg (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/imagesCus/toolbarButton-zoomOut.svg
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ach/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ach/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/af/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/af/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/an/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/an/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ar/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ar/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ast/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ast/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/az/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/az/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/be/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/be/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bg/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bg/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bn/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bn/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bo/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bo/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/br/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/br/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/brx/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/brx/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bs/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/bs/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ca/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ca/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cak/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cak/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ckb/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ckb/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cs/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cs/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cy/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/cy/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/da/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/da/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/de/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/de/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/dsb/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/dsb/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/el/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/el/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-CA/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-CA/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-GB/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-GB/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-US/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/en-US/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eo/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eo/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-AR/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-AR/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-CL/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-CL/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-ES/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-ES/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-MX/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/es-MX/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/et/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/et/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eu/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/eu/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fa/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fa/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ff/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ff/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fi/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fi/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fr/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fr/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fy-NL/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/fy-NL/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ga-IE/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ga-IE/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gd/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gd/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gn/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gn/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gu-IN/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/gu-IN/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/he/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/he/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hi-IN/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hi-IN/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hr/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hr/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hsb/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hsb/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hu/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hu/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hy-AM/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hy-AM/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hye/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/hye/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ia/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ia/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/id/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/id/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/is/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/is/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/it/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/it/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ja/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ja/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ka/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ka/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kab/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kab/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kk/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kk/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/km/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/km/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kn/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/kn/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ko/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ko/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lij/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lij/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lo/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lo/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/locale.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/locale.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lt/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lt/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ltg/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ltg/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lv/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/lv/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/meh/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/meh/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mk/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mk/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mr/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/mr/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ms/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ms/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/my/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/my/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nb-NO/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nb-NO/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ne-NP/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ne-NP/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nn-NO/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/nn-NO/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/oc/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/oc/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pa-IN/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pa-IN/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-BR/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-BR/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-PT/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/pt-PT/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/rm/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/rm/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ro/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ro/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ru/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ru/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sat/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sat/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sc/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sc/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/scn/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/scn/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sco/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sco/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/si/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/si/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sk/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sk/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/son/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/son/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sq/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sq/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sr/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sr/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sv-SE/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/sv-SE/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/szl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/szl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ta/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ta/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/te/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/te/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tg/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tg/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/th/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/th/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tl/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tl/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tr/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/tr/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/trs/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/trs/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uk/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uk/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ur/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/ur/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uz/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/uz/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/vi/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/vi/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/wo/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/wo/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/xh/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/xh/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-CN/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-CN/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-TW/viewer.properties (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/locale/zh-TW/viewer.properties
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/FoxitDingbats.pfb (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LICENSE_FOXIT
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LICENSE_LIBERATION (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LICENSE_LIBERATION
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (Binary) (added)
+++ base/src/main/webapp/resources/front/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 (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.html (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.html
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js.map (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewer.js.map
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.css (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.css
This diff is skipped because there are too many other diffs.
 
base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.html (added)
+++ base/src/main/webapp/resources/front/manage/vendors/pdfjs/web/viewerCus.html
This diff is skipped because there are too many other diffs.
Add a comment
List