/* accordion css */
.accordion {
/* 	background-color: #f5f4f4; */
/*     color: #444; */
    cursor: pointer;
    padding: 18px;
    width: 100%;
/*     border: none; */
    text-align: left;
    outline: none;
/*     font-size: 15px; */
    border: 1px solid #d7d7d7;
    background: #f8f8f8;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px;
    color: #353535;
}

.accordion .active, .accordion:hover {
  	background-color: #ccc;
}

.accordion .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.accordion .active:after {
	content: "\2212";
}

.asset-header{
	box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
}

.asset-main{
	position: relative;
	width: 100%; 
	height: 100%;
}

.asset-main-content{
	display: inline-block; 
	height: 100%; 
	position: absolute; 
	left: 400px; 
	right: 0; 
	overflow: auto
}

.asset-main-content input.text {height:42px;padding:0 7px;border:1px solid #d4d4d4;}
.tree .input {position:relative;display:inline;}
.tree .checkbox + label {padding-left: 5px;}
.asset-side{
	width: 400px;
	height: 100%; 
	overflow-y: auto; 
}

.asset-map-view{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	z-index: 1;
}

.asset-base-map-view{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	z-index: 0;
}

.asset-paging-c {
	justify-content: center;
	padding: 10px;
}

.asset-btn {
	width: 100px;
	font-size: 13px !important;
}

.asset-btn-div {
    flex-wrap: wrap;
    margin-top: auto;
    padding: 20px 0 20px 0;
    text-align: center;
}

.asset-marker-tree-span {
	position: relative;
	margin-left : 10px;
}

.asset-marker-tree-p {
    font-size: 4pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    color: white;
    text-align: center;
}

.local-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow-y: auto;
	overflow-y:auto; 
}

.local-panel-main {
	background-color: white;
	max-height: 0;
	overflow-y: auto;
	overflow-y:auto; 
	font-size: 14px;
}

.local-sign-btn {
	/* 
    
    font-size: 13px !important;
    background:#043e88; color:#fff;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s ease-out; */
    
    margin-left: 5px;
    padding: 0 8px;
    background: #19a1de;
    color: #fff;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: rgb(0 0 0 / 22%) 3px 4px 15px;
    font-size: 13px;
}

.local-search-Input {
	/* position: absolute !important;
    z-index: 4;
    top: 10px;
    left: 40px;
	width: 200px;
	height:42px;padding:0 7px;border:1px solid #d4d4d4; */
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 22%) 3px 4px 15px;
    color: #777;
    font-size: 14px;
}

.local-search-div {
	position: absolute !important;
    z-index: 4;
    top: 65px;
    left: 170px;
	width: 280px;
	overflow-y: auto;
	padding: 0px 10px 0px 10px;
	min-width:130px; 
	background-color:rgba(255, 255, 255, 0.85); 
	border-radius:7px; 
	box-shadow:rgba(0, 0, 0, 0.22) 3px 4px 15px;
}

.local-search-div td{
	background-color: #fff;
}

.local-search-div li{
	font-size : 11px;
	cursor: pointer;
	margin-bottom: -1px;
}

.local-search-div li .jibun{
	color : gray;
	line-height: 1.0;
}

.local-search-div .info{
	font-size: 13px;
	font-weight: bold;
}

.local-search-side-div{
	width: 100%;
    font-size: 12px;
    line-height: 1.5;
}

.local-search-side-div li{
	cursor: pointer;
	margin-bottom: -1px;
}

.local-list-lines{
	border-bottom: 1px solid #ddd;
    padding: 5px;
    line-height: 0.9;
    cursor:pointer;
    font-size: 14.5px;
    color: #666;
}

.local-list-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.sidenav {
 	height: 100%; 
	width: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	display: none;
	width: 400px;
}

.sidenav .closebtn {
	position: absolute;
	top: -10px;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
	color : black;
	z-index : 2;
}

