|
|
@ -64,14 +64,11 @@ table td > label{cursor: pointer;}
|
|
|
|
}/*삭제조심*/
|
|
|
|
}/*삭제조심*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {vertical-align: middle; /*width:7%;*/}
|
|
|
|
img {vertical-align: middle;}
|
|
|
|
img, button {border: 0px;}
|
|
|
|
img, button {border: 0px;}
|
|
|
|
caption {display: none}
|
|
|
|
caption {display: none}
|
|
|
|
a {text-decoration: none;}
|
|
|
|
a {text-decoration: none;}
|
|
|
|
textarea {
|
|
|
|
textarea {padding: 5px;box-sizing: border-box;}
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input {box-sizing: border-box;}
|
|
|
|
input {box-sizing: border-box;}
|
|
|
|
label, label * {vertical-align: middle;}
|
|
|
|
label, label * {vertical-align: middle;}
|
|
|
|
|
|
|
|
|
|
|
@ -392,9 +389,6 @@ label, label * {vertical-align: middle;}
|
|
|
|
.content_body{
|
|
|
|
.content_body{
|
|
|
|
font-family: 'Dotum';
|
|
|
|
font-family: 'Dotum';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content_body * {
|
|
|
|
|
|
|
|
/*font-family: inherit;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.row{
|
|
|
|
.row{
|
|
|
|
clear: both;
|
|
|
|
clear: both;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
@ -429,7 +423,6 @@ label, label * {vertical-align: middle;}
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.main_footer .link_btn {
|
|
|
|
.main_footer .link_btn {
|
|
|
|
margin-left: 35px;
|
|
|
|
margin-left: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -491,11 +484,8 @@ label, label * {vertical-align: middle;}
|
|
|
|
border: 1px solid #a9a9a9;
|
|
|
|
border: 1px solid #a9a9a9;
|
|
|
|
/* background-color:#fff; 2020.09.04 박소영 추가함 */
|
|
|
|
/* background-color:#fff; 2020.09.04 박소영 추가함 */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*[2020.09.21 박소영 추가함] 운수사명 배경 흰색으로 변경*/
|
|
|
|
/*.search select{ border: 1px solid #a9a9a9; background-color:#f6f6f6;} *//*[2020.09.21 박소영 주석처리]*/
|
|
|
|
#sch_cmpny_nm{ border: 1px solid #a9a9a9; background-color:#fff;}
|
|
|
|
#sch_cmpny_nm{ border: 1px solid #a9a9a9; background-color:#fff;}/*[2020.09.21 박소영 추가함] 운수사명 배경 흰색으로 변경*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.search .btn_search {
|
|
|
|
.search .btn_search {
|
|
|
|
width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
@ -525,10 +515,7 @@ label, label * {vertical-align: middle;}
|
|
|
|
line-height: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
background:#44539e;
|
|
|
|
background:#44539e;
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*2020.09.04 박소영 추가함*/
|
|
|
|
/*2020.09.04 박소영 추가함*/
|
|
|
|
select::-ms-expand {
|
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
@ -538,14 +525,13 @@ select{
|
|
|
|
border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*2020.09.07 박소영 추가함*/
|
|
|
|
select:enabled{
|
|
|
|
select:enabled{
|
|
|
|
background-color:#fff;
|
|
|
|
background-color:#fff;
|
|
|
|
padding: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}/*2020.09.07 박소영 추가함*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui-datepicker-header>select{width:40px;}/* 2020.09.22 김동규 */
|
|
|
|
.ui-datepicker-header>select{width:40px;}/* 2020.09.22 김동규 */
|
|
|
|
|
|
|
|
|
|
|
|
.page_info select {
|
|
|
|
.page_info select {
|
|
|
|
height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
@ -564,6 +550,7 @@ select:enabled{
|
|
|
|
color: #515151;
|
|
|
|
color: #515151;
|
|
|
|
padding: 0 3px;
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*페이징*/
|
|
|
|
/*페이징*/
|
|
|
|
.paging {
|
|
|
|
.paging {
|
|
|
|
text-align: center !important;
|
|
|
|
text-align: center !important;
|
|
|
@ -595,15 +582,7 @@ select:enabled{
|
|
|
|
.paging > .nextAll{background:url('../../images/common/btn_nextAll.png') center center no-repeat;}
|
|
|
|
.paging > .nextAll{background:url('../../images/common/btn_nextAll.png') center center no-repeat;}
|
|
|
|
.paging > .btn{padding:0;}
|
|
|
|
.paging > .btn{padding:0;}
|
|
|
|
.blind{display:block;overflow:hidden;top:-10000em;position:absolute;}
|
|
|
|
.blind{display:block;overflow:hidden;top:-10000em;position:absolute;}
|
|
|
|
/* .paging a.prevAll, .paging a.prev, .paging a.nextAll, .paging a.next {
|
|
|
|
|
|
|
|
color: #181818;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
letter-spacing: -3px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.paging a.prevAll:hover, .paging a.prev:hover, .paging a.nextAll:hover, .paging a.next:hover {
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
color: #0a98cc;
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*기본 테이블*/
|
|
|
|
/*기본 테이블*/
|
|
|
|
.table {
|
|
|
|
.table {
|
|
|
@ -645,12 +624,6 @@ select:enabled{
|
|
|
|
.tbl01 td {
|
|
|
|
.tbl01 td {
|
|
|
|
padding: 10px 0;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* .tbl01 td > input[type="checkbox"] { */
|
|
|
|
|
|
|
|
/* -ms-transform: scale(1.1); IE */
|
|
|
|
|
|
|
|
/* -moz-transform: scale(1.1); FF */
|
|
|
|
|
|
|
|
/* -webkit-transform: scale(1.1); Safari and Chrome */
|
|
|
|
|
|
|
|
/* -o-transform: scale(1.1); Opera */
|
|
|
|
|
|
|
|
/* } */
|
|
|
|
|
|
|
|
.tbl01 a.popup {
|
|
|
|
.tbl01 a.popup {
|
|
|
|
color: #0a98cc;
|
|
|
|
color: #0a98cc;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -971,7 +944,6 @@ input:read-only {
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #003567;
|
|
|
|
color: #003567;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.system_state {
|
|
|
|
.system_state {
|
|
|
|
font-size: 0;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1326,15 +1298,6 @@ input:read-only {
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*.p_flr>a[id^="btnModify"]{
|
|
|
|
|
|
|
|
border:1px solid red;
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
.btnGroup{
|
|
|
|
|
|
|
|
/* position: absolute;
|
|
|
|
|
|
|
|
right: 8px;
|
|
|
|
|
|
|
|
bottom: 53px;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
.btn {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
@ -1412,6 +1375,15 @@ input:read-only {
|
|
|
|
border: 1px solid #a3a3a3;
|
|
|
|
border: 1px solid #a3a3a3;
|
|
|
|
padding: 16px 0px 13px 12px;
|
|
|
|
padding: 16px 0px 13px 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*단속현황관리- 메인폼 (시스템구분,단속구분) 디자인 추가*/
|
|
|
|
|
|
|
|
.detailGroup_02 label[class^="title"]{
|
|
|
|
|
|
|
|
/*border:1px solid red;*/
|
|
|
|
|
|
|
|
border-right: 1px solid #b3b3b3;
|
|
|
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*등록,삭제,변경신청 버튼*/
|
|
|
|
/*등록,삭제,변경신청 버튼*/
|
|
|
|
/* .darkgray {border:0px solid red; width:55px;} */
|
|
|
|
/* .darkgray {border:0px solid red; width:55px;} */
|
|
|
@ -1423,8 +1395,6 @@ input:read-only {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.subTit{font-size: 16px;font-weight: bold;}
|
|
|
|
.subTit{font-size: 16px;font-weight: bold;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.calendarSel {
|
|
|
|
.calendarSel {
|
|
|
|
background-color: #eee;
|
|
|
|
background-color: #eee;
|
|
|
|
padding: 8px 8px 8px 357px;
|
|
|
|
padding: 8px 8px 8px 357px;
|
|
|
@ -1607,21 +1577,13 @@ table .th {
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.list{cursor: pointer;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.list{
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.loading-bar{
|
|
|
|
.loading-bar{
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 99;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.display-block{
|
|
|
|
.display-block{
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -1635,15 +1597,12 @@ table .th {
|
|
|
|
z-index: 9;
|
|
|
|
z-index: 9;
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.overlay_info {
|
|
|
|
.overlay_info {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 33px;
|
|
|
|
bottom: 33px;
|
|
|
|
left: -117px;
|
|
|
|
left: -117px;
|
|
|
|
min-width: 250px;
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 320px;
|
|
|
|
max-width: 320px;
|
|
|
|
/* padding: 2px 0px; */
|
|
|
|
|
|
|
|
padding: 0px 0px;
|
|
|
|
padding: 0px 0px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-top: 2px solid #0a98cc;
|
|
|
|
border-top: 2px solid #0a98cc;
|
|
|
@ -1659,8 +1618,6 @@ table .th {
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 5px 80px 5px 14px;
|
|
|
|
padding: 5px 80px 5px 14px;
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
/* background: url(http://t1.daumcdn.net/localimg/localimages/07/2012/img/pannel_tooltip_3.png) no-repeat scroll -2px -5px transparent; */
|
|
|
|
|
|
|
|
/* background-color: 2524FF; */
|
|
|
|
|
|
|
|
background-color: #006fbd;
|
|
|
|
background-color: #006fbd;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
font-family: 'Nanum Barun Gothic'
|
|
|
|
font-family: 'Nanum Barun Gothic'
|
|
|
@ -1692,9 +1649,6 @@ table .th {
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
border-top: 1px solid #ebebeb;
|
|
|
|
border-top: 1px solid #ebebeb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
span.tip {
|
|
|
|
span.tip {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -1880,26 +1834,12 @@ a.ui-state-active, .ui-widget-content a.ui-state-active, .ui-widget-header a.ui-
|
|
|
|
/** //Datepicker style 변경 */
|
|
|
|
/** //Datepicker style 변경 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tr.display-none td {
|
|
|
|
tr.display-none td {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
td.display-none {
|
|
|
|
td.display-none {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.dialogform fieldset {
|
|
|
|
.dialogform fieldset {
|
|
|
|
border: 0px;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1916,11 +1856,7 @@ td.display-none {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.dialogform fieldset input[type='text'] {
|
|
|
|
.dialogform fieldset input[type='text'] {
|
|
|
|
/* width: 150px; */
|
|
|
|
/* width: 150px; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 2020-08-19 신규 네비게이션 Css추가*/
|
|
|
|
/* 2020-08-19 신규 네비게이션 Css추가*/
|
|
|
|
.secDepthMenu li:hover{
|
|
|
|
.secDepthMenu li:hover{
|
|
|
|
background-color: #406bb3;
|
|
|
|
background-color: #406bb3;
|
|
|
@ -1949,7 +1885,8 @@ td.display-none {
|
|
|
|
top : 2px;
|
|
|
|
top : 2px;
|
|
|
|
z-index: 20;
|
|
|
|
z-index: 20;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.gnb > .mainDepth.active{background:#BFCEE8;}/*[2020.10.08 박소영] 현재 페이지에 있는 걸 알기 위해 2뎁스 색 지정*/
|
|
|
|
/*[2020.10.08 박소영] 현재 페이지에 있는 걸 알기 위해 2뎁스 색 지정*/
|
|
|
|
|
|
|
|
.gnb > .mainDepth.active{background:#BFCEE8;}
|
|
|
|
.gnb > li:nth-child(2n) > .secDiv{
|
|
|
|
.gnb > li:nth-child(2n) > .secDiv{
|
|
|
|
background-image: url('../../images/common/navline.png'), url('../../images/common/navline.png');
|
|
|
|
background-image: url('../../images/common/navline.png'), url('../../images/common/navline.png');
|
|
|
|
background-repeat: repeat-y, repeat-y;
|
|
|
|
background-repeat: repeat-y, repeat-y;
|
|
|
|