
.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child {
    flex-wrap: wrap;
    flex-direction: column;
}

.contentBoxBottom > .informationBoxList >.recGraphBox > div:first-child > div:nth-child(2) {
    margin-top: 10px;
}


/****** 그래프 박스 ******/
/* 그래프 박스 */
.recGraphBox > div:last-child > div:nth-child(1) > div:last-child > .chartJS {
    width: 100%;
    height: 300px !important;
}


/* 수익계산 박스 */
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox {
    justify-content: center;
    align-items: center;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .inputBox > .input > div:first-child {
    margin: 0;
}


.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox {
    justify-content: center;
    align-items: center;
}
.contentBoxBottom > .informationBoxList > .perInfoBox > div > .valueBox > div:first-child > div:first-child{
    margin-right: 20px;
}



