기본적으로 위를 기준으로 출력되는 컨텐츠를
상하 중앙 정렬 상태로 출력되도록
css> default.css
/* 헤더 위치에 따른 스타일 */
<?php if ($design['use_header'] != '1'): ?>
/* 헤더 미사용 시 - header-height 영향 없음 */
#wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
align-content : center;
}#wrapper {
align-content:flex-start !important;
}