@charset "utf-8";
/* CSS Document */
/*
파일명 control.css
작성자 이규창(skynsoul@vivacns.com)
작성일자 15. 7. 30
*/

button{
	border:none;
}
ul, li, dl, dt, dl, ol{
	padding:0;
	margin:0;
	border:none;
	display:block;
}
/*객체 숨김*/
.hidden{
	display: none;
}
/**/
#btnMapSearch{
	border-radius: 0 3px 3px 0;

	height: 30px;
	width: 50px;

	padding:0;
	margin:0;

	float: right;
}
#btnMapSearch.onFocus{
	background-color:#db0016;
	background:linear-gradient(#db0016, #f20018);
	background: -webkit-gradient(linear, left top, left bottom, from(#db0016), to(#f20018));	 /* for webkit browsers */
	background: -moz-linear-gradient(top,  #db0016,  #f20018); 									/* for firefox 3.6+ */
}
#btnMapSearch.onFocusout{
	background-color: #828282;
}
#btnMapSearch img {
	display: inline-block;
	height: 15px;
	width: 15px;
}

#txtSearchField{
	border:none;

	padding:7px 11px;

	border-radius: 3px 0 0 3px;

	font-size:12px;
	font-weight:bold;

	color:#fefefe;
	background-color: #828282;

	width: 282px;
	height:30px;

	box-sizing: border-box;
	float: left;

}
/*PlaceHolder Set*/
#txtSearchField::-webkit-input-placeholder {
	color:#efefef;
}
#txtSearchField:-ms-input-placeholder {
	color:#efefef;
}
#txtSearchField::-moz-placeholder {
	color:#efefef;
}

#txtSearchField.focus{
	color:#333333;
	background-color: #fefefe;
}
/*PlaceHolder Set*/
#txtSearchField.focus::-webkit-input-placeholder {
	color:#aaaaaa;
}
#txtSearchField.focus:-ms-input-placeholder {
	color:#aaaaaa;
}
#txtSearchField.focus::-moz-placeholder {
	color:#aaaaaa;
}

/*상단 메뉴*/
.menuSet{
	display:inline-block;
	margin-top:3px;
}
.menuSet .menuBox{
	float:left;
}
.menuSet .menuBox .menuOn{
	position:absolute;
	z-index:10;
}
.menuSet ul{
	display:block;
	float:left;
	
	margin-right:5px;
	border:1px solid #a2aab3;
	
	position:relative;
}
.menuSet .menuBox:last-child ul{
	margin-right:0px;
}
.menuSet li{
	padding:4px 12px;
	color:#434548;
	font-weight:800;
	font-size:11px;
	
	display:block;
	float:left;
	
	background-color:#ffffff;
	border-right:1px solid #e6e6e6;
	
	cursor:pointer;	
}
.menuSet li:last-child{
	border-right:none;
}

