organic수정footer.css
/* 푸터 정렬 */.footer-top { display: flex; justify-content: space-between; padding-top: 50px;}/* 1번째 푸터 글자크기 */.f-top01 { font-size: 15px; line-height: 2.2;}/* 2번째 푸터 나란히 배치 */.f-top02 ul{ display: inline-block; padding-right: 20px; line-height: 2.5; font-size: 13px;}/* 2번째 푸터 제목부 글자크기 */.f-top02 h6{ font-size: 16px; line-height: 2;}/* 3번째 푸터 글자크기 */.f-top03 h6 { font-size: 16px; line-..