/* CSS 초기화 */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
} */

/* 거리표시 팝업*/
.mPop{
	border: 1px;
	background-color: #FFF;
	font-size: 12px;
	border-color: #FF0000;
	border-style: solid;
	text-align: center;
}
/*공통사용 클래스*/
.mPopStyle {
	border: 1px;
	background-color: #FFF;
	font-size: 12px;
	border-color: #FF0000;
	border-style: solid;
	text-align:left;
}
/*시작점 스타일 클래스*/
.mPopStart{
	background-color: #FF5959;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}
/*마지막 포인트 거리/면적 정보팝업 */
.mPopLast{
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}
.mPopLastBlue{
	border-color: #0000FF;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}
.mPopLastBlue span {
	display:inline-block;
	width:70px
}
.mPopLast span {
	display:inline-block;
	width:70px
}
.mPopDesc{
	white-space:normal;
	font-size: 11px;
	color : #868686;
}
.mPopDesc hr{
    border: 0;
    height: 1px;
  		background: #a1a1a1;
}
.mCloseBox {
	/*
	position:absolute;
	top:0px;
	
	*/
		
	width:16px;
	height:16px;
	padding:1px;
			border:1px solid #c1c1c1;
	background: url('https://openmap2.tmap.co.kr/tmaplib/theme/default/img/bt_close.png')	
}