@charset "UTF-8";

/************************************************ 초기설정 ************************************************/
body.scrollLock {
	overflow:hidden;
}
input[type=text], input[type=date], input[type=password], input[type=number], select {
	position:relative;
	width:100%;
	background:transparent;
	color:#666;
	height:30px;
	padding:0 10px;
	text-align:left;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
}
input[type=radio] {
	appearance:none;
	width:14px;
	height:14px;
	background:transparent;
	border:4px solid #dbdbdb;
	border-radius:50%;
	margin:0 5px 0 15px;
}
input[type=radio]:checked {
	border:4px solid #4285ff;
}
select {
	appearance:none;
	background:url('/images/sp/iconSelect.png') no-repeat 99% center / 15px;
}
.blue {
	color:#0073e8;
}
p.desc {
	font-size:13px;
	color:#666;
}
.accent:before {
	content:"*";
	display:inline-block;
	color:#db2929;
	margin-right:3px;
	margin-left:-9px;
}
.flexBox {
	display:flex;
	align-items:center;
}
.flexBetween {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
.flexCenter {
	display:flex;
	align-items:center;
	justify-content:center;
}
.flexCenter > button {
	margin:0 2.5px;
}
[class*=btn] { 
	display:inline-block;
	line-height:24px;
	border:none;
	cursor:pointer;
}
button[class*=Line] {
	font-weight:bold;
	cursor:default;
}
.btnSearch {
	width:24px;
	height:24px;
	background:url(/images/sp/iconSearch.png) no-repeat center center / 14px, #366DCA;
	border-radius:50%;
}
.btnSearchLine {
	position:relative;
	width:24px;
	height:24px;
	background:url(/images/sp/iconSearchLine.png) no-repeat center center / 15px;
	border-radius:50%;
	z-index:99;
}
.btnFileUpload {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(/images/sp/iconUpload.png) no-repeat center center / 14px, #19AF28;
	border-radius:50%;
}
.btnFileUpload input[type=file] {
	position:absolute;
	left:-9999px;
	width:0;
	font-size:0;
}
.btnPlus.category {
	background:transparent;
	font-size:0;
	cursor:default; 
}
.btnPlus {
	width:24px;
	height:24px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:24px;
	background:#19AF28;
	border-radius:50%;
}
.btnDeleteL {
	width:24px;
	height:24px;
	background:url(/images/sp/iconDeleteL.png) no-repeat center center / 14px;
}
.btnBlue {
	width:60px;
	height:24px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	background:#366DCA;
}
.btnGreen {
	width:60px;
	height:24px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	background:#19AF28;
}
.btnOrange {
	width:60px;
	height:24px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	background:#EE7F0B;
}
.btnGray {
	width:60px;
	height:24px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	background:#bbb;
}
.btnGray88 {
	width:60px;
	height:38px;
	background:#888;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
}
.btnGreenLine {
	width:60px;
	height:24px;
	color:#19AF28;
	border:1px solid #19AF28;
	text-align:center;
	border-radius:5px;
}
.btnOrangeLine {
	width:60px;
	height:24px;
	color:#EE7F0B;
	border:1px solid #EE7F0B;
	text-align:center;
	border-radius:5px;
}
.btnBlueLine {
	width:60px;
	height:24px;
	color:#366DCA;
	border:1px solid #366DCA;
	text-align:center;
	border-radius:5px;
}
.btnGrayLine {
	width:60px;
	height:24px;
	color:#666;
	text-align:center;
	border:1px solid #666;
	border-radius:5px;
}
.btnBlackLine {
	width:60px;
	height:24px;
	color:#222;
	border:1px solid #222;
	text-align:center;
	border-radius:5px;
}
.btnGrayCircle {
	width:16px;
	height:16px;
	background:#888;
	border-radius:50%;
	color:#fff;
	text-indent:-2px;
	line-height:16px;
	font-size:10px;
}
.rbtnSearch {
    width:30px;
    height:30px;
    background:url(/images/sp/dataManageSystem/iconSearch.png) no-repeat center center / 16px, #2262c6;
}
.cbtnSetting {
    width:30px; 
    height:30px;
    background:url(/images/sp/dataManageSystem/iconSetting.png) no-repeat center center / 24px;  
}
.cbtnMore {
    width:30px;
    height:30px;
    background:url(/images/sp/dataManageSystem/iconMore.png) no-repeat center center / 24px;  
}
.cbtnExcel {
    width:30px;
    height:30px;
    background:url(/images/sp/dataManageSystem/iconExcel.png) no-repeat center center / 16px, #00B247;
}
.cbtnEdit {
    width:30px;
    height:30px;
    background:url(/images/sp/dataManageSystem/iconEdit.png) no-repeat center center / 24px;
}
.cbtnDelete {
    width:30px;
    height:30px;
    background:url(/images/sp/dataManageSystem/iconDelete.png) no-repeat center center / 24px;
}
.btnDataRequest {
	width:120px;
}
.btnUp, .btnDown {
	width:100%;
	height:30px;
	color:#b7b7b7;
	border:1px solid #ccc;
	border-radius:10px;
	transition:.3s;
}
.btnUp:hover, .btnDown:hover {
	border:1px solid #666;
	color:#666;
}
.listTable {
	width:100%;
	table-layout:fixed;
    border-top: 2px solid #173b6e;
}
.listTable thead th {
	background: #f3f3f5;
    color: #333;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
}
.listTable tbody tr {
	background:#fff;
	transition:all 0.3s ease-out;
}
.listTable tbody tr:hover {
	background:#f1f7fa;
}
.listTable tbody td {
	letter-spacing: -0.02em;
    padding: 12px 10px;
    color: #444;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
    width:100%;
    height:67px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
/* 페이징 */
.pagination > div {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0;
    padding:10px 0;
    background:#f5f5f5;
}  
.pagination a {
	position:relative;
	width:24px;
	height:24px;
    background:#fff;
	display:block;
	font-size:12px; 
    text-align:center;
	line-height:24px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	cursor:pointer; 
} 
.pagination a:hover {
	text-decoration:underline;
}
.pagination a:first-child {
	border-left:1px solid #ccc;
}
.pagination a.current {
	background:#f8f8f8;
}
.pagination .btnFirst,
.pagination .btnPrev,
.pagination .btnNext,
.pagination .btnLast {
	position:relative;
	font-size:0;
	color:transparent;
}
.pagination .btnFirst:before,
.pagination .btnPrev:before,
.pagination .btnNext:before,
.pagination .btnLast:before {
	content:""; 
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) scaleX(0.6);
	font-size:14px;
	color:#222;
}
.pagination .btnFirst:before {
	content:"\226A";
	font-size:12px; 
}
.pagination .btnPrev:before {
	content:"\003C";
	transform:translate(-50%, -50%) scaleX(0.6);
	color:#666;
}
.pagination .btnNext:before {
	content:"\003E";
	transform:translate(-50%, -50%) scaleX(0.6);
	color:#666;
}
.pagination .btnLast:before {
	content:"\226B";
	font-size:12px;
} 
/************************************************ 초기설정 끝 **********************************************/

/*데이터 등록요청*/
.dataRequestWrap {
	max-width:1000px;
	width:100%;
	margin:40px auto;
	text-align:center;
}
.dataRequestWrap .tabBox {
	width:600px;
	margin:0 auto;
	display:flex;
	align-items:center;
	border-radius:50px; 
	overflow:hidden;
	box-shadow:0 0 15px rgba(0,0,0,.15);
}       
.dataRequestWrap .tabBox > li {
	width:50%; 
	background:#888;
	padding:20px 0;
	color:#fff;
	font-weight:bold; 
	cursor:pointer;
}
.dataRequestWrap .tabBox > li.active {
	position:relative;
	background:#366DCA;
} 
h2.bigSbjt {
	position:relative;
	display:inline-block;
	font-size:32px;
	font-weight:bold;
}
h2.bigSbjt:after {
	content:"";
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	height:6px;
	background: linear-gradient(90deg, #468AFF 0.17%, #49D3FF 100%);
	z-index:-1;
}
.dataRequestWrap .dataCont {
	margin-top:20px;
	padding:20px;
	text-align:left;
	font-size:14px;
}
.dataRequestWrap .dataCont > div {
	padding:16px 0;
	border-bottom:1px solid #dbdbdb;
}
.dataRequestWrap .dataCont > div.flexBetween:nth-of-type(1) {
	border-top:1px solid #dbdbdb;
}
.dataRequestWrap .dataCont > div.dataInputBox {
	align-items:flex-end;
} 
.dataRequestWrap .dataCont > div.dataInputBox .btnInputPop,
.dataRequestWrap .dataCont > div.dataInputBox .btnApiPop {
	width:auto;
	height:30px;
	line-height:30px;
}
.dataRequestWrap .dataCont > div.dataInputBox .btnInputPop {
	background:linear-gradient(to right, #19AF28 82%, #339b3d 82%);
}
.dataRequestWrap .dataCont > div.dataInputBox .btnInputPop:after {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	background:url(/images/sp/iconModify.png) no-repeat center center / 14px;
	margin-top:-2px;
	margin-left:8px;
	vertical-align:middle;
}
.dataRequestWrap p.smallSbjt {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.dataRequestWrap .dataCont > div textarea {
	width:100%;
	min-height:100px;
	max-height:150px;
	overflow-y:auto;
	resize:none;
	border:1px solid #ccc;
	border-radius:5px;
	outline:0;
	padding:10px;
}
.dataRequestWrap .dataCont > .flexBetween > div {
	width:48%;
}
.dataRequestWrap .dataCont > .flexBetween > div .btnSearch, 
.dataRequestWrap .dataCont > .flexBetween .btnFileUpload,
.dataRequestWrap .dataCont > .flexBetween .btnPlus {
	margin:-5px 0 0 5px;
}
.dataRequestWrap .dataCont > .flexBetween .keyword {
	font-size:12px;
	display:inline-block;
	padding:5px 10px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #ccc;
	border-radius:15px;
	margin:2.5px;
}
.dataRequestWrap .dataCont > .flexBetween .keyword:hover {
	border:1px solid #222;
	color:#222;
}
.dataRequestWrap .dataCont > .flexBetween .keyword span {
	cursor:default;
}
.dataRequestWrap .dataCont > .flexBetween .keywordBox {
	flex-wrap:wrap;
}
.dataRequestWrap .dataCont > .flexBetween .keyword .txtCls {
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.dataRequestWrap .dataCont > .flexBetween .keyword .txtCls:hover {
	color:#222;
}
.dataRequestWrap .dataCont > .flexBetween .fileUploadBox {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	max-height:105px;
	min-height:30px;
	margin-bottom:5px;
	padding:0 10px;
	line-height:30px;
	font-size:13px;
	border:1px dashed #ccc;
	border-radius:5px;
	outline:0;
	overflow-y:auto;
}
.dataRequestWrap .dataCont > .flexBetween .fileUploadBox p {
	height:30px;
	line-height:30px;
}
.dataRequestWrap .dataCont > .flexBetween .fileUploadBox p span:before {
	content:"new";
	display:inline-block;
	margin-right:6px;
	width:30px;
	height:14px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:14px;
	background:#366dca;
	transform:skewX(-15deg);
}
.dataRequestWrap .dataCont > .flexBetween .fileListBox {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	max-height:105px;
	min-height:30px;
	background:#f5f5f5;
	font-size:13px;
	line-height:30px;
	padding:0 10px;
	border-radius:5px;
	overflow-y:auto;
	outline:0;
}
[contentEditable=true]:empty:not(:focus):before {
	content:attr(data-placeholder);
	display:block;
	outline:0;
	line-height:30px;
}
.dataRequestWrap .dataCont > .flexBetween .fileUploadBox p,
.dataRequestWrap .dataCont > .flexBetween .fileListBox p {
	align-items:center;
	padding:5px 10px;
	font-size:13px;
	border-bottom:1px dashed #ccc;
}
.dataRequestWrap .dataCont > .flexBetween .fileUploadBox p:last-child,
.dataRequestWrap .dataCont > .flexBetween .fileListBox p:last-child {
	border-bottom:none;
}
.dataRequestWrap .dataCont > .flexBetween .fileListBox p span, 
.dataRequestWrap .dataCont > .flexBetween .fileListBox p a {
	font-size:13px;
	cursor:pointer;
}
.dataRequestWrap .addedPaperWrap {
	font-family:'NotoSansKr', san-serif;
	font-size:13px;
	color:#444;
	background:#f5f5f5;
	height:30px;
	padding:0 10px;
	line-height:30px;
	border-radius:5px;
}
.dataRequestWrap .addedPaper {
	max-height:105px;
	background:#f5f5f5;
	border-radius:5px;
	overflow-y:auto;
}
.dataRequestWrap .addedPaper li {
	display:flex;
	color:#444;
	padding:4px 5px;
	border-bottom:1px dashed #dbdbdb;
}
.dataRequestWrap .addedPaper li span:first-child {
	width:20px;
	display:inline-block;
}
.dataRequestWrap .addedPaper li span:last-child {
	width:calc(100% - 20px);
}
.dataRequestWrap .addedPaper li:last-child {
	border-bottom:none;
}
/*데이터 등록요청 리스트 페이지*/
.dataRegitRequest .tabBox {
	max-width:500px;
	width:100%;
}
.dataRegitRequest .tabBox li {
	position:relative;
	width:33.33%;
}
.dataRegitRequest .tabBox li:nth-child(1).active:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100px;
	box-shadow:5px 0 5px rgba(0,0,0,.3);
	z-index:99;
}
.dataRegitRequest .tabBox li:nth-child(2).active:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	z-index:99;
}
.dataRegitRequest .tabBox li:nth-child(3).active:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100px;
	box-shadow:-5px 0 5px rgba(0,0,0,.3);
	z-index:99;
}
.dataRegitRequest .btnDataRequest {
	float:right;
	margin-top:10px;
}
/*데이터 관리자 페이지*/
.adminData .utilTopBox {
	align-items:flex-end;
}
.adminData .statBox {
	display:flex;
	margin-bottom:5px;
}
.adminData .statBox dl {
	position:relative;
	width:60px;
	height:auto;
	font-size:14px;
	text-align:center;
	margin-right:5px;
	box-sizing:border-box;
	transition:1s linear;
}
.adminData .statBox dl dt {
	font-size:13px;
}
.adminData .statBox dl:nth-child(1) dt {
	border-bottom:1px solid #222;
	background:rgba(0,0,0,.05);
}
.adminData .statBox dl:nth-child(2) dt {
	border-bottom:1px solid #366DCA;
	background:rgba(54,109,202,0.05);
}
.adminData .statBox dl:nth-child(3) dt {
	border-bottom:1px solid #EE7F0B;
	background:rgba(238,127,21,0.05);
}
.adminData .statBox dl:nth-child(4) dt {
	border-bottom:1px solid #19AF28;
	background:rgba(25,175,40,0.05);
}
.adminData .statBox dl:nth-child(5) dt {
	border-bottom:1px solid #bbb;
	background:rgb(187,187,187,0.035);
}
.adminData .statBox dl:first-child.active:before {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	background:#222;
	border-radius:50%;
	animation:stat .6s linear infinite;
}
.adminData .statBox dl:nth-child(2).active:before {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	background:#366DCA;
	border-radius:50%;
	animation:stat .6s linear infinite;
}
.adminData .statBox dl:nth-child(3).active:before {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	background:#EE7F0B;
	border-radius:50%;
	animation:stat .6s linear infinite;
}
.adminData .statBox dl:nth-child(4).active:before {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	background:#19AF28 !important;
	border-radius:50%;
	animation:stat .6s linear infinite;
}
.adminData .statBox dl:last-child.active:before {
	content:"";
	position:absolute;
	top:-15px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	background:#888;
	border-radius:50%;
	animation:stat .6s linear infinite;
}
.adminData .statBox dl dd {
	font-weight:bold;
}
@keyframes stat {
	0% {
		top:-15px;
	}
	50% {
		top:-20px;
	}
	100% {
		top:-15px;
	}
}

/*관리자 에러 리포트 리스트*/
.dataRequest .btnGreenLine {
	letter-spacing:-0.095rem;
}
.popBox .popBody .errorFeedback textarea {
	min-height:150px;
	max-height:150px;
}

/************************************* 팝업공통 *****************************************/
.bgMask {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(5px);
    display:none;
}
.mask {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(5px);
    display:none;
}
.popBox {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 5px rgba(0,0,0,.3);
	background:#fff;
	z-index:1001;
	display:none;
}
.popHeader {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 15px;
	background:#2262c6;
}
.popHeader > h4 {
	font-size:16px;
	color:#fff;
	padding:12px 0;
}
.popHeader button {
	font-size:18px;
	font-weight:normal;
	color:#2262c6 !important;
	width:28px;
	height:28px;
	background:#cbdfff;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}
.popBody {
	padding:15px;
}
.popFooter {
	display:flex;
	justify-content:center; 
	padding:10px 0;
}
/************************************* 팝업공통 *****************************************/
/*데이터 등록요청-연계정보 검색 팝업*/
.dataRequestPop {
	max-width:660px;
	width:100%;
	text-align:left;
}
.dataRequestPop .popHeader h4 {
	font-weight:bold;
}
.dataRequestPop .popHeader button {
	font-size:26px;
	line-height:26px;
}
.dataRequestPop .popBody {
	padding:20px 15px;
	font-size:14px;
}  
.dataRequestPop .popBody .selectBox ul li {
	width:31%;
	margin-bottom:2%;
}
.dataRequestPop .popBody .selectBox :is(.upper, .below) li input[type=text] {
	background:#f5f5f5;
	border: none;
    box-shadow: unset;
}
.dataRequestPop .popBody .selectBox ul.below li,
.dataRequestPop .popBody .selectBox ul.below li :is(.mx-datepicker, .mx-input-wrapper) {
	min-width:300px;
}
.dataRequestPop .popBody .selectBox .memoSelected li {
	width:31%;
}
.dataRequestPop .popBody .selectBox .memoSelected li input[type=text],
.dataRequestPop .popBody .selectBox .memoSelected li :is(.mx-datepicker, .mx-input-wrapper) {
	max-width:143px;
	min-width:unset;
}
.dataRequestPop .popBody .selectBox ul.yearBox,
.dataRequestPop .popBody .selectBox ul.yearBox li,
.dataRequestPop .popBody .selectBox ul.yearBox li :is(.mx-datepicker, .mx-input-wrapper) {
	width:100%;
}
.dataRequestPop .popBody .selectBox ul li select {
	width:100%;
	border:none;
	border-bottom:1px solid #ccc;
	border-radius:0;
	background-size:12px;
}
.dataRequestPop .popBody .searchBox .seletYearBox {
	width:31%;
	background-size:12px;
	min-width:192px;
	margin-right:3.5%;
	border:none;
	border-bottom:1px solid #dbdbdb;
	border-radius:0;
}
.dataRequestPop .popBody .searchBox input[type=text] {
	border:none;
	border-bottom:1px solid #ccc;
	border-radius:0;
}
.dataRequestPop .popBody .searchBox .btnSearchLine {
	margin-left:-25px;
}
.dataRequestPop .popBody .listBox > ul li,
.dataRequestPop .popBody .resultBox > ul li {
	margin:5px 0;
	cursor:pointer;
}
.dataRequestPop .popBody .listBox > ul li:hover,
.dataRequestPop .popBody .resultBox > ul li:hover {
	text-decoration:underline;
}
.dataRequestPop .popBody .selectedBlue {
	background:#f0f5fd;
	color:#222;
}
.dataRequestPop .popBody .listBox > ul,
.dataRequestPop .popBody .resultBox > ul {
	border:1px solid #ccc;
	border-radius:10px;
	margin:15px 0;
	padding:10px;
	height:150px;
	overflow:auto;
}
.dataRequestPop .popBody .listBox > ul {
	min-height:150px;
	height:auto;
	margin-bottom:0;
	padding:0 10px;
	border:1px solid #dbdbdb;
	overflow:visible;
}
.dataRequestPop .popBody .listBox > ul li,
.dataRequestPop .popBody .resultBox > ul li {
	border-bottom:1px dashed #dbdbdb;
	margin:0;
	padding:5px 0;
}
.dataRequestPop .popBody .listBox > ul li:last-child {
	border-bottom:none;
}
.dataRequestPop .popBody .updownBox > button {
	width:49%;
	margin-bottom:15px;
}
.dataRequestPop .popBody .resultBox > ul {
	margin:0;
}
.dataRequestPop .popFoot {
	padding-bottom:20px;
}
#sort {
	padding-bottom:10px;
	float:right;
}
#sort span {
	font-size:13px;
}
#sort button {
	border:1px solid royalblue;
	background:#fff;
	color:royalblue;
	cursor:pointer;
}
#sort button.active {
	border:1px solid #000;
	background:#000;
	color:#fff;
	cursor:pointer;
}
#paging {
	display:flex;
	justify-content:center;
	padding-top:10px;
	font-size:0;
}
#paging a {
	width: 38px;
	height: 38px;
	margin: 2px;
	padding: 0;
	font-size:14px;
	border: 1px solid #c9ccd4;
	text-align:center;
	line-height: 38px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
