#header { 
	z-index:1; 
	height:110px; /* 헤더의 높이값 editable */
	margin:0 auto; 
	text-align:center; 
	background-color:#ccc;
	width:100%; 
	vertical-align:middle;
	position:relative; 
	border-bottom:1px solid #282828;
	min-width:950px;
} 
#container { min-height:100%;  margin:-111px 0 -30px 0;
	background-image:url(../images/main_left_bg.png);
	background-repeat:repeat-y;	
} /* header 높이값과 footer의 높이값*/
#content { 
	padding:111px 0 30px 0;  
	height:auto !important; /* real browsers */
	height:100%;
	min-height:600px;
} /* header 높이값과 footer의 높이값*/


/*
@-moz-document url-prefix() {
	#content { 
		padding:111px 0 181px 0; 
	}
}
*/

#menu_layout {
	height:auto !important;
	height:100%;
	min-height:600px;
	table-layout:fixed;
}

.place_list {
  width:200px;
	min-width:200px;
	background-color:#4d6176;
	height:100%;
	vertical-align:top;
	bakground-image:('./images/tooltip.png');
}

#footer { 
	height:30px;
	background-color:#919daa;
	text-align:center; 
	width: 100%;
	/*margin-top:30px;*/
	/* 
	내용이 일정 이하면 들어가고
	일정이상이면 빠져야 함.
	footer의 세로 크기만큼 마진 */
}
 
/* for mobile css */
html, body { -webkit-text-size-adjust:none; }
a { -webkit-tap-highlight-color:transparent;}
 
 
#header_contents {
	width:100%;
	height:110px;
	text-align:center;
	vertical-align:center;
	word-break:nowrap;
}
 
#footer_contents {
	width:100%;
	margin:0 auto;
	text-align:center;
	vertical-align:center;
	height:29px; /* footer height size에 현재 border-top, border-bottom 의 픽셀의 뺀 값이 height로 된다. */
	border-top:1px solid #282828;
	word-break:nowrap;
	color:#fff;
}

#footer_contents td { text-align:center; }

#left_menu_list ul li.menu_on { 
	height:28px; 
	color:#8cc63f ; 
	text-align:left; 
	padding-left:30px; 
	background-color:#4e555f; 
	line-height:28px; 
	border-top:1px solid #797f88;
	border-bottom:1px solid #2b3036; 
	position:relative; 
	background-image:url(../images/arrow_on.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	}

#left_menu_list ul li.menu_off { 
	height:28px; 
	color:#fff; 
	text-align:left; 
	padding-left:30px; 
	background-color:#4e555f; 
	line-height:28px; 
	border-top:1px solid #797f88; 
	border-bottom:1px solid #2b3036; 
	position:relative;  
	background-image:url(../images/arrow_off.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	} 
 
.header_menu_item { cursor:pointer; }

.content_wrap { margin-left:20px; }

/*실시간/상세테이블*/
table.input_form, table.input_form2, table.input_form3, table.input_form4, table.input_form5 { 
	border-collapse: collapse;
	width:100%;
	border: 1px solid #dbdbdb;
	}
table.input_form,  table.input_form  td, table.input_form  th, table.input_form  tr, 
table.input_form2, table.input_form2 td, table.input_form2 th, table.input_form2 tr,
table.input_form3, table.input_form3 td, table.input_form3 th, table.input_form3 tr, 
table.input_form4, table.input_form4 td, table.input_form4 th, table.input_form4 tr, 
table.input_form5, table.input_form5 td, table.input_form5 th, table.input_form5 tr{
	border: 1px solid #dbdbdb;
	}
table.input_form th { 
	background-color:#D9EDF7; 
	height:40px;
	border-top:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	font-size: 1.5rem;
	}
table.input_form  tr:nth-child(odd), table.input_form2 tr:nth-child(odd), 
table.input_form3 tr:nth-child(odd), table.input_form4 tr:nth-child(odd), 
table.input_form5 tr:nth-child(odd) {
	background-color: #EEEEEE;
	}
table.input_form tr td:first-child { 
	height:35px;
	font-size: 1.45rem;
	}
table.input_form tr td:nth-child(n+2) {
	text-align: right;
	padding-right: 50px;
	width: 20%;
	font-size: 1.45rem;
	/*font: bold 1.45rem Tahoma;*/
}
table.input_form tr td.col2 { text-align:left; }

