.wrp_container {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
.custom-title {
    line-height: 58px;
    padding-bottom: 4px;
}
.custom-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    margin: 0;
    padding: 0 0 40px;
    text-align: center !important;
    border-bottom: 1px solid #777;
    letter-spacing: 0.04em;
}
.content-wrap .table-title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.custom-nav-breadcrumb {
    margin: 16px 0 8px;
}

.fixed-info {
    position: fixed;
    bottom: 0;
    background-color: #e5e5e5b2;
    height: 90px;
    width: 100%;
    z-index: 10;
}
.fixed-info .info-wrap {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-info .info-wrap .property-number {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.fixed-info .info-wrap .property-number span {
    color: #a4002c;
    font-size: 36px;
    line-height: 42px;
    padding: 0 4px;
    font-weight: 700;
}

.custom-btn-wrap-redirect {
    display: flex;
}

.custom-execute-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.down-select-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    pointer-events: none;
}

/*loading */

.count-project-number-loading {
    width: 40px;
    height: 40px;
}
.current-property-number-loading {
    width: 30px;
    height: 30px;
}
.fixed-info .info-wrap .property-number #current-property-number {
    color: #333;
    font-size: 20px;
    line-height: 28px;
}

.fixed-info .info-wrap .button-wrap button {
    width: 433px;
    height: 60px;
    background-color: #2d3339;
    font-size: 14px;
    line-height: 21px;
    color: white;
    margin-bottom: 10px;
}

.fixed-info .info-wrap .button-wrap button:hover {
    opacity: 0.8;
}

.fixed-info .info-wrap .button-wrap .clear-search {
    width: 127px;
}

