input:focus {outline: none;}
input:read-only {cursor: pointer;}
input:-moz-read-only {cursor: pointer;}
input[readonly] {cursor: pointer;}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    vertical-align: middle;
    line-height: 20px;
    height:22px;
    font-size: 12px;
    padding: 4px 4px;
    white-space : nowrap;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    display: inline-block;
    width: 100%;
    padding-top:3px ;
    padding-bottom:8px ;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'dotum', '돋움', 'gulim', '굴림', arial !important;
}
.ui-jqgrid .ui-icon-asc { top:4px;}
.ui-jqgrid .ui-icon-desc { top:4px;}
.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
    border-bottom: 1px solid #c5c5c5;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
    height: 100% !important;
}

.ui-jqgrid .ui-jqgrid-view select{
    width: 100%;
    height: 20px;
    line-height: 0px;
}
.ui-jqgrid .inline-edit-cell {
    padding: 0px 0px 0px 0px;
}
.ui-jqgrid .ui-jqgrid-view input{
    height: 20px;
    line-height: 0px;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    vertical-align: middle;
}



/* ==============================================
login - 수정된 내용 이승국
============================================== */

.html, .body { height: 100%; overflow:auto;}

#loginWrap { background-color: #fff;}

#loginWrap h1 { top: 50px; width: 180px; height: 150px; background-size: contain; margin-left: -90px;}
#loginWrap .imgTop { height: 630px; }

#loginWrap .loginBox { width: 400px; padding:20px 40px 30px; margin: -407px auto 0; 
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 3px 22px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 3px 22px rgba(0,0,0,.1);
    box-shadow: 0px 3px 22px rgba(0,0,0,.1);
}
   
#loginWrap .loginBox h3 { font-size: 25px;}
#loginWrap .loginBox .language { margin-top: 25px;}
#loginWrap .loginBox .language select{ font-size: 13px; padding: 7px 38px 7px 18px; height:42px; background: #eaeaea url(../images/common/icon_arrow_bottom.png) right 14px center no-repeat; background-size: 12px;}

#loginWrap .loginBox ul.inputList {margin-top:18px;}
#loginWrap .loginBox ul.inputList li.id {margin-bottom: 10px; width: 99%;}
#loginWrap .loginBox ul.inputList li.pw {margin-bottom: 6px; width: 99%;}
#loginWrap .loginBox ul.inputList li.id input { background: #fff url(../images/member/login_icon_id.png) 16px center no-repeat; background-size:16px;}
#loginWrap .loginBox ul.inputList li.pw input { background: #fff url(../images/member/login_icon_pw.png) 16px center no-repeat; background-size:16px;}
#loginWrap .loginBox ul.inputList li input { font-size:13px; line-height:16px; padding:10px 22px 10px 45px;}

#loginWrap .loginBox p.util {margin-top: 15px;}
#loginWrap .loginBox a.searchPw {font-size: 13px; line-height :14px; padding-right:14px; background-size:6px;}

/* 로그인 문구 */
#loginWrap .loginBox div.notice p:nth-child(2) {margin-top:1.5em; margin-bottom:0.5em;}
#loginWrap .loginBox div.notice > p {margin-left:-0.4em; font-size:12px;}
#loginWrap .loginBox div.notice > p > img {width:16px; margin-top:-0.7em;}

#loginWrap .loginBox input.submit { text-align: center; margin-top: 1.5em; font-size: 15px;height: 40px;line-height:20px}

#loginWrap .imgBottom{width:400px; height: 185px; margin:28px auto 0; background-size: contain;}

#loginWrap p.copyright{ margin: 16px auto 0; font-size:11px; padding-bottom: 30px; line-height: 18px;}

#header {position:static; min-width: 750px; height: 70px; padding: 0 20px;}
#header h1 {float: left; width: 210px;}
#header h1 a { height: 70px; background-size: 120px; }
#header .gnb { float: left; position: static; width: calc(100% - 410px); white-space: nowrap; overflow: auto; margin-top:10px;
    scrollbar-width: none;
    -ms-overflow-style:none; 
}
#header .gnb::-webkit-scrollbar { height: 4px; }
#header .gnb::-webkit-scrollbar-track { background-color: #ffffff; }
#header .gnb::-webkit-scrollbar-thumb { 
    background: linear-gradient(to bottom, #c0c0c0, #c0c0c0); 
}
#header .gnb::-webkit-scrollbar-button { display: none; }