/*통계테이블*/
table.input_form2 th { 
	background-color:#D9EDF7;
	font-size: 1rem;
	margin: 3px;
	}
table.input_form2 th.sprate { width:1px; }
table.input_form2 td.sprate { width:1px; }	
table.input_form2 tr td:first-child { 
	font-size: 0.95rem;
	height: 20px;
	}
table.input_form2 tr td:nth-child(n+2) {
	font-size: 0.95rem;
	text-align: right;
	padding-right: 3px;
}
table.input_form2 tr td.col2 { text-align:left; }
table.input_form2 th.sprate { width:1px; }
table.input_form2 td.sprate { width:1px; }

/*환경설정테이블*/
table.input_form3 th, table.input_form4 th {
	background-color: #D9EDF7;
	font-size: 1.3rem;
	padding: 3px;
	height: 35px;
	}
table.input_form3 tr td {
	padding: 0 20px;
	text-align: left;
	font-size: 1.2rem;
	height: 40px;
	}
table.input_form3 tr td:first-child {
	width: 30%;
	text-align: right;
	}
table.input_form3 label {
	padding-left: 10px;
	}
table.input_form3 tr td span {
	font-size: 1rem;
	padding-left: 10px;
	color: red;
	}
	
/*지점관리테이블*/
table.input_form4 tr td {
	padding: 5px;
	text-align: center;
	font-size: 1.1rem;
	height: 25px;
	}

/*보정값입력테이블*/
table.input_form5 th { 
	background-color:#D9EDF7;
	font-size: 0.9rem;
	padding: 2px;
	}
table.input_form5 th:nth-child(2n+1) { 
	border-right: 1px solid #b5b5b5;
	}
table.input_form5 td { 
	padding: 2px;
	}
table.input_form5 td:nth-child(2n+1) {
	border-right: 1px solid #b5b5b5;
	}
	
/*text*/
.input_small {
	width: 20px;
	text-align: right;
	padding: 2px;
	}
.input_medium {
	width: 110px;
	text-align: right;
	padding: 2px;
	}
.input_big {
	width: 194px;
	text-align: left;
	padding: 2px;
	}
.input_address {
	/*width: 646px;*/
	width: 640px;
	text-align: left;
	padding: 2px;
	}
.only {
	border: 1px solid #FFF;
	background-color: #FFF;
	}

.report_for_day { width:49%;float:left;margin-right:2px;border:1px solid #dbdbdb; }
.report_for_day th { background-color:#919daa; height:28px; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; background-image:url(../images/header_bg.png); background-repeat:repeat-x;  }
.report_for_day td { background-color:#fff; height:25px; border-bottom:1px solid #dbdbdb }
.report_for_day td.col2 { text-align:left; }

.report_for_day th.sprate { width:1px; }
.report_for_day td.sprate { width:1px; }

#left_menu_list {
	/*overflow-y:auto;*/
	height: 100%;
}
#left_menu_list ul li.menu_on a { color:#8cc63f; }
#left_menu_list ul li.menu_off a { color:#fff; }

#left_menu_list ul li.menu_on a:hover { color:#ccc; }
#left_menu_list ul li.menu_off a:hover { color:#ccc; }

.page_title_wrap { 
	height:32px; 
	margin-top:38px;
	width:100%;
	font-size:18pt;
	font-weight:bold;
	background-image:url(../images/cont_top.png); 
	text-align:left;
	line-height:30px; 
	}

.data01 { width:100%; border:1px solid #dbdbdb; }
.data01 th { background-color:#dbdbdb; height:27px;  background-image:url(../images/header_bg.png); background-repeat:repeat-x; }
.data01 td { background-color:#fff; height:45px; border-bottom:1px solid #dbdbdb }
.data01 td.col2 { text-align:left; }
.data01 th.sprate { width:1px; }
.data01 td.sprate { width:1px; }

.data02 { width:100%; }
.data02 th { background-color:#919daa; height:30px;  }
.data02 td { background-color:#fff; height:25px; border-bottom:1px solid #4e555f;  border-top:1px solid #4e555f }
.data02 td.col2 { text-align:left; }
.data02 th.sprate { width:1px; }
.data02 td.sprate { width:1px; }

.btn_cmd { height: 26px; padding:0px 2px; }

.calendar { width:80px; text-align:center;}

.div_title { height:49px;line-height:49px;text-align:center; font-family:Helvetica;border-bottom:1px solid #2b3036;}
.div_sub_title {height:29px;line-height:29px;text-align:left; font-family:Helvetica;border-top:1px solid #4f5459;background-color:#2b3036;}
.left_title { color:#fff;font-size:12pt;font-family:돋움체;font-weight:bold }
.left_sub_title { color:#fff;font-size:12pt;padding-left:15px; }

/*실시간 입장/퇴장*/
.wrap_width {
	width: 100%;
	padding-right: 20px;
}

#show_top_info {
	width: 100%;
	text-align: right; 
	margin-bottom: 3px;
	margin-top: 20px;
	position: relative;
}

#show_top_info .show_inout {
	position: absolute;	
	left: 0;
	top: 0;
	font-size: 1.5rem;
}

#show_top_info .show_updatetime {
	margin-left: 10px;
	font-size: 1.12rem;
}

/*현재날시표시*/
#weather {
	background: #e0e8f0;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #444;
	overflow: hidden;
}
#weather .weather_content {
	margin: 0 auto; 
	width: 500px;
	min-width: 500px;
}
#weather ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#weather li {
	background: #fff;
	background: rgba(255,255,255,0.90);
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	width: 100px;
	height: 50px;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;	
	float: left;
}

/*날짜 네비*/
.dateNav {
	width: 100%;
	font-size: 1.4rem;
	margin: 20px;
	text-align: center;
}

/*radiobutton 정렬*/
.selectPlace{
	border:1px solid #ccc; 
	padding:10px 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
}
.selectPlace ul li {
	list-style: none;
	float: left;
	width: 25%;
	height: 20px;
	text-align: left;
	font-size: 1.1rem;
}

/*isotope************************************/
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  /*border-radius: 7px;*/
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-size: 1.3rem;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
	clear: both;
	margin: 10px 0px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

/*.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/

/* ---- isotope ---- */

.grid {
  border: 1px solid #333;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 120px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  color: #262524;
	border-radius: 1.5rem 0.5rem;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 23px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: bold;
	color: #333;
	text-align: left;
	padding-right: 10px;
	}

.element-item .sort_num {
  position: absolute;
  right: 8px;
  top: 5px;
	color: #777;
	font-weight: bold;
}

.element-item .in1 {
  position: absolute;
  left: 10px;
  top: 68px;
  font-size: 1rem;
}

.element-item .out1 {
  position: absolute;
  left: 10px;
  top: 83px;
  font-size: 1rem;
}

.element-item .diff1 {
  position: absolute;
  left: 10px;
  top: 98px;
  font-size: 1rem;
}

.element-item span {
	display: inline-block;
	width: 30px;
	text-align: right;
}

/*.element-item.a  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.b  { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.c  { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.d  { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.e  { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.f  { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.g  { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.h  { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.i  { background: #F08; background: hsl( 324, 100%, 50%); }
.element-item.j  { background: #00F; background: hsl( 252, 100%, 50%); }*/
.element-item.a  { background: #CCCCFF;}
.element-item.b  { background: #FFCCCC;}
.element-item.c  { background: #FF6666;}
.element-item.d  { background: #66CC66;}
.element-item.e  { background: #9966FF;}
.element-item.f  { background: #669999;}
.element-item.g  { background: #CCFF99;}
.element-item.h  { background: #99FFCC;}
.element-item.i  { background: #FFCC99;}
.element-item.j  { background: #3399FF;}
.element-item.k  { background: #CCCCCC;}
.element-item.l  { background: #9999FF;}
.element-item.m  { background: #FF99CC;}
.element-item.n  { background: #CCCCCC;}

/*Google Map*/
.map_list {
	width:90%;
	margin:0 auto;
	color:#fff;
}

.map_list li {
	position: relative;
	cursor:pointer;
}
.map_list li:hover {
	color: #DE5E60;
}

.map_list .map_info {
	position: absolute;
	top: -3px;
	left: 27px;
}

#map_canvas {
	 width:725px;
	 height:550px;
}

.tooltip {
	width:150px;
	height:74px;
	background-image:url(../images/tooltip.png);
	color:#fff;
	line-height:14px;
}

.tooltip ul {
	padding: 10px 2px;
}

.tooltip ul li {
	margin: 2px;
}

/**/
.width60 { width: 60px; }
.width100 { width: 100px; }

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.sunday { color: red; }
.saturday { color: blue; }