
#mainComtents {
    padding-bottom: 100px;
}
/* REC 그래프 박스 */
.contentBoxBottom > .informationBoxList >.recGraphBox {
    height: auto;
    width: 100%;
}

/****** 그래프 박스 ******/
.contentBoxBottom > .informationBoxList >.recGraphBox > div:last-child {
    width: 100%;
    height: auto;
}
.contentBoxBottom > .informationBoxList >.recGraphBox > div:last-child > div {
    width: 100%;
}



/* 그래프 오른쪽 수치 박스 */
.recGraphBox > div:last-child > div:nth-child(2) {
    padding-left: 0;
}


/* 수익계산 박스 */
.contentBoxBottom > .informationBoxList > .perInfoBox {
    width: 96%;
    padding: 1% 2%;
    height: auto;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .btnBox {
    margin-top: 20px;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}

.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:last-child {
    margin-top: 20px;
}



