#mainComtents {
    padding-bottom: 100px;
}
.contentBoxBottom > .informationBoxList div.submitBox {
    margin-top: 100px;
}

/* 공장지붕 설명 */
/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    margin-bottom: 130px;
}

/* 화살표  */
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow {
    min-width: 16%;
    max-width: 16%;
    width: auto;
}
@media (max-width: 940px) {
    .contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow {
        max-width: 20%;
    }
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .arrow >.arrowText {
    font-size: 16px;
}
.contentBoxBottom > div > .informationBox02 > div.arrowBox > div > div > img {
    width: 100%;
}

/* 원 */
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse {
    width: 200;
    height: 200;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse > .ellipse-div > img {
    width: 60;
    height: 70;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > .ellipse > .elc-title{
    font-size: 18px;
}
