#mainComtents {
    padding-bottom: 100px;
}
/* O&M 설명 */
/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    margin-bottom: 50;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) {
    width: 100%;
    height: 200;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2)  {
    width: 96%;
    padding-left: 0;
    height: auto;
    padding: 2%;
    bottom: 20px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 14px;
}
/* 중간 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div{
    height: 160;
    width: 160;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > div {
    width: 55;
    height: 50;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > div > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > div > div > p {
    font-size: 16px;
    letter-spacing: -0.2;
    margin-top: 10;
}
/* 하단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:first-child {
    width: 100%;
    height: 200px;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:first-child > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child {
    padding: 15px 0px;
}

.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li.title {
    font-size: 18px;
    margin-bottom: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li:not(.title) {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.contentBoxBottom > .informationBoxList > .informationBox03 >div > div:last-child > ul > li:not(.title):before {
    top: 7.5px;
    width: 5px;
    height: 5px;
}