.menuSet .menuBox .menuOn .menuSelect{
	/*position:relative;*/
	
	/*padding:4px 12px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 11px;

	color:#ffffff;
	font-weight:800;
	font-size:11px;
	
	background-color:#f20018;
	border:1px solid #be0000;
	
	float:left;
	
	opacity:0;
	
	cursor:pointer;
}
.menuSet .menuBox .menuOn .menuSelect a{
	font-size:11px;
}
#MID_LEFT ul{
	width:49px;;
}

#MID_LEFT li{
	cursor:pointer;
	width:49px;
	
	padding:10px 0;
	
	text-align:center;
	color:#bbbbbb;
}
#MID_LEFT li.leftSelect{
	background-color:#f20018;
	color:#ffffff;	
}
#MID_LEFT li .lfImg{
	padding-left:9.5px;
	padding-bottom:3px;	
}
#MID_LEFT li .lfText{
	font-weight:bold;
	font-size:12px;	
}
#MID_LEFT img{
	width:30px;
}

#ToolTip{
	z-index:9999;
	position:absolute;
	display:none;
	
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	
	padding:10px;
	
	line-height:20px
}

#ToolTip table{
	width:100%;
	border:1px solid #bbbbbb;
	order-collapse:collapse;
}


#ToolTip th{
	width:70px;
	height:25px;
	background-color:#f0f0f0;
	
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;

	text-align: left;
	padding-left:10px;
}

#ToolTip td{
	border-bottom:1px solid #dddddd;
	padding-left:10px;
}

#ToolTip tr:last-child th, #ToolTip tr:last-child td{
	border-bottom:none;
}
#ToolTip .tips_title{
	display:block;
	text-align:left;
	
	font-size:13px;
	font-weight:bold;
	
	margin-bottom:2px;
}
/*버튼*/
.btn1{
	border:1px solid #d4d4d4;
	background-color: #f7f7f7;

	cursor:pointer;

	font-size:12px;
	font-family: "굴림";

	padding:3px 5px;
	margin:0 1px;

	border-radius: 2px;
}
.btn1:hover{
	border:1px solid #bbbbbb;
	background-color: #f2f2f2;
}

.btn2{
	border:1px solid #dddfe2;
	background-color: #f6f7f9;

	cursor:pointer;

	font-size:14px;
	font-family: "맑은 고딕";
	font-weight:bold;

	padding:5px 11px;
	margin:0 1px;
}
.btn2:hover{
	background-color: #eaebed;
}

.btn3{
	border:1px solid #dddfe2;
	background-color: #f6f7f9;

	cursor:pointer;

	font-size:11px !important;
	font-family: "tahoma" !important;
	font-weight:normal;

	padding:1px 5px;
	margin:0 1px 0 0;
}
.btn3:hover{
	background-color: #eaebed;
}

.btn4{
	border:1px solid #d2d4d7;
	background-color: #fff !important;

	cursor:pointer;

	font-size:11px !important;
	font-family: "tahoma" !important;
	font-weight:normal;

	padding:1px 5px;
	margin:0 1px 0 0;
}
.btn4:hover{
	background-color: #f2f2f2 !important;
}

.btn5{
	border:1px solid #d2d4d7;
	background-color: #fff !important;

	cursor:pointer;

	font-size:12px !important;
	font-weight:normal;

	padding:3px 10px 4px 10px;
	margin:0 0 0 5px !important;

	position: relative;
	top: -2px;
}
.btn5:hover{
	background-color: #f2f2f2 !important;
}
.btnSel{
	border-color: #b7472a;
	color: #b7472a;
}


/*컨텍스트메뉴*/
.contextmenu{
	position: absolute;
	display: none;

	margin: 0px;
	padding:3px 0px;

	border:1px solid #999999;
	box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.3);

	background-color: #ffffff;

	width: 140px;

	z-index: 9000;
}
.contextmenu li{
	width: calc(100% - 16px);
	box-sizing:border-box;
	display: block;
	margin:0 8px;
}
.contextmenu .label{
	font-size: 13px;
	font-weight: bold;
	border-bottom:2px solid #111111;

	color: #111111;

	height: 25px;
	line-height: 22px;

	padding-bottom:5px;
	margin-bottom:3px;

	cursor: default;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contextmenu .item{
	font-size:12px;
	color: #0a0a0a;

	margin: 0 1px;
	padding: 0 7px;
	width: calc(100% - 2px);

	height: 22px;
	line-height: 22px;
}
.contextmenu .item:hover{
	background-color: #efefef;
	cursor: pointer;
}
.contextmenu .item .hotkey{
	font-size:11px;
}
.contextmenu .separator{
	margin-top:2px;
	margin-bottom:2px;

	height: 1px;
	background-color: #cccccc;
}

#cmenuMain{

}

#cmenuSub{

}

#cmenuBlank{

}

/* advSelector */
.advSelector{
	cursor: pointer;
	height:22px;
	line-height: 20px;
	padding-left:5px;
	padding-right:20px;
	font-size: 12px;

	box-sizing: border-box;
	border-radius: 2px;

	display: inline-block;

	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 10px 10px;

	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;

	overflow: hidden;
}

.advSelector.theme-dark{
	border:1px solid #aaa;
	background-color: #383f52;
	color: #fff;

	background-image: url(/images/common/down_light.svg);
}
.advSelector.theme-light{
	border:1px solid #aaa;
	background-color: #fff;
	color: #666;

	background-image: url(/images/common/down_dark.svg);
}
.advSelector.theme-mini{
	border:none;
	background-color: transparent;
	color: #666;

	background-image: url(/images/common/down_dark.svg);
}
.advSelector.theme-side-btn{
	border:none;
	background-color: transparent;
	color: #666;

	font-size:11px;

	height:19px;

	background-image: url(/images/common/down_dark.svg);
}
.advSelector.theme-side-btn-border{
	border:1px solid #d0d0d0;
	background-color: #d0d0d0;
	color: #666;

	font-size:11px;

	height:19px;

	background-image: url(/images/common/down_dark.svg);
}
.advSelector.theme-hidden{
	display: none;
}
.advSelectorPopup_Body.ui-dialog{
	border:none !important;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.2) !important;

	border-radius: 5px !important;
}
.advSelectorPopup_Body.ui-dialog:focus{
}
.advSelectorPopup {
	border:0px solid #dddddd;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);

	border-radius: 5px;
	background-color: #fff;
	padding:5px 0;

	box-sizing:border-box;
}


