/* 메인 컨턴츠 */

/* 전력중개사업 */
/* 상단 인포 박스 */
.contentBoxBottom > .informationBoxTop {
    position: relative;
    border: 0px solid rgb(0, 0, 0);
    background-color: rgb(245, 245, 245);
    width: 92%;
    height: auto;
    min-height: 390px;
    padding: 1% 4%;
}
.contentBoxBottom > .informationBoxTop > .imgBox {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 1;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}
/* 상단 */
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:first-child {
    font-size: 24px;
    color: rgb(0, 11, 15);
    line-height: 1.458;
    text-align: left;
    z-index: 2;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:first-child > p > span {
    font-size: 30px;
    color: rgb(25, 138, 105);
    font-weight: 600;
}

/* 하단 */
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child {
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > div:not(div:nth-child(2)){
    border: 0px solid rgb(0, 0, 0);
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    max-width: 560px;
    width: 44%;
    height: auto;
    min-height: 200px;
    padding: 1%;
    z-index: 10;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left {
    flex-direction: column;
    justify-content: center;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(1) {
    font-size: 20px;
    color: rgb(0, 11, 15);
    line-height: 1.5;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(2) {
    font-size: 20px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 0.4;
    text-align: center;
    height: 17px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(2) > span {
    display: inline-block;
    transform: rotate(90deg);
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(3) {
    font-size: 20px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 1.5;
}

.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right {
    flex-direction: column;
    justify-content: center;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:first-child {
    font-size: 20px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 1.5;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:first-child >span{
    color: rgb(25, 138, 105);
}

.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child {
    display: flex;
    justify-content: center;
}

.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child > ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}

.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child > ul > li {
    width: 40%;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(58, 58, 58);
    padding-left: 20px;

}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child > ul > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 7.5px;
    width: 8px;
    height: 8px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: cover;
}



/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    margin-bottom: 120px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    letter-spacing: -0.9;
}

/* 원 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox02 {
    flex-direction: column;
}
/*  하단 원 리스트 */
.contentBoxBottom > .informationBoxList > .circleList > div > div{
    height: 220px;
    width: 220px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > img.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > div {
    width: 61px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > p {
    margin-top: 20px;
    font-size: 20px;
    color: rgb(0, 11, 15);
    font-weight: 600;
    line-height: 1.5;
    z-index: 5;
    padding: 0 3% 3% 3%;
}