/* 메인 컨턴츠 */

#mainComtents > .contentBox > p {
    color: rgb(0, 11, 15) !important; 
}
/* 발전량 예측 */
/* 그래프 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    height: 380px !important;
    justify-content: center !important;
    margin-bottom: 120px;
}


.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) {
    text-align: center;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) > h2 {
    font-size: 32px;
    color: rgb(25, 138, 105);
    font-weight: 600;
    line-height: 0.937;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) > p {
    font-size: 24px;
    color: rgb(0, 11, 15);
    line-height: 1.333;
}


.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > h2 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div {
    display: flex;
    justify-content: space-evenly;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    width: 288px;
    height: 93px;
    padding: 2.5% 3.5%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div > div:nth-child(1) {
    width: 80%;
}
@media (max-width: 1560px) {
    .contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div:nth-child(2) {
        margin: 20px 0;
    }
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div > div > h4 {
    font-size: 18px;
    color: rgb(221, 221, 221);
    line-height: 1.667;
    text-align: left;
    margin-bottom: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div > div > p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.333;
}