.advSelectorPopup .advTitle{
	height:20px;
	line-height: 20px;
	font-weight:bold;
	/*font-family:"Noto Sans KR";*/
	font-size:13px;

	color:#393939;

	position: relative;

	width: calc(100% - 20px);
	margin: 0 auto;
	margin-bottom:5px;
}

.advSelectorPopup .advTitle button.close{
	margin: 0;
	padding:0;
	width:16px;
	height:16px;

	right:0;
	top:3px;

	position:absolute;

	border:none;
	background: none;

	cursor: pointer;
	box-sizing:border-box;
}
.advSelectorPopup .advTitle button.close span {
	display: inline-block;
	width: 16px;
	height: 16px;

	background-image: url("/images/btn/close_black.svg");
	background-position: 3px 3px;
	background-size: 10px auto;
	background-repeat: no-repeat;
}
.advSelectorPopup .advSearch {
	padding-bottom:5px;
	border-bottom:1px solid #dddddd;

	width: calc(100% - 20px);
	margin: 0 auto;

	position: relative;
}
.advSelectorPopup .advSearch .SearchBox{
	width:100%;
	padding:2px 5px;
	height:25px;
	box-sizing: border-box;
	border-radius: 3px;

	border:1px solid #f2f2f2;
	background-color: #fafafa;
	color: #343434;

	font-size: 11px;
}
.advSelectorPopup .advSearch .SearchBox:focus{
	border-color:#d9d9d9;
}
.advSelectorPopup .advSearch .SearchBox::-webkit-input-placeholder {
	color:#949494;
}
.advSelectorPopup .advSearch .SearchBox:-ms-input-placeholder {
	color:#949494;
}
.advSelectorPopup .advSearch .SearchBox::-moz-placeholder {
	color:#949494;
}

.advSelectorPopup .advSearch button{
	height: 22px;
	padding:3px 5px;
	margin:0;
	background-color: transparent;
	border: none;

	cursor: pointer;

	position: absolute;
	right:0;
	top:3px;
}
.advSelectorPopup .advSearch button span{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/icons/search_grey.svg);
	background-position: 50% 50%;
	background-size: auto 16px;
}


.advSelectorPopup .advList {
	box-sizing: border-box;
}
.advSelectorPopup .advList .searched{
	color:#ff4200;
	font-weight:bold;
}
.advSelectorPopup .advList .noSearch{
	color:#aaaaaa;
	text-align: center;
}
.advSelectorPopup .advList .basic td{
	box-sizing: border-box;
	height:30px;
	padding:0 15px;
}

.advSelectorPopup .advList .basic td div{
	box-sizing: border-box;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #eeeeee;

	color:#333;

	cursor: pointer;

	margin: 0 auto;
}

.advSelectorPopup .advList .basic:hover{
	background-color: #f7f7f7;
}
.advSelectorPopup .advList .basic.selected{
	background-color: #fffdef;
}

.advSelectorPopup .advList .fac_list td{
	box-sizing: border-box;
	height:45px;
	padding:0 15px;
}
.advSelectorPopup .advList .basic.selected{
	background-color: #fffdef;
}

.advSelectorPopup .advList .fac_list .listBox{
	box-sizing: border-box;
	height:45px;
	border-bottom:1px solid #eeeeee;

	color:#111;
	font-weight:bold;

	cursor: pointer;

	margin: 0 auto;
}
.advSelectorPopup .advList .fac_list .listBox .label{
	font-size:13px;
	color:#666;
	margin-top:10px;
	margin-bottom:5px;
}
.advSelectorPopup .advList .fac_list .listBox .label .sep{
	display: inline-block;
	width:1px;
	height:10px;
	margin-left: 5px;
	margin-right:5px;

	border-left:1px solid #ccc;
	font-weight:normal;

	position:relative;
	top:1px;
}
.advSelectorPopup .advList .fac_list .listBox .label .addInfo{
	font-size:11px;
	color:#999;
}
.advSelectorPopup .advList .fac_list .listBox .addr{
	font-size:11px;
	color:#bbb;
}
.advSelectorPopup .advList .fac_list:hover{
	background-color: #f7f7f7;
}


