@charset "UTF-8";
.section .ol-zoom .ol-zoom-out {
    margin-top: 225px;
}
.section .ol-zoom{
    right: 15px;
    left: inherit;
    margin-top: 4px;
}
.section .ol-zoomslider {
						 /* background-color: transparent; */
						 top: 42px;
						 right: 15px;
						 left: inherit;
						 background: rgba(255,255,255,.6);
}
.section .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}
.section .ol-touch .ol-zoomslider {
    top: 2.75em;
}
.section .ol-zoom-in.ol-has-tooltip:hover [role=tooltip], #map2 .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}
.section .ol-zoom-out.ol-has-tooltip:hover [role=tooltip], #map2 .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}
.custom-control-base{
    position: absolute;
    /* width: 344px; */
    height: 31px;
    line-height: 20px;
    padding: 10px;
    vertical-align: middle;
    margin: 0;
    z-index: 1;
    top: 1px;
    right: 42px;
    /* background: #fff; */
}
.custom-control-base button {
    margin: 0 2px;
    padding: 5px 15px;
    /* height: 25px; */
    background: #fff;
    color: #444;
    box-shadow: 0px 0px 5px #aaa;
    border: 1px solid #3D4F9C;
    border-radius: 5px;
    color: #3D4F9C;
    font-size: 13px;
    font-weight: 400;
}
.custom-control-base button.on {
    background-color: #3D4F9C;
    color: #fff;
    border: 1px solid #3D4F9C;
    /* color: #3D4F9C; */
}
.custom-control{
    position: absolute;
    top: 296px;
    right: 15px;
    z-index: 1;
    /* background: #fff; */
}
.tree {
  margin: 2% auto;
  width: 240px;
  height: 700px;
  overflow-x: auto;
}
/* .tree ul { */
/*   display: none; */
/*   margin: 4px auto; */
/*   margin-left: 6px; */
/* } */
 .tree li {
   padding: 10px 18px;
  cursor: pointer; 
   vertical-align: middle; 
   background: #fff; 
} 
.treeul {
  display: none;
  margin: 4px auto;
  padding-left: 6px;
/*   border: 2px solid #E7EDF8; */
  border-radius: 5px;
    background: #E7EDF8;
}
 .tree .treeli {
  padding: 10px 18px;
  cursor: pointer;
  vertical-align: middle;
  background: #E7EDF8;
    border-radius: 5px;
}

.tree li:first-child {
  border-radius: 3px 3px 0 0;
}
.tree li:last-child {
  border-radius: 0 0 3px 3px;
}
.tree .active,
.active li {
  background: #efefef;
}
.tree label {
  cursor: pointer;
}
.tree input[type=checkbox] {
  margin: -2px 3px 0 0px;
}
.layer-box-div {
	position: absolute;
	z-index: 1;
	right: 55px;
	top: 40px;
}

.section {position: absolute !important;width: calc(100% - 500px) !important;height: 100% !important;right: 0px !important;}
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  				        border-top-color: #ffcc33;
}
/* SH START */

.searchPagination{
				  width: 500px;
				  padding: 20px 0;
				  text-align: center;
				  /* border-top: #ccc 1px solid; */
}
.searchPagination a {
					 display:inline-block;
					 margin:2px;
					 padding: 5px 7px;
					 border:#ddd 1px solid;
					 text-decoration: none;
					 transition: background-color .3s;
					 text-align:center;
					 /* background: #fff; */
}

