/*reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
	text-decoration: none;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:16px;
	transition:all 800ms;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}
body, input, select, textarea, button, a {
    box-sizing: border-box;
    border: none;
    text-shadow: none;
    font-family: 'NotoSans', sans-serif;
    color:#222;
}  
input[type=text]::-ms-clear {
  display:none;
}  
input { 
	-webkit-border-radius:0; 
	-webkit-appearance:none; 
}
select { 
    box-sizing: border-box;
    padding: 0 15px;
	padding-right: 35px;
    font-size: 0.9375rem;
    border: 1px solid #bdbdbd;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/icon_select.png) no-repeat right 15px center;
    color: #777;
    line-height: 48px;
    height:50px;
    width: 120px;
}
select.select_auto_width { width: auto; }
select::-ms-expand { 
	display: none; 
}
select.education { 
    box-sizing: border-box;
    padding: 0 15px;
	padding-right: 25px;
    font-size: 0.9375rem;
    border: 1px solid #bdbdbd;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/icon_select.png) no-repeat right 15px center;
    color: #777;
    line-height: 48px;
    height:50px;
    width: 100%;
	min-width: 150px;
}
select.select_organ { 
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 0.9375rem;
    border: 1px solid #bdbdbd;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/icon_select.png) no-repeat 190px 50%;
    color: #777;
    line-height: 48px;
    height:50px;
    width: 120px;
} 
input[type=checkbox], input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0); 
}
input[type=radio] + label {
    display: inline-block;
    background: url(/images/icon_radio_off.png) no-repeat left 100%;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px 3px 3px 25px;
}
input[type=radio]:checked + label {
    background: url(/images/icon_radio_on.png) no-repeat left 100%;
}
input[type=checkbox] + label {
	display: inline-block;
    background: url(/images/icon_chkbox_off.png) no-repeat left 100%;
    vertical-align: middle;
    cursor: pointer;
    height:20px;
    padding-left: 25px;
}
input[type=checkbox]:checked + label {
    background:  url(/images/icon_chkbox_on.png) no-repeat left 100%;
}
.dash{
	padding:0 10px;
}
.hidden{
	position:absolute;
	top:-9999px;
	left:-99999px;
}
.img_wrap img{
 	width:100%;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.align_center{
	text-align:center;
}
.align_left{
	text-align:left;
}
.align_right{
	text-align:right;
}
.border_none{
	border:none !important;
}

/*width*/
.inner{
	width:1280px;
	margin:0 auto;
}
.col_19{
	width:5.263158%;
	transition:all 800ms;
}
.col_18{
	width:5.555556%;
	transition:all 800ms;
}
.col_17{
	width:5.882352%;
	transition:all 800ms;
}
.col_16{
	width:6.25%;
	transition:all 800ms;
}
.col_15{
	width:6.666667%;
	transition:all 800ms;
}
.col_14{
	width:7.142857%;
	transition:all 800ms;
}
.col_13{
	width:7.692307%;
	transition:all 800ms;
}
.col_12{
	width:8.333333%;
	transition:all 800ms;
}
.col_11{
	width:9.090909%;
	transition:all 800ms;
}
.col_10{
	width:10%;
	transition:all 800ms;
}
.col_9{
	width:11.1111%;
	transition:all 800ms;
}
.col_8{
	width:12.5%;
	transition:all 800ms;
}
.col_7{
	width:14.2857%;
	transition:all 800ms;
}
.col_6{
	width:16.6666667%;
	transition:all 800ms;
}	
.col_5{
	width:20% !important;
	transition:all 800ms;
}	
.col_4{
	width:25%;
	transition:all 800ms;
}	
.col_3{
	width:33.33333%;
	transition:all 800ms;
}	
.col_2{
	width:50%;
	transition:all 800ms;
}	
.col_1{
	width:100%;
	transition:all 800ms;
}
.wid10{
	width:10%;
	transition:all 800ms;
}
.wid15{
	width:15%;
	transition:all 800ms;
}
.wid30{
	width:30%;
	transition:all 800ms;
}
.wid35{
	width:35% !important;
	transition:all 800ms;
}
.wid45{
	width:45% ;
	transition:all 800ms;
}
.wid60{
	width:60%;
	transition:all 800ms;
}
.wid65{
	width:65% !important;
	transition:all 800ms;
}
.wid70{
	width:70%;	
	transition:all 800ms;
}
.wid75{
	width:75%;	
	transition:all 800ms;
}
.wid80{
	width:80%;	
	transition:all 800ms;
}
.wid100{
	width:100% !important;	
	transition:all 800ms;	
}
.wid_250{
	width:250px !important;
	transition:all 800ms;
}
.wid_200{
	width:200px !important;
	transition:all 800ms;
}
.wid_160{
	width:160px !important;
	transition:all 800ms;
}
.b_wid3{
	border-width:3px !important;
}
.height300{
	height:320px !important;	
}
.height400{
	height:400px !important;	
}

/*color*/
.main_color{
	color:#5255cc;
}
.main_color_bg{
	background:#5255cc;
	color:#fff !important;
}
.gray{
	color:#ddd;
}
.gray_bg{
	background:#4a5459;
}
.blue_bg{
	background:#009fe9;
}
.white{
	color:#fff;
}
.white_bg{
	background:#fff !important;    
	color: #525252 !important;
    border: 1px solid #8f8f8f !important;
}
.wblue_bg{
	background:#fff !important;    
	color: #009fe9 !important;
    border: 1px solid #009fe9 !important;
}
.blue{
	color: #009fe9 !important;	
}

