
/* 주택 설명 */
/* 상단 리스트 */
.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 !important;
    padding: 2%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(2) > h2 {
    font-size: 24px;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 14px;
}


/* 논 이미지 */
.agricultureBox {
    height: 200;
    /* width: 100%; */
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox > .imgBg {
    width: 90%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox >  .imgBg > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox > .rightBox {
    bottom: -25;
}
.agricultureBox > div > div.text > p:first-child {
}
.agricultureBox > div > div.text > p:last-child {
    font-size: 16px;
}
.agricultureBox > div.leftBox > div.text > p:last-child {
    text-align: right;
}
.agricultureBox > div > div.text > p:first-child {
    font-size: 14px;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox >.leftBox > div:last-child{
    width: 100;
    height: 70;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox >.leftBox > div:last-child > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox >.rightBox > div:first-child{
    width: 100;
    height: 110;
}
.contentBoxBottom > .informationBoxList > .informationBox02 > .agricultureBox >.rightBox > div:first-child > img {
    width: 100%;
    height: 100%;
}

/* 지원대상 체크리스트 */
.contentBoxBottom > .informationBoxList > .informationBox03 {
    width: 100%;
}
th,
td {
    font-size: 14;
    padding: 2%;
    height: 40;
}