/* 그리드 페이저 관련*/
.Pager {
	font-family:'tahoma';
	font-size: 11px;
}
.Pager table{
	width:200px;
}
.Pager table td{
	text-align:center;
	overflow: hidden;
}

.Pager button{
	width:16px;
	height:16px;

	padding:0px;
	margin:0px;

	background-color:#e9ebee !important;

	background-image:url(/plugin/jqui/images/ui-icons_32373c_256x240.png);
	border-radius:2px;
	border:1px solid #e9ebee !important;

	cursor:pointer;

}
.Pager button:hover{
	border:1px solid #dddddd !important;
}

.Pager button:disabled{
	opacity:0.35;
	cursor:default;
}

.Pager button:disabled:hover{
	border:1px solid #ffffff;
}

.Pager .ico_first{
	background-position:-80px -161px;
}
.Pager .ico_prev{
	background-position:-48px -161px;
}
.Pager .ico_next{
	background-position:-32px -161px;
}
.Pager .ico_last{
	background-position:-64px -161px;
}

.Pager input {
	height:18px;
	width:22px;

	padding:0px 2px !important;
	border:1px solid #dddddd;
	text-align: center;
}

.Pager .page_sep{
	width:1px;
	height:10px;

	background-color: #aaa;

	display:inline-block
}
.grid_table{
	border:1px solid #ccc;
	height:100%;
	box-sizing:border-box;
}
.grid_table table thead tr th{
	text-align: center;
	height:25px;

	box-sizing: border-box;

	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;

	background-color: #f7f7f7;
}
.grid_table table thead tr th:last-child{
	border-right:none;
}
.grid_table table.scroll{
	height:100%;
	width: 100%;
}
.grid_table table.scroll thead {
	height:25px;
	display: table-header-group;
	overflow: hidden;
}
.grid_table table.scroll tbody {
	height:100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto ;
}
.grid_table table.scroll tr {
	width: 100%;
	display: table;
}
.grid_table table tbody tr td{
	text-align: center;
	height:25px;

	box-sizing: border-box;

	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.grid_table table tbody tr td:last-child{
	border-right:none;
}

.custom-label {
	height: auto;
	display: inline-block;
	margin-left: 2px;
}
.custom-label input{
	display: none;
}
.custom-label span{
	padding-left:16px;
	height:16px;
	background-size: 13px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position:0px 50%;

	cursor:default;
	margin-right:0;
}

.custom-label.check_1 input + span	{
	background-image:url(/images/btn/checkbox_1_blank.svg);
}
.custom-label.check_1 input:checked + span	{
	background-image:url(/images/btn/checkbox_1_check.svg);
}
.custom-label.check_1 input:disabled + span	{
	background-image:url(/images/btn/checkbox_1_disable.svg);
}
.custom-label.check_FacAll input + span	{
	height:18px;
	background-position:0px 2px;
	background-image:url(/images/btn/checkbox_1_blank.svg);
}
.custom-label.check_FacAll input:checked + span	{
	background-image:url(/images/btn/checkbox_1_check.svg);
}

.custom-label.check_2 input + span	{
	background-image:url(/images/btn/checkbox_2_blank.svg);
}
.custom-label.check_2 input:checked + span	{
	background-image:url(/images/btn/checkbox_2_check.svg);
}

.custom-label.check_3 input + span	{
	background-image:url(/images/btn/checkbox_3_blank.svg);
}
.custom-label.check_3 input:checked + span	{
	background-image:url(/images/btn/checkbox_3_check.svg);
}
.custom-label.check_4 input + span	{
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
	color: #666;

	padding: 1px 3px;
	font-size: 11px;
}
.custom-label.check_4 input:checked + span	{
	border: 1px solid #009d6f;
	background-color: #009d6f;
	color: #fff;
}
/* 토글 스위치 */
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 0px;
	background-color: white;
	border-radius: 18px;

	cursor: pointer;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #f7f7f7;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 0 2px rgba(0, 0, 0, 0.1);
	transition: 0.15s ease-out;
	transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #47a8d8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 3px rgba(0, 0, 0, 0.12);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	transition: left 0.15s ease-out;
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
	left: 35px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}
