/* -------------------------------------------------------------------------------------
	조달청 발주계획
------------------------------------------------------------------------------------- */

.block.g2b_plan { border: 0; }
.g2b_plan {
	background: #f4f4f4; 
	text-align: center; 
	float: left; 
	width: 100%; 
	padding: 15px 0 20px 0; 
} 

.g2b_plan table { width: 230px; margin: 0 auto; margin-top: 15px; }
.g2b_plan a { 
	display: inline-block; 
	width: 60px; 
	height: 60px; 
	border: solid 1px #999;
	border-radius: 3px; 
	background: #fff; 
	color: #111; 
	text-decoration: none;
	padding-top: 15px;
}

.g2b_plan a:hover { border: solid 1px #111; }
.g2b_plan a .bar { 
	display: inline-block; 
	background: #000; 
	width: 40px;
	height: 4px; 
	margin-bottom: 5px;
} 

.g2b_plan a .bar.blue { background: #639EDC; }
.g2b_plan a .bar.green { background: #8FC31E; }
.g2b_plan a .bar.orange { background: #F39800; }

.g2b_plan a:hover .bar.blue { background: #357AC4; }
.g2b_plan a:hover .bar.green { background: #79AB0C; }
.g2b_plan a:hover .bar.orange { background: #FBAD2C; }