/* 하단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 {
    width: 92%;
    height: auto;
    padding: 5% 4%;
}
@media (max-width: 900px) {
    .contentBoxBottom > .informationBoxList > .informationBox03 {
        justify-content: center;
    }
}

