
.estimate-sec {
    padding-top: 130px;
    padding-bottom: 130px;
}

.option {
    font-size: 14px;
    color: var(--paletteColor3);
    display: inline-block;
    margin-bottom: unset;
    margin-left: 5px;
}

.estimate-sec .title-area .title {
    margin-bottom: unset;
}

.estimate-sec .rent-list {
    margin: 50px 0;
    border-top: 2px solid #626262;
    border-bottom: 2px solid #626262;
    max-height: calc(160px * 3);
    overflow-y: auto;
}

.estimate-sec .rent-list .rent-item {
    padding: 20px 0;
    align-items: center;
    height: 160px;
    border-bottom: 1px solid #cdcdcd;
}

.estimate-sec .rent-list .rent-item .rent-thumb {
    width: 200px;
    height: 120px;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}

.estimate-sec .rent-list .rent-item .detail-wrap {
    padding-top: 25px;
}

.estimate-sec .rent-list .rent-item .detail-wrap .gubun {
    margin-right: 20px;
}

.estimate-sec .rent-list .rent-item .detail-wrap i {
    color: var(--paletteColor1);
    margin-right: 4px;
}

.estimate-sec .rent-list .rent-item .btn-detail {
    padding: 10px;
    background: #F4F9FF;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--paletteColor1);
    margin-left: -15px;
    margin-right: -15px;
}

.estimate-sec .rent-list .rent-item .btn-detail:hover {
    color: #F4F9FF;
    background: var(--paletteColor1);
}

.estimate-sec .content .col-6 > div:nth-child(n+2),
.estimate-sec .content .col-12 > div:nth-child(n+2) {
    margin-top: 30px;
}

.estimate-sec .content h5 {
    font-weight: bold;
}


.estimate-sec .content .half {
    max-width: 500px;
    width: calc(100% - 90px);
}

.estimate-sec .content .quarter {
    max-width: 165px;
}

.estimate-sec .content .privacyPolicy-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
}

.estimate-sec .content .btn-more {
    padding: 10px;
    margin-left: 20px;
    background: #F4F4F4;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #454545;
}

input.upload-name {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    border: none;
}

textarea {
    resize: none;
    height: 180px;
}

.estimate-sec .btn-area {
    border-top: 1px solid #888888;
    padding-top: 30px;
    text-align: center;
}

.estimate-sec .btn-area .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #454545;
    padding: 15px 60px;
    border-radius: 12px;
    background: #F4F4F4;
}

.estimate-sec .btn-area .btn.submit {
    color: #ffffff;
    background: var(--paletteColor1);
}

.estimate-sec .btn-area .btn:nth-child(n+2) {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .estimate-sec .rent-list {
        margin: 20px 0;
        max-height: calc(120px * 2);
    }

    .estimate-sec .rent-list .rent-item {
        padding: 10px 0;
        height: 120px;
    }

    .estimate-sec .rent-list .rent-item .detail-wrap {
        padding-top: unset;
    }

    .estimate-sec .rent-list .rent-item .rent-thumb {
        width: 120px;
        height: 70px;
    }

    .estimate-sec .rent-list .rent-item .btn-detail {
        padding: 5px 3px;
        font-size: 12px;
    }

    .estimate-sec .content .col-12 {
        margin-top: 30px;
    }

    .estimate-sec .content .privacyPolicy-wrap {
        padding-top: unset;
        padding-bottom: 30px;
        text-align: center;
    }
}