.searchPagination a.active {
							background-color: dodgerblue;
							color: white;
							border:dodgerblue 1px solid
}
.searchPagination a:hover:not(.active) {background-color: #eee;}
.searchPagination a img{vertical-align:middle !important;margin-top:-3px}
.selectPage{
		    background-color: #3D4F9C;
		    color: white !important;
		    border:#3D4F9C 1px solid;
}
input:focus, textarea:focus, select:focus, button:focus {outline: none;}

.viewPre{
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
	text-align: left;
    padding: 8px;
}
.ta_l{
	text-align: left;
}
.inTable{
	width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;	
	margin: 8px 0;
}
.inTable th{
	  background: #eee;	
	  font-weight: 400;
}
.inTable th, .inTable td {
    border: 1px solid #ccc;
    padding: 8px;
}
/* SH END */
.modal-content {
	padding: 15px;
}
.board-form {
	position:relative;
	overflow:hidden;
	width:98%;
	margin-top:20px;
	margin-bottom:20px;
}
.board-form h4 {
	margin:10px 0;
	padding: 12px 0px 3px 0;
	font-weight:400;
	font-size: 18px;
	/* border-bottom:#1d2843 1px solid; */
	color:#000;
}
.board-form table {
	width:100%;
	margin: 5px 0;
	border: #3D4F9C 2px solid;
	border-collapse:collapse;
}
.board-form table tr td {
	padding: 8px;
	border:1px solid #ccc;
	/* border-left:1px solid #e5e5e5; */
	color:#555;
	text-align: center;
	/* font-weight: 400; */
}
.board-form table tr:nth-child(odd) td{
/* 	background:#fff; */
}
.board-form table tr th {
	margin-bottom:1px;
	padding: 6px 5px;
	border: #ccc 1px solid;
	font-size: 14px;
	font-weight: 400;
	background: #3D4F9C;
	color: #fff;
}
.board-form table tr a{display:block}
.board-form table tr a:hover{text-decoration:underline;color:#1c3952}
.board-form .pagination{/*border-top:#c5c5c5 1px solid*/}
.board-text{padding-top:20px;text-align:justify}
.board-text strong{margin-left:10px;font-size:1.2rem;color:#000}
.board-bottom li{float:left}
.board-bottom li select{width:70px}
.board-file{margin-top:20px;padding:15px 0 0 20px;font-size:0.93rem;background:url("../images/sub/nav-bg03.gif") no-repeat 10px 25px;border-top:#ddd 1px solid}
.board-file a:hover{text-decoration:underline;color:#000}
.board-right{position:absolute;top:132px;right:1px;/* border-top:#1d2843 1px dashed; *//* border-bottom:#1d2843 2px solid; *//* border-left:#1d2843 2px solid; *//* background:#fff; */}
.board-right li{float:left;/* height:47px; */padding: 4px 42px;border: #ccc 1px solid;font-size: 14px;background: #E7EDF8;border-radius: 5px 0 0;color: #3D4F9C; font-weight: 400;}
/* .board-form span{color:red} */
.board-form .bggray{background:#f5f5f5}
.board-form table p{text-align:center}
.table-choice{overflow:hidden;padding: 20px 0 5px 0;margin:5px 0;}
.table-choice strong{margin-right:20px;font-size:1.125rem;font-weight:400;color:#222}
/* .board-form .board-top{overflow:hidden;width:100%;margin-top:10px;padding:10px 0px;border:none;border-bottom:#264077 1px solid !important} */
/* .board-form .board-top span{float:left;display:block;width:120px;line-height:40px} */
/* .board-form .board-top ul{float:right;width:70%} */
/* .board-form .board-top ul li{float:left} */
/* .board-form .board-top ul li:first-child{width:20%} */
/* .board-form .board-top ul li:last-child{width:79%;padding-left:1%} */
/* .board-form .board-top ul li input{float:left;width:83%} */
/* .board-form .board-top ul li button{float:left;width:16%} */
.board-form i{/* margin-bottom:3px */}
.board-form table input[type=text]{margin:0px !important}
.board-form .modal_table {border: none;border-top: 1px solid #3D4F9C;border-bottom: 1px solid #3d4f9c;}
.board-form .modal_table .na_th { background: #E7EDF8;
								  color: #3D4F9C;
								  font-weight: 400;
								  border: none;
								  border-bottom: 1px solid #ccc;
}
.board-form .modal_table .na_td { 
								 color: #42474b;
								 font-weight: 400;
								 border: none;
								 border-bottom: 1px solid #ccc;
}
.board-form .modal_table .na_th2 { background: #E7EDF8;
								  color: #3D4F9C;
								  font-weight: 400;
								  border: none;
								  
}
.board-form .modal_table .na_td2 { 
								 color: #42474b;
								 font-weight: 400;
								 border: none;
								
}
.ic {
	 width: 5px;
	 height: 16px;
	 background: #3D4F9C;
}
.board-form .h4_1 {
    width: 84px;
}
.board-form .h4_2 {
    width: 122px;
}

.pagination{padding:20px 0;text-align:center;;/*border-top:#1d2843 1px solid*/}
.pagination a {
  display:inline-block;
  margin:2px;
  padding: 5px 7px;
  border:#ddd 1px solid;
  text-decoration: none;
  transition: background-color .3s;
  text-align:center;
}
.pagination a.active {
  background-color: dodgerblue;
  color: white;
  border:dodgerblue 1px solid
}
.pagination a:hover:not(.active) {background-color: #eee;}
.pagination a img{vertical-align:middle !important;margin-top:-3px}
input[type=text]:not(.mapContentZone input[type=text]){display:inline-block;width: 96%;padding: 6px;/* margin: 5px -5px; */border:#ddd 1px solid;border-radius: 5px;box-sizing:border-box;display: block;margin: 15px 8px;}
input[type=range]{width:100%}
select{display:inline-block;width:100%;padding: 6px 5px;margin:0px 0px;border:#ddd 1px solid;border-radius: 5px;box-sizing:border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{ display: none /* 화살표 없애기 for IE10, 11*/}
.custom-select {/* margin-right: 4px; */background:#fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;}
.custom-select2 {background: url(../img/common/custom-select2.png) right 0.55rem center no-repeat}
.areaList{
	padding: 5px;
	text-align: center;
}
.areaList li{
	float: left;
	padding: 5px;
	width: 30%;
}
.wo{
	width:92% !important;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
/* Sizing */
.w100{width:100% !important;}
.w95{width:95% !important;}
.w90{width:90% !important}
.w85{width:85% !important}
.w80{width:80% !important}
.w75{width:75% !important}
.w70{width:70% !important}
.w65{width:65% !important}
.w60{width:60% !important}
.w55{width:55% !important}
.w50{width:50% !important}
.w45{width:45% !important}
.w40{width:40% !important}
.w35{width:35% !important}
.w25{width:25% !important}
.w30{width:30% !important}
.w20{width: 33.2% !important;height: 48px;margin-top: 20px;color: white;background: #3D4F9C;border: 1px solid #3A4B93;border-radius: 5px;cursor: pointer;}
.w15{width:15% !important}
.w10{width:10% !important}
.w5{width:5% !important}
#cbSido{
	width: 10% !important;
}
#dashboardText{
	margin-bottom: 50px;
	margin-top: 8px;
}
#dashboardChart{
	padding: 0 5px;
	width: 100%;
	height: calc(100% - 10px);
	position: relative;
}
#dashboardChart .cht_class_zone{
	position: relative;
	height: 100%;
	position: relative;
}
#cht_detail_all{
	width: 100%;
	height:calc(50% - 5px);
	min-height:320px;
	margin: 10px 0px 0px 0px;
}
#cht_info_all{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	min-height:320px;
	margin: 10px 0px 10px 0px;
}
#cht_delete_all{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	min-height:320px;
	margin: 10px 0px 10px 10px;
}
#cht_detail_27{
	width: 100%;
	height:calc(50% - 5px);
	min-height:320px;
	margin: 10px 0px 0px 0px;
}
#cht_info_27{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_27{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
#cht_detail_42{
	width: 100%;
	height:calc(50% - 5px);
	min-height:720px;
	margin: 10px 0px 0px 0px;
}
#cht_info_42{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_42{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
#cht_detail_47{
	width: 100%;
	height:calc(50% - 5px);
	min-height:960px;
	margin: 10px 0px 0px 0px;
}
#cht_info_47{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_47{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
.container2 {
			display: none;
			position: absolute;
			width: 94%;
			height: calc(100% - 100px);
			padding: 0 3% 0 3%;
			overflow-y: scroll;
	        	z-index: 200;
			background: #fff;
}
.container2 h3 {
			height: 30px;
			padding: 0px 16px 12px 22px;
			font-size: 22px;
			font-weight: 500;
			color: #3D4F9C;
			/* width: 100%; */
}

.board-formx {
			  width: 100%;
			  height: 22px;
			  cursor: pointer;
			  padding: 0 -16px 0 -16px;
			  /* padding-left: 33px; */
			  margin-top: 5px;
}
.board-formx img {
			     margin: 15px 22px;
			     padding: 2px;
			     width: 12px;
			     height: 12px;
			     background: #fff;
			     border: 1px solid #ccc;
			     border-radius: 5px;
}

.board-form {
		    position: relative;
		    overflow: hidden;
		    width: 98%;
		    margin: 0 1%;
		    /* margin-top: 12px; */
	    	margin-top:20px;
			margin-bottom:20px;
}
.board-form .board-top{
			overflow:hidden;
			width:100%;
			margin-top: 20px;
			padding:10px 0px;
			border:none;
			/* border-bottom:#264077 1px solid !important */
			}
.board-form .board-top span{float:left;display:block;width:120px;height: 38px;line-height: 44px;font-size: 13px;}
.board-form .board-top ul{/* float:right; */width:27%;width: 398px;}
.board-form .board-top ul li{float:left}
.board-form .board-top ul li:first-child{/* width:20%; *//* margin-top: 5px; */}
.board-form .board-top ul li:last-child{padding-left:1%;/* width:79%; */}
/* .board-form .board-top ul li input{float:left; width:83%;} */
.board-form .board-top ul li button{float:left;font-family: 'Noto Sans KR','나눔고딕','Nanum Gothic','MalgunGothic','맑은고딕','돋움','Dotum','xeicon','sans-serif';/* width:16% */margin-left: 7px;}
.board-form i{/* margin-bottom: -2px; */margin-right: 5px;}
.board-form table input[type=text]{margin:0px !important}
.chkh_top {
		   /* margin: 5px;  */
		   padding: 4px;
		   color: white;
		   background: #3D4F9C;
		   border: 1px solid #3A4B93;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   padding-left: 15px;
		   padding-right: 15px;
		   /* margin: 4px 2px; */
		   margin-left: 5px;
}
.chkh_top:hover {
	         background: white;
	         color: #3A4B93;
	         border: 1px solid #3D4F9C;
	         font-weight: bold;
	         transition: all 0.3s;
	         /* margin-left: 7px; */
}
.etc_top { 
		   /* margin: 5px;  */
		   padding: 4px; 
		   color: white; 
		   background: #555; 
		   border: 1px solid #555; 
		   border-radius: 5px; 
		   text-align: center; 
		   cursor: pointer; 
	       padding-left: 15px;
    	   padding-right: 15px;
       	   margin: 4px 2px;
}
.etc_top:hover { 
	         background: white; 
	         color: #555; 
	         border: 1px solid #555; 
	         font-weight: bold; 
	         transition: all 0.3s;
	         margin: 4px 2px; 
}
.search_top {
		padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #aaa;
		   color: #fff;
		   border: 1px solid #aaa;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   margin-left: 5px;
}
.search_top:hover {
		   background: #fff;
		   color: #aaa;
		   border: 1px solid #aaa;
		   font-weight: bold;
		   transition: all 0.3s;
		   /* margin: 4px 2px; */
}
.kums_top {
		   /* margin: 5px 10px 5px 2px;  */
		   padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #9F0973;
		   color: #fff;
		   border: 1px solid #9F0973;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   margin-left: 5px;
}
.kums_top_blue{
		   /* margin: 5px 10px 5px 2px;  */
		   padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #3D4F9C;
		   color: #fff;
		   border: 1px solid #3D4F9C;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   margin-left: 5px;
}
.kums_top_blue:hover {
    background: #fff;
    color: #3D4F9C;
    border: 1px solid #3D4F9C;
    font-weight: bold;
    transition: all 0.3s;
    /* margin: 4px 2px; */
}
.kums_top1 {
		   /* margin: 5px 10px 5px 2px;  */
		   padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #9F0973;
		   color: #fff;
		   border: 1px solid #9F0973;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
}
.kums_top:hover {
		   background: #fff;
		   color: #9F0973;
		   border: 1px solid #9F0973;
		   font-weight: bold;
		   transition: all 0.3s;
		   /* margin: 4px 2px; */
}
.container2 #confirmContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}
.container2 #confirmContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}

.container2 #confirmContainer .board-top ul li:first-child {
    width: 420px;
}
.container2 #confirmContainer .board-top ul li:last-child {/* width: 160px; */padding-left: 0;}
.container2 #confirmContainer .board-top ul {
   float: right;
   width: 702px;
}
.container2 #confirmContainer .board-top {
   overflow:hidden;
   width:100%;
   margin-top: 20px;
   /* padding-top: 10px; */
   /* border:none; */
   /* border-bottom:#264077 1px solid !important; */
   /* width: 98%; */
}
.container2 #confirmContainer .board-middle .bwid { 
   width: 98%;
   overflow: hidden;
    margin-top: 20px;
    margin-bottom:12px;
    /* padding-top: 10px; */
    /* border: none; */
    /* border-bottom: #264077 1px solid !important; */
    /* width: 98%; */
}

.fl-r {
   float:right !important;
}
.fl-l {
	float:left !important;
}
.choice-box {
	overflow:hidden;
	width:calc(100% - 20px);
	padding:10px;
	border: 0;
}
.choice-box span {
	color:#333;
}
.choice-box a {
	margin:0 10px 0 5px;
}
.choice-box a i {
	color:red
}
.dpib {
    display: inline-block;
}
.board-form table tr td textare { 
	margin:0px;
	padding:5px;
	width:calc(100% - 10px);
	border: 0;
	background:#fff;
	resize: none;
}
.pL20 {
	padding-left:20px !important;
}
.hcrs_img_view { 
	margin:0; 
	padding:0;
}
.hcrs_img_view table{
	float:left; 
	border:0;
	width: 49%;
	margin: 0.5% 0.5%;
}
.img_meta_tb {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.img_meta_tb th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.img_meta_tb_view{width: 100% !important;padding: 0 !important;margin: 0 !important;}
.img_meta_tb_view th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.img_meta_tb_de{width: 100% !important;padding: 0 !important;margin: 0 !important;}
.img_meta_tb_de th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.imgfreview{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	/* text-align: center; */
}
.imgfreviewDiv i{
   /* display: table-cell; */
   /* width: 100%; */
   font-size: 12em;
   position: absolute;
   bottom: 0;
   top: 0;
   margin: 0;
   left: 0;
   right: 0;
}
.imgfreviewDiv{
   position: relative;
   /* width: 100%; */
   /* display: table; */
   height: 273px;
   text-align: center;
   vertical-align: middle;
   top: 0;
   left: 0;
   bottom: 0;
}
.imgfreview_view{
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   margin: auto;
   /* text-align: center; */
}
.imgfreviewDiv_view i{
   /* display: table-cell; */
   /* width: 100%; */
   font-size: 12em;
   position: absolute;
   bottom: 0;top: 0;
   margin: 0;
   left: 0;
   right: 0;
}
.imgfreviewDiv_view {
   position: relative;
   /* width: 100%; */
   /* display: table; */
   height: 273px;
   text-align: center;
   vertical-align: middle;
   top: 0;
   left: 0;
   bottom: 0;
}
.imgfreview_de {
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   margin: auto;
   /* text-align: center; */
}
.imgfreviewDiv_de i {
  /* display: table-cell; */
  /* width: 100%; */
  font-size: 12em;
  position: absolute; 
  bottom: 0;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.imgfreviewDiv_de {
  position: relative;
  /* width: 100%; */
  /* display: table; */
  height: 273px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  bottom: 0;
}
.phtox {
 font-size:6rem;
 color:#999;
}

.photoZoom {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.phoZoomDiv {
  height: 100%;
  width: 100%;
  position: relative;
}
.photoZoom_view {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom_view i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.phoZoomDiv_view {
  height: 100%;
  width: 100%;
  position: relative;
}
.photoZoom_de {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom_de i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.phoZoomDiv_de {
  height: 100%;
  width: 100%;
  position: relative;
}

.hcrs_img_de table {
  float: left;
  border: 0;
  width: 49%;
  margin: 0.5% 0.5%;
}
#imgMap {
  width: 500px;
  height: 746px;
}
.board-form .test table tr th {
  margin-bottom:1px;
  padding: 6px 5px;
  border: #ccc 1px solid;
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  color: #42474b;
}
.board-form .test  tr th {
  margin-bottom: 1px;
  padding: 6px 5px;
  border: #ccc 1px solid;
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  color: #42474b;
  text-align: center;
}
.board-form .test {
  border: 0;
}
.board-form .test table {
  border: 0;
}

.test thead td input { 
  margin:2px;
}

.test thead td font { 
  margin:2px;
}
.hcrs_img_view table{
	float:left;
	border:0;
	width: 100%;
	margin: 0;
}
.board-form .test textarea {
  resize:none;
  border:0;
  color: #42474b;
}
.min-map .ne { 
    background: #eee;
    color: #42474b;
    font-size: 14px;
    font-weight: 400;
}
.min-map .ne2 { 
    background: #fff;
    color: #42474b;
}
.tim {
	width: 76px;
}
.admin-board tr td .sj {
	margin: 8px 0 0;
}

.board-form table .colo {
	background: #fff;
	color: #42474b;
}	
.board-form .tab {
	border: 1px solid #ccc;
}
.board-form table tr .tddd {
	background: #E7EDF8;
	font-weight: 400;
}
#history_dig{
	min-height: 0px !important;
	margin: 10px 8px 15px 8px;
}
#return_dig {
	height: none !important;
    margin-bottom: 5px;
}
#sysUser_dig {
	padding: 20px 15px 5px 15px;;
}
#singleTable table tr td p { 
	text-align: left;
}
#singleTable #exmnYmd {
	text-align: left;
	padding-left: 10px;
}
#singleTable table tr td { 
	text-align: left;
	padding-left: 10px;

}
.test thead tr td {
	text-align: left;
	padding-left: 15px;
	    padding-right: 15px;
}
#prsrvBizActnCn tr td {
	text-align: center;
}
#prsrvBizActnCn tr td:nth-child(2) {
	text-align: left;
}
.board-form .simh thead tr th:nth-child(2) {
	text-align: left;
	padding-left: 15px;
	background: #fff;
}
.board-form .simh thead tr th:nth-child(3) {
	width: 304px;
}
.board-form .simh thead tr th:nth-child(4) {
	text-align: left;
	padding-left: 15px;
	background: #fff;
}
#yongdo tr td p {
	text-align: left;
	
}

