/* 설립자 */
.founderBox {overflow:hidden;}
.founderBox .imgBox {float:left;}
.founderBox .txtBox {float:left; margin-left: 1rem;}

@media screen and (max-width: 540px){
	
	/* 설립자 */
    .founderBox .imgBox {position:relative; left:50%; transform:translateX(-50%);}
    .founderBox .txtBox {width:100%; margin:1rem 0 0;}
    .founderBox .txtBox > p > br {display:none;}
    .founderBox .txtBox > ul.list_st1 > li > br {display:none;}
    
}