/* 여백*/
.m_t70{
	margin-top:70px;
}
.m_t50{
	margin-top:50px;
}
.m_b50{
	margin-bottom:50px;
}
.m_t30{
	margin-top:30px;
}
.m_t24{
	margin-top:24px;
}
.m_t20{
	margin-top:20px;
}
.m_t10{
	margin-top:10px;
}
.m_r20{
	margin-right:20px;
}
.m_l20{
	margin-left:20px;
}
.p_t50{
	padding-top:50px;
}
.p_b70{
	padding-bottom:70px;
}

.mt_b_5 { margin-top: 5px !important; margin-bottom: 5px !important; }

/*btn*/
.btn_left{
	position: absolute;
    right: 0;
    top: 0; 
}
.btn_group{
	text-align:right;
}
.btn_center{
	text-align:center;	
}
.basic_btn{
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    background: #009fe9;
    cursor:pointer;
    font-size:1rem;
}
.basic_btn2{
	display: inline-block;
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #009fe9;
    cursor:pointer;
    font-size:14px;
}
.mydata_btn{
	display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 38px;
  	font-size: 1.000rem;
    color: #fff;
    background: #009fe9;
    cursor:pointer;
    margin: 3px 0px;
}
.table_typeA .unapproved, .table_typeA .cancel{
	display: inline-block;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 38px;
  	font-size: 1.000rem;
    background:#fff;    
	color: #525252;
    border: 1px solid #8f8f8f;
    cursor:pointer;
    margin: 3px 0px;
}
.table_typeA .waiting, .table_typeA .approval{
	display: inline-block;
    width: 60px;
    height: 40px;
    background:#fff; 
    font-size: 1.000rem;
}
.bg_btn{
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size:0.875rem;
    line-height: 38px;
    background:#009fe9;	
   	color:#fff;
}
.btn_search {
    width: 80px;
    height: 50px;
    background: #333;	
	color: #fff;
    font-size: 1rem;
     cursor:pointer;
}
.board_white_btn{
	background:#fff !important;
	border:1px solid #ddd !important;
	color:#555 !important;
}
.board_del_btn{
	background:#ddd !important;
	border:1px solid #ddd !important;
	color:#888 !important;	
}
.board_list_btn{
	background:#333 !important;
	border:1px solid #333 !important;
	color:#fff !important;	
}
.board_bg_btn{
    width: 120px;
    height: 55px;
    font-size: 1rem;
    color: #fff;
    background: #5255cc;
    float: right;
    cursor: pointer;
}
.cencel_btn{
    width: 170px;
    height: 70px;
    background: #ddd;
    font-size: 18px;
    color: #888;	
}
.confirm_btn{
    width: 170px;
    height: 70px;
    background: #5255cc;
    font-size: 18px;
    color: #fff;		
}
.join_btn{
    width: 200px;
    height: 70px;
    background: #5255cc;
    font-size: 18px;
    color: #fff;	
}


input[type='button'], input[type='submit'] { cursor:pointer; }
input[type='button'][disabled], input[type='submit'][disabled] { cursor:default; }


/*checkbox*/
.chk_wrap{
	display:inline-block;
	margin:5px 0;
}
.chk_wrap label{
	margin-right:15px;
}

.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 420px;
    overflow: hidden;
    position: relative;
}
.ellipsis_A {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 650px;
    overflow: hidden;
    position: relative;
    line-height:24px;
}
.ellipsis_B{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
     text-overflow: ellipsis;
     overflow: hidden;
}
.ellipsis_C{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
     text-overflow: ellipsis;
     overflow: hidden;
    height: 66px;
}
.ellipsis_D {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 180px;
    overflow: hidden;
    position: relative;
}
/*검색결과 없음.*/
.no_search_page{
	background:#f9f9f9;
    padding: 100px;
    text-align: center;
}
.no_text_top{
	font-size: 30px;
    font-weight: 700;
    padding-top: 100px;
    color:#333;
    background:url(/images/common/icon_no_search_page.png) no-repeat center top;
}
.no_text_bottom{
	font-size: 20px;
	line-height:30px;
    color:#888;
    margin-top: 15px;
}


/*파일*/
.filebox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0);
	border: 0; 
} 
.filebox label { 
	display: inline-block;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    background-color: #4a5459;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
} 
 .filebox .upload-name { 
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:280px;
    height: 35px;
    margin-right:8px;
}
.position {
	position:relative;
}