.test thead tr td .ptag {
	text-align: left;
}
.board-right .radi {
	border-radius: 5px 5px 0 0;
}
.board-form .jib tbody tr td {
	text-align: left;
	padding-left: 15px;
	width:100%;
	overflow: auto;
}
.test tr .sayuong {
	text-align: left;
	padding-left: 15px;
}
.board-form table #gate {
	text-align: left;
}
.board-form table #wall {
	text-align: left;
}
.test thead tr td #exmnYmd {
	text-align: left;
}
.test thead tr td #exmnr {
	text-align: left;
}
.min-map tbody tr th:nth-child(2n) {
	background: #fff;
}
.img_add_form_map{
	/* height: 678px; */
	background: #eee;
	width: 49%;
	display: inline-block;
	padding: 0.4%;
	margin-right: 0.4%;
}
.img_add_form_map:nth-child(2n) {

    margin: 0;
}
.look thead tr td textarea {
	width: 100%;
	overflow: auto;
}
.look tbody tr td textarea {
	width: 100%;
	overflow: auto;
	text-align: left;
}
.board-form .hbld_table tr td p {
	text-align: left;
}
.board-form .nbld_table tr td p {
	text-align: left;
}
.board-form .nstrctu_table tr td p {
	text-align: left;
}
.board-form .relics_table tr td p {
	text-align: left;
}
.adclsTr td p {
	text-align: left;
}
.tab_tab_1s {
	padding: 22px;
	/* margin-right: 20px; */
	/* min-width: 30%; */
	width: 507px;
	/* border-bottom: 1px solid #aaa; */
	/* display: block; */
	background: #aaaaaa1f;
	border-radius: 10px;
	box-sizing: border-box;
	/* height: 928px; */
}
.tab_tab_2s {
	/* padding: 10px 20px 40px; */
	/* margin: 20px; */
	width: calc(100% - 528px);
	border-radius: 10px;
	background: #e7edf86b;
	/* border-bottom: 1px solid #aaa; */
	margin-left: 20px;
}
/* 우주 유적현황 추가  */
.tab_tab_ruins{
	/* padding: 10px 20px 40px; */
	/* margin: 20px; */
	width: calc(100% - 110px);
	border-radius: 10px;
	background: #e7edf86b;
	/* border-bottom: 1px solid #aaa; */
	margin-left: 46px;
	text-align: center;
}
.tab1_sd {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
	margin: 0 3px 0 0;
}
.tab1_sgg {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
}
.tab_tab_font {
	margin: 5px 0 5px 10px;
	color: #3D4F9C;
	font-weight: 500;
	width: 145px;
}
.search_submit2 {
	margin: 15px 0;
}
#dashboardSearch {
    /* padding: 0 5px; */
    width: 100%;
    height: calc(100% - 10px);
    position: relative;
    min-width: 1440px;
}
.tab1_sayoo {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
	/* margin: 0 6px 0 38px; */
}
.tab_radio {
	
margin: 7px 8px 0 0;
	
/* color: #fff; */
}
.tab_radio:last-child {
	/* margin-left: 5px; */
}

