.ol-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;
}

/* #popup {line-height:1.6;} */
#popup-content table {border-collapse:collapse; width: 100%; max-width: 100%; background:#fff;}
#popup-content table.pop_table{font-size:13px;}
#popup-content table.pop_table tbody th{text-align:center;height: 36px; background-color: #3d3d3c; color: #f1f1f1; text-align:center; vertical-align:middle;}
#popup-content table.pop_table tbody td{text-align:center;vertical-align:middle; padding:8px 25px; color:#2C405A;}
#popup-content table.pop_table tbody td label {color: #2A2B2E; font-size: 15px; font-weight: 500; }
#popup-content table.pop_table tbody td #modBtn{ background: transparent;}
#popup-content table.pop_table td button i{color:#8DABC4; font-size:20px; line-height:23px; vertical-align: middle;}
#popup-content table.pop_table .tc{text-align:center;}
#popup-content table.pop_table button{width:30px;}

/*팝업 스크롤 style*/
#popup ::-webkit-scrollbar {width:7px; border-radius:7px; overflow:hidden;}
#popup ::-webkit-scrollbar-thumb {background-color:#bbb; border-radius:7px;}
#popup ::-webkit-scrollbar-track {background-color:#eee; border-radius:7px; box-shadow:inset 0px 0px 5px #fff;}

/* ----------- 공통:: ---------- */
.after-tit {background-color:#3c3c3c; height:30px; position:relative;}
.after-tit .subject {width:calc(100% - 40px - 10px); margin-right:40px; margin-left:10px; position:relative;}
.after-tit .subject>* {display:inline-block; vertical-align:middle; color:#fff;}
.after-tit .subject>p {font-size:13px; padding-left:5px; line-height: 1.6;}
.after-tit .subject>span.mini {position:absolute; top:7px; right:0;}
.after-tit a.close-btn {
	width:40px; height:30px; line-height:30px; position:absolute; top:0; right:0; color:#fff; text-align:center;
}
/* ----------- 공통:: ---------- */