/****************************************************************************************/
.switch-usable.switch {
	width: 80px;
	height: 22px;
	border-radius: 3px;

	cursor: pointer;
}

.switch-usable > .switch-label {
	font-size: 12px;
}
.switch-usable > .switch-label:before, .switch-usable > .switch-label:after {
	margin-top: -.5em;
	line-height: 1;
}
.switch-usable > .switch-label:before {
	right: 6px;
	color: #aaa;
}
.switch-usable > .switch-label:after {
	left: 6px;
	color: white;
}
.switch-usable > .switch-input:checked ~ .switch-label {
	background: #009d6f;
}

.switch-usable > .switch-handle {
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;

	border-radius: 2px;
}
.switch-usable > .switch-handle:before {
	margin: -7px 0 0 -7px;
	width: 14px;
	height: 14px;
	background: #f9f9f9;
	border-radius: 2px;
}
.switch-usable > .switch-input:checked ~ .switch-handle {
	left: 57px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}
/****************************************************************************************/
.switch-mini.switch {
	width: 25px;
	height: 6px;
	border-radius: 3px;

	cursor: pointer;
}

.switch-mini > .switch-label {
	font-size: 12px;
	background-color: #c6c6c6;
}
.switch-mini > .switch-label:before, .switch-usable > .switch-label:after {
	margin-top: -.5em;
	line-height: 1;
}
.switch-mini > .switch-label:before {
	right: 6px;
	color: #aaa;
}
.switch-mini > .switch-label:after {
	left: 6px;
	color: white;
}
.switch-mini > .switch-input:checked ~ .switch-label {
	background-color:#db0016;							/* for firefox 3.6+ */
}

.switch-mini > .switch-handle {
	top: -2px;
	left: -1px;
	width: 8px;
	height: 8px;

	border-radius: 4px;
	border: 1px solid #d8d8d8;
}
.switch-mini > .switch-handle:before {
	margin: -3px 0 0 -3px;
	width: 6px;
	height: 6px;
	background: #f9f9f9;
	border-radius: 3px;
}
.switch-mini > .switch-input:checked ~ .switch-handle {
	left: 18px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}


/*********************************************************/
/* 맵 거리계산용 스타일*/
.dot {
	overflow:hidden;
	float:left;
	width:12px;
	height:12px;
	background: url('/images/icons/daum/mini_circle.png');
}
.dotOverlay {
	position:relative;
	bottom:10px;
	border-radius:3px;
	border: 1px solid #ccc;
	border-bottom:2px solid #ddd;
	float:left;
	font-size:12px;
	padding:8px 10px;
	background:#fff;
	list-style:none;
	margin: 0;
}
.dotOverlay:nth-of-type(n) {
	border:0;
	box-shadow:0px 1px 2px #888;
}
.number {
	font-weight:bold;
	color:#f20018;
}
.dotOverlay:after {
	content:'';
	position:absolute;
	margin-left:-6px;
	left:50%;
	bottom:-8px;
	width:11px;
	height:8px;
	background:url('/images/icons/daum/vertex_white_small.png')
}
.distanceInfo {
	position:relative;
	top:5px;
	left:5px;
	list-style:none;
	margin:0;
}
.dotOverlay .label {
	display:inline-block;
	width:40px;
}
.dotOverlay .right {

}
.dotOverlay	li{
	margin-bottom: 5px;
}
.dotOverlay	li:last-child{
	margin-bottom: 0;
}
.distanceInfo:after {
	content:none;
}

/*********************************************************/
/* 로드뷰 워커 */
.map_wrap {overflow:hidden;height:330px}
/* 지도위에 로드뷰의 위치와 각도를 표시하기 위한 map walker 아이콘의 스타일 */
.MapWalker {position:absolute;margin:-26px 0 0 -51px}
.MapWalker .figure {position:absolute;width:25px;left:38px;top:-2px;
	height:39px;background:url(/images/icons/daum/roadview_minimap_wk.png) -298px -114px no-repeat}