#dashboardSearch #dashTable td {
	background: #fff;
}
#dashboardSearch #dashTable td:last-child {
	text-align: left;
}
#dashboardSearch #dashTable th {
	text-align: center;
}
.tab_tab_ul {
	margin-top: 20px;
}
.search_submit_josa {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 24px;
	background: #fff;
}
.search_submit_josa .tab_tab_font {
	
margin: 8.5px 0;
	
width: 145px;
}
.search_submit_josa label {
	
/* margin: 39px 0; */
	
/* width: 150px; */
	
padding: 0 5px;
	
/* margin: 36px; */
	
line-height: 30px;
}
.search_submit_josa label:first-child {
	
padding: 0 5px;

}
.search_submit_josa2 {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 24px;
	background: #fff;
}
.search_submit_josa2 .tab_tab_font {
	
margin: 8px 0;
	
width: 145px;
}
.tab_tab_label {
	
margin-left: 34px;
}
.tab_tab_div {
	height: 96.6%;
}
.kums_top_m {
	margin-top:20px; 
}
.sayoo2 {
	width: 294px;
}
.STTUS {
	
margin-right: 4px;
}
.tab_tab_1s label input {
	
margin-right: 5px;
}
.search_submit2 label {
	margin-right: 5px;
}
.search_submit3 label {
	margin-right: 5px;
}
.tab_tab_2s table {
	text-align: center;
	background: #fff;
}
.tab_tab_2s .board-middle .searchPagination {
	border: none;
	/* background: #fff; */
}
.tab_tab_2s .board-middle .searchPagination a{
	/* background: #fff; */
}
.search_submit_josa2 label {
	padding: 0 5px;
}
.w20:hover {
	color: #3D4F9C;
	background: #fff;
	border: 1px solid #3D4F9C;
}
.section .ol-zoom .ol-zoom-out {
    margin-top: 225px;
}
.section .ol-zoom{
    right: 15px;
    left: inherit;
    margin-top: 4px;
}
.section .ol-zoomslider {
						 /* background-color: transparent; */
						 top: 42px;
						 right: 15px;
						 left: inherit;
						 background: rgba(255,255,255,.6);
}
.section .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}
.section .ol-touch .ol-zoomslider {
    top: 2.75em;
}
.section .ol-zoom-in.ol-has-tooltip:hover [role=tooltip], #map2 .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}
.section .ol-zoom-out.ol-has-tooltip:hover [role=tooltip], #map2 .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}
.custom-control-base{
    position: absolute;
    /* width: 344px; */
    height: 31px;
    line-height: 20px;
    padding: 10px;
    vertical-align: middle;
    margin: 0;
    z-index: 1;
    top: 1px;
    right: 42px;
    /* background: #fff; */
}
.custom-control-base button {
    width: 85px;
    margin: 0 2px;
    padding: 0;
    height: 32px;
    background: #fff;
    color: #444;
    box-shadow: 3px 0px 3px 0px #00000008;
    border: 1px solid #cccfd4;
    border-radius: 3px;
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
}
.custom-control-base button.on {
    background-color: #3D4F9C;
    color: #fff;
    border: 1px solid #3D4F9C;
    /* color: #3D4F9C; */
}
.custom-control{
    position: absolute;
    top: 296px;
    right: 15px;
    z-index: 1;
    /* background: #fff; */
}
.tree {
  box-shadow: 3px 0px 3px 0px #00000008;
  margin: 5% auto;
  width: 240px;
  height: 805px;
  overflow-x: auto;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
}
/* .tree ul { */
/*   display: none; */
/*   margin: 4px auto; */
/*   margin-left: 6px; */
/* } */
 .tree li {
   padding: 10px 18px;
  cursor: pointer; 
   vertical-align: middle; 
   background: #fff; 
} 
.treeul {
  display: none;
  margin: 4px auto;
  padding-left: 6px;
/*   border: 2px solid #E7EDF8; */
  border-radius: 5px;
    background: #E7EDF8;
}
 .tree .treeli {
  padding: 10px 18px;
  cursor: pointer;
  vertical-align: middle;
  background: #E7EDF8;
    border-radius: 5px;
}

.tree li:first-child {
  border-radius: 3px 3px 0 0;
}
.tree li:last-child {
  border-radius: 0 0 3px 3px;
}
.tree .active,
.active li {
  background: #efefef;
}
.tree label {
  cursor: pointer;
}
.tree input[type=checkbox] {
  margin: -2px 3px 0 0px;
}
.layer-box-div {
	position: absolute;
	z-index: 1;
	right: 55px;
	top: 40px;
}