/* File Box CSS */
.file_box {}
.file_box>* {display: inline-block; vertical-align: top;}
.file_box input[type='text'] {width: calc(100% - 120px); height: 35px; font-size: 14px; border: 0;}
.file_box label {position: relative; height: 33px; padding: 0 15px; text-align: center; line-height: 33px; font-size: 14px; color: #065bb2; overflow: hidden; cursor: pointer; background: #f5f6fa; border: 1px solid #ddd;}
.file_box label input {display: none; position: absolute; right: 0; width: 0; height: 0; overflow: hidden; border: 0;}

.file_list ul {display: block; margin-top: 10px;}
.file_list ul li {margin-bottom: 2px;}
.file_list ul li a {display: inline-block; padding-left: 20px; line-height: 15px; background: url('../../images/common/ic_clip.png') left center no-repeat; background-size: 15px; vertical-align: middle;}
.file_list ul li .btn_down {display: inline-block; width: 15px; height: 15px; margin-left: 3px; background: url('../../images/common/ic_clip.png') center center no-repeat; background-size: 15px 15px; vertical-align: middle; text-indent: -9999px;}
.file_list ul li .btn_delete {display: inline-block; width: 15px; height: 15px; margin-left: 3px; background: url('../../images/common/ic_delete.png') center center no-repeat; vertical-align: middle; text-indent: -9999px;}
.file_list ul li input[type=file] {display: none; }

/* env-00319 2023-08-29 수정 */
/*.data_search .tabs li{width:15%;border-top:1px solid #dedede;border-bottom:none;line-height: 18px !important;padding: 10px 60px;} */
/* 데이터검색 : 잉크스톤 */
/*20201020 데이터검색*/
.data_search .Search_wrapper{background: none;border: none;padding-left: 0 !important;}
.data_search .search_position{margin-right: 0;}
.data_search .data_search{margin: 20px 0 0;}
.data_search .data_search th, .data_search .data_search td{font-size: 16px;}
.data_search .tbl_srch{margin-top: 10px;}
.data_search .tbl_srch .trigger{font-size: 16px !important;background-color: #fff !important;cursor: pointer;padding-left: 1px 5px !important;}
.data_search .tbl_srch .trigger:hover {transition: box-shadow 0.45s;box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);}
.data_search .tbl_srch tr:first-child th{padding-top: 7px;font-weight: bold;}
.data_search .tbl_srch .icon-srch{display:inline-block;width:16px;height:16px; background: url('/images/icon_srch.png') center center no-repeat;vertical-align:top;margin: 4px 0 0 8px}
.data_search .tbl_style td, .data_search .tbl_style th{font-size:16px !important;padding: 1px 10px;font-weight:bold;padding-left: 20px !important;}
.data_search .tbl_style th{background-color: #4b6390;}
.data_search .table{margin-top:15px;}
.data_search .table:first-child{margin-top: 0;}
.data_search .tbl_style .icon-srch{display:inline-block;width:16px;height:16px; background: url('/images/icon_srch.png') center center no-repeat;vertical-align:top;margin: 4px 0 0 8px}
.data_search .tbl_style td, .data_search .tbl_style th{padding: 5px 0 !important;}
.data_search .tbl_style th{width:235px;background-color:#4b6390;color: white;font-size: 15px;font-weight: bold;min-width: 120px;vertical-align: middle;padding: 5px 20px 5px 20px !important;border-top: none !important;}
.data_search .tbl_style td{border-right:1px solid #dee2e6;}
.data_search .tbl_style tr:last-child td{border-bottom:1px solid #dee2e6;}
.data_search .tbl_style .btn{font-size: 16px !important;padding: 4px 10px !important;margin: 2px 0;}
.data_search .tbl_style .btn-primary.focus, .data_search .btn-primary:focus{box-shadow: 0 0 0 0 !important;}
.data_search .tbl_style input{border: 1px solid #dedede;width: 110px;height: 25px;}
.data_search .func_area td{border-left:1px solid #dee2e6;height:40px;line-height: 40px;background-color:#f9f9f9;}
.data_search .fun_group{padding-left:22px;}
.data_search .fun_group button::after{content:'';display:inline-block;width:19px;height:19px;background: url('/images/icon_cancel2.png') center center no-repeat;vertical-align:top;margin:10px 0 0 5px;}
.data_search .fun_group button{background: none;color: #0062cc}
.data_search .fun_group button:focus{outline: none;}
.data_search .fun_group .btn_ref{color: #111;}
.data_search .fun_group .btn_ref::before{content:'';display:inline-block;width:19px;height:19px;background: url('/images/icon_ref.png') center center no-repeat;vertical-align:top;margin:10px 5px 0 0;}
.data_search .fun_group .btn_ref::after{content:'';display: inline-block;width: 1px;height: 20px;background: #e5e5e5;vertical-align:middle;margin:-2px 0 0 15px;}
.data_search .btn-srch{display: inline-block;width: 25px;height: 25px;background: url('/images/btn_srch.png') center center no-repeat;vertical-align: top;margin-top: 5px;}
.data_search .btn_more{float:right;display: inline-block;width: 25px;height: 25px;background: url('/images/btn_more.png') center center no-repeat;margin-right: -10px;}
.data_search .btn_more:focus{outline: none;}
.data_search .btn_more:hover{opacity: .5;}
.data_search .side_wrapper .tabs li{width: 18% !important;border-left: 1px solid #dedede;background-color: #eee;border-bottom:1px solid #dedede;margin-bottom: -1px;}
.data_search .side_wrapper .tabs li:hover{background-color: #fff;}
.data_search .side_wrapper .tabs li:last-child{border-right: 1px solid #dedede;}
.data_search .side_wrapper .tabs li.current{background: #fff;border-bottom: 1px solid #fff;}
.data_search .side_wrapper .tabs li a{display: block;color: #666;}
.data_search .side_wrapper .tabs li a:hover{text-decoration: none;}
.data_search .side_wrapper .tabs li.current a{color:#0062cc;}
.data_search .side_wrapper .tabs li span{display:block;font-size:13px;margin-top: 3px;}
.data_search .tabs li{width:15%;border-top:1px solid #dedede;border-bottom:none;line-height: 18px !important;padding: 10px 10px;}
.data_search .data_list_wrapper > ul{border-top:none;border-bottom:1px solid #dedede;}
.data_search .btn-group-sm>.btn{border: 1px solid #dedede;border-radius: 0 !important;}
.data_search .form-control-sm{border-radius: 0 !important;}
.data_search .form-control-sm{margin-right: 10px;background: url('/images/icon_select.png') 90% center no-repeat;width: 125px !important;border-radius: none;}
.data_search .btn:hover, .data_search .btn:focus, .data_search .btn.on{color: #0062cc;}
.data_search .fav_list{font-size:15px;color: #666;padding-left: 15px;}
.data_search .fav_list button{margin-left: 5px;background: none;font-weight: bold;}
.data_search .fav_list button:focus{outline: none}
.data_search .fav_list button.current::before{content:'';display:inline-block;width:15px;height:12px;background: url('/images/icon_check.png') center center no-repeat;margin-right: 5px;}
.data_search .brd_t{border-top: 1px solid #dedede;}
.data_search .data_list_wrapper table{margin-bottom: 10px;}
.data_search .data_list_category{font-size: 17px;margin-top: 7px;}
.data_search .h5, h5{font-size: 20px !important;}
.data_search .h5, h5 a{color: #222 !important}
.data_search .card{border-radius: 0 !important;}
.data_search .card-header{padding: 8px 16px 4px;}
.data_search .card i::before{content: '';display: inline-block;width: 38px;height: 38px;background: url('/images/icon_data_102_off.png') center center no-repeat}
.data_search .fas-wind:before { background: url('/images/icon_data_102.png') center center no-repeat !important;}
.data_search .fas-tree:before { background: url('/images/icon_data_105.png') center center no-repeat !important;}
.data_search .fas-trash:before { background: url('/images/icon_data_110.png') center center no-repeat !important;}
.data_search .fas-faucet:before { background: url('/images/icon_data_104.png') center center no-repeat !important;}
.data_search .fas-tint:before { background: url('/images/icon_data_107.png') center center no-repeat !important;}
.data_search .fas-money-check:before { background: url('/images/icon_data_103.png') center center no-repeat !important;}
.data_search .fas-cloud:before { background: url('/images/icon_data_109.png') center center no-repeat !important;}
.data_search .fas-category_101:before { background: url('/images/icon_data_101.png') center center no-repeat !important;}
.data_search .fas-category_102:before { background: url('/images/icon_data_102.png') center center no-repeat !important;}
.data_search .fas-category_103:before { background: url('/images/icon_data_103.png') center center no-repeat !important;}
.data_search .fas-category_104:before { background: url('/images/icon_data_104.png') center center no-repeat !important;}
.data_search .fas-category_105:before { background: url('/images/icon_data_105.png') center center no-repeat !important;}
.data_search .fas-category_106:before { background: url('/images/icon_data_106.png') center center no-repeat !important;}
.data_search .fas-category_107:before { background: url('/images/icon_data_107.png') center center no-repeat !important;}
.data_search .fas-category_108:before { background: url('/images/icon_data_108.png') center center no-repeat !important;}
.data_search .fas-category_109:before { background: url('/images/icon_data_109.png') center center no-repeat !important;}
.data_search .fas-category_110:before { background: url('/images/icon_data_110.png') center center no-repeat !important;}
.data_search .fas-category_111:before { background: url('/images/icon_data_111.png') center center no-repeat !important;}
.data_search .fas-category_112:before { background: url('/images/icon_data_112.png') center center no-repeat !important;}
.data_search .fas-category_113:before { background: url('/images/icon_data_113_on.png') center center no-repeat !important;}
/*env-00482*/
.data_search .fas-category_114:before { background: url('/images/icon_data_114_on_fix.png') center center no-repeat !important;}
.data_search .sub_title{position: relative;font-size: 18px;font-weight: bold;color: #000;margin-top: 15px;margin-bottom: 15px;}
.data_search .sub_title .btn_more_view{position: absolute;top: 2px;right: 0;font-size: 16px;color: #999;background: url('/images/icon_more.png') right center no-repeat !important;padding-right: 15px;font-weight: normal;letter-spacing: -0.005em;}
.data_search .sub_title span{color: #0062cc}
.data_search .side_wrapper .srch_rank.table{border:1px solid #dedede;}
.data_search .side_wrapper .srch_rank.table td, .side_wrapper .srch_rank.table th{border-top:none !important;}
.data_search .side_wrapper .srch_rank.table th{border-bottom:1px solid #dedede;padding:10px;font-size: 16px;color: #222;font-weight: bold;background-color: #f9f9f9;letter-spacing: -0.05em}/*20201105*/
.data_search .side_wrapper .srch_rank.table td{font-size: 15px;}
.data_search .side_wrapper .srch_rank.table tr td:first-child{padding-left: 15px;font-weight: bold;font-style: italic;;}
.data_search .side_wrapper .srch_rank.table tr td:last-child{padding-right: 15px;}
.data_search .side_wrapper .srch_rank.table tr:nth-child(2) td{padding-top: 10px !important;}
.data_search .side_wrapper .srch_rank.table tr:last-child td{padding-bottom: 10px !important;}
.data_search .side_wrapper .srch_rank.table .red{color: #f32b2a}
.data_search .side_wrapper .srch_rank.table .blue{color: #2183e0}
.data_search .btn-group .btn{border-radius: 0 !important}
.data_search .btn-secondary{background-color: #fff;border: 1px solid #e5e5e5;color: #6c757d;font-size:14px;}
.data_search .btn-secondary:hover, .data_search .btn-secondary:focus{color:#fff;}
.data_search .btn-secondary.on{background-color: #6c757d;color: #fff;border: 1px solid #6c757d;}
.data_search .card-text{height: 72px;}
.data_search .srch_rank .btn-group{width: 100%;}

/*20201021 목록형*/
.data_search {margin-top:40px;}
.data_search .list-type {border:1px solid #e0e0e0;}
.data_search .list-type {border-top:3px solid #4a63a6;}
.data_search .list-type ul li {position:relative; border-top:1px solid #e0e0e0; padding:19px;}
.data_search .list-type ul li.on {background-color:#fafafa; }
.data_search .list-type ul li:first-child {border-top:0}
.data_search .list-type ul li .btn-preview {float:right; color:#666;}
.data_search .list-type ul li .bottom-area {position:absolute; bottom:19px; right:19px;}
.data_search .list-type ul li .tag-bottom-area {position:absolute; bottom:19px; right:19px;}
.data_search .list-type ul li .tag-area {margin:0 0 10px 0;}
.data_search .list-type ul li dl {margin:0 0 5px 0;}
.data_search .list-type ul li dl dt {margin-bottom:10px;}
.data_search .list-type ul li dl dt a {display:block; position:relative; text-decoration:none; overflow:hidden; max-width:100%; white-space:nowrap; text-overflow:ellipsis;}
.data_search .list-type ul li dl dt .tagset {display:inline-block; vertical-align: middle;}
.data_search .list-type ul li dl dt .title {vertical-align: middle;color:#333; font-weight:700; font-size:1.286em; line-height:24px;}
.data_search .list-type ul li dl dt .title:hover {color:#2775c4; text-decoration:underline;}
.data_search .list-type ul li dl dt .pre {padding:0 7px; display:inline-block; height:24px; line-height:24px; text-align:center; color:#fff; font-size:0.78571em; background-color:#f7912e; vertical-align:top; margin-left:5px;}
.data_search .list-type ul li dl dd {margin:0; color:#666;}
.data_search .list-type ul li .info-data p {display:inline-block; vertical-align: top; margin:0 20px 0 0; padding:0;}
.data_search .list-type ul li .info-data p .tit {color:#333; display:inline-block; vertical-align: top; margin-right:10px; font-weight:700;}
.data_search .list-type ul li .info-data p .data {color:#666; display:inline-block; vertical-align: top;}
.data_search .list-type ul li .search-word-area {margin-top:15px;}
.data_search .list-type ul li .search-word-area strong {color:#18a7f2;}
.data_search .no-list {margin:30px 0;}

.data_search .list-type ul li .btn-preview { float: right; color: #666; text-decoration: underline;font-size: 13px;margin-top: 3px;}

.data_search .list-type ul li .bottom-area { position: absolute; bottom: 19px; right: 19px;}
.data_search .list-type .button, a.button { overflow: hidden; display: inline-block; min-width: 100px; height: 40px; margin: 0; padding: 0 20px; line-height: 37px; color: #fff; font-weight: 700; letter-spacing: -0.05em; border: 1px solid #3671c8; border-radius: 0; text-align: center; text-decoration: none; vertical-align: middle; background-color: #3671c8;}
.data_search .list-type .button.h32 { height: 32px; min-width: 80px; line-height: 30px; padding: 0 12px 0 15px;}/*20201105*/
.data_search .list-type .button.white, .data_search .list-type a.button.white { color: #333; border: 1px solid #999; background-color: #fff;}

.data_search .labelset { overflow: hidden; display: inline-block; min-width: 68px; height: 26px; padding: 0 10px; color: #333; font-size: 0.786em; line-height: 24px; text-align: center; border: 1px solid #000; vertical-align: middle; background-color: #fff;border-radius: 12px;}/*20201105*/
.data_search .labelset.blue {color:#4a63a6; border-color:#9bacd9;}
.data_search .labelset.brown {color:#835d22; border-color:#d1b783;}
.data_search .labelset.red {color:#bc535f; border-color:#e6aab1;}
.data_search .labelset.purple {color:#655bc2; border-color:#a9a3dd;}
.data_search .labelset.green {color:#1a7b4d; border-color:#95d5b7;}
.data_search .labelset.bg-gray {color:#333; border-color:#eee; background:#eee;}

.tagset {display:inline-block; min-width:44px; height:26px; padding:0 5px; color:#333; font-size:0.8571em; font-weight:700; line-height:26px; text-align:center; vertical-align:middle;}/*20201105*/
.tagset.csv {color:#fff; background-color:#1076a1;}
.tagset.hwp {color:#fff; background-color:#925513;}
.tagset.xls {color:#fff; background-color:#098053;}
.tagset.xlsx {color:#fff; background-color:#087c6f;}
.tagset.pdf {color:#fff; background-color:#b43d4f;}
.tagset.shp {color:#fff; background-color:#566ccf;}
.tagset.txt {color:#fff; background-color:#7959bb;}
.tagset.docx {color:#fff; background-color:#666;}
.tagset.nt {color:#fff; background-color:#a44baf;}
.tagset.rdf {color:#fff; background-color:#c0553d;}
.tagset.json {color:#fff; background-color:#0a7e88;}
.tagset.zip {color:#fff; background-color:#3e5576;}
.tagset.xml {color:#fff; background-color:#5f63b2;}
.tagset.jpg {color:#fff; background-color:#c23f7a;}
.tagset.link {color:#fff; background-color:#2c7a31;}
.tagset.ppt {color:#fff; background-color:#2d71a5;}
.tagset.mp4 {color:#fff; background-color:#655d00;}
.tagset.skyblue {color:#fff; background-color:#1076a1;}
.tagset.other {color:#fff; background-color:#1076a1;}

/*20201105 add*/
.data_search .tagset{border-radius: 12px;margin-right: 6px;}
.data_search .list-type ul li dl dd{margin-left: 55px;max-width: 850px}
.data_search .list-type ul{margin-bottom: 0;}
.data_search .list-type ul li .info-data{margin-left: 55px;}
.data_search .list-type .button.white, .data_search .list-type a.btn_link{background-color: #0062cc;color: #fff;border-radius: 20px;border: #0062cc;font-weight: normal;}
.data_search .list-type .button.white, .data_search .list-type a.btn_link::after{content: '';display: inline-block;width: 6px;height: 10px;background: url('/images/icon_link.png') right center no-repeat;margin-left: 8px;}
.data_search .list-type ul li .info-data p .tit::before{content: '';display: inline-block;}
.data_search .side_wrapper .srch_rank .txt_num{border: 1px solid #c4ced8;border-radius: 2px;width:22px;line-height: 21px; display: inline-block;text-align: center;padding-right: 3px;}
.data_search .side_wrapper .srch_rank.table th a{float:right;display: inline-block;font-size: 14px;font-weight: normal;margin-top: 3px;color: #666}
.data_search .side_wrapper .srch_rank.table th a::after{content:'';background: url('/images/icon_more_rank.png') right center no-repeat;display: inline-block;width: 8px;height: 12px;margin-left: 5px;}
.data_search .list-type ul li .info-data p .tit::before{content: '';display: inline-block;background: url('/images/icon_list01.png') right center no-repeat;width: 20px;height: 20px;margin: 3px 5px 0 0;vertical-align: top;}
.data_search .list-type ul li .info-data p .tit.ico_list02::before{background: url('/images/icon_list02.png') right center no-repeat;}
.data_search .list-type ul li .info-data p .tit.ico_list03::before{background: url('/images/icon_list03.png') right center no-repeat;}
.data_search .list-type ul li .info-data p .tit.icon_info_01::before{background: url('/images/icon_info_01.png') right center no-repeat;}
.data_search .btn{border-radius: 0;font-style: normal;font-size: 14px;}

/* env-00455 데이터 검색 카테고리 클릭 조건 추가 */
.button-checkbox .select {border: 2px solid #000000 !important;}
.button-checkbox .active.select {border: 2px solid #000000 !important;}

/* new 아이콘 추가 */

@keyframes blink {
	0% {background-color: #ee23ce;}
	50% {background-color: #25ef43;}
}

.blinkcss {
    animation-name: blink;
    animation-duration: 2s;
    animation-timing-function: step-end;
    animation-iteration-count: infinite;
}

.organList {margin:0px;}
.organList li {display:inline-block;}
.new-ty {border-radius: 20px; background-color:#e869d4; color:#FFFFFF; padding: 1px 8px 2px 8px; font-size: 11px; font-weight: bold;}

/* 20201110 add 융합데이터도구*/
.contents-wrap .sub_title{position: relative;font-size: 18px;font-weight: bold;color: #000;margin-top: 15px;margin-bottom: 15px;}
.contents-wrap .sub_title .btn_more_view{position: absolute;top: 2px;right: 0;font-size: 16px;color: #999;background: url('/images/icon_more.png') right center no-repeat !important;padding-right: 15px;font-weight: normal;letter-spacing: -0.005em;}
.contents-wrap .sub_title span{color: #0062cc}

.sub_page_wrapper .pop_resolution_data { position: fixed; display: table; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 15; transition: all linear 0.1s; visibility: hidden; opacity: 0; }
.sub_page_wrapper .pop_resolution_data .pop_wrap { display: table-cell; vertical-align: middle; }
.sub_page_wrapper .pop_resolution_data .pop_body { width: 60%; margin: auto; background: #fff; padding: 55px 65px; }
.sub_page_wrapper .pop_resolution_data .pop_body .pop_header { position: relative; }
.sub_page_wrapper .pop_resolution_data .pop_body .pop_content { position: relative; overflow: auto; max-height: 50vh; }
.sub_page_wrapper .pop_resolution_data .pop_body .pop_footer { position: relative; text-align: center; padding-top: 60px; }
.sub_page_wrapper .pop_resolution_data .provide-data-list { overflow: hidden; }
.sub_page_wrapper .pop_resolution_data .provide-data-list ul { font-size: 0; margin: 0 -10px; }
.sub_page_wrapper .pop_resolution_data .provide-data-list ul li { width: 25%; padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 20px; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .item { position: relative; display: block; border:1px solid #ccc; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .layer { display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: url(/images/common/bg_layer.png) no-repeat center; background-position: center; background-size: cover; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .item:hover .layer { display: table; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .layer .content { display: table-cell; text-align: center; vertical-align: middle; color: #fff; font-size: 16px; padding: 30px; line-height: 1.3; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .layer .type { display: inline-block; font-size: 15px; margin-top: 30px; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .layer .type-down { background: url(/images/common/icon_down3.png) no-repeat left center; padding-left: 30px; }
.sub_page_wrapper .pop_resolution_data .provide-data-list .layer .type-cart { background: url(/images/icon_mywater_w.png) no-repeat left center; padding-left: 30px; background-size: auto 15px; }
.sub_page_wrapper .pop_resolution_data .info { position: relative; padding: 30px; }
.sub_page_wrapper .pop_resolution_data .info-cate { display: block; font-weight: 500; font-size: 16px; color: #0360c4; margin-bottom: 15px; }
.sub_page_wrapper .pop_resolution_data .info-title { margin-bottom: 20px; font-weight: 500; font-size: 20px; color: #333; line-height: 1.2; height: 48px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; }
.sub_page_wrapper .pop_resolution_data .info-list { margin-bottom: 6px; }
.sub_page_wrapper .pop_resolution_data .info-list:last-child { margin-bottom: 0; }
.sub_page_wrapper .pop_resolution_data .info-list span:not(.date) { display: inline-block; vertical-align: middle; font-size: 14px; color: #666; border:1px solid #ccc; padding: 4px 10px; border-radius:30px; font-size: 14px; }
.sub_page_wrapper .pop_resolution_data .info-list span.date { font-size: 14px; color: #666; display: block; padding: 5px 0px; margin-top: 10px; padding-left: 28px; background: url(/images/common/icon_modify.png) no-repeat left center; }
.sub_page_wrapper .pop_resolution_data .btn-area { display: table; width: 100%; table-layout:fixed; }
.sub_page_wrapper .pop_resolution_data .btn { position: relative; display: table-cell; padding: 17px 10px; vertical-align: middle; background-color: #fafafa; border-top:1px solid #ccc; border-right:1px solid #ccc; text-align: center; font-size: 15px; }
.sub_page_wrapper .pop_resolution_data .btn:last-child { border-right:0; }
.sub_page_wrapper .pop_resolution_data .btn-cart span { padding-left: 26px; background: url(/images/icon_mywater.png) no-repeat left center; background-size: auto 15px; }
.sub_page_wrapper .pop_resolution_data .btn-down span { padding-left: 26px; background: url(/images/common/icon_down2.png) no-repeat left center; }
.sub_page_wrapper .pop_resolution_data .btn_prev { position: absolute; left: 0; top: 50%; margin-top: -27.5px; width: 20px; height: 55px; font-size: 0; background: url(/images/common/icon_prev2.png) no-repeat center; }
.sub_page_wrapper .pop_resolution_data .btn_next { position: absolute; right: 0; top: 50%; margin-top: -27.5px; width: 20px; height: 55px; font-size: 0; background: url(/images/common/icon_next2.png) no-repeat center; }
.sub_page_wrapper .pop_resolution_data .btn-all-view { position: absolute; right: 0; top: -15px; border: 1px solid #ccc; height: 44px; line-height: 44px; padding: 0 25px; border-radius:100px; font-size: 16px; color: #666; }
.sub_page_wrapper .pop_resolution_data .btn-all-view span { padding-left: 30px; background: url(/images/common/view_all.png) no-repeat left center; }
.sub_page_wrapper .pop_resolution_data .btn-close { position: absolute; right: 0; top: 0; width: 27px; height: 27px; font-size: 0; background: url(/images/common/icon_popup_close2.png) no-repeat center; background-size: 27px; }
.sub_page_wrapper .pop_resolution_data .btn-submit { display: inline-block; color: #fff; height: 56px; line-height: 56px; padding: 0 38px 0 80px; background: url(/images/common/icon_preview.png) no-repeat left 38px center; background-color: #333; }
.sub_page_wrapper .pop_resolution_data .btn-delete { display: inline-block; color: #fff; height: 56px; line-height: 56px; padding: 0 38px 0 80px; background: url(/images/close.png) no-repeat left 38px center; background-color: #333; }
.sub_page_wrapper .sub_title{position: relative;font-size: 18px;font-weight: bold;color: #000;margin-top: 15px;margin-bottom: 15px;}
.sub_page_wrapper .sub_title .btn_more_view{position: absolute;top: 2px;right: 0;font-size: 16px;color: #999;background: url('/images/icon_more.png') right center no-repeat !important;padding-right: 15px;font-weight: normal;letter-spacing: -0.005em;}
.sub_page_wrapper .sub_title span{color: #0062cc}
.sub_page_wrapper .sel_srch2 { box-sizing: border-box; padding: 0 15px; padding-right: 25px; font-size: 0.9375rem; border: 1px solid #bdbdbd; color: #444; -webkit-appearance: none; -moz-appearance: none; appearance: none;background: url(/images/icon_select.png) no-repeat right 15px center; color: #777; line-height: 38px; height:40px; width: 100%; min-width: 300px; margin-right: 20px; border-color: #bdbdbd; font-size: 17px; color: #444; }
/*.sub_page_wrapper .rMateH5__ComboBoxEditor { background: url(/images/icon_select.png) no-repeat right 15px center; width: 100%; min-width: 100px; padding-left: 8px; }*/
/* 제공데이터 팝업 */
.sub_page_wrapper .pop_provide_data { position: fixed; display: table; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 15; transition: all linear 0.1s; visibility: hidden; opacity: 0; }
.sub_page_wrapper .pop_provide_data .pop_wrap { display: table-cell; vertical-align: middle; }
.sub_page_wrapper .pop_provide_data .pop_body { width: 73%; margin: auto; background: #fff; padding: 55px 65px; }
.sub_page_wrapper .pop_provide_data .pop_body .pop_header { position: relative; }
.sub_page_wrapper .pop_provide_data .pop_body .pop_content { position: relative; overflow: auto; max-height: 50vh; }
.sub_page_wrapper .pop_provide_data .pop_body .pop_footer { position: relative; text-align: center; padding-top: 60px; }
.sub_page_wrapper .pop_provide_data .provide-data-list { overflow: hidden; }
.sub_page_wrapper .pop_provide_data .provide-data-list ul { font-size: 0; margin: 0 -10px; }
.sub_page_wrapper .pop_provide_data .provide-data-list ul li { width: 25%; padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 20px; }
.sub_page_wrapper .pop_provide_data .provide-data-list .item { position: relative; display: block; border:1px solid #ccc; }
.sub_page_wrapper .pop_provide_data .provide-data-list .layer { display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: url(/images/common/bg_layer.png) no-repeat center; background-position: center; background-size: cover; }
.sub_page_wrapper .pop_provide_data .provide-data-list .item:hover .layer { display: table; }
.sub_page_wrapper .pop_provide_data .provide-data-list .layer .content { display: table-cell; text-align: center; vertical-align: middle; color: #fff; font-size: 16px; padding: 30px; line-height: 1.3; }
.sub_page_wrapper .pop_provide_data .provide-data-list .layer .type { display: inline-block; font-size: 15px; margin-top: 30px; }
.sub_page_wrapper .pop_provide_data .provide-data-list .layer .type-down { background: url(/images/common/icon_down3.png) no-repeat left center; padding-left: 30px; }
.sub_page_wrapper .pop_provide_data .provide-data-list .layer .type-cart { background: url(/images/icon_mywater_w.png) no-repeat left center; padding-left: 30px; background-size: auto 15px; }
.sub_page_wrapper .pop_provide_data .info { position: relative; padding: 30px; }
.sub_page_wrapper .pop_provide_data .info-cate { display: block; font-weight: 500; font-size: 16px; color: #0360c4; margin-bottom: 15px; }
.sub_page_wrapper .pop_provide_data .info-title { margin-bottom: 20px; font-weight: 500; font-size: 20px; color: #333; line-height: 1.2; height: 48px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; }
.sub_page_wrapper .pop_provide_data .info-list { margin-bottom: 6px; }
.sub_page_wrapper .pop_provide_data .info-list:last-child { margin-bottom: 0; }
.sub_page_wrapper .pop_provide_data .info-list span:not(.date) { display: inline-block; vertical-align: middle; font-size: 14px; color: #666; border:1px solid #ccc; padding: 4px 10px; border-radius:30px; font-size: 14px; }
.sub_page_wrapper .pop_provide_data .info-list span.date { font-size: 14px; color: #666; display: block; padding: 5px 0px; margin-top: 10px; padding-left: 28px; background: url(/images/common/icon_modify.png) no-repeat left center; }
.sub_page_wrapper .pop_provide_data .btn-area { display: table; width: 100%; table-layout:fixed; }
.sub_page_wrapper .pop_provide_data .btn { position: relative; display: table-cell; padding: 17px 10px; vertical-align: middle; background-color: #fafafa; border-top:1px solid #ccc; border-right:1px solid #ccc; text-align: center; font-size: 15px; }
.sub_page_wrapper .pop_provide_data .btn:last-child { border-right:0; }
.sub_page_wrapper .pop_provide_data .btn-cart span { padding-left: 26px; background: url(/images/icon_mywater.png) no-repeat left center; background-size: auto 15px; }
.sub_page_wrapper .pop_provide_data .btn-down span { padding-left: 26px; background: url(/images/common/icon_down2.png) no-repeat left center; }
.sub_page_wrapper .pop_provide_data .btn_prev { position: absolute; left: 0; top: 50%; margin-top: -27.5px; width: 20px; height: 55px; font-size: 0; background: url(/images/common/icon_prev2.png) no-repeat center; }
.sub_page_wrapper .pop_provide_data .btn_next { position: absolute; right: 0; top: 50%; margin-top: -27.5px; width: 20px; height: 55px; font-size: 0; background: url(/images/common/icon_next2.png) no-repeat center; }
.sub_page_wrapper .pop_provide_data .btn-all-view { position: absolute; right: 0; top: -15px; border: 1px solid #ccc; height: 44px; line-height: 44px; padding: 0 25px; border-radius:100px; font-size: 16px; color: #666; }
.sub_page_wrapper .pop_provide_data .btn-all-view span { padding-left: 30px; background: url(/images/common/view_all.png) no-repeat left center; }
.sub_page_wrapper .pop_provide_data .btn-close { position: absolute; right: 0; top: 0; width: 27px; height: 27px; font-size: 0; background: url(/images/common/icon_popup_close2.png) no-repeat center; background-size: 27px; }
.sub_page_wrapper .pop_provide_data .btn-submit { display: inline-block; color: #fff; height: 56px; line-height: 56px; padding: 0 38px 0 80px; background: url(/images/common/icon_preview.png) no-repeat left 38px center; background-color: #333; }
.sub_page_wrapper .list_btn { display: block; width: 63px; height: 63px; background-color: #262626; position: fixed; right: 100px; bottom: 92px; background-image: url(/images/common/btn_list2.png); background-repeat: no-repeat; background-position: center; z-index: 10; }

.sub_page_wrapper .dm-title-s2 { font-weight: 500; font-size: 22px; color: #333; margin-bottom: 40px; }

.pop_service_video { width: 100%; }