@charset "utf-8";

div.monthArea{
	/*outline:3px solid #f05218;*/
	position:relative; width:100%; min-width:960px; margin:0 auto;
	background-image:url('../_img/monthBg.jpg'); background-repeat:no-repeat; background-size:cover; background-attachment:fixed;
}
div.monthArea section.bigTitle{padding-top:0;}
div.monthArea section.bigTitle p{color:#fff;}

/*아이콘*/
div.monthArea ol.iconMenuArea{
	/*outline:1px solid #0071ba;*/
	width:570px; height:205px; overflow:hidden; position:relative; margin:0 auto; top:-50px;
	display:table;
}
div.monthArea ol.iconMenuArea li{
	/*outline:1px solid red; width:190px;*/
	display:table-cell;
}
	div.monthArea ol.iconMenuArea li>a{
		display:block; width:100px; height:100px; overflow:hidden; position:relative; border-radius:15px; z-index:150;
	}
		div.monthArea ol.iconMenuArea li>a span{display:block; width:100%; height:50px; top:0; left:0; background-color:#f05218;}
		div.monthArea ol.iconMenuArea li>a img{position:absolute; top:0; left:0;}
	div.monthArea ol.iconMenuArea li p:nth-child(2){
		color:#fff; font-size:16px; font-weight:500; padding:20px 0 10px 0;
	}
	div.monthArea ol.iconMenuArea li p:nth-child(2) a{color:#fff;}
	div.monthArea ol.iconMenuArea li p:nth-child(2) a:hover{color:#f05218;}
	div.monthArea ol.iconMenuArea li p:nth-child(3){color:#fff;}
	
/*아이프레임영역*/
div.monthArea section.monthContent{
	/*outline:1px solid #fff;*/
	width:770px; height:600px; position:relative; margin:0 auto; padding-top:60px;
}
	div.monthArea section.monthContent button{
		position:absolute; overflow:hidden; top:0; right:0px; width:225px; height:60px; background-color:rgba(0,0,0,0); border:0;
	}
	
		div.monthArea section.monthContent button p{
			position:absolute; top:0; left:0; width:450px; height:60px;
		}
	
		div.monthArea section.monthContent button a{
			display:block; width:225px; height:60px; box-sizing:border-box; border-width:1px; border-style:solid; color:#fff; text-align:center; line-height:60px; float:left;;
		}
		
		div.monthArea section.monthContent button a:nth-child(2){ background-color:#f05218; border-color:#f05218;}
		
		
/*국가보훈처*/
div.banners{
	background-color:#eee; overflow:hidden; width:100%; min-width:960px; margin:0 auto; padding-bottom:50px;
}
div.banners ol{
	width:760px; position:relative; margin:0 auto;
}
	div.banners ol li{float:left; margin-left:15px; margin-bottom:10px;}
	div.banners ol li:nth-child(1),div.banners ol li:nth-child(6){margin-left:0;}