.section {position: absolute !important;width: calc(100% - 500px) !important;height: 100% !important;right: 0px !important;}
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  				        border-top-color: #ffcc33;
}
/* 결재 페이징 css */
.searchPagination_confm{
	width: 500px;
    padding: 20px 0 0 350px;
    text-align: center;
    /*border-top: #ccc 1px solid;*/
}
.searchPagination_confm a{
	 display:inline-block;
	 margin:2px;
	 padding: 5px 7px;
	 border:#ddd 1px solid;
	 text-decoration: none;
	 transition: background-color .3s;
	 text-align:center;
	 /* background: #fff; */
}
.searchPagination_confm a.active {
							background-color: dodgerblue;
							color: white;
							border:dodgerblue 1px solid
}
.searchPagination_confm a:hover:not(.active) {background-color: #eee;}
/* 역사문확공간 페이징 css */
.searchPagination_group{
	width: 500px;
    padding: 20px 0 0 175px;
    text-align: center;
    border-top: #ccc 1px solid;
}
.searchPagination_group a{
	 display:inline-block;
	 margin: 0.5px;
	 /* padding: 5px 7px; */
	 border:#ddd 1px solid;
	 text-decoration: none;
	 transition: background-color .3s;
	 text-align:center;
	 /* background: #fff; */
	 width: 30px;
	 height: 30px;
	 line-height: 30px;
	 border-radius: 5px;
}
.searchPagination_group a.active {
							background-color: dodgerblue;
							color: white;
							border:dodgerblue 1px solid
}
.searchPagination_group a:hover:not(.active) {background-color: #eee;}
/* SH START */
.searchPagination{
				  width: 500px;
				  padding: 20px 0;
				  text-align: center;
				  /* border-top: #ccc 1px solid; */
}
.searchPagination a {
					 display:inline-block;
					 margin:2px;
					 padding: 0;
					 border:#ddd 1px solid;
					 text-decoration: none;
					 transition: background-color .3s;
					 text-align:center;
					 /* background: #fff; */
					 width: 30px;
					 height: 30px;
					 box-sizing: border-box;
					 line-height: 30px;
					 text-align: center;
					 border-radius: 5px;
					 cursor: pointer;
}

.searchPagination a.active {
							background-color: dodgerblue;
							color: white;
							border:dodgerblue 1px solid
}
.searchPagination a:hover:not(.active) {background-color: #eee;}
.searchPagination a img{vertical-align:middle !important;margin-top:-3px}
.selectPage{
		    background-color: #3D4F9C;
		    color: white !important;
		    border:#3D4F9C 1px solid;
}
input:focus, textarea:focus, select:focus, button:focus {outline: none;}

.viewPre{
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    text-align: left;
    padding: 8px;
    font-family: 'Noto Sans KR';
}
.ta_l{
	text-align: left;
}
.inTable{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	height: 100%;
}
.inTable th{
	  background: #eee;	
	  font-weight: 400;
}
.inTable th:last-child{
	 border-right: none;
}
.inTable th, .inTable td {
    border: 1px solid #ccc;
    padding: 8px;
    border-left: none;
}
.inTable td:last-child{
	 border-right: none;
}
/* SH END */
.modal-content {
	padding: 15px;
}
.board-form {
	position:relative;
	overflow:hidden;
	width:98%;
	margin-top:20px;
	margin-bottom:20px;
}
.board-form h4 {
	margin:10px 0;
	padding: 12px 0px 3px 0;
	font-weight:400;
	font-size: 18px;
	/* border-bottom:#1d2843 1px solid; */
	color:#000;
}
.board-form table {
	width:100%;
	margin: 5px 0;
	border: #3D4F9C 2px solid;
	border-collapse:collapse;
}
.board-form table tr td {
	padding: 8px;
	border:1px solid #ccc;
	/* border-left:1px solid #e5e5e5; */
	color:#555;
	text-align: center;
	/* font-weight: 400; */
}
.board-form table tr:nth-child(odd) td{
/* 	background:#fff; */
}
.board-form table tr th {
	margin-bottom:1px;
	padding: 6px 5px;
	border: #ccc 1px solid;
	font-size: 14px;
	font-weight: 400;
	background: #3D4F9C;
	color: #fff;
}
.board-form table tr a{display:block}
.board-form table tr a:hover{text-decoration:underline;color:#1c3952}
.board-form .pagination{/*border-top:#c5c5c5 1px solid*/}
.board-text{padding-top:20px;text-align:justify}
.board-text strong{margin-left:10px;font-size:1.2rem;color:#000}
.board-bottom li{float:left}
.board-bottom li select{width:70px}
.board-file{margin-top:20px;padding:15px 0 0 20px;font-size:0.93rem;background:url("../images/sub/nav-bg03.gif") no-repeat 10px 25px;border-top:#ddd 1px solid}
.board-file a:hover{text-decoration:underline;color:#000}
.board-right{position:absolute;top:132px;right:1px;/* border-top:#1d2843 1px dashed; *//* border-bottom:#1d2843 2px solid; *//* border-left:#1d2843 2px solid; *//* background:#fff; */}
.board-right li{float:left;/* height:47px; */padding: 4px 42px;border: #ccc 1px solid;font-size: 14px;background: #E7EDF8;border-radius: 5px 0 0;color: #3D4F9C; font-weight: 400;}
.board-form .bggray{background:#f5f5f5}
.board-form table p{text-align:center;/* width: 100%; */}
.table-choice{overflow:hidden;padding: 20px 0 5px 0;margin:5px 0;}
.table-choice strong{margin-right:20px;font-size:1.125rem;font-weight:400;color:#222}
.board-form table input[type=text]{margin:0px !important}
.board-form .modal_table {border: none;border-top: 1px solid #3D4F9C;border-bottom: 1px solid #3d4f9c;}
.board-form .modal_table .na_th { background: #E7EDF8;
								  color: #3D4F9C;
								  font-weight: 400;
								  border: none;
								  border-bottom: 1px solid #ccc;
}
.board-form .modal_table .na_td { 
								 color: #42474b;
								 font-weight: 400;
								 border: none;
								 border-bottom: 1px solid #ccc;
}
.board-form .modal_table .na_th2 { background: #E7EDF8;
								  color: #3D4F9C;
								  font-weight: 400;
								  border: none;
								  
}
.board-form .modal_table .na_td2 { 
								 color: #42474b;
								 font-weight: 400;
								 border: none;
								
}
.ic {
	 width: 5px;
	 height: 16px;
	 background: #3D4F9C;
}
.board-form .h4_1 {
    width: 84px;
}
.board-form .h4_2 {
    width: 122px;
}

.pagination{padding:20px 0;text-align:center;;/*border-top:#1d2843 1px solid*/}
.pagination a {
  display:inline-block;
  margin:2px;
  padding: 5px 7px;
  border:#ddd 1px solid;
  text-decoration: none;
  transition: background-color .3s;
  text-align:center;
}
.pagination a.active {
  background-color: dodgerblue;
  color: white;
  border:dodgerblue 1px solid
}
.pagination a:hover:not(.active) {background-color: #eee;}
.pagination a img{vertical-align:middle !important;margin-top:-3px}
input[type=text]:not(.mapContentZone input[type=text]){display:inline-block;width: 96%;padding: 6px;/* margin: 5px -5px; */border:#ddd 1px solid;border-radius: 5px;box-sizing:border-box;display: block;margin: 15px 8px;}
input[type=range]{width:100%}
select{display:inline-block;width:100%;padding: 0 0 0 8px;margin:0px 0px;border:#ddd 1px solid;border-radius: 3px;box-sizing:border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;height: 32px;}
select::-ms-expand{ display: none /* 화살표 없애기 for IE10, 11*/}
.custom-select {/* margin-right: 4px; */background:#fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;}
.custom-select2 {background: url(../img/common/custom-select2.png) right 0.55rem center no-repeat}
.areaList{
	padding: 5px;
	text-align: center;
}
#groupSchSggCode {
	margin-left: 2px;
}
.areaList li{
	float: left;
	padding: 5px;
	width: 30%;
}
.wo{
	width:92% !important;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
/* Sizing */
.w100{width:100% !important;}
.w95{width:95% !important;}
.w90{width:90% !important}
.w85{width:85% !important}
.w80{width:80% !important}
.w75{width:75% !important}
.w70{width:70% !important}
.w65{width:65% !important}
.w60{width:60% !important}
.w55{width:55% !important}
.w50{width:50% !important}
.w45{width:45% !important}
.w40{width:40% !important}
.w35{width:35% !important}
.w25{width:25% !important}
.w30{width: 100% !important;}
.w20{width: 33.2% !important;height: 48px;margin-top: 20px;color: white;background: #3D4F9C;border: 1px solid #3A4B93;border-radius: 5px;cursor: pointer;}
.w15{width:15% !important}
.w10{width:10% !important}
.w5{width:5% !important}
#cbSido{
	width: 10% !important;
}
#dashboardText{
	margin-bottom: 50px;
	margin-top: 8px;
}
#dashboardChart{
	padding: 0 5px;
	width: 100%;
	height: calc(100% - 10px);
	position: relative;
}
#dashboardChart .cht_class_zone{
	position: relative;
	height: 100%;
	position: relative;
}
#cht_detail_all{
	width: 100%;
	height:calc(50% - 5px);
	min-height:320px;
	margin: 10px 0px 0px 0px;
}
#cht_info_all{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	min-height:320px;
	margin: 10px 0px 10px 0px;
}
#cht_delete_all{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	min-height:320px;
	margin: 10px 0px 10px 10px;
}
#cht_detail_27{
	width: 100%;
	height:calc(50% - 5px);
	min-height:320px;
	margin: 10px 0px 0px 0px;
}
#cht_info_27{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_27{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
#cht_detail_42{
	width: 100%;
	height:calc(50% - 5px);
	min-height:720px;
	margin: 10px 0px 0px 0px;
}
#cht_info_42{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_42{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
#cht_detail_47{
	width: 100%;
	height:calc(50% - 5px);
	min-height:960px;
	margin: 10px 0px 0px 0px;
}
#cht_info_47{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 0px;
	min-height:320px;
}
#cht_delete_47{
	width: calc(50% - 5px);
	height:calc(50% - 20px);
	float: left;
	margin: 10px 0px 10px 10px;
	min-height:320px;
}
.container2 {
			display: none;
			position: absolute;
			width: 94%;
			height: calc(100% - 65px);
			padding: 0 3% 0 3%;
			overflow-y: scroll;
			z-index: 200;
			background: #fff;
}
.container2 h3 {
			height: 30px;
			padding: 0px;
			font-size: 22px;
			font-weight: 500;
			color: #3D4F9C;
			/* width: 100%; */
}

.board-formx {
			  width: 100%;
			  height: 22px;
			  cursor: pointer;
			  padding: 0 -16px 0 -16px;
			  /* padding-left: 33px; */
			  margin-top: 5px;
}
.board-formx img {
			     margin: 15px 22px;
			     padding: 2px;
			     width: 12px;
			     height: 12px;
			     background: #fff;
			     border: 1px solid #ccc;
			     border-radius: 5px;
}

.board-form {
		    position: relative;
		    overflow: hidden;
		    width: 100%;
		    margin: 0 1%;
		    /* margin-top: 12px; */
		    margin-top:20px;
		    margin-bottom:20px;
		    margin: 0;
}
.board-form .board-top{
			overflow:hidden;
			width:100%;
			margin-top: 20px;
			padding:10px 0px;
			border:none;
			/* border-bottom:#264077 1px solid !important */
			}
.board-form .board-top span{float:left;display:block;width:120px;height: 38px;line-height: 44px;font-size: 13px;}
.board-form .board-top ul{/* float:right; */width:27%;width: 398px;}
.board-form .board-top ul li{float:left}
.board-form .board-top ul li:first-child{/* width:20%; *//* margin-top: 5px; */}
.board-form .board-top ul li:last-child{padding-left:1%;/* width:79%; */}
/* .board-form .board-top ul li input{float:left; width:83%;} */
.board-form .board-top ul li button{float:left;font-family: 'Noto Sans KR','나눔고딕','Nanum Gothic','MalgunGothic','맑은고딕','돋움','Dotum','xeicon','sans-serif';/* width:16% */margin-left: 5px;}
.board-form i{/* margin-bottom: -2px; */margin-right: 5px;}
.board-form table input[type=text]{margin:0px !important;width: 100%;padding: 8px 6px;display: inline-block;width: 100%;padding: 8px 6px;margin: 5px 0px;border: #ddd 1px solid;border-radius: 3px;box-sizing: border-box;}
.chkh_top {
		   /* margin: 5px;  */
		   padding: 0;
		   color: white;
		   background: #3D4F9C;
		   border: 1px solid #3A4B93;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   padding-left: 15px;
		   padding-right: 15px;
		   /* margin: 4px 2px; */
		   margin-left: 5px;
		   height: 32px;
		   line-height: 32px;
}
.chkh_top:hover {
	         background: white;
	         color: #3A4B93;
	         border: 1px solid #3D4F9C;
	         font-weight: bold;
	         transition: all 0.3s;
	         /* margin-left: 7px; */
}
.etc_top { 
		   /* margin: 5px;  */
		   padding: 4px; 
		   color: white; 
		   background: #555; 
		   border: 1px solid #555; 
		   border-radius: 5px; 
		   text-align: center; 
		   cursor: pointer; 
	       padding-left: 15px;
    	   padding-right: 15px;
       	   margin: 4px 2px;
}
.etc_top:hover { 
	         background: white; 
	         color: #555; 
	         border: 1px solid #555; 
	         font-weight: bold; 
	         transition: all 0.3s;
	         margin: 4px 2px; 
}
.search_top {
		padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #aaa;
		   color: #fff;
		   border: 1px solid #aaa;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   margin-left: 5px;
}
.search_top:hover {
		   background: #fff;
		   color: #aaa;
		   border: 1px solid #aaa;
		   font-weight: bold;
		   transition: all 0.3s;
		   /* margin: 4px 2px; */
}
.kums_top {
		   /* margin: 5px 10px 5px 2px;  */
		   padding: 0;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #9F0973;
		   color: #fff;
		   border: 1px solid #9F0973;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
		   margin-left: 5px;
		   height: 32px;
		   line-height: 32px;
}
.kums_top1 {
		   /* margin: 5px 10px 5px 2px;  */
		   padding: 4px;
		   /* 		   width: 60px;  */
		   padding-left: 15px;
		   padding-right: 15px;
		   background: #9F0973;
		   color: #fff;
		   border: 1px solid #9F0973;
		   border-radius: 5px;
		   text-align: center;
		   cursor: pointer;
}
.kums_top:hover {
		   background: #fff;
		   color: #9F0973;
		   border: 1px solid #9F0973;
		   font-weight: bold;
		   transition: all 0.3s;
		   /* margin: 4px 2px; */
}
.container2 #confirmContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}
.container2 #confirmContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}

.container2 #confirmContainer .board-top ul li:first-child {
    width: 420px;
}
.container2 #confirmContainer .board-top ul li:last-child {/* width: 160px; */padding-left: 0;}
.container2 #confirmContainer .board-top ul {
   float: right;
   width: 702px;
}
.container2 #confirmContainer .board-top {
   overflow:hidden;
   width:100%;
   margin-top: 20px;
   /* padding-top: 10px; */
   /* border:none; */
   /* border-bottom:#264077 1px solid !important; */
   /* width: 98%; */
}
.container2 #confirmContainer .board-middle .bwid { 
   width: 98%;
   overflow: hidden;
    margin-top: 20px;
    margin-bottom:12px;
    /* padding-top: 10px; */
    /* border: none; */
    /* border-bottom: #264077 1px solid !important; */
    /* width: 98%; */
}

.container2 #groupContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}
.container2 #groupContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}

.container2 #groupContainer .board-top ul li:first-child {
    width: 420px;
}
.container2 #groupContainer .board-top ul li:last-child {/* width: 160px; */padding-left: 0;}
.container2 #groupContainer .board-top ul {
   float: right;
   width: 702px;
}
.container2 #groupContainer .board-top {
   overflow:hidden;
   width:100%;
   margin-top: 20px;
   /* padding-top: 10px; */
   /* border:none; */
   /* border-bottom:#264077 1px solid !important; */
   /* width: 98%; */
}
.container2 #groupContainer .board-middle .bwid { 
   width: 98%;
   overflow: hidden;
    margin-top: 20px;
    margin-bottom:12px;
    /* padding-top: 10px; */
    /* border: none; */
    /* border-bottom: #264077 1px solid !important; */
    /* width: 98%; */
}
.container2 #groupContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}
.container2 #groupContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    /* border-bottom: #264077 1px solid !important; */
}

