diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp
index 25bc86b1..5dfb194b 100644
--- a/src/main/webapp/WEB-INF/jsp/include/top.jsp
+++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp
@@ -60,7 +60,7 @@
과태료업무 기본값 설정
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp
index 36aea6df..4ccffaff 100644
--- a/src/main/webapp/WEB-INF/jsp/index.jsp
+++ b/src/main/webapp/WEB-INF/jsp/index.jsp
@@ -40,7 +40,7 @@
$(function(){
${onload}
-
+ $("#layout-navbar input[name='sysSeCd'][value='PVS']").prop("checked",true);
});
diff --git a/src/main/webapp/resources/css/fims/biz/common/bizMain.css b/src/main/webapp/resources/css/fims/biz/common/bizMain.css
index 4fa7cca8..416ca0c7 100644
--- a/src/main/webapp/resources/css/fims/biz/common/bizMain.css
+++ b/src/main/webapp/resources/css/fims/biz/common/bizMain.css
@@ -1,142 +1,6 @@
-.hamberger {
- display: inline-block;
- overflow: visible;
- margin: 0;
- padding: 10px;
- height: 24px;
- cursor: pointer;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- -webkit-transition-duration: .15s;
- transition-duration: .15s;
- -webkit-transition-property: opacity,-webkit-filter;
- transition-property: opacity,-webkit-filter;
- transition-property: opacity,filter;
- transition-property: opacity,filter,-webkit-filter;
- text-transform: none;
- color: inherit;
- border: 0;
- background-color: transparent; }
-.hamberger .hamburger-box {
- position: relative;
- display: inline-block;
- width: 40px;
- height: 24px;
- left: -20px; }
-.hamberger .hamburger-box .hamburger-inner {
- position: absolute;
- width: 30px;
- height: 4px;
- -webkit-transition-timing-function: ease;
- transition-timing-function: ease;
- -webkit-transition-duration: .15s;
- transition-duration: .15s;
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- border-radius: 4px;
- background-color: #898989; }
-.hamberger .hamburger-box .hamburger-inner::before, .hamberger .hamburger-box .hamburger-inner::after {
- content: '';
- display: block; }
-.hamberger .hamburger-box .hamburger-inner::before {
- position: absolute;
- width: 30px;
- height: 4px;
- -webkit-transition-timing-function: ease;
- transition-timing-function: ease;
- -webkit-transition-duration: .15s;
- transition-duration: .15s;
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- border-radius: 4px;
- background-color: #898989;
- top: -10px; }
-.hamberger .hamburger-box .hamburger-inner::after {
- position: absolute;
- width: 30px;
- height: 4px;
- -webkit-transition-timing-function: ease;
- transition-timing-function: ease;
- -webkit-transition-duration: .15s;
- transition-duration: .15s;
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- border-radius: 4px;
- background-color: #898989;
- bottom: -10px; }
-.hamberger.active .hamburger-box .hamburger-inner {
- -webkit-transition-delay: .12s;
- transition-delay: .12s;
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- -webkit-transform: rotate(225deg);
- transform: rotate(225deg); }
-.hamberger.active .hamburger-box .hamburger-inner::before {
- top: 0;
- -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
- transition: top .1s ease-out,opacity .1s ease-out .12s;
- opacity: 0; }
-.hamberger.active .hamburger-box .hamburger-inner::after {
- bottom: 0;
- -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
- transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
- transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
- transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg); }
-/* ** 개인화 영역 가이드 ** */
-.personalArea {
- background: lightgray;
- overflow: hidden;
-
- padding: 10px 10px;
- color: #666;
-}
-
-.personalArea .txtArea {
- color: #666;
- text-align: center;
-}
-.personalArea .txtArea strong {
- color:#0b2d8b;
- font-size: 15px;
- font-weight: bold;
- display: block;
- padding-bottom: 5px;
- letter-spacing: -0.7px;
-}
-.personalArea .txtArea em {
- display: block;
- font-style: normal;
- font-size: 12px;
- letter-spacing: -0.6px;
-}
-.personalArea .btnArea {
- display: flex;
- align-items: center;
- justify-content: center;
-}
-.personalArea .btnArea a {
- text-decoration: none;
- border-radius: 4px;
- font-size: 11px;
- color: #000;
- text-decoration: none;
- border-radius: 20px;
- letter-spacing: -0.6px;
- padding: 6px 10px 5px 10px;
-}
-
-
.fastmenu-close {
width: 3rem;
}
diff --git a/src/main/webapp/resources/css/fims/biz/common/etc.css b/src/main/webapp/resources/css/fims/biz/common/etc.css
index 13b1e249..15f81ff3 100644
--- a/src/main/webapp/resources/css/fims/biz/common/etc.css
+++ b/src/main/webapp/resources/css/fims/biz/common/etc.css
@@ -1,191 +1,4 @@
-#skipnavigation li {
- line-height: 0; }
-#skipnavigation li a {
- position: absolute;
- left: -3000%;
- line-height: 0; }
-#skipnavigation li a:focus {
- display: block;
- top: 0;
- left: 0;
- z-index: 10000000000;
- width: 100%;
- height: 30px;
- background: #e0002a;
- line-height: 30px;
- color: #fff;
- text-align: center; }
-
-/* ** history 영역 가이드 ** */
-.history {
- font-size: 11px;
- color: #333;
- text-align: right;
-}
-.history span {
- display: inline-block;
- width: 25px;
- font-weight: bold;
- color: #999;
- text-align: center; }
-.history > a {
- display: inline-block;
- color: #999; }
-.history > a:hover {
- color: #ff5a20; }
-
-.bind-contents {
- margin: 0 auto;
- padding: 0px 10px 30px 0px;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
-}
-
-@media screen and (max-width: 760px) {
- .bind-contents {
- min-height: 90vh;
- }
-}
-
-
-
-.main-banner {
- position: relative;
- min-width: 1100px;
- min-height: 400px;
- height: 60vh;
- /*background: $border-color;*/
- /*border-left:1px solid #e1e1e1;*/
- /*margin-bottom:15px;*/ }
-.main-banner .main_inner {
- border: 0px solid red; }
-.main-banner .main_inner .mainVisual_text {
- position: absolute;
- top: 245px;
- left: 20px;
- font-weight: bold;
- letter-spacing: -2.6px;
-}
-.main-banner .main_inner .mainVisual_text .mainVisual_tit {
- font-family: "S-CoreDream-5Medium";
- font-size: 48px;
- color: #1e2f4d; }
-.main-banner .main_inner .mainVisual_text .mainVisual_subtit {
- font-family: "S-CoreDream-3Light";
- font-size: 20px; }
-.main-banner .main_inner .mainVisual_img01 {
- position: absolute;
- z-index: 1;
- right: 211px;
- width: 350px;
- top: 50px;
- /*animation: test_01 3s infinite linear 0s alternate;*/ }
-.main-banner .main_inner .mainVisual_img03 {
- position: absolute;
- right: 55px;
- z-index: 1; }
-.main-banner .main_inner .mainVisual_img04 {
- position: absolute;
- top: 21px;
- width: 100%; }
-.main-banner .main_inner .mainVisual_img05 {
- position: absolute;
- bottom: -16px;
- width: 100%; }
-.main-banner ul {
- position: absolute;
- width: 100%;
- bottom: 0;
- right: 0;
- display: none; }
-.main-banner ul li {
- float: left;
- width: calc(100% / 3); }
-.main-banner ul li a {
- box-sizing: border-box;
- display: block;
- padding: 20px 15px;
- text-align: center;
- border: 1px solid #d0d0d0;
- background: #999;
- color: #fff;
- font-size: 12px;
- letter-spacing: -0.6px; }
-
-.cont {
- position: relative;
- z-index: 1; }
-.cont .cont_container {
- display: inline-block;
- width: 100%;
-}
-
-.btnList {
- display: inline-block;}
-.btnList > li {
- float: left;
- padding-left: 5px;
- /*padding-left:0;*/
- /*padding-right:5px;*/ }
-.btnList > li .style_btn {
- padding: 5px;
- width: 70px;
- height: 35px;
- border-radius: 8px;
- font-size: 13px;
- font-family: 'notokr-medium';
- line-height: 24px;
- cursor: pointer; }
-.btnList > li .registration {
- background: #6d7b96;
- color: #fff; }
-.btnList > li .modify {
- background: #c7cfd1;
- color: #3c4f4d; }
-.btnList > li .cancel {
- background: #e0002a;
- color: #fff; }
-
-.btnList li button {
- height: 30px;
- font-size: 12px;
- letter-spacing: -0.6px;
- padding: 0 8px;
- border: 1px solid #e6e6e6;
- background: #fff;
- line-height: 24px;
- cursor: pointer; }
-
-.topBtnArea {
- line-height: 0;
- /*display: block;*/
- padding: 10px 0;
- text-align: right;
- border: 0px solid red;
- /* padding-top:35px;*/
- /*2021.09.24 박소영 새로추가*/ }
-.topBtnArea > .list {
- float: left;
- font-size: 12px;
- padding-top: 18px;
- /*font-family: 'notokr-bold'; */ }
-
-.topBtnArea-a {
- line-height: 0;
- /*display: block;*/
- /*padding: 10px 0;*/
- text-align: right;
- border: 0px solid red;
- /* padding-top:35px;*/
- /*2021.09.24 박소영 새로추가*/ }
-
-.topBtnArea-a > .list {
- float: left;
- font-size: 12px;
- padding-top: 18px;
- /*font-family: 'notokr-bold'; */ }
/* ** 컨텐츠 기본 가이드 ** */
.contents {