@charset "UTF-8";

/**정형화관리 css start**/
/*list.jsp*/
.searchSelectStrct select {position: absolute; top: 0; left: 2px; width: 130px; height: 26px; margin: 0; padding: 0; color: #575757; border: 1px solid #d4d6d9; font-size: 12px; margin-right: 5px; margin-top: 35px;}
.searchSelectStrct .keywordInput {margin-left: 165px; height: auto; border: 1px solid #d4d6d9; margin-right: 70px;}
.searchSelectStrct .keywordInput input {display: block; width: 100%; height: 26px; font-size: 12px; padding-left: 10px; color: #575757;}

.searchBoxStrct {height: 26px; width: 100%;}
.searchBoxStrct .keywordInputStrct {height: auto; border: 1px solid #d4d6d9; margin-right: 70px; margin-left: 137px; margin-top: 5px;}
.searchBoxStrct .keywordInputStrct input {display: block; width: 100%; height: 24px; font-size: 12px; padding-left: 10px; color: #575757;}
.searchBoxStrct .btnSearch .searchBtn {line-height: 26px; color: #fff; background-color: #8b949e;}


/*view.jsp*/
.btnArea.btnTop {float: right; padding:3px 0px;}

.panelStrct {width: 100%;      padding: 0 12px 0;}
.flexWrapStrct {display: flex; flex: 2 1 auto; flex-wrap: wrap;}

.panelStrctTbl .listView {width:100%; border-spacing: 0; table-layout: fixed;}
.panelStrctTbl .listView tbody tr {border-bottom: 1px solid #e2e5e9;}
.panelStrctTbl .listView tbody th { padding: 7px 15px; background: #eef2f8; color:#383838;  text-align: center; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}
.panelStrctTbl .listView tbody td {text-align: center; padding: 7px 7px; color: #575757; background-color: #fff; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}

.panelStrctTbl .listView2 {width:100%; border-spacing: 0;}
.panelStrctTbl .listView2 tbody tr {border-bottom: 1px solid #e2e5e9;}
.panelStrctTbl .listView2 tbody th { padding: 7px 15px; background: #eef2f8; color:#383838;  text-align: center; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}
.panelStrctTbl .listView2 tbody td {text-align: center; padding: 7px 7px; color: #575757; background-color: #fff; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}

.panelStrctTbl .listView3 {width:100%; border-spacing: 0; table-layout: fixed;}
.panelStrctTbl .listView3 tbody tr {border-bottom: 1px solid #e2e5e9;}
.panelStrctTbl .listView3 tbody th { padding: 2px 2px; background: #eef2f8; color:#383838;  text-align: center; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}
.panelStrctTbl .listView3 tbody td {text-align: center; padding: 0px 5px; color: #575757; background-color: #fff; border-right: 1px solid #e2e5e9; border-left: 1px solid #e2e5e9;}

.panelTopStrct {text-align: center; width: 100%; height: 40px;  background-color: #7a8aa3; color: white;}

.panelContStrct {width: 100%; height: calc(100vh - 160px); overflow: hidden; border-bottom: 1px solid;}
.panelContStrct > div:nth-child(1) {margin-left: 0; float: left; margin-right: 5px; position: relative; overflow: hidden;}
.panelContStrct > div:nth-child(2) {position: relative; overflow: hidden; height:95%} /*XML에디터*/
.panelContStrct > div:nth-child(3) {width: calc((100% - 615px) - 80px); float: left; margin-right: 5px; position: relative; overflow: hidden;} /*XML뷰어*/
.panelContStrct > div:nth-child(4) {width: 340px; float: left; position: relative; overflow: hidden;} /*정형화데이터*/

.panelLeftStrct {width: 345px !important;  min-width: 345px; height: 95%; padding:0 0;  background-color: #fff;  box-shadow: 2px 3px 10px 0 hsla(0,0%,46.7%,.1);}
.panelLeftStrct .panelTopStrct .tit {line-height: 40px; text-align: center;}
.panelLeftStrct .panelLeftContents {width: 100%; height: 94%; padding: 0 0; background-color: #fff; }
.panelLeftStrct .panelLeftContents .treeMngContentsDiv {height: 650px; overflow-y: scroll; padding: 5px 0; border: 1px solid #d9d9d9;}
.strctMnTreeList {width: 100%}
.strctMnTreeList td{text-align: left;}
.titList {overflow-y: scroll;height:780px;}
.pTit span {padding-left: 5px;}

.panelFolding {width:5px !important; height: 100%; padding:0 0; margin-left: 10px !important;}
.panelFolding .foldingMenu {position: absolute; top: 50%; left: 356px; height: 70px; border-radius: 0 5px 5px 0; text-align: center;	background: #7a8aa3; padding: 26px 4px 26px 2px; z-index: 1;}
.panelFolding .foldingMenu a {display: block;}
.panelFolding .foldingMenu:hover {background: #444b66;}
.panelFolding .foldingMenu:hover span.topImg {border-bottom: 5px solid #fff;}
.panelFolding .foldingMenu span.topImg {display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #737373;}
.panelFolding .foldingMenu span.topTxt {display:block; font-weight: 600; color: #fff;}
.foldingMenuCursorEvent {opacity:30%;}
.foldingMenuCursorEvent:hover {opacity:100%;}
.foldingMenuCursorEvent:active {opacity:100%;}

.panelRightXmlEdit {height: 100%; padding:0 0; }
.panelRightXmlEdit .panelTopStrct .tit {line-height: 40px; text-align: center;}
.panelRightXmlEdit .panelTopStrct .btnTop{position: absolute; padding: 0 0; top: 5px; right: 5px; float: none;}
.panelRightXmlEdit .btnTop a {display: inline-block; color: #fff; line-height: 28px; padding: 0 6px; border-radius: 3px;}
.panelRightXmlEdit .btnTop a.navy {background-color: #1a224b;}
.panelRightXmlEdit .btnTop a.navy:hover {background-color: #32364b;}
.panelRightXmlEdit .panelRightContents {width: 100%; height: 91%; padding: 0 0;}
.panelRightXmlEdit .panelRightContents .contentsDiv {height: 650px;}
.panelRightXmlEdit .panelRightContents .treeMngContentsDiv {height: 650px; overflow-y: scroll; padding: 5px 0;}

.infoListRight{border: 1px solid #d9d9d9; background-color: #fff; width: 100%; height:100%;}
.noDataStrct{text-align: center; padding: 20px;}
@keyframes blink-effect {
    50%{
        opacity: 0;
    }
}
.blink {animation:blink-effect 0.7s step-end 3;}

.panelRightStrct {height: 100%; padding:0 0; }
.panelRightStrct .panelTopStrct .tit {line-height: 40px; text-align: center;}
.panelRightStrct .panelTopStrct .btnTop{position: absolute; padding: 0 0; top: 5px; right: 5px; float: none;}
.panelRightStrct .btnTop a {display: inline-block; color: #fff; line-height: 28px; padding: 0 6px; border-radius: 3px;}
.panelRightStrct .btnTop a.navy {background-color: #1a224b;}
.panelRightStrct .btnTop a.navy:hover {background-color: #32364b;}
/* .panelRightStrct .panelRightContents {width: 100%; height: 100%; padding: 0 0; overflow-y: auto; } */
.panelRightStrct .panelRightContents .contentsDiv {height: 650px;}
.panelRightStrct .panelRightContents .treeMngContentsDiv {overflow-y: scroll;}

.panelXml {overflow: auto; 
/* padding: 0px 5px;  */
/* border: 1px solid #d9d9d9; */
 vertical-align: top; 
width: 100%; height: calc(100vh - 121px); font-family: 'Nanum Gothic', sans-serif; font-size: 12px; color: #333; background-color: #fff; resize: none;}
.xmlContent {line-height: 20px;}

.listBoardStrct tbody th {border-bottom: 1px solid #d9d9d9;}
.listBoardStrct tbody th p {margin: 5px; padding: 0; word-break: keep-all; text-align: left; }
.listBoardStrct tbody td {border-bottom: 1px solid #e2e5e9; color: #575757; position: relative; padding: 5px 4px 4px 5px;}
.listBoardStrct tbody td.title a {display: block; overflow: inherit; vertical-align: initial; text-overflow: inherit; white-space: inherit; width: inherit;}
.listBoardStrct tbody td.title a.moreBtn {position: absolute; top: 5px; right: 5px; font-weight: 600; font-size: 14px; padding: 0px 4px;}
.listBoardStrct tbody td input{width: 100%; border: 1px solid #d9d9d9; padding:3px 3px; font-family: 'Nanum Gothic', sans-serif; font-size: 12px; color: #333;}
.listBoardStrct .tit01 a p,
.listBoardStrct .tit02 a p,
.listBoardStrct .tit03 a p,
.listBoardStrct .tit04 a p {width: 100%;}
.listBoardStrct .tit02.hide {display:none;}
.listBoardStrct .tit03.hide {display:none;}
.listBoardStrct .tit04.hide {display:none;}

.panelBottom {overflow: hidden; text-align: center; bottom:0; float: right;}

/*reviewView.jsp*/
.reviewSameBtnTop {display: inline; float: right; margin-right: 5px;}
.reviewSameBtnTop a {display: inline-block; color: #fff; line-height: 20px;  padding: 0 4px; border-radius: 3px;}
.reviewSameBtnTop a.sameBtn {background-color: #d33f13;}
.reviewSameBtnTop a.sameBtn:hover {background-color: #df6440;}
.reviewSameBtnTop a.disabled{background-color: gray;}

/*xmlEditorPop.jsp view로 원복처리되어 주석처리*/
/*.panelRightXmlEdit {height: 100%; padding:0 0; }
.panelRightXmlEdit .panelTopStrct .tit {line-height: 40px; text-align: center;}
.panelRightXmlEdit .panelRightContents {width: 100%; height: 91%; padding: 0 0;}
.panelRightXmlEdit .panelRightContents .contentsDiv {height: 650px;}
.panelRightXmlEdit .panelRightContents .treeMngContentsDiv {height: 650px; overflow-y: scroll; padding: 5px 0;}*/

/**정형화관리 css end**/


/**공정관리 통계 css start**/
.contentsTitleJobStat { width: 100%; line-height: 35px; font-size: 17px; color: #47404f;}
.btnSearchJobStat .searchBtn {
    line-height: 25px;
    color: #fff;
    background-color: #8b949e;
    display: inline-block;
    width: 65px;
    text-align: center;
}
/**공정관리 통계 css end**/

body {
    height: 100%;
    min-width: 1260px;
    font-size: 12px;
    font-family: 'Nanum Gothic', sans-serif;
    background-color: #f2f5f9;
    letter-spacing: -0.45px;
    color: #333;
}

.btn-s {
  display: inline-block;
  width: auto;
  min-width: 55px;
  height: 30px;
  border: none;
  font-size: 0.813rem;
  font-weight: 300;
  padding: 0 15px;
  cursor: pointer;
  transition: .25s; 
}


.tree ul ul{list-style-type: none;padding-left:30px;}
.tree li{margin: 12px 0; cursor: pointer;}

.section {
	background : white;
	padding : 15px;
	margin-bottom : 15px;
	border-radius : 8px;
	box-shadow : 2px 2px 10px rgba(0,0,0,0.1);
}

.flowchart {
	display:flex;
	justify-content : center;
	align-items : center;
	gap : 15px;
	margin-top : 20px;
}
.flowchart div {
	background : #2980b9;
	color : white;
	padding : 12px 20px;
	border-radius : 10px;
	text-align : center;
	font-weight : bold;
	font-size : 16px;
}
.flowchart .arrow {
	font-size : 40px !important;
	color : #2c3e50;
	font-weight : bold;
	background : none;
	padding : 0;
}

.guideTable {
	width : 100%;
	border-collapse : collapse;
	margin-top : 10px;
}
.guideTable, .guideTable th, .guideTable td {
	border : 1px solid #bdc3c7;
}
.guideTable th, .guideTable td {
	padding : 8px;
	text-align : left;
}

button, a {
    font-family: 'Nanumgothic', sans-serif;
    letter-spacing: -0.03em;
}

.json_btn {
	background-color:#005baa;
	color:#fff;
	border : none;
	padding : 8px 14px;
	margin : 10px 5px 5px 5px;
	border-radius : 4px;
	cursor : pointer;
	font-size : 14px;
	float : right;
}

.json_btn:hover {
	background-color : #004a94;
}

.jsonViewContainer {
	font-size : 14px;
	word-break : break-word;
	white-space : pre-wrap;
	line-height : 1.1;
	color : #333;
	padding:20px;
	background-color:white;
	overflow:auto
}
.jsonview, .jsonview ul, .jsonviewli, .jsonview span {
	font-family : Arial, sans-serif;
/* 	    height: 300px; */
}

.jsonTable {
	width : 100% !important;
	border-collapse : collapse;
	font-family : 'Arial', sans-serif;
	font-size : 14px;
	margin-top : 20px;
}
.jsonTable thead {
	backgroud-color : #f2f2f2;
}
.jsonTable th, .jsonTable td {
	padding : 10px 12px;
	text-align : left;
	border-bottom : 1px solid #ddd;
	vetical-align : top;
}
.jsonTable th {
	width : 30%;
	font-wight : bold;
}
.jsonTable td {
	word-break : break-word;
	white-space : pre-wrap;
}

.tab-btn {
	padding : 14px 16px;
	cursor : pointer;
	border-bottom : 1px solid #ddd;
	color : #333;
}
.tab-btn.active {
	background : #005baa;
	color : #fff;
	font-weight : bold;
}
.tab-content {
	display : none;
}
.tab-content.active {
	display : block
}

.sub-tab-menu {
	list-style : none;
	padding-left : 20px;
	margin : 5px 0;
}

.sub-tab-btn {
	padding : 6px 10px;
	cursor:pointer;
	color : #fff;
}

.sub-tab-btn.active {
	background : #005baa;
	color : #fff;
	font-weight : bold;
}

#jsonTreeContainer {
	font-family : Arial, sans-serif;
	font-size : 14px;
	word-break : break-word;
	white-space : pre-wrap;
	line-height : 1.1;
	color : #333;
}

#jsontree {
	border : 1px solid #ddd;
	background : #fff;
	padding : 10px;
	border-radius : 8px;
	box-shadow : 0 4px 6px rgba(0,0,0,0.1);
	max-width : 600px;
}
.sub-tab-menu li:hover {
	text-decoration : underline;
}
.sub-tab-menu li.active {
	font-weight:bold;
	text-decoration : underline;
}

#downForm {
	list-style: none;
	padding : 0;
}

#downloadSingle {
	background: #28a745;
	color: white;
	padding: 8px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
}

#downloadSingle:hover {
	background: #218838;
}

/*modal*/
.modal-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    font-size: 100% !important;
    background: rgba(0, 0, 0, 0.5);
}


.modal-l {
    width: 1024px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    background: #fff;
    border: solid 1px #dadada;
}

.modal-xl {
  width: 1000px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  background: #fff;
  border: solid 1px #dadada;
}  

.modal-xl .modal-body {
    width: 100%;
    height: 650px;
    overflow-y: auto; }

.modal-head {
  width: 100%;
  height: 45px;
  background: #2c80b3;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;  
}

.modal-head h2, .modal-head h3, .modal-head h4 {
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 500;
    width: auto; 
}

.modal-header .modal-title{
	font-size: 18px;
    font-weight: bold;
}
  
.modal-head .modal-close {
    float: right;
    line-height: 45px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0; 
}

.modal-body {
  padding: 20px 30px; }

.modal-foot {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px; }
  .modal-foot.center {
    text-align: center; }

.modal-body .cont-box {
  margin-bottom: 30px; }
  .modal-body .cont-box:last-of-type {
    margin-bottom: 0; }

.modal-body .cont-heading {
  min-height: 0;
  margin-bottom: 12px; }
  .modal-body .cont-heading h3 {
    font-size: 0.938rem;
    line-height: 30px; }

.modal-body .table th, .modal-body .table td {
  padding: 10px 10px; }

.modal-body .cont-title h4 {
  font-size: 0.875rem; }
  
.btn1 {
	background : #005baa;
	color : #fff;
	display : inline-block;
	width : auto;
	min-width : 100px;
	height : 30px;
	border : none;
	font-size : 0.875rem;
	font-weight : 300;
	padding : 0 15px;
	cursor : pointer;
	transition : .25s;
}

.btn-m {
  display: inline-block;
  width: auto;
  min-width: 100px;
  height: 38px;
  border: none;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0 15px;
  cursor: pointer;
  transition: .25s; 
}

.btn-apply {
    background: #707070;
    color: #fff;
}



.btn-cancel {
    background: #707070;
    color: #fff;
}

table tbody tr.selected td{
	background-color: #d0ebff !important;
}
  
.focus-highlight{
	outline:2px solid #007bff;
	background-color:#e6f0ff;
	transition:background-color 0.3s, outline 0.3s;
}

#deidPrcsBefore table{width:100%;margin-top:5px;margin-bttom:5px;border:1px solid #ddd;line-height: 3.3rem;}
#deidPrcsBefore h1{mrgin-top:3px;margin-bottom:3px;font-size:2.0em;background-color:orange;line-height: 3rem;}
#deidPrcsBefore h2{mrgin-top:3px;margin-bottom:3px;font-size:1.5em;background-color:aqua;line-height: 2.8rem;}
#deidPrcsBefore h3{mrgin-top:3px;margin-bottom:3px;font-size:1.1em;background-color:lightgreen;}
#deidPrcsBefore h4{mrgin-top:3px;margin-bottom:3px;font-size:1.0em;background-color:grey;}