.container2 #groupContainer .board-top ul li:first-child {
    width: 524px;
    box-sizing: border-box;
}
.container2 #groupContainer .board-top ul li:last-child {/* width: 160px; */padding-left: 0;}
.container2 #groupContainer .board-top ul {
   float: right;
   width: 660px;
}
.container2 #groupContainer .board-top {
   overflow:hidden;
   width:100%;
   margin-top: 20px;
   /* padding-top: 10px; */
   /* border:none; */
   /* border-bottom:#264077 1px solid !important; */
   /* width: 98%; */
}
.container2 #groupContainer .board-middle .bwid { 
   width: 98%;
   overflow: hidden;
    margin-top: 20px;
    margin-bottom:12px;
    /* padding-top: 10px; */
    /* border: none; */
    /* border-bottom: #264077 1px solid !important; */
    /* width: 98%; */
}

.fl-r {
   float:right !important;
}
.fl-l {
	float:left !important;
}
.choice-box {
	overflow:hidden;
	width:calc(100% - 20px);
	padding:10px;
	border: 0;
}
.choice-box span {
	color:#333;
}
.choice-box a {
	margin:0 10px 0 5px;
}
.choice-box a i {
	color:red
}
.dpib {
    display: inline-block;
}
.board-form table tr td textare { 
	margin:0px;
	padding:5px;
	width:calc(100% - 10px);
	border: 0;
	background:#fff;
	resize: none;
}
.pL20 {
	padding-left:20px !important;
}
.hcrs_img_view { 
	margin:0; 
	padding:0;
}
.hcrs_img_view table{
	float:left; 
	border:0;
	width: 49%;
	margin: 0.5% 0.5%;
}
.img_meta_tb {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.img_meta_tb th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.img_meta_tb_view{width: 100% !important;padding: 0 !important;margin: 0 !important;}
.img_meta_tb_view th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.img_meta_tb_de{width: 100% !important;padding: 0 !important;margin: 0 !important;}
.img_meta_tb_de th{height: 20px !important;padding: 1px !important;font-size: 15px !important;}
.imgfreview{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	/* text-align: center; */
}
.imgfreviewDiv i{
   /* display: table-cell; */
   /* width: 100%; */
   font-size: 12em;
   position: absolute;
   bottom: 0;
   top: 0;
   margin: 0;
   left: 0;
   right: 0;
}
.imgfreviewDiv{
   position: relative;
   width: 100%;
   /* display: table; */
   height: 273px;
   text-align: center;
   vertical-align: middle;
   top: 0;
   left: 0;
   bottom: 0;
}
.imgfreview_view{
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   margin: auto;
   height: 470px
   /* text-align: center; */
}
.imgfreviewDiv_view i{
   /* display: table-cell; */
   /* width: 100%; */
   font-size: 12em;
   position: absolute;
   bottom: 0;top: 0;
   margin: 0;
   left: 0;
   right: 0;
}
.imgfreviewDiv_view {
   position: relative;
   /* width: 100%; */
   /* display: table; */
   height: 500px;
   text-align: center;
   vertical-align: middle;
   top: 0;
   left: 0;
   bottom: 0;
}
.imgfreview_de {
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   margin: auto;
   /* text-align: center; */
}
.imgfreviewDiv_de i {
  /* display: table-cell; */
  /* width: 100%; */
  font-size: 12em;
  position: absolute; 
  bottom: 0;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.imgfreviewDiv_de {
  position: relative;
  /* width: 100%; */
  /* display: table; */
  height: 273px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  bottom: 0;
}
.phtox {
 font-size:6rem;
 color:#999;
}

.photoZoom {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.phoZoomDiv {
  height: 100%;
  width: 100%;
  position: relative;
}
.photoZoom_view {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom_view i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.photoZoom_view_hcrm{
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom_view_hcrm i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.close_hcrm {
	margin: 5px !important;
    cursor: pointer;
    height: 40px;
    line-height: 33px;
    font-size: 18px;
    padding: 0;
    width: 98px;
    background: #fff;
    border: 1px #ccc solid;
    color: #666;
    font-weight: 300;
}
.close_history_hcrm{
	margin: 5px !important;
    cursor: pointer;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    padding: 0;
    width: 75px;
    background: #fff;
    border: 1px #ccc solid;
    color: #666;
    font-weight: 300;
}
.phoZoomDiv_view {
  height: 100%;
  width: 100%;
  position: relative;
}
.photoZoom_de {
  color: #555;
  width: 35px;
  position: absolute;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  bottom: 22px;
  right: 0px;
}
.photoZoom_de i {
  position: relative;
  display: initial;
  width: auto;
  font-size: 1.3em;
  background: rgb(255,255,255,0.7);
}
.phoZoomDiv_de {
  height: 100%;
  width: 100%;
  position: relative;
}

.hcrs_img_de table {
  float: left;
  border: 0;
  width: 49%;
  margin: 0.5% 0.5%;
}
#imgMap {
  width: 500px;
  height: 746px;
}
.board-form .test table tr th {
  margin-bottom:1px;
  padding: 6px 5px;
  border: #ccc 1px solid;
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  color: #42474b;
}
.board-form .test  tr th {
  margin-bottom: 1px;
  padding: 6px 5px;
  border: #ccc 1px solid;
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  color: #42474b;
  text-align: center;
}
.board-form .test {
  border: 0;
}
.board-form .test table {
  border: 0;
}

.test thead td input { 
  margin:2px;
}

.test thead td font { 
  margin:2px;
}
.hcrs_img_view table{
	float:left;
	border:0;
	width: 100%;
	margin: 0;
}
.board-form .test textarea {
  resize:none;
  border:0;
  color: #42474b;
  width: 98.7%;
  padding: 5px;
}
.min-map .ne { 
    background: #eee;
    color: #42474b;
    font-size: 14px;
    font-weight: 400;
}
.min-map .ne2 { 
    background: #fff;
    color: #42474b;
}
.tim {
	width: 76px;
}
.admin-board tr td .sj {
	margin: 8px 0 0;
}

.board-form table .colo {
	background: #fff;
	color: #42474b;
}	
.board-form .tab {
	border: 1px solid #ccc;
}
.board-form table tr .tddd {
	background: #E7EDF8;
	font-weight: 400;
}
#history_dig{
	min-height: 0px !important;
	margin: 10px 8px 15px 8px;
}
#return_dig {
	height: none !important;
    margin-bottom: 5px;
}
#sysUser_dig {
	padding: 20px 15px 5px 15px;;
}
#singleTable table tr td p { 
	text-align: left;
	padding-left: 10px;
}
#singleTable table tr td { 
	text-align: left;
	padding-left: 10px;

}
.test thead tr td {
	text-align: left;
	padding-left: 15px;
	    padding-right: 15px;
}
#prsrvBizActnCn tr td {
	text-align: center;
}
#prsrvBizActnCn tr td:nth-child(2) {
	text-align: left;
}
.board-form .simh thead tr th:nth-child(2) {
	text-align: left;
	padding-left: 15px;
	background: #fff;
}
.board-form .simh thead tr th:nth-child(3) {
	width: 304px;
}
.board-form .simh thead tr th:nth-child(4) {
	text-align: left;
	padding-left: 15px;
	background: #fff;
}
#yongdo tr td p {
	text-align: left;
	
}