#header .gnb ul.list li { display: inline-block; float: none;}
#header .gnb ul.list li a {font-size: 18px; padding: 2px 20px 6px 20px;}

/* sideMenu */
#header .sideMenu {float: right; position: static; margin-top:17px;}
#header .sideMenu ul.list li {display: inline-block; float: none; margin-left: 14px; position:relative; cursor:pointer;}
#header .sideMenu ul.list li:nth-child(odd)  img {width:25px; margin-left:2px;}
#header .sideMenu ul.list li:nth-child(even) img {width:30px; margin: -1px 0 0 2px;}
#header .sideMenu ul.list li:last-child img {width:27px; }
#header .sideMenu ul.list li:nth-child(odd)  span {top:315%; left:-35%;}
#header .sideMenu ul.list li:nth-child(even) span {top:310%; left:-20%;}
#header .sideMenu ul.list li span {visibility: hidden; font-size:8px; text-align: center; position:absolute; z-index: 1;
                                    border: 0.25em solid #263353; padding:0.06em; margin: -182% 0 0 4px; border-radius:3px;}
#header .sideMenu ul.list li span::after {content: ""; transform: translate(-1px, 3px); position: absolute; top:-70%; left:40%; border-width: 0.4em; border-style: solid; border-color: transparent transparent black transparent; } 
#header .sideMenu ul.list li:last-child span {margin: -170% 0 0 4px; top:310%; background-color: white; margin-left:-2px; padding-right:4px; }
#header .sideMenu ul.list li:last-child span::after {top:-26%; left:44%;} 
#header .sideMenu ul.list li:hover span {visibility: visible;}
/* #header .sideMenu ul.list span.changeLang ul li {float:none; margin-left:4px;}; */
#header .sideMenu ul.list span.changeLang ul li:hover {color:red};
/* #header .sideMenu #selectLang { height: 32px; padding: 0px 9px!important; background: none; border-width:0.18em; border-color:black} */

a.roundBox.arrow, textarea.roundBox.arrow,input.roundBox.arrow,input.fromBox.arrow, input.toBox.arrow,  button.roundBox.arrow {
    padding-right:28px; 
    background-position: right 10px center; 
    height: 36px; 
    line-height: 36px;
}
select.roundBox {padding:0px 36px 0px 10px; height: 36px; font-size: 12px;}