.MapWalker .angleBack {width:102px;height:52px;background: url(/images/icons/daum/roadview_minimap_wk.png) -834px -2px no-repeat;}
.MapWalker.m0 .figure {background-position: -298px -114px;}
.MapWalker.m1 .figure {background-position: -335px -114px;}
.MapWalker.m2 .figure {background-position: -372px -114px;}
.MapWalker.m3 .figure {background-position: -409px -114px;}
.MapWalker.m4 .figure {background-position: -446px -114px;}
.MapWalker.m5 .figure {background-position: -483px -114px;}
.MapWalker.m6 .figure {background-position: -520px -114px;}
.MapWalker.m7 .figure {background-position: -557px -114px;}
.MapWalker.m8 .figure {background-position: -2px -114px;}
.MapWalker.m9 .figure {background-position: -39px -114px;}
.MapWalker.m10 .figure {background-position: -76px -114px;}
.MapWalker.m11 .figure {background-position: -113px -114px;}
.MapWalker.m12 .figure {background-position: -150px -114px;}
.MapWalker.m13 .figure {background-position: -187px -114px;}
.MapWalker.m14 .figure {background-position: -224px -114px;}
.MapWalker.m15 .figure {background-position: -261px -114px;}
.MapWalker.m0 .angleBack {background-position: -834px -2px;}
.MapWalker.m1 .angleBack {background-position: -938px -2px;}
.MapWalker.m2 .angleBack {background-position: -1042px -2px;}
.MapWalker.m3 .angleBack {background-position: -1146px -2px;}
.MapWalker.m4 .angleBack {background-position: -1250px -2px;}
.MapWalker.m5 .angleBack {background-position: -1354px -2px;}
.MapWalker.m6 .angleBack {background-position: -1458px -2px;}
.MapWalker.m7 .angleBack {background-position: -1562px -2px;}
.MapWalker.m8 .angleBack {background-position: -2px -2px;}
.MapWalker.m9 .angleBack {background-position: -106px -2px;}
.MapWalker.m10 .angleBack {background-position: -210px -2px;}
.MapWalker.m11 .angleBack {background-position: -314px -2px;}
.MapWalker.m12 .angleBack {background-position: -418px -2px;}
.MapWalker.m13 .angleBack {background-position: -522px -2px;}
.MapWalker.m14 .angleBack {background-position: -626px -2px;}
.MapWalker.m15 .angleBack {background-position: -730px -2px;}


/* 장애 알람 */
#ALERT_DISABLE {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
#ALERT_DISABLE #WARNING_BACK {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: Alarm 2.6s linear infinite;
	background: #f20018;
}
@keyframes Alarm {
	0% 		{ opacity: 0.12; }
	50% 	{ opacity: 0.36; }
	90% 	{ opacity: 0.12; }
}


#ALERT_DISABLE #WARNING_MAIN {
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	border-radius: 20px;

	box-shadow: 0 0 10px 0 rgba(100,100,100,0.5);
}

#ALERT_DISABLE #WARNING_MAIN .title{
	background-color: #ac2925;
	color: #fff;
	font-family: 'Noto Sans KR';
	font-size: 55px;
	font-weight: 900;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;

	border-radius: 20px 20px 0 0;
	text-align: center;
}
#ALERT_DISABLE #WARNING_MAIN .title img {
	height: 70px;
	margin-right: 20px;
}

#ALERT_DISABLE #WARNING_MAIN #AlarmList {
	padding: 20px;
}

#ALERT_DISABLE #WARNING_MAIN .close {
	border-top: 1px dashed #ccc;
	text-align: center;
	padding: 20px;
}

#ALERT_DISABLE #WARNING_MAIN .close .ment {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

#ALERT_DISABLE #WARNING_MAIN .close button {
	margin: 0 15px;
	padding: 10px 20px;
	background-color: #383f52;
	font-size: 20px;
	color: #fff;

	border-radius: 5px;
	font-weight: 700;

	cursor: pointer;

	box-shadow: 0 10px 0 0 #ddd;
}

#ALERT_DISABLE #AlarmList{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

#ALERT_DISABLE #AlarmList .set{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
#ALERT_DISABLE #AlarmList .set .label {
	background-color: #ac2925;
	color: white;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 20px;

	position: relative;
	left: 10px;
	z-index: 2;

	font-family: 'Noto Sans KR';
}
#ALERT_DISABLE #AlarmList .set .facility {
	color: #666;
	font-weight: 700;
	font-size: 20px;
	padding: 20px 40px;

	border:1px dashed #aaa;
	border-radius: 50px;
	background-color: #fff;

	position: relative;
	left: -20px;
	z-index: 1;

}

.lightingUse0{
	color: #db0016;
	text-decoration: line-through;
}