.test thead tr td .ptag {
	text-align: left;
}
.board-right .radi {
	border-radius: 5px 5px 0 0;
}
.board-form .jib tbody tr td {
	text-align: left;
	padding-left: 15px;
	width:100%;
	overflow: auto;
}
.test tr .sayuong {
	text-align: left;
	padding-left: 15px;
}
.board-form table #gate {
	text-align: left;
}
.board-form table #wall {
	text-align: left;
}
.test thead tr td #exmnYmd {
	text-align: left;
}
.test thead tr td #exmnr {
	text-align: left;
	/* width: 100%; */
}
.min-map tbody tr th:nth-child(2n) {
	background: #eee;
}
.img_add_form_map{
	/* height: 678px; */
	background: #eee;
	width: 49%;
	display: inline-block;
	padding: 0.4%;
	margin-right: 0.4%;
}
.img_add_form_map:nth-child(2n) {
	
    margin: 0;
}
.look thead tr td textarea {
	width: 100%;
	overflow: auto;
}
.look tbody tr td textarea {
	width: 100%;
	overflow: auto;
	text-align: left;
}
.board-form .hbld_table tr td p {
	text-align: left;
}
.board-form .nbld_table tr td p {
	text-align: left;
}
.board-form .nstrctu_table tr td p {
	text-align: left;
}
.board-form .relics_table tr td p {
	text-align: left;
}
.adclsTr td p {
	text-align: left;
}
.tab_tab_1s {
	padding: 22px;
	/* margin-right: 20px; */
	/* min-width: 30%; */
	width: 492px;
	/* border-bottom: 1px solid #aaa; */
	/* display: block; */
	background: #aaaaaa1f;
	border-radius: 10px;
	box-sizing: border-box;
	/* height: 928px; */
}
.tab_tab_2s {
	/* padding: 10px 20px 40px; */
	/* margin: 20px; */
	width: calc(100% - 514px);
	border-radius: 10px;
	background: #e7edf86b;
	/* border-bottom: 1px solid #aaa; */
	margin-left: 20px;
}

.tab1_sd {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
	margin: 0 3px 0 0;
}
.tab1_sgg {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
}
.tab_tab_font {
	margin: 0;
	color: #1E1E1E;
	font-weight: 400;
	width: 150px;
}
.search_submit2 {
	margin: 15px 0;
}
#dashboardSearch {
    /* padding: 0 5px; */
    width: 100%;
    height: calc(100% - 10px);
    position: relative;
    min-width: 1440px;
}
.tab1_sayoo {
	width: 145px;
	background: #fff url(../img/common/custom-select.png) right 0.55rem center no-repeat;
	/* margin: 0 6px 0 38px; */
}
.tab_radio {
	
margin: 7px 8px 0 0;
	
/* color: #fff; */
}
.tab_radio:last-child {
	/* margin-left: 5px; */
}

