
/* 주택 설명 */
/* 상단 리스트 */
#mainComtents > .contentBox > p {
    font-size: 16px;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(1) {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}

.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(2) {
    padding: 0;
    width: 96%;
    height: auto;
    padding: 2%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(2) > h2 {
    font-size: 24px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 14px;
}

/* 하단 요금박스 */
.contentBoxBottom > .informationBoxList > .informationBox02 > .imgBg {
    height: 100%;
}

.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div {
    margin-bottom: 30;
}
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div > h2 {
    font-size: 20px;
}
.contentBoxBottom > .informationBoxList > .informationBox02 >.textList > div > h2 > span {
    font-size: 26px;
}

@media (max-width:445px) {
    .textList > div:first-child .textListBox {
        width: 100%;
    }
    .arrBox {
        width: 100%;
        height: 39;
        text-align: center;
        margin: 15px 0;
    }
    .arrBox > div {
        display: inline-block;
        width: 39;
        height: 39;
        position: relative;
    }
    .arrBox > div > img {
        top: 34%;
        left: 0%;
        transform: rotate(90deg);
        vertical-align: bottom;
        object-fit: fill;
        position: absolute;
    }
    .textList > div:first-child .textListBox:last-child {
        margin: 0;
    }
}

