
#main .subContents > .subTitle > .path {
    padding: 0 5px;
}
#main .subContents > .subTitle > .path > ul > li:nth-child(2),
#main .subContents > .subTitle > .path > ul > li:nth-child(4) {
    padding: 0 10px;
}
/* 메인 컨턴츠 */
#mainComtents > .contentBox > h2 {
    margin-bottom: 30px;
}
#mainComtents > .contentBox > p {
    font-size: 18px;
}
/* 발전량 예측 */
/* 그래프 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    margin-bottom: 60px;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div > img {
    width: 100%;
    height: 300;
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) > h2 {
    font-size: 24px;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(1) > p {
    font-size: 18px;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div {
    width: 96%;
    height: auto;
    padding: 4% 2%;
}

.contentBoxBottom > .informationBoxList > .informationBox02 > div:nth-child(2) > div > div > div > p {
    font-size: 16px;
}
