#mainComtents {
    padding-bottom: 100px;
}
.contentBoxBottom > .informationBoxList > .informationBox01 {
    margin-bottom: 130px;
}
/* 주택 설명 */
.contentBoxBottom > .informationBoxList div.submitBox {
    margin-top: 100px;
}
/* 하단 요금박스 */
.contentBoxBottom > .informationBoxList > .informationBox02 {
    height: auto;
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList {
    padding: 2%;
}
@media (max-width:808px) {
    .textList > div:first-child .textListBox:last-child {
        margin-top: 15px;
    }
}