.graph{
	width: 63px;
	height: 500px;
	background-color: #ffffff;
	border: 0px solid gray;
	position: relative;
}

.graph span {
	left: 6px;
	bottom: 0;
	padding-top: 7px;
	width: 50px;
	height: 400px;
	font-family: "¸¼Àº °íµñ", Gothic;
	font-size: 17px;
	text-align: center;
	color: #d5d5d5;
	box-sizing: border-box;
	position: absolute;
	display: block;
}

.graph span:hover {
	cursor: pointer;
	border: 1px solid #a9a9a9;
}

.graphColor0 span {	background: #3366cc; }
.graphColor1 span {	background: #dc3912; }
.graphColor2 span {	background: #ff9900; }
.graphColor3 span {	background: #109618; }
.graphColor4 span {	background: #990099; }
.graphColor5 span {	background: #0099c6; }
.graphColor6 span {	background: #dd4477; }
.graphColor7 span {	background: #66aa00; }
.graphColor8 span {	background: #b82e2e; }
.graphColor9 span { background: #316395; }
.graphColor10 span { background: #994499; }
.graphColor11 span { background: #22aa99; }

.graph.stack0 span { animation: stack0 3s 1; }
.graph.stack1 span { animation: stack1 3s 1; }
.graph.stack2 span { animation: stack2 3s 1; }
.graph.stack3 span { animation: stack3 3s 1; }
.graph.stack4 span { animation: stack4 3s 1; }
.graph.stack5 span { animation: stack5 3s 1; }
.graph.stack6 span { animation: stack6 3s 1; }
.graph.stack7 span { animation: stack7 3s 1; }
.graph.stack8 span { animation: stack8 3s 1; }
.graph.stack9 span { animation: stack9 3s 1; }
.graph.stack10 span { animation: stack10 3s 1; }
.graph.stack11 span { animation: stack11 3s 1; }

.txtStyle {
	padding: 5px 0 5px;
	width: 62px;
	text-align: center;
}
.imgSize { width: 40px; }
.tableView1 { margin-top: 5px; }
.tableView2 {
	margin: 30px 0 30px;
	display: none;
}

@media (max-width:1050px){
	.graph { width: 40px; }
	.graph span {
		left: 2px;
		width: 35px;
		font-size: 13px;
	}
	.imgSize { width: 30px; }
	.tableView1 { display: none; }
	.tableView2 { display: block; }
	.txtStyle {
		padding: 5px 20px 5px;
		width: auto;
		text-align: left;
	}
}

@media (max-width:600px){
	.graph { width: 26px; }
	.graph span {
		left: 2px;
		width: 22px;
		font-size: 10px;
	}
	.imgSize { width: 20px; }
}