/* .sidenav .content {
	padding-right: 10px;
	margin-bottom: 26px;
} */

.tree .treeF-checkbox {
    display:none;
}

.tree .treeF-checkbox:checked~ul {
    display:none;
}

.tree .tree-cb{
	margin: 5px;
    position: relative;
}

ul.tree, ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
/*     font-weight: 500; */
    line-height: 1.6;
    color: #666;
}

ul.tree ul {
	margin-left: 25px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 12px;
}

.namingTitle{
	border-left: 5px solid rgb(0 150 255); 
	padding: 0 10px 0 6px; 
	margin-left: 6px; 
	font-weight: 500;
	font-size: 18px;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.3px;
    line-height: 1.8;
}

*, ::after, ::before {
	box-sizing: border-box;
}

.list li {
  line-height: 32px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Sans KR';
  color: #1f1f1f;
  margin: 0;
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: 3.14285714em;
  line-height: 1.31818182em;
}
h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 500;
}
h2:not(:last-child),
.h2:not(:last-child) {
  margin-bottom: 16px;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  font-weight: 500;
}
h3:not(:last-child),
.h3:not(:last-child) {
  margin-bottom: 12px;
}

h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 600;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin-bottom: 8px;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 500;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 6px;
}

h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
  font-weight: 500;
}
h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 6px;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group > label {
  display: block;
}

.form-group label:not(.error) {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 4px;
  color: #777777;
  padding-left: 16px;
}

/* 탭 */
.tab_update .tit {
	display: flex;
} 

.tab_update .tit  .nav-item{
	font-size: 14px;
   	line-height: 40px;
   	margin-bottom: 25px;
    border-bottom: 2px solid #e3e3e3;
    font-weight: 500;
}

.tab_update .nav-item.active {
  color: #23203f;
  background-color: transparent;
  border-bottom: 2px solid #23203f;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	text-align: left;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
}

.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	
#assetBody .searchbox{
	z-index: 5;
    position: absolute;
    top: 20px;
    left: 170px;
    display: flex;
}

/* 페이징 */
#assetBody .paging {
	padding : 0;
	text-align:center;
}

#assetBody select.select{
	height: 32px;
    font-size: 13px;
    color: #666;
}

#assetBody .paging a, #assetBody .paging .on {width:30px; height:30px; line-height:30px; font-size:16px}

#asset_sidePagination{
	margin: 10px;
}

#asset_sideSearchArea > .table{
	border-bottom : 0px;
}

/* 뷰화면 */
#local_sidenav .layer_area{
	border-radius: 0px;
}

#local_sidenav .layer_area.event_list {
    max-width: 400px;
}

#local_sidenav .layer_area .con .ovf {height:100%; max-height:calc(100vh - 175px); overflow-y: auto; padding:25px}

/* 뱃지 */
.badge {
	display: inline-block;
	padding: .25em .4em;
 	font-size: 14px; 
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-warning {
	color: white;
	background-color: #e99e1e !important;
}

.badge-dark {
	color: white;
	background-color: #eb551a !important;
}

/* 등록화면 */
#local_sidenav .layer_area .tab_update .tit {
    height: 70px;
    padding: 0px;
    background: white;
    color: black;
    font-size: 16px;
    letter-spacing: -1px;
}

/* slick */
/* #local_sidenav .slick-img{
	max-height:100%;
	max-width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#local_sidenav .layer_area.event_list .con .thum .list {
	overflow:hidden;
	width:100%;
	max-height:245px;
}

#local_sidenav .layer_area.event_list .con .thum { 
	height:245px;
	width:335px;
	position: relative;
} */

/* #local_sidenav .layer_area.event_list .con .thum .list .slick-slide img{
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 345px;
    transform: translate(-50%,-50%);
} */

#local_sidenav .layer_area.event_list .con .thum .list .slick-slide{
	overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0;
	height:245px;
    background: #ddd;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}