#bodyWrap{height: calc(100% - 70px); padding-left:250px; padding-right: 20px; padding-bottom: 20px; min-width:750px ; min-height: 530px;}
.lnbWrap {width:230px;overflow-y:auto;overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style:none; 
}
.lnbWrap::-webkit-scrollbar { width: 4px; }
.lnbWrap::-webkit-scrollbar-track { background-color: #ffffff; }
.lnbWrap::-webkit-scrollbar-thumb { 
    background: linear-gradient(to bottom, #c0c0c0, #c0c0c0); 
}
.lnbWrap::-webkit-scrollbar-button { display: none; }
.lnbWrap h2 {padding: 44px 0 0 20px;}
.lnbWrap .lnb > ul.list > li > a {background-position: left 20px center; padding-left: 50px; font-size: 16px;}
.lnbWrap .lnb > ul.list > li > ul.list {padding: 16px 0 26px 50px;}
.lnbWrap .lnb > ul.list > li > ul.list li a { font-size: 14px;}

.contentsWrap > .titleArea {padding: 20px 0px 0px 0px;}
.contentsWrap > .titleArea h3 {font-size: 16px; font-weight: 500; line-height: 30px;}
.contentsWrap > .searchArea {margin-top: 20px; padding: 0 0px 10px 0px;}
.contentsWrap > .contents{padding: 0px;margin-top:20px;}

input.roundBox{
    font-size:14px;
    height: 36px;
    line-height:36px;
    text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea.roundBox{
    font-size:14px;
    height: 100px;
    line-height:36px;
    text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.fromBox{
    display:inline-block; 
    display: -moz-inline-stack; 
    zoom:1; 
    *display:inline; 
    color: #fff; 
    text-align: center; 
    text-decoration: none;
    font-size:14px;
    height: 36px;
    line-height:36px;
    text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background-color: #2f60dc; padding: 0 20px;
}
input.toBox{
    display:inline-block; 
    display: -moz-inline-stack; 
    zoom:1; 
    *display:inline; 
    color: #fff; 
    text-align: center; 
    text-decoration: none;
    font-size:14px;
    height: 36px;
    line-height:36px;
    text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background-color: #2f60dc; padding: 0 20px;
}
a.roundBox, button.roundBox{font-size:14px;height: 36px;line-height: 36px;text-align:center}
.listWrap {height: 100%;}
.listWrap .listInfo { margin-top:10px;}
.pagination ul li span, .pagination ul li a {font-size: 12px;line-height: 30px;height:30px;width:30px;}
.listWrap .listInfo p.items {font-size: 12px;}
.listWrap .btnList { margin-top:10px;}
.btSmall { margin:5px 0 5px 0 !important;}
.btSmall > li > a { height:26px; line-height: 26px; font-size: 14px;}

.listWrap2> div:first-child {height: 100%;}
.listWrap2> div:first-child > .ui-jqgrid-view {height: 100%;}

.listWrap > .ui-jqgrid{height: 100%;}
.listWrap > .ui-jqgrid > .ui-jqgrid-view  {height: 100%;}
.pagination {height: 30px;}

.contentsWrap > .searchArea {margin-bottom: 10px;}
.contentsWrap > .searchArea > .KeyInArea {width: calc(100% - 160px); height: 45px; display: inline-block; white-space: nowrap; overflow: hidden;}
.contentsWrap > .searchArea > .KeyInArea > ul {width:100%;}
.contentsWrap > .searchArea > .KeyInArea > ul > li {width:100%;display: inline-block; overflow: hidden;}
.contentsWrap > .searchArea > .buttonAres {width: 160px; float: right; display: inline-block;}
.contentsWrap > .searchArea > .buttonAres > ul {float:right;}
.contentsWrap > .searchArea > .buttonAres > ul > li {display: inline-block;}

.contents > .list {width:100%;display: inline-block;margin-bottom: 5px;}
.contents > .list > li {width:100%;float: left;padding-left: 2px; padding-right: 2px;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background:#e2ecf9;
    border:1px solid #cccccc;
    color: #000000;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    background:#f0fdfd;
    border:1px solid #cccccc;
    color: #000000;
}

td, th > div {overflow: hidden;white-space: nowrap; text-overflow: ellipsis; }
.essential { border: 1px solid red !important;}
.pointCell { background-color: #c3d69b !important;}

.customPopWrap {position: fixed; top:0px; width: 100%; height: 100%;z-index:10000;}

.backWrap{opacity: 0.5;cursor: pointer;visibility: visible;background:black;position: fixed;width: 100%;height: 100%;top: 0;left: 0;}
.layerPopCon {position: fixed; width: 70%; min-width: 600px; height: 70%;top:15%; left: 15%;}
.layerPopCon > .contents {height: calc(100% - 40px);}
.layerPopCon > .contents > .popUnit {padding: 20px 0;}
.layerPopCon > .contents > ul.btnList {margin-top: 12px; }
.layerPopCon .popHeader{height: 40px;padding-left:20px;}
.layerPopCon > .popHeader h1 {font-size: 18px;line-height:18px;}
.layerPopCon > .contents {padding: 0 20px 20px 20px;}
.layerPopCon > .contents .popUnit {padding: 10px 0;}
.layerPopCon2 {position: fixed;width: 20%;min-width: 400px;height: 70%;top: 15%;left: 40%;}
.layerPopCon2 > .contents {height: calc(100% - 40px);}
.layerPopCon2 > .contents > .popUnit {padding: 20px 0;}
.layerPopCon2 > .contents > ul.btnList {margin-top: 12px; }
.layerPopCon2 .popHeader{height: 40px;padding-left:20px;}
.layerPopCon2 > .popHeader h1 {font-size: 18px;line-height:18px;}
.layerPopCon2 > .contents {padding: 0 20px 20px 20px;}
.layerPopCon2 > .contents .popUnit {padding: 10px 0;}
#cboxClose { width: 40px; height: 40px; padding: 0px;margin: 0px;border: 0px; position: absolute;}

.MessagebackWrap{opacity: 0.5;visibility: visible;position: fixed;background:black;width: 100%;height: 100%;top: 0;left: 0;}
.layerMessage {position: fixed; width: 300px; height: 160px;top:calc(50% - 80px); left:calc(50% - 150px);
    background: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    -moz-box-shadow: 0px 9px 32px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 9px 32px rgba(0,0,0,.1);
    box-shadow: 0px 9px 32px rgba(0,0,0,.1);
}
.layerMessage > .messsageArea {
    width: 100%; height: calc(100% - 50px);
}
.layerMessage > .messsageArea .label {
    padding:15px 10%;
    font-size: 15px; 
    width: auto;
}

.layerMessage > .messsageArea input { 
    width: 80%; 
    margin-left: 10%;
    font-size: 14px; 
    color: #1a1a1a; 
    border: 1px solid #e8e8e8; 
    outline: none; 
    background-color: #fff; 
     padding: 6px 8px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.12);
	box-shadow: 0px 1px 4px rgba(0,0,0,.12);
}
.layerMessage > .buttonArea { width: 100%; height: 50px; border: #e8e8e8; border-width: 1px 0 0 0;border-style:solid;}

.layerMessage > .buttonArea > button {
    padding: 0px;
    margin: 0px;
    height: 100%;
    background: none;
    border: 0px;
    cursor: pointer;
    font-size:18px;
    font-weight: 600;
}
.layerMessage > .buttonArea > .okbt {
    width: 100%;
}

input.fromBox {
    width: calc(50% - 68px);
    vertical-align: middle;
    border-width: 1px 1px 1px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border-style:solid;
    border-color: #d9d9d9;
}input.toBox {
    width: calc(50% - 68px);
    vertical-align: middle;
    border-width: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border-style:solid;
    border-color: #d9d9d9;
}
.searchArea  ul.list li label.roundBox + input.roundBox {
    width: calc(100% - 120px);
    vertical-align: middle;
    border-width: 1px 1px 1px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border-style:solid;
    border-color: #d9d9d9;
}

.searchArea  ul.list li label.roundBox + textarea.roundBox {
    width: calc(100% - 120px);
    vertical-align: middle;
    border-width: 1px 1px 1px 0;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


label.roundBox {
    font-size: 14px; 
    height: 36px;
    line-height: 22px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contents label.roundBox {
    font-size: 14px; 
    height: 36px;
    line-height: 22px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
label.roundBox + input.roundForm  {
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis; 
    width: calc(100% - 120px); 
    font-size:14px;
    height: 36px;
    line-height: 20px;
    text-align:left; 
    margin-left:-5px;
}
label.roundBox + select.roundBox {
    width: calc(100% - 120px); 
    margin-left: -5px;
}
label.roundBox + textarea.roundForm  {
    width: calc(100% - 120px); 
    font-size:14px;
    height: 100%;
    line-height: 20px;
    text-align:left; 
    margin-left:-5px;
    overflow-y: auto;
}

.contents  ul.list li label.roundBox + input.roundBox {
    width: calc(100% - 120px);
    vertical-align: middle;
    border-width: 1px 1px 1px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border-style:solid;
    border-color: #d9d9d9;
}
.contents label.roundBox + input.roundForm  {
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis; 
    width: calc(100% - 120px); 
    font-size:14px;
    height: 36px;
    line-height: 20px;
    text-align:left; 
    margin-left:-5px;
}

.popUnit {height: calc(100% - 40px); padding: 20px 0px 60px 0px;}
.popUnit > .searchArea > .KeyInArea {width: calc(100% - 100px); display: inline-block; white-space: nowrap; overflow: hidden;}
.popUnit > .searchArea > .KeyInArea > ul {width:100%;}
.popUnit > .searchArea > .KeyInArea > ul > li {width:100%;display: inline-block; overflow: hidden;}
.popUnit > .searchArea > .KeyInArea2 {width: 100%; display: inline-block; white-space: nowrap; overflow: hidden;}
.popUnit > .searchArea > .KeyInArea2 > ul {width:100%;}
.popUnit > .searchArea > .KeyInArea2 > ul > li {width:100%;display: inline-block; overflow: hidden;}
.popUnit > .searchArea > .buttonAres {width: 100px; float: right; display: inline-block;}
.popUnit > .searchArea > .buttonAres > ul {float:right;}
.popUnit > .searchArea > .buttonAres > ul > li {display: inline-block;}
.customerPopWrap { height: calc(100% - 90px); padding: 0px 1px 0px 0px;}
.customerPopWrap > .ui-jqgrid {height: 100%;}
.customerPopWrap > .ui-jqgrid > .ui-jqgrid-view  {height: 100%;}
.customerPopWrap > .listInfo {  margin-bottom: 60px;}
.customerPopWrap > .listInfo p.items {font-size: 12px;float: right; margin-top: 20px;}
.customerPopWrap > .listInfo p.items span.total {color:#007bfc; font-weight:500}
.customerPopWrap > .listInfo p.selectList {float: left;margin-top: 10px;}
.customerPopWrap > .btnList { margin-top:20px;}
.customerPopWrap > .pagination {margin-top:-46px ;}

.customerPopWrap0 { height: calc(100% - 50px); padding: 0px 1px 0px 0px;}
.customerPopWrap2 { height: calc(100% - 140px); padding: 0px 1px 0px 0px;}
.customerPopWrap3 { height: calc(100% - 180px); padding: 0px 1px 0px 0px;}
.customerPopWrap4 { height: calc(100% - 220px); padding: 0px 1px 0px 0px;}
.customerPopWrap5 { height: calc(100% - 260px); padding: 0px 1px 0px 0px;}


.detailsView {height: auto;max-height: 80%;overflow:auto;}
.userInfoList {margin-bottom: 14px;}
.userInfoList button { width: 75px; display: inline-block; vertical-align: middle; padding: 0; margin-left: 10px; }
.userInfoList input {line-height: 20px; border: 1px solid red;border-width: 0 0 1px;}
.userInfoList .userInfo {border: 1px solid #282c31;border-width: 0 0 1px;width:100%;}
input:disabled {background-color: whitesmoke !important;}
select:disabled {background-color: whitesmoke !important;}

.infoList { margin-top: 5px; padding-bottom: 10px; border-bottom: 1px solid #dcddde; }
.infoList ul.inputList { margin-left: -3%; }
.infoList ul.inputList li { width: 47%; margin-left: 3%; }
.infoList label { display: inline-block; line-height: 24px; font-size: 15px; color: #7e7e7e; margin-bottom: 8px; }
.infoList input { display: inline-block; padding-left: 10px; width: calc(100% - 170px); line-height: 20px; font-size: 16px; vertical-align: middle; border: 1px solid red; background-color: transparent; border-width: 0 0 1px; outline: none; }
.infoList input:disabled{border: 1px solid #282c31;border-width: 0 0 1px;}
.infoList button { width: 75px; display: inline-block; vertical-align: middle; padding: 0; margin-left: 10px; }

.authorityArea .count2_1 { width:calc(100% - 315px);display: inline-block; }
.authorityArea .count2_2 { width:300px;margin-left: 10px; display: inline-block; }
.authorityArea .roundLine {height: 30px;line-height: 28px;}
.authorityArea .subtitle {height: 36px;}
.authorityArea .subtitle .inputList { margin-left: 0;}
.authorityArea .subtitle ul {height: 100%; width: 100%;}
.authorityArea .subtitle ul li {margin-left: 0; margin-bottom: 0px; width:100%; height: 100%;padding: 10px 0 0 0;}
.authorityArea .subtitle ul li label {display: inline-block; line-height: 24px; font-size: 15px; color: #7e7e7e; margin-bottom: 8px; }
.authorityArea .subtitle .roundLine {float: right; height: 22px;line-height: 18px;font-size: 12px;padding: 0 16px;min-width: 50px; margin: 0 2px;}

.cellCursorPoint {color: blue; cursor: pointer; font-weight: bold !important;}
.cellCursorPoint:hover {text-decoration:underline}
.image_area{
    width: 100%;
    height: calc(100% - 20px);
    margin-top:10px;
}
.image_area .image {
    height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;;
}
.detail {
    height: 0px;
    overflow: hidden;
}
.detail > .list > li {
    height: 42px;
}

@media all and (max-width:1200px)
{
    .detail > .list > li {
        width: 49%;
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media all and (min-width:1200px)
{
    .detail > .list > li {
        width: 33%;
        display: inline-block;
        margin-bottom: 5px;
    }
}

.clearButton {
    position: relative;
}
.clearButton span {
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #282c31 url('../images/common/popup_close.png') center center no-repeat;
    border-radius:20px;
    background-size:10px;
    cursor: pointer;
}
.clearButton input {
    padding-right: 25px;
    box-sizing: border-box;
}

td span {
    position: relative;
}
td span .clearButtonSpan {
    position: absolute;
    display: block;
    top: 0px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: #282c31 url('../images/common/popup_close.png') center center no-repeat;
    border-radius: 16px;
    background-size:8px;
    cursor: pointer;
}
td span .clearButtonInput{
    padding-right: 5px;
    box-sizing: border-box;
    width:100%;
}

.ui-datepicker { z-index:10000 !important;}
.hide-month .ui-datepicker-month,
.hide-current .ui-datepicker-current,
.hide-calendar .ui-datepicker-calendar{
  display: none;
}

.subtitle {
    float: left;
    font-weight:bold;
}

.subgrid3_1 { height: calc(33% - 20px) }
.subgrid3_2 { height: calc(55% - 20px) } /*해외용 자재실적*/
.subgrid3_3 { height: calc(30% - 20px) }
.subgrid2_1 { height: calc(49% - 20px) }
.subgrid ul li {width:100%; margin-bottom: 0px;}
.subgrid ul li label {display: inline-block; line-height: 24px; font-size: 15px; color: #7e7e7e; margin-bottom: 8px; }
.subgrid .roundLine {float: right; height: 26px;line-height: 22px;font-size: 14px;padding: 0 16px;min-width: 50px; margin: 0 2px;}
.subgrid .inputList {
    margin-bottom: 0px;
}
.subgrid .inputList li .roundBox {
    width: 100%;
    font-size: 12px;
    height: 32px;
    line-height: 32px;;
    vertical-align: middle;
    border-width: 1px;
    background-color: #FFFFFF;
    margin-left: -5px;
    color: #1a1a1a;
    border-style:solid;
    border-color: #d9d9d9;
}
.subgrid > div > .ui-jqgrid {
    height: 100%;
}
.subgrid > div > .ui-jqgrid > .ui-jqgrid-view {
    height: 100%;
}

.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header{
    width: 100%;
    padding-top: 8px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'dotum', '돋움', 'gulim', '굴림', arial !important;

}

.copycell {
    color:red !important;
}


.custom-select {
    display: inline-flex;
    margin-left: 0;
  }
  
.custom-select:nth-child(1) {
    margin-left: 10px;
  }
  
.custom-select + input {
    margin-left: 0;
    border-left: 0;
  }
  
/*select box customize*/
.custom-select {
    position: relative;
    font-family: Arial;
    /*style items (options):*/
  }
    
  .custom-select .select-selected {
    background-color: #ffffff;
    padding: 8px 30px 8px 15px!important;
    width: 100%;
  }
  
  .custom-select .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #5d5d5d transparent transparent transparent;
  }
  
  .custom-select .select-selected.initial {
    color: #999999;
  }
  
  .custom-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #5d5d5d transparent;
    top: 7px;
  }
  
  .custom-select .select-items div, .custom-select .select-selected {
    color: #666666;
    border: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    user-select: none;
  }
  
  .custom-select .select-selected {
    border-color: #cccccc;
    color: #1a1a1a; border: 1px solid #d9d9d9; outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-select .select-items div {
      text-align: center;
    border-color: #cccccc transparent transparent transparent;
  }
  
  .custom-select .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 101;
    line-height: 28px; color: #1a1a1a; border: 1px solid #d9d9d9; outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-select .select-hide {
    display: none;
  }
  
  .custom-select .select-items div:hover, .custom-select .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }