/* Table */

/* 2017-10-10 웹접근성 수정 : S */
#data-table01, #data-table02, #data-table03 {
	/* display: none;*/
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: auto;
}
/* 2017-10-10 웹접근성 수정 : E */

#data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#data-table thead {
	background: #f0f0f0;
}
#data-table th,
#data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;
}

/* Toggle */
.toggles {
	background: #ebebeb;
	color: #545454;
	height: 20px;
	padding: 15px;
}
.toggles p {
	margin: 0;
}
.toggles a {
	background: #222;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
.toggles a:hover {
	background: #666;
}
#reset-graph-button {
	float:right;
}

/* Graph */
/* Containers */
#chartwrapper {
	height:auto;
	width: 1040px;
	background:#f5f5f5;
}
#figure {
	height: auto;
	position: relative;
}
#figure ul {
	list-style: none;
	margin: 0 23px;
	padding: 0;
}
.graph {
	width: auto;
	height: 283px;
	position: relative;
}

/* Legend */
.legend {
	margin: 0 50px !important;	
	/*background: #f0f0f0;*/
	background: rgba(255, 255, 255, 0);
	/*border-radius: 4px;*/
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 960px;
	z-index: 200;
	display: none;
}
.legend li {
	display:inline-block;
	float: left;
	height: 20px;
	width: 42px;	
	margin-left: 41px;
	color: #888; /* 2019-웹접근성-2차-001 변경 */
	font-size: 16px;
}
.legend li:first-child {margin-left: 0;	}
/*
.legend span.icon {
	background-position: 20% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;
}
*/
/* X-Axis */
.x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 740px;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 96px;
}

/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
}
.y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
}
.y-axis li span {
	display: block;
	margin: -12px 0 0 -45px;
	padding: 0 10px;
	width: 40px;
}

/* Graph Bars */
.bars {
	height: 250px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.bar-group {
	float: left;
	height: 100%;
	margin: 0 25px;
	position: relative;
	width: 100%;
}
.bar {
	margin: 0 25px;
	bottom: 0;
	/*cursor: pointer;*/
	height: 0;
	position: absolute;
	text-align: center;
	width:4%;
 	background:#f78e36;	
}
.chart01 #figure .bar.fig0 {left: 0;background:#f78e36;}
.chart01 #figure .bar.fig1 {left: 8%;background:#f78e36;}
.chart01 #figure .bar.fig2 {left: 16%;background:#f78e36;}
.chart01 #figure .bar.fig3 {left: 24%;background:#f78e36;}
.chart01 #figure .bar.fig4 {left: 32%;background:#f78e36;}
.chart01 #figure .bar.fig5 {left: 40%;background:#f78e36;}
.chart01 #figure .bar.fig6 {left: 48%;background:#f78e36;}
.chart01 #figure .bar.fig7 {left: 56%;background:#f78e36;}
.chart01 #figure .bar.fig8 {left: 64%;background:#f78e36;}
.chart01 #figure .bar.fig9 {left: 72%;background:#f78e36;}
.chart01 #figure .bar.fig10 {left: 80%;background:#f78e36;}
.chart01 #figure .bar.fig11 {left: 88%;background:#f78e36;}

/*월별 참여인원 바color*/
.chart02 #figure .bar.fig0 {left: 0;background:#70645e;}
.chart02 #figure .bar.fig1 {left: 8%;background:#70645e;}
.chart02 #figure .bar.fig2 {left: 16%;background:#70645e;}
.chart02 #figure .bar.fig3 {left: 24%;background:#70645e;}
.chart02 #figure .bar.fig4 {left: 32%;background:#70645e;}
.chart02 #figure .bar.fig5 {left: 40%;background:#70645e;}
.chart02 #figure .bar.fig6 {left: 48%;background:#70645e;}
.chart02 #figure .bar.fig7 {left: 56%;background:#70645e;}
.chart02 #figure .bar.fig8 {left: 64%;background:#70645e;}
.chart02 #figure .bar.fig9 {left: 72%;background:#70645e;}
.chart02 #figure .bar.fig10 {left: 80%;background:#70645e;}
.chart02 #figure .bar.fig11 {left: 88%;background:#70645e;}

/*월별 참여인원 바color*/
.chart03 #figure .bar.fig0 {left: 0;background:#62ba9e;}
.chart03 #figure .bar.fig1 {left: 8%;background:#62ba9e;}
.chart03 #figure .bar.fig2 {left: 16%;background:#62ba9e;}
.chart03 #figure .bar.fig3 {left: 24%;background:#62ba9e;}
.chart03 #figure .bar.fig4 {left: 32%;background:#62ba9e;}
.chart03 #figure .bar.fig5 {left: 40%;background:#62ba9e;}
.chart03 #figure .bar.fig6 {left: 48%;background:#62ba9e;}
.chart03 #figure .bar.fig7 {left: 56%;background:#62ba9e;}
.chart03 #figure .bar.fig8 {left: 64%;background:#62ba9e;}
.chart03 #figure .bar.fig9 {left: 72%;background:#62ba9e;}
.chart03 #figure .bar.fig10 {left: 80%;background:#62ba9e;}
.chart03 #figure .bar.fig11 {left: 88%;background:#62ba9e;}

.bar span {
	font-size: 14px;
	opacity: 60%;
	color: #333;
	/*
	background: #fefefe;
	border-radius: 3px;
	*/
	left: 0;
	top: -30px;
	/*display: none;*/
	margin: 0;
	position: absolute;
	/*text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;*/
	width:100%;
	z-index: 20;
	/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;*/
}
.percent{
	font-size: 8px;
}
/*
.bar:hover span {
	display: block;
	margin-top: -30px;
}
*/