
/* 주택 설명 */
/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    letter-spacing: -0.7;
}

/* 하단 요금박스 */
.contentBoxBottom > .informationBoxList > .informationBox02 {
    position: relative;
    width: 100%;
    min-height: 463px;
    height: auto;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .imgBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/imgs/web/install/residential/bg.png) no-repeat center;
    background-size: cover;
}

.contentBoxBottom > .informationBoxList > .informationBox02 >.textList {
    padding: 4% 6% 2% 6% ;
}
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div > h2 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 1.25;
}
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div > h2 > span {
    color: rgb(25, 138, 105);
    font-size: 30px;
}
/* 하단 요금박스 - 전기요금 */
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div:first-child > div {
    justify-content: left;
    align-items: center;
}
.textList > div:first-child .textListBox {
    display: flex;
    min-width: 310px;
    width: auto;
    min-height: 56px;
    height: auto;
    border-color: rgb(221,221,221);
    background-color: rgb(255,255,255);
    border-radius: 40px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(51, 51, 51);
}
@media (max-width:1680px) {
    /* .textList > div:first-child .textListBox:last-child  {
        margin-top: 15px;
    } */
}
.arrBox > div {
    width: 70px;
    text-align: center;
}
.textList > div:first-child .textListBox > div:first-child {
    border-radius: 40px;
    text-align: center;
    width: 150px;
    min-height: 36px;
    height: auto;
    border-width: 0px;
    border-color: rgb(197, 226, 217);
    border-style: solid;
    background-color: rgb(245, 245, 245);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.textList > div:first-child .textListBox > div:last-child {
    margin-left: 10px;
}
.textList > div:first-child .textListBox:first-child > div:first-child {

}
.textList > div:first-child .textListBox:first-child > div:last-child {
    font-size: 20px;
    line-height: 1.5;
}

.textList > div:first-child .textListBox:last-child > div:first-child {
    color: rgb(25, 138, 105);
    font-weight: 600;
}
.textList > div:first-child .textListBox:last-child > div:last-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

/* 하단 요금박스 - 서비스 대상 */
.textList > div:last-child > div > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    text-align: left;
}
.textList > div:last-child > div > ul > li > img {
    margin-right: 10px;
}