#paging a strong {
	width: 30px;
	height: 38px;
	background: #173b6e;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	display: inline-block;
}
div[class*=pop] #paging {
	margin:5px 0;
	padding-top:0;
	text-align:center;
}
div[class*=pop] #paging a {
	width: 24px;
	height: 24px;
	margin: 2px;
	padding: 0;
	border: 1px solid #c9ccd4;
	text-align:center;
	line-height: 18px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
div[class*=pop] #paging a strong {
	width: 24px;
	height: 24px;
	background: #173b6e;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	display: inline-block;
}
/********** 데이터 관리 팝업 **********/
.bgMask {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .5);
    webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(5px);
    display: block;
    z-index:999;
    display:none;
}
/*팝업 탭*/
div[class^=dataMansgePop] {
	height:500px;
}
div[class^=dataMansgePop] .popTab {
	position:relative;
	display:flex;
	width:100%;
	height:36px;
	margin:12px 0 10px;
}
div[class^=workSpendPop] .popTab:after {
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	height:1px;
	background:#dbdbdb;
}
div[class^=dataMansgePop] .popTab > li {
	position:relative;
	width:120px;
	line-height:36px;
	text-align:center;
	color:#666;
	font-weight:bold;
	border:1px solid #dbdbdb;
	border-bottom:none;
	cursor:pointer;
}
div[class^=dataMansgePop] .popTab > li:last-child {
	border-left:0;
}
div[class^=dataMansgePop] .popTab > li.active {
	color:#222;
}
div[class^=dataMansgePop] .popTab > li.active:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:#222;
}
div[class^=dataMansgePop] .popTab > li.active:after {
	content:"";
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	height:4px;
	background:#fff;
	z-index:11;
}
div[class^=dataMansgePop] .popTabCont > div {
	display:none;
}
div[class^=dataMansgePop] .popTabCont > div.active {
	display:block;
}
div[class^=dataMansgePop] {
	width:100%;
	background:#fff; 
}
div[class^=dataMansgePop] .popHeader {
	position:relative;
	padding:15px;
}
div[class^=dataMansgePop] .popHeader h3 {
	margin:0 !important;
	font-size:20px; 
	font-weight:bold;
	color:#222;
}
div[class^=dataMansgePop] .popHeader h3:before {
	content:"";
	display:inline-block;
	width:3px;
	height:18px;
	background:#222;
	margin:0 5px -1px 0;
}
div[class^=dataMansgePop] .popHeader input[type=text] {
	width:40%;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#444;
	padding:0 10px;
}
div[class^=dataMansgePop] .popHeader .popCloseBtn {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
div[class^=dataMansgePop] .popBody {
	padding:15px 0;
}
.dataMansgePop .popBody > .dataCount h4,
.dataMansgePop .popBody > .dataCount p {
	font-weight:bold;
	font-size:16px;
	margin:0;
}
.dataMansgePop .popBody .tableBox {
	height:550px;
	overflow-y:overlay;
}
div[class^=dataMansgePop] .popBody table {
	width:100%;
}
div[class^=dataMansgePop] .popBody table thead th {
	position:sticky;
	top:0;
	background:#f5f5f5;
	padding:10px 5px;
	z-index:99;
}
.dataMansgePop .popBody {
	padding-bottom:0;
}
div[class^=dataMansgePop] .popBody table tbody td {
	padding:10px 5px;
	border-bottom:1px solid #dbdbdb;
	text-align:center;
}
div[class^=dataMansgePop] .popBody table thead th {
	text-align:center;
}
div[class^=dataMansgePop] .popBody table tbody td:last-child button {
	width:24px;
	height:24px;
	background:#f5f5f5;
	border-radius:50%;
	font-size:18px;
	color:#222;
	cursor:pointer;
}
div[class^=dataMansgePop] .popBody table tbody td :is(input, select) {
	width:100%;
}
.dataMansgePop .popBody .popRightBtn {
	margin-top:10px;
}
div[class^=dataMansgePop] .popFooter {
	padding:15px 0;
}
.blueBtn {
	width:80px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#fff; 
	background:#255fa9;
	border-radius:5px;
	cursor:pointer;
}
.greenBtn {
	width:80px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#fff; 
	background:#20A989;
	border-radius:5px;
	cursor:pointer;
}
.orangeBtn {
	width:80px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#fff; 
	background:#f58c0b;
	border-radius:5px;
	cursor:pointer;
}
.addBtn {
	width:30px;
	height:30px;
	background:#fff;
	border:1px solid #444;
	border-radius:5px;
	font-size:18px;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.minusBtn {
	width:30px;
	height:30px;
	background:#fff;
	border:1px solid #444;
	border-radius:5px;
	font-size:18px;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.popCloseBtn {
	width:20px;
	height:20px;
	background:url(/images/sp/iconCancel.svg) no-repeat center center / cover;
	border-radius:50%;
	cursor:pointer;
}
.popRightBtn {
	display:flex;
	justify-content:flex-end;
	gap:0 5px;
}
.popCenterBtn {
	display:flex;
	justify-content:center;
	gap:0 5px;
}
.popCenterBtn button {
	width:120px;
}
.popCenterBtn .grayBtn {
	width:120px;
	height:30px;
	background:#999;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
}
#vueCtrl .display {
	display:none;
}
/*수집데이터 정보 입력 팝업*/
[class^=dataInputPop] {
	max-width:1000px;
	width:100%;
	padding:0;
}
[class^=dataInputPop] .popHeader {
	background:#366DCA;
	padding:10px 20px;
}
[class^=dataInputPop] .popHeader h2 {
	color:#fff;
	font-weight:bold;
}
[class^=dataInputPop] .popHeader .btnCls {
	color:#fff;
	font-size:18px;
}
[class^=dataInputPop] .popBody {
	padding:15px;
}
.dataInputPop .popBody .insertTable {
	width:100%;
	border-top:1px solid #dbdbdb;
	font-size:14px; 
	font-weight:normal;
}
.dataInputPop .popBody .insertTable tr {
	border-bottom:1px solid #dbdbdb;
}
.dataInputPop .popBody .insertTable tr th {
	padding:10px;
	background:#eef5ff;
}
.dataInputPop .popBody .insertTable tr td {
	padding:10px;
}
.dataInputPop .popBody .bottomCont { 
	margin-top:20px;
}
.dataInputPop .popBody .bottomCont h3 { 
	font-size:14px !important;
	font-weight:bold;
}
.dataInputPop .popBody .bottomCont .btnGreen {
	width:auto;
}
.dataInputPop .popBody .bottomCont .tableBox {
	height:30vh;
	overflow-y:auto;
}
.dataInputPop .popBody .bottomCont .listTable {
	margin-top:5px;
	border-top:1px solid #dbdbdb;
}
.dataInputPop .popBody .bottomCont .listTable tbody tr td {
	height:auto;
}
[class^=dataInputPop] .popFoot {
	padding:10px 0 20px 0; 
} 
.dataInputPop02 .popBody h3 {
	font-size:14px;
	font-weight:bold;
}
.dataInputPop02 .popBody h3 > span {
	font-weight:normal;
}
.dataInputPop02 .popBody .leftBox {
	width:180px;
	text-align:left;
}
.dataInputPop02 .popBody .leftBox label {
	font-size:14px;
}
.dataInputPop02 .popBody .leftBox .dataListBox {
	height:63.29vh;
	padding:0 5px;
	overflow-y:auto;
}
.dataInputPop02 .popBody .leftBox .dataListBox > li {
	border-bottom:1px dashed #dbdbdb;
	text-align:left;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:pointer;
}
.dataInputPop02 .popBody .leftBox .dataListBox > li.active {
	color:#2262c6;
}
.dataInputPop02 .popBody .leftBox .dataListBox > li label {
	padding:8px 5px;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
}
.dataInputPop02 .popBody .rightBox {
	width:calc(100% - 200px);
}
.dataInputPop02 .popBody .rightBox > .flexBetween {
	margin-bottom:5px;
}
.dataInputPop02 .popBody .rightBox .btnGreen {
	width:auto; 
}
.dataInputPop02 .popBody .rightBox .tableBox th:first-child {
	width:5%;
}
.dataInputPop02 .popBody .rightBox .tableBox th {
	white-space:nowrap;
	padding:10px 25px;
}
.dataInputPop02 .popBody .rightBox .tableBox th label {
	font-weight:normal;
	font-size:14px;
}
.dataInputPop02 .popBody .rightBox .tableBox td {
	white-space:nowrap;
}
.dataInputPop02 .popBody .rightBox .tableBox.upper {
	height:580px;
	margin-bottom:10px;
	overflow:auto;
}
.dataInputPop02 .popBody .rightBox .tableBox.upper::-webkit-scrollbar {
	height:8px;
}
.dataInputPop02 .popBody .rightBox h3 {
	text-align:left;
}
.dataInputPop02 .popBody .rightBox .listTable {
	max-width:150vw;
	width:auto;
	border-top:1px solid #dbdbdb;
}
.dataInputPop02 .popBody .rightBox .listTable tbody tr td {
	height:auto;
	white-space:nowrap;
	text-overflow:initial;
	overflow:visible;
}
.dataInputPop02 .popBody .rightBox .tableBox.below {
	height:125px;
	overflow-y:auto;
	
}

/* api 연결 팝업 */
.apiConnectPop {
	max-width:1000px;
	width:100%;
	padding:0;
}
.apiConnectPop .popHeader {
	display:flex;
	justify-content:space-between;
	background:#366DCA;
	padding:10px 20px;
}
.apiConnectPop .popHeader h2 {
	color:#fff;
	font-weight:bold;
}
.apiConnectPop .popHeader .btnCls {
	color:#fff;
	font-size:18px;
}
.apiConnectPop .popBody {
	padding:15px;
}
.apiConnectPop .popBody .tabWrap {
	display:flex;
	align-items:center;
	border-bottom: 1px solid #e1e7f3;
    border-left: 1px solid #e1e7f3;
}
.apiConnectPop .popBody .tabWrap > li {
	position:relative;
	width:160px;
	padding:10px 0;
	font-weight:bold;
	padding: 10px 0;
    background: #F8F9FB;
    color: #607aaf;
    text-align: center;
    border-top: 1px solid #e1e7f3;
    border-right: 1px solid #e1e7f3;
    border-bottom: 1px solid #F8F9FB;
	cursor:pointer;
}
.apiConnectPop .popBody .tabWrap > li.active {
	color: #366DCA;
	background:#fff;
}
.apiConnectPop .popBody .tabWrap > li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #366DCA;
}
.apiConnectPop .popBody .tabWrap > li.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background: #fff;
}
.apiConnectPop .popBody .contBox > div {
	display:none;
	text-align:left;
}
.apiConnectPop .popBody .contBox > div.active {
	display:block; 
}
.apiConnectPop .popBody .smallSbjt {
	position:relative;
	display:inline-block;
	font-weight:bold;
	margin:25px 0 10px;
}
.apiConnectPop .popBody .smallSbjt:before {
	content:"";
	display:block;
	width:6px;
	height:6px;
	background:#366DCA;
	border-radius:50%;
	margin-left:3px;
}
.apiConnectPop .popBody .alignEnd {
	align-items:flex-end;
}
.apiConnectPop .popBody .labelBox {
	display:flex;
	align-items:center 
} 
.apiConnectPop .popBody .btnBlue,
.apiConnectPop .popBody .btnGreenLine {
	min-width:80px;
	width:auto;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
.apiConnectPop .popBody .labelBox label {
	display:flex;
	align-items:flex-end;
	cursor:pointer; 
}
.apiConnectPop .popBody .insertTable {
	width:100%;
	border-top:1px solid #dbdbdb;
	font-size:14px; 
	font-weight:normal;
}
.apiConnectPop .popBody .insertTable tr {
	border-bottom:1px solid #dbdbdb;
}
.apiConnectPop .popBody .insertTable tr th {
	padding:10px;
	background:#eef5ff;
	text-align:center;
} 
.apiConnectPop .popBody .insertTable tr td {
	padding:10px;
}
.apiConnectPop .listTable {
	border-top:1px solid #dbdbdb;
}
.apiConnectPop .listTable td {
	height:auto;
}
.apiConnectPop .popBody .cont1 > .flexBetween {
	align-items:flex-start;
}
.apiConnectPop .popBody .cont1 > .flexBetween .leftBox {
	width:calc(100% - 400px);
}
.apiConnectPop .popBody .cont1 > .flexBetween .leftBox .tableBox {
	max-height:49.5vh;
	overflow:auto;
}
.apiConnectPop .popBody .cont1 > .flexBetween .leftBox .listTable thead th {
	position:sticky;
	top:0;
	z-index:11;
}
.apiConnectPop .popBody .cont1 > .flexBetween .rightBox {
	width:380px;
}
.apiConnectPop .popBody .cont1 > .flexBetween .rightBox > h4 {
	margin-top:0;
}
.apiConnectPop .popBody .cont1 > .flexBetween .rightBox .apiResultBox {
	height:60vh;
	background:#fafafa;
	overflow:auto;
}
.apiConnectPop .popBody .cont2 > .flexBetween {
	align-items:center;
}
.apiConnectPop .popBody .cont2 > .tableBox {
	height:63.31vh;
	overflow:auto;
}
.apiConnectPop .popBody .cont2 > .tableBox::-webkit-scrollbar {
	height:8px;
}
.apiConnectPop .popBody .cont2 > .tableBox:before {
	content:"";
	position:absolute;
	top:-2px; 
	left:0;
	width:100%;
	height:6px;
	background:#fff;
}
.apiConnectPop .popBody .cont2 > .tableBox .listTable {
	width:120%;
}
.apiConnectPop .popBody .cont2 > .tableBox .listTable th {
	position:sticky;
	top:0; 
	z-index:11;
}
.apiConnectPop .popBody .cont2 > .tableBox .listTable td {
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.apiConnectPop .popBody .flexCenter {
	padding:20px 0;
}
/*데이터 조합 요청 탭*/
.userDataJoin {
	max-width:1280px;
	width:100%;
}
.userDataJoin input[type=text],
.userDataJoin input[type=password],
.userDataJoin select {
	background-color:#f5f5f5;
	border:none;
}
.userDataJoin select { 
	background:url(/images/sp/iconSelect.png) no-repeat 98% center / 9px, #f5f5f5;
}
.userDataJoin .innerWrap {
    display:flex;
    justify-content:space-between;
}
.userDataJoin .innerWrap > div[class^=inner] > h3 {
    color:#2262c6;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
}
.userDataJoin .innerWrap > div[class^=inner] > h3:before {
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	background:#2262c6;
	margin:0 5px 3px 0;
	border-radius:50%;
}
.userDataJoin .innerWrap .innerLeft {
    width:400px;
    background:#f8f8f8;
    padding:10px;
    border-radius:5px;
}
.userDataJoin .innerWrap .innerLeft .verticalSearchBox {
    display:flex;
    flex-direction:column;
}
.userDataJoin .innerWrap .innerLeft .verticalSearchBox select {
    margin-bottom:5px;
    background:url(/images/sp/iconSelect.png) no-repeat 97% center / 9px, #fff;
}
.userDataJoin .innerWrap .innerLeft .verticalSearchBox select + div {
	margin-bottom:5px;
}
.userDataJoin .innerWrap .innerLeft .tableBox {
    margin-top:20px;
    height:56vh;
    background:#fff;
    overflow:auto;
}
.userDataJoin .innerWrap .innerLeft .innerTable {
	table-layout:fixed;
}
.userDataJoin .innerWrap .innerLeft .innerTable thead th {
    position:sticky;
    top:0;
    background:#ebedf3;
    z-index:9;
}
.userDataJoin .innerWrap .innerLeft .innerTable thead th:first-child {
	width:20%;
}
.userDataJoin .innerWrap .innerLeft .innerTable thead th:last-child {
	width:80%;
}
.userDataJoin .innerWrap .innerLeft .innerTable tbody td:last-child {
    background:#fff;
    width:90%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.userDataJoin .innerWrap .innerRight {
    width:calc(100% - 420px);
    background:#f8f8f8;
    padding:10px;
    border-radius:5px;
}
.userDataJoin .innerWrap .innerRight h4 {
	font-weight:bold;
    padding-bottom:5px;
}
.userDataJoin .innerWrap .innerRight .scrollBox {
    margin-bottom:20px;
    max-height:52vh;
    overflow:auto;
}
.userDataJoin .innerWrap .innerRight .scrollBox .tableBox {
    margin-bottom:25px;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable {
	table-layout:fixed;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable th {
	background:#ebedf3;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable th:first-child {
	width:300px;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable th:nth-child(2) {
	width:200px; 
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable th:nth-child(3) {
	width:100px;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable th:nth-child(4) {
	width:100px;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable td {
	background:#fff;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable td:first-child {
	width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.userDataJoin .innerWrap .innerRight .tableBox .innerTable td:nth-child(2) {
	width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc .detailTable th {
	background:#ebedf3;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc .detailTable td {
	background:#fff;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc dl:not(:last-child) {
    margin-bottom:10px;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc dl dt {
    font-weight:bold;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc dl dt label {
	display:flex;
	align-items:center;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc dl dt label input[type=radio] {
	margin-right:5px;
}
.userDataJoin .innerWrap .innerRight .tableBox.desc dl dd {
	padding-left:19px;
}
.userDataJoin .innerWrap .innerRight .tableBox.info {
    margin-top:10px;
}
.userDataJoin .innerWrap .innerRight .tableBox.info h3 {
	color: #2262c6;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.userDataJoin .innerWrap .innerRight .tableBox.info h3:before {
	content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2262c6;
    margin: 0 5px 3px 0;
    border-radius: 50%;
}
.userDataJoin .innerWrap .innerRight .tableBox.info + .flexCenter button {
    margin:10px 2.5px 0 2.5px;
}
.userDataJoin .dataCont + .flexCenter {
	padding-bottom:20px; 
}
/*파일데이터 팝업*/
.fileDataPop {
	max-width:1200px;
	width:100%; 
	padding:0;
}
.fileDataPop .popBody > p {
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}
.fileDataPop .popBody .scrollBox {
	height:40vh;
	overflow:auto;
}
.fileDataPop .popBody .scrollBox .listTable {
	max-width:100vw;
	table-layout:unset;
}
.fileDataPop .popBody .scrollBox .listTable thead th {
	position:sticky;
	top:0;
	background:#fff;
	min-width:100px;
	z-index:111; 
}
.fileDataPop .popBody .scrollBox .listTable thead th:first-child {
	min-width:50px;
	max-width:50px;
	width:50px;
}
.fileDataPop .popBody .scrollBox .listTable tbody td {
	width:auto;
	overflow:visible;
	text-overflow:unset;
}
.fileDataPop .flexCenter {
	margin-bottom:20px;
}
/**********************************나의데이터***********************************/
.bookmarktable {
	border-top:2px solid #173b6e;
}
.bookmarktable thead th {
    background: #f3f3f5;
    color: #333;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 15px 10px;
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
}
.bookmarktable tbody th, .bookmarktable tbody td {
    letter-spacing: -0.02em;
    padding: 12px 10px;
    color: #444;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.bookmarktable tbody td strong {
	display:block;
	text-align:left;
}
.bookmarktable tbody td strong + span {
	text-align:left;
}
.text-over-cut {
	display: block;
	min-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.btnApiType {
	padding:2px 10px;
	font-weight:bold;
	border:1px solid #464646;
	border-radius:30px;
}
#paging a {
	line-height:34px;
}
#paging a strong {
	width:38px;
}
.bookmarkviewlist .btnGray88 {
	margin-top:-38px;
}