https://sir.kr/g5_pds/5317 ... 5.4.2.8 버전 기준
/theme/basic/css/default.css ... PC 버전
47라인
/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}
54라인
#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}
188라인
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
고정 넓이, 좌우 여백 자동이라 가운데 위치할 뿐입니다.
100%로 변경하면 좌우 여백없이 늘어나긴 하는데,
그 외에 고정으로 정한 부분도 적당하게 손봐줘야 합니다.