@charset "utf-8";
/* CSS Document */

.wordBKeep { word-break:break-all;}
.txt_basic {font-family:"NotoR";}
ul li.bulNo, ul.bulNo li{ background-image:none;}

 /*정보공개제도안내 */
.inforarea {font-family:"NotoR";}
.inforarea dl dd { line-height:1.5;}
.inforarea dl dt { margin:10px 0;}

 /*운영개요 운영절차5 */
 .step { width:100%; height:auto; overflow:hidden; }
 .step li {position:relative;  height:160px; float:left;  padding:40px 1%; margin: 5px 1%; font-family:"NotoR"; text-align:center; line-height:1.4; border-top:1px solid #c8d1db; border-left:1px solid #c8d1db; border-bottom:1px solid #9298af; border-right:1px solid #9298af; border-radius:10px; overflow:hidden;
 background:#f7f9fa url('../../../images/template/010/sub/step_arrow.png') no-repeat right 90%; word-break:keep-all; box-sizing:border-box;}
 
 .stp_w5 li{width:18%;}
 .stp_w4 li{width:23%;}
 .stp_w3 li{width:31%;}



@media screen and (max-width :700px) {
   
	/* 이미지 가로 */
	.img img { width:100%}

	/* 이미지 테이블 스크롤 */
	.imgScroll{overflow-x:auto; }, .tableScroll{overflow-x:auto; }
  .imgScroll .table_st{width:700px; }	, .tableScroll .table_st{width:700px; }	

	
	 /* 테이블 스크롤 */
	
 

}


@media screen and (max-width :500px) {
	 
	.stp_w5 li { width:26%; }

	
}