
/* 그래프  ================================================================================== */
.ecomy_graph_box			{position: relative; display:grid; grid-template-columns:repeat(2, 1fr); gap:20px; margin-top:20px;}
.ecomy_graph_box li			{width:100%;height:400px; border:1px solid #eaeaea;}

.ecomy_graph_box1			{position:relative; display:grid; grid-template-columns:repeat(2, 1fr); gap:20px; margin-bottom:20px;}
.ecomy_graph_box1 li		{width:100%; height:400px; border:1px solid #eaeaea;}
.graphTable	tbody th		{padding-left:5px; padding-right:5px;}			


@media screen and (max-width:1024px) { 
	.ecomy_graph_box, .ecomy_graph_box1	{grid-template-columns:1fr;}
}