#dashboardSearch #dashTable td {
	background: #fff;
}
#dashboardSearch #dashTable td:last-child {
	text-align: left;
}
#dashboardSearch #dashTable th {
	text-align: center;
}
.tab_tab_ul {
	margin-top: 20px;
	width: 98%;
}
.search_submit_josa {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 24px;
	background: #fff;
}
.search_submit_josa .tab_tab_font {
	
margin: 8.5px 0;
	
width: 130px;
}
.search_submit_josa label {
	
/* margin: 39px 0; */
	
/* width: 150px; */
	
padding: 0 5px;
	
/* margin: 36px; */
	
line-height: 30px;
}
.search_submit_josa label:first-child {
	
padding: 0 5px;

}
.search_submit_josa2 {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 24px;
	background: #fff;
}
.search_submit_josa2 .tab_tab_font {
	
margin: 8px 0;
	
width: 130px;
}
.tab_tab_label {
	
margin-left: 34px;
}
.tab_tab_div {
	height: 96.6%;
}
.kums_top_m {
	margin-top:20px; 
}
.sayoo2 {
	width: 294px;
}
.STTUS {
	
margin-right: 4px;
}
.tab_tab_1s label input {
	
margin-right: 5px;
}
.search_submit2 label {
	margin-right: 5px;
}
.search_submit3 label {
	margin-right: 5px;
}
.tab_tab_2s table {
	text-align: center;
	background: #fff;
}
.tab_tab_2s .board-middle .searchPagination {
	border: none;
	/* background: #fff; */
}
.tab_tab_2s .board-middle .searchPagination a{
	/* background: #fff; */
}
.search_submit_josa2 label {
	padding: 0 5px;
}
.dash_dig_tab .w20:hover {
	color: #3D4F9C !important;
	background: #fff !important;
	border: 1px solid #3D4F9C !important;
}
.dash_dig_tab .w21 {
	/* color: #42474b; */
	background: #ccc !important;
	border: 1px solid #ccc !important;
}
.dash_dig_tab .w22 {
	background: #9F0973 !important;
	border: 1px solid #9F0973 !important;
}
.dash_dig_tab .w21:hover {
	color: #ccc !important;
	background: #fff !important;
	border: 1px solid#ccc !important;
}
.dash_dig_tab .w22:hover {
	background: #fff;
	border: 1px solid #9F0973;
	color: #9F0973;
}
.dash_dig_tab .btn-sky {
 	background: #3D4F9C !important;
 	color: #fff;
 	border-radius: 5px;
 	border: none;
 	padding: 5px 10px;
 	margin: 5px 0;
}
.hcrs_img { margin:0; padding:0;}
.hcrs_img table{float:left; border:0;width: 49%;margin: 0.5% 0.5%;}
.addImgDiv{cursor: pointer;height: 654px;vertical-align: middle;display: table;text-align: center;width: 100%;position: relative;}
.addImgDiv i{    display: table-cell;width: 100%;font-size: 20em;}
.addImgDivPl{position: absolute;top: 0;left: 0;width: 100%;height: 100%;vertical-align: middle;display: table;}
.addImgDivPl i{color: white;font-size: 4em;font-weight: bold;padding-top: 25px;}
.delImgi{position: absolute;top: 0;right: 0;font-weight: bold;border: 2px solid #ccc;border-radius: 4px;cursor: pointer;background-color: #ccc;}
.delGroupImgi{position: absolute;top: 0;right: 0;font-weight: bold;border: 2px solid #ccc;border-radius: 4px;cursor: pointer;background-color: #ccc;}
.w21 {
	/* color: #42474b; */
	background: #ccc;
	border: 1px solid #ccc;
}
.w22 {
	background: #9F0973;
	border: 1px solid #9F0973;
}
.w21:hover {
	color: #ccc;
	background: #fff;
	border: 1px solid#ccc;
}
.dash_dig_tab .w22:hover {
	background: #fff !important;
	border: 1px solid #9F0973 !important;
	color: #9F0973 !important;
}
.txtR {

	
}
.w211 {
	background: #ccc !important;
    border: 1px solid #ccc;
    cursor: pointer;
}

.btn-blue {
	background: #3D4F9C;
 	color: #fff;
 	border-radius: 5px;
 	border: none;
 	padding: 5px 10px;
 	margin: 5px 0;
 	cursor: pointer;
}
.wk1 {
	background: #9F0973;
    color: #fff;
    border: 1px solid #9F0973;
}

.prmsRgn {
	margin-left: 6px !important;
	margin-right: 6px;	
}
.test td textarea {
	
border: 1px solid #ddd !important;
	
border-radius: 5px;
}
.hcrsSeEtc {
	width: 99.5% !important;
}
.vtlzRgn {
	margin-left: 6px !important;
	margin-right: 6px;
}
#constntRow .td_left {
	text-align: left !important;
	padding-left: 28px;
}
.color_h {
	background: #eee!important;
	color: #42474b !important;
}
 .btn-sky {
 	background: #3D4F9C;
 	color: #fff;
 	border-radius: 5px;
 	border: none;
 	padding: 5px 10px;
 	margin: 5px 0;
 }
 
.mT5 {margin-bottom: 5px !important;}
.mB5 {margin-top: 5px !important;}
.hcrs_img { margin:0; padding:0;}
.hcrs_img table{float:left; border:0;width: 49%;margin: 0.5% 0.5%;}
.addImgDiv{cursor: pointer;height: 654px;vertical-align: middle;display: table;text-align: center;width: 100%;position: relative;}
.addImgDiv i{    display: table-cell;width: 100%;font-size: 20em;}
.addImgDivPl{position: absolute;top: 0;left: 0;width: 100%;height: 100%;vertical-align: middle;display: table;}
.addImgDivPl i{color: white;font-size: 4em;font-weight: bold;padding-top: 25px;}
.delImgi{position: absolute;top: 0;right: 0;font-weight: bold;border: 2px solid #ccc;border-radius: 4px;cursor: pointer;background-color: #ccc;}
.picLonLat{color:#42474b !important;}
.font_btn-sky {
    width: 100%;
    }
.viewGeom_border {
 border: none !important;

 }
 .viewGeom_table {

 border: 1px solid #ccc !important;
 }
 .btn-w22 {
    background: #9F0973;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    margin: 5px 0;
}
 .viewGeom_border .btn-blue {
    background: #3D4F9C !important;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    margin: 5px 0;
}
#relate_dig table {
	width: 100%;
    margin: 5px 0;
    border: #ccc 1px solid;
    border-collapse: collapse;
}

#relate_dig table tr th {
    margin-bottom: 1px;
    padding: 6px 5px;
    border: #ccc 1px solid;
    font-size: 14px;
    font-weight: 400;
    background: #eee;
    color: #333333;
}
.digFileTd file {
	
}
.gusung {
	width: 72%;
}
.gusung_li1 {
	width: 419px;
}
.gusung_li2 {
	width: 50px;
	margin: 11px 0px;
}
#surveySearchDiv #surveySearchDivTable {
	width: 96%;
	margin: 0 10px;
	border: #ccc 1px solid;
	border-collapse: collapse;
	box-sizing: border-box;
}
#surveySearchDiv #surveySearchDivTable td {
	/* width: 100%; */
	margin: 5px 0;
	border: #ccc 1px solid;
	border-collapse: collapse;
	text-align: center;
}
#surveySearchDiv #surveySearchDivTable td:nth-child(2) {
	padding: 5px;
	text-align: left;
}
#surveySearchDiv #surveySearchDivTable th {
	/* width: 100%; */
	margin: 5px 0;
	border: #ccc 1px solid;
	border-collapse: collapse;
	text-align: center;
	 background: #eee;
	 padding: 5px;
}
 .group_dig_text {
 	/* width: 100% !important; */
 } 
 .group_dig_noraml {
	 border: 1px solid #ddd;
	 width: 474px;
	 box-sizing: border-box;
	 border-collapse: collapse;
	 margin-top: 10px;
	}
  .group_dig_noraml td {
	 border: 1px solid #ddd;
	
 }
   .group_dig_noraml tr {
	 border: 1px solid #ddd;
	
 }
 .group_dig .ui-dialog .ui-dialog-buttonpane {
 }


/* .board-form span { */
/*     color: red; */
/* } */

.dates input[type=text] {
    width: 100%;
    height: 33px;
    padding: 0 3px;
    background: none;
    vertical-align: top;
    cursor: pointer;
}
#groupSearchKeyword {
	margin-left: 2px !important;
}
input[type=text] {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    /* margin: 5px 0px; */
    border: #ddd 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
}

.se {
	margin-left: 6px !important;
	margin-right: 6px;
}
/** 역사문화자원 전수조사시스템 css 추가 */
.search_type_popup {
	  top: calc(50% - 250px);
	  left: 530px;
	  position: absolute;
	  left: calc(50% - 250px);
	  width: auto;
	  /* height: 700px; */
	  background: #fff;
	  border: 1px solid #ccc;
	  text-align: center;
	  z-index: 100;
	  border-radius: 10px;
}
#searchPopup .tab_tab_font {
	text-align: left;
	color: #42474b;
}
#searchPopup .singleForm_table > div {
	/* margin-bottom: 5px; */
	/* border-top: 1px solid #ddd; */
	padding: 4px 0;
	min-height: 28px;
	border-bottom: 1px solid #ddd;
}
#searchPopup .singleForm_table > div:first-child {
	/* margin-bottom: 5px; */
	border-top: 1px solid #ddd;
}

.wd300{
	width : 294px !important;
}
.selectBox{
	padding: 0 0 0 8px;
    width: 145px;
    background: #fff url(/css/hcrs/img/arrow.png) right 10px center no-repeat;
    background-size: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
}
#hcrsIntro{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
}