.fixed-info .info-wrap .button-wrap button span {
    padding-left: 4px;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.fixed-info .info-wrap .button-wrap .execute-search {
    margin-left: 27px;
    background-color: #a4002c;
}

.custom-sub-breadcrumb {
    color: #888;
}

.table-wrap {
    margin-bottom: 40px;
    position: relative;
}

.partial-wrap {
    display: flex;
    flex-direction: column;
}

.partial-wrap .left {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 20px 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.partial-wrap .left .drop-down-item {
    cursor: pointer;
    height: 24px;
    transition: all 0.3s ease;
}
.partial-wrap .left .drop-down-item.no-show {
    transform: rotate(180deg);
}

.left .checkmark + span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
}
.partial-wrap .right {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0 20px 64px;
    transition: all 0.3s ease;
}

.partial-wrap .right .checkbox-parent {
    flex-basis: 32.1%;
    color: #333;
}

.partial-wrap .custom-child-right .checkbox-parent {
    flex-basis: 100% !important;
}

.partial-wrap .right.hidden {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.partial-wrap .right.hidden .select-box,
.partial-wrap .right.hidden .concatenate {
    height: 0;
}

.partial-wrap .custom-child-right {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
}

.partial-wrap .custom-child-right .custom-checkbox-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.partial-wrap .right .checkbox-child {
    padding: 12px 0 0 19px;
}

.partial-wrap .right .checkbox-child:last-child {
    border-bottom: none;
}
.partial-wrap .custom-left {
    padding: 20px;
}
.partial-wrap .custom-left span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.partial-wrap .custom-right {
    padding-left: 65px;
}
.partial-wrap .no-checkbox {
    padding-left: 40px;
    padding-right: 40px;
    flex: 1;
    align-items: center;
    grid-template-columns: 305px 10px 305px;
    gap: 8px;
}
.partial-wrap .no-checkbox .select-box {
    transition: all 0.3s ease;
    flex: 1;
    text-align: left !important;
    position: relative;
    max-width: 488px;
}
.partial-wrap .no-checkbox .select-box select {
    width: 100%;
    max-width: 488px;
    height: 40px;
    appearance: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 1px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    letter-spacing: 0.04em;
}
.partial-wrap .no-checkbox .select-box .fa-solid {
    position: absolute;
    top: 19px;
    right: 18px;
    zoom: 0.8;
    pointer-events: none;
}
.partial-wrap .no-checkbox .concatenate {
    display: grid;
    place-items: center;
    width: 14px;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease;
}

.partial-wrap .property-type {
    justify-content: unset;
}

.partial-wrap .property-status {
    flex-wrap: nowrap;
}
.modal-wrap .partial-wrap .floor-plan .checkbox-parent {
    flex-basis: 23%;
}
.modal-wrap .partial-wrap .property-status .checkbox-parent {
    flex-basis: 23%;
}

.partial-wrap .floor-plan .checkbox-parent {
    flex-basis: 23.93%;
}
.partial-wrap .property-status .checkbox-parent {
    flex-basis: 23.93%;
}

.left label,
.checkbox-parent label,
.checkbox-child label {
    display: flex;
    align-items: center;
    line-height: 21px;
    position: relative;
    cursor: pointer;
    padding-left: 2px;
    width: max-content;
}
.checkbox-parent-self span,
.checkbox-child label span,
.custom-right label span {
    letter-spacing: 0.04em;
    line-height: 24px;
}

.left label .checkmark,
.checkbox-parent label .checkmark,
.checkbox-child label .checkmark {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #d9d9d9;
    left: -24px;
    top: 2px;
    overflow: hidden;
}

.left label input[type="checkbox"]:not(:checked) ~ .checkmark img,
.checkbox-parent label input[type="checkbox"]:not(:checked) ~ .checkmark img,
.checkbox-child label input[type="checkbox"]:not(:checked) ~ .checkmark img {
    display: none !important;
}

.left label input:checked ~ .checkmark > img,
.checkbox-parent label input:checked ~ .checkmark > img,
.checkbox-child label input:checked ~ .checkmark > img {
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    user-select: none;
}
.left label .label-count,
.checkbox-parent label .label-count,
.checkbox-child label .label-count {
    padding-left: 7px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.04em;
}

.checkbox-disable {
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
}

.left.checkbox-disable {
    opacity: 1;
    pointer-events: unset;
}

.left.checkbox-disable label {
    opacity: 0.3;
    pointer-events: none;
}

.box-button {
    margin-bottom: 80px;
}

.box-button span {
    font-weight: 400;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
    .partial-wrap .right .checkbox-parent {
        flex-basis: 30%;
    }
    .partial-wrap .floor-plan .checkbox-parent {
        flex-basis: 23%;
    }
    .partial-wrap .property-status .checkbox-parent {
        flex-basis: 23%;
    }

    .partial-wrap .right .checkbox-parent-ipad {
        flex-basis: 48%;
    }
    .category-info-wrap {
        display: flex;
        flex-wrap: wrap;
        column-gap: 6px;
    }

    .checkbox-parent label .category-info-wrap .label-count {
        padding-left: 0;
    }

    .fixed-info {
        height: 142px;
    }
    .fixed-info .info-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .fixed-info .info-wrap .button-wrap {
        display: flex;
        width: 100%;
        padding: 0 56px;
        box-sizing: border-box;
    }

    .fixed-info .info-wrap .button-wrap .clear-search {
        width: 30%;
    }

    .fixed-info .info-wrap .button-wrap .execute-search {
        width: calc(70% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .fixed-info {
        height: 134px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .fixed-info .info-wrap {
        flex-direction: column;
        justify-content: unset;
        padding-top: 10px;
    }
    .fixed-info .info-wrap .button-wrap {
        display: flex;
        width: 100%;
        padding: 0;
    }
    .fixed-info .info-wrap .button-wrap button {
        height: 52px;
    }
    .fixed-info .info-wrap .button-wrap .clear-search {
        width: 30%;
    }
    .fixed-info .info-wrap .button-wrap .clear-search i {
        display: none;
    }
    .fixed-info .info-wrap .button-wrap .execute-search {
        width: calc(70% - 20px);
        margin-left: 20px;
    }

    .category-info-wrap {
        display: flex;
        flex: 1;
        text-align: left;
    }

    .category-info-wrap .label-count {
        text-align: right;
    }

    .custom-title {
        font-size: 32px;
        line-height: 46px;
    }

    .custom-subtitle {
        font-size: 24px;
        line-height: 36px;
        text-align: left !important;
        padding: 20px 10px;
        font-weight: 400;
    }
    .content-wrap .table-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .table-wrap::after {
        left: -10px;
        right: -10px;
    }

    .partial-wrap {
        flex-direction: column;
    }
    .partial-wrap .left {
        position: relative;
        width: 100%;
        padding: 19px 0px 18px 24px;
        justify-content: space-between;
        align-items: center;
        border-top: 2px solid #bbb;
        border-bottom: none;
    }

    .partial-wrap .left::before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #333;
        top: -2px;
        left: -10px;
        right: -10px;
    }
    .partial-wrap .left::after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #c3c3c3;
        top: 61px;
        left: -10px;
        right: -10px;
    }

    .left .checkmark + span {
        font-size: 14px;
        line-height: 24px;
    }

    .partial-wrap .custom-left span {
        font-size: 14px;
        line-height: 21px;
    }

    .partial-wrap:first-child .left {
        border-top: none;
        position: relative;
    }

    .partial-wrap .custom-left {
        padding-left: 0px;
    }
    .partial-wrap .right {
        padding: 10px 0 10px 10px;
        height: 100%;
        opacity: 1;
        gap: 0;
        display: flex;
        flex-direction: column;
    }

    .partial-wrap .custom-child-right {
        padding-top: 10px;
    }

    .partial-wrap .custom-child-right .custom-checkbox-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .partial-wrap .right .checkbox-parent {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0px 10px 24px;
        margin-right: 10px;
    }

    .partial-wrap .right .checkbox-parent:last-child {
        border-bottom: none;
    }

    .partial-wrap .right .checkbox-child {
        padding: 10px 0 10px 24px;
        border-bottom: 1px solid #ddd;
        margin-left: 6px;
    }

    .partial-wrap .no-checkbox {
        padding: 20px 10px;
        display: flex;
        flex-direction: row;
    }

    .partial-wrap .no-checkbox .concatenate {
        margin: 0 8px;
    }

    .custom-child-right .checkbox-parent-self {
        margin-bottom: 10px;
    }

    .partial-wrap .custom-child-right .checkbox-parent {
        position: relative;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .custom-child-right .checkbox-parent::after {
        position: absolute;
        content: "";
        background-color: #f5f5f5;
        height: 1px;
        top: 42px;
        left: 0px;
        right: 0px;
    }

    .checkbox-parent label .label-count,
    .checkbox-child label .label-count {
        flex: 1;
    }
}
