
#mainComtents {
    padding-bottom: 100px;
}
/* RE100 이란? */
.contentBoxBottom > .informationBoxList > .informationBox001 {
    flex-direction: column;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(1) {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox001 > div:nth-child(2) {
    width: 96%;
    padding: 2%;
    min-width: auto;
}
/* 하단 원 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox{
    min-width: auto;
    width: 100%;
}

.contentBoxBottom > .informationBoxList > .informationBox03 > div.listBox > div:not(.imgBox) {
    width: 19%;
    min-width: auto;
}

.contentBoxBottom > .informationBoxList div.submitBox {
    margin-top: 100px;
}