@import url('https://fonts.cdnfonts.com/css/inter?styles=169530,29139,29142,29132,29135,29137,29140,29128,29130,29126');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


.head {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0px 20px;
}

.hero-bg {
    height: 59px;
}

.sort-area-list {
    margin-top: 0px !important;
}

.total-count-list {
    margin-left: 24px;
    margin-bottom: 14px;
}

.head .head-inner {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 72px;
}

.head .total-count {
    color: #808080;
}

.head .title {
    font-size: 48px;
    font-weight: 600;
    font-family: "adobe-garamond-pro", serif;
    color: #002368;
    line-height: 56px;
    margin-bottom: 16px;
}

.head .title .subtitle {
    font-size: 36px;
    font-weight: 600;
    font-family: "adobe-garamond-pro", serif;
    color: #222222;
    line-height: 46px;
}

.head .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.head .hint {
    display: flex;
    border: 1px solid #D8D8D8;
}

.head .hint .tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EFF1F5;
    padding: 17px 27px;
    border-right: 1px solid #D8D8D8;
    font-size: 16px;
    font-family: 'jost', serif;
    font-weight: 500;
    line-height: 12px;
    gap: 3px;
    padding: 17px 27px;
}

.head .hint .message {
    font-family: Helvetica, Arial, sans-serif;
    padding: 26px 21px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.head .sort-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 56px;
    box-sizing: border-box;
    padding: 0px 24px;
}

.head .sort-area .button-group {
    display: flex;
}

.head .sort-area .button-group .button-primary ,
.head .sort-area .button-group .button-secondary {
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 42px 15px 37px;
    color: #808080;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #D8D8D8;
    gap: 13px;
    font-family: 'jost', serif;
    border-bottom: 0px;
    cursor: pointer;
}

.head .sort-area .button-group .button-primary.active,
.head .sort-area .button-group .button-secondary.active
{
    background-color: #7D8595;
    color: white;
}
.head .sort-area .button-group .button-primary.active svg g path,
.head .sort-area .button-group .button-secondary.active svg g path
{
    fill: white !important;
}
.head .sort-area .sort-area-inner-wrapper {
    display: flex;
    gap: 7px;
    align-items: center;
}

.head .sort-area .sort-area-inner-wrapper .sort-title {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #222222;
}

.wrap-v2 {
    width: 80%;
    margin: auto;
}

.hero-section {
    display: flex;
    box-sizing: border-box;
    gap: 20px;
    padding-top: 70px;
}

.hero-section .title-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hero-section .title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 48px;
    font-weight: 600;   
    color: #002368;
    text-transform: capitalize;
    line-height: 56px;
}

.hero-section .subtitle {
    font-family: "adobe-garamond-pro", serif;
    font-size: 36px;
    font-weight: 600;   
    color: #222222;
    text-transform: lowercase;
    line-height: 56px;
}

.hero-section .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 50%;
    border-left: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding-left: 45px;
}

.hero-section .content-wrapper .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Helvetica, Arial, sans-serif;
}

.hero-section .content-wrapper .hint {
    width: 100%;
    border: 1px solid #D8D8D8;
    display: flex;
}

.hero-section .content-wrapper .hint .tips {
    font-family: 'jost', serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #EFF1F5;
    border-right: 1px solid #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 17px 24px;
    gap: 3px;
}

.hero-section .content-wrapper .hint .message {
    padding: 17px 23px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.inputSelect select {
    padding: 15px 32px 15px 12px !important;
}

@media screen and (max-width: 860px) {
    .hero-bg {
        height: 32px;
    }

    .wrap-v2 {
        width: 100%;
        padding: 0px 16px;
    }

    .propertyDetailList {
        margin-top: 16px;
    }

    .hero-section {
        flex-direction: column;
        margin-top: 0;
        padding-top: 70px;
        gap: 23px;
        margin-bottom: -80px;
    }

    .hero-section .title-wrapper {
        width: 100%;
    }

    .hero-section .title {
        font-size: 28px;
        line-height: 30px;
    }

    .hero-section .subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .hero-section .content-wrapper {
        width: 100%;
        padding-left: 0px;
        border-left: none;
        margin-bottom: 35px;
        gap: 20px;
    }
    
    .hero-section .content-wrapper .hint .tips {
        justify-content: start;
        padding: 17px 27px;
        gap: 0px;
    }

    .hero-section .content-wrapper .hint .message {
        padding: 17px 11px;
    }
    
    .hero-section .content-wrapper .content {
        padding-bottom: 22px;
        border-bottom: 1px solid #D8D8D8;
        line-height: 18px;
    }

    .head {
        padding: 0px;
    }

    .head .sort-area {
        margin-top: 0px;
        padding: 0px;
        align-items: start;
    }

    .head .sort-area .sort-area-inner-wrapper .sort-title {
        display: none;
    }

    .head .sort-area .button-group .button-primary, .head .sort-area .button-group .button-secondary {
        width: fit-content;
        padding: 16px 12px;
        gap: 7px;
    }

    .total-count-list {
        margin-left: 0;
        margin-bottom: 18px;
    }

    .unitSort__sort {
        margin-top: 0px;
    }

    .unitSort__select {
        width: fit-content !important;
    }

    .searchWords {
        display: none;
    }

}