@CHARSET "UTF-8";


/********************************
 정보공개
*******************************/

/* 경영공시 */
.infoBox {display:flex; flex-wrap:wrap; margin-top:20px; gap:50px;}
.infoBox .infoItem {width:calc(33.3333% - 34px); background-color:#f4f4f9; border-radius:20px;}
.infoBox .infoItem .info_tit {padding:15px 5px 12px; text-align:center; background-color:#1b62b3; border-radius:20px 20px 0 0; color:#fff; font-weight:500;}
.infoBox .infoItem .info_txt {padding:20px; max-height:410px; overflow-y:scroll;}
.infoBox .infoItem .info_txt::-webkit-scrollbar-thumb {border-color:#f4f4f9;}



/* media query */
@media screen and (max-width:1200px){
}

@media screen and (max-width:1024px){
	.infoBox {gap:30px;}
	.infoBox .infoItem {width:calc(33.3333% - 20px);}	
}

@media screen and (max-width:920px){ 
	.infoBox .infoItem .info_tit {font-size:1.7rem;}
}

@media screen and (max-width:767px){
	.infoBox {gap:20px;}
	.infoBox .infoItem {width:calc(50% - 10px);}	
}

@media screen and (max-width:640px){
}

@media screen and (max-width:480px){
	.infoBox .infoItem {width:100%;}
}





/* 공공데이터 */
.dataBox {padding:10% 5%; background-color:#f4f4f9; border-radius:20px; text-align:center;}
.dataBox > i {display:block; margin:0 auto 50px; width:403px; height:254px; background:url(../../images/web/info/data_icon.png) 0 0 no-repeat; background-size:100%;}




/* media query */
@media screen and (max-width:1200px){
}

@media screen and (max-width:1024px){
}

@media screen and (max-width:920px){ 
}

@media screen and (max-width:767px){
}

@media screen and (max-width:640px){
	.dataBox > i {margin:0 auto 30px; width:220px; height:139px;}
}

@media screen and (max-width:480px){
}
