@charset "utf-8";

.mul_list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
}

.mul_list[data-list-type="v"] {
    min-height: 95px;
}

.mul_list[data-list-type="v"] .mul_list_inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="v"] .mul_image_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 103px;
    width: 103px;
    height: 85px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 8px;
    overflow: hidden;
}

.mul_list[data-list-type="v"] .mul_image_wrapper>img {
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="v"] .mul_image_overlay_wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
}

.mul_list[data-list-type="v"] .type_label {
    left: 4px;
    width: 26px;
    height: 24px;
    font-size: 10px;
}

.mul_list[data-list-type="v"] .mul_list_view_count {
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_list[data-list-type="v"] .mul_list_use_type {
    position: absolute;
    bottom: 20px;
    left: 2px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_data_wrapper {
    position: relative;
    display: grid;
    width: 100%;
    padding-top: 4px;
}

.mul_top_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.mul_top_text {
    display: block;
    font-size: 12px;
    color: #777;
    white-space: nowrap;
}

.mul_top_wrapper>.mul_top_text:nth-of-type(1) {
    margin-right: 4px;
}

.mul_top_wrapper>.mul_top_text:nth-of-type(3) {
    margin-left: auto;
}

.mul_top_text[data-status-code="10"] {
    color: #3573d1;
}

.mul_top_text[data-status-code="40"] {
    color: #FC3049;
}

.mul_top_text[data-status-code="50"] {
    color: #999;
}

.mul_address {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mul_area {
    font-size: 12px;
    color: #999;
    padding-bottom: 4px;
}

.mul_charge_price {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #2B80EB;
}

.mul_eval_price {
    font-size: 12px;
    color: #999;
}

.mul_eval_price.change {
    text-decoration: line-through;
}

.mul_last_price {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #2B80EB;
}

.mul_last_price[data-sold-status="true"] {
    color: #FC3049;
}

.mul_special_right_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    text-overflow: clip;
    word-break: keep-all;
    font-size: 11px;
    color: #999;
    padding-top: 2px;
    overflow: hidden;
}

.mul_special_right_wrapper>span {
    padding-right: 2px;
}


/* 세로형 */
.mul_list[data-list-type="h"] {
    width: 276px;
    border-radius: 0;
    border: none;
    padding: 0;
}

.mul_list[data-list-type="h"] .mul_list_inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="h"] .mul_image_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 194px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.mul_list[data-list-type="h"] .mul_image_wrapper>img {
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="h"] .mul_list_use_type {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_list[data-list-type="h"] .mul_list_view_count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_list[data-list-type="h"] .mul_address {
    white-space: inherit;
}

/* 세로형 */
.mul_list[data-list-type="card"] {
    width: 276px;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 0;
}

.mul_list[data-list-type="card"] .mul_list_inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="card"] .mul_image_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 194px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.mul_list[data-list-type="card"] .mul_image_wrapper>img {
    width: 100%;
    height: 100%;
}

.mul_list[data-list-type="card"] .mul_list_view_count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_list[data-list-type="card"] .mul_list_use_type {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 1;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.4);
}

.mul_list[data-list-type="card"] .mul_address {
    white-space: inherit;
}

.mul_list[data-list-type="card"][data-kind="map_list"] {
    height: auto;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mul_list[data-list-type="card"][data-kind="map_list"].single {
    border: none;
    padding: 8px 16px 0 16px;
}

/* 리스트형 */
.search_list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #E3E3E3;
    background: #FFF;
    gap: 27px;
    cursor: pointer;
}

.search_list>div {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 13px;
    text-align: center;
}

.search_list>div:nth-of-type(1) {
    align-items: center;
    justify-content: center;
    width: 30px;
}

.search_list>div:nth-of-type(2) {
    width: 140px;
}

.search_list>div:nth-of-type(3) {
    width: 130px;
}

.search_list>div:nth-of-type(4) {
    width: 350px;
}

.search_list>div:nth-of-type(5) {
    width: 170px;
}

.search_list>div:nth-of-type(6) {
    width: 130px;
}

.search_list>div:nth-of-type(7) {
    width: 60px;
}

.search_list .round-checkbox {
    height: 50px;
    cursor: pointer;
}

.search_list .mul_img {
    width: 100%;
    height: 119px;
}

.search_list .type_label {
    left: 4px;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.search_list .list_text {
    color: #6B7684;
    text-align: center;
    font-size: 13px;
}

.search_list .use_type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 13px;
    color: #2B80EB;
    padding: 2px 4px;
    border-radius: 5px;
    background: #EBF3FE;
    margin-top: 6px;
}

.search_list .list_text_addr {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.search_list .list_area_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 6px;
}

.search_list .list_area {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6B7684;
    padding: 2px 4px;
    gap: 10px;
    border-radius: 5px;
    background: #F8F8F8;
    margin-right: 8px;
}

.search_list .mul_special_right_wrapper {
    font-size: 13px;
    font-weight: 500;
    color: #2B80EB;
    margin-top: 6px;
    padding-top: 0;
}

.search_list .mul_special_right_wrapper>span {
    padding-right: 4px;
}

.search_list .price {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.search_list .price {
    margin-bottom: 4px;
}

.search_list .price.low {
    color: #2B80EB;
}

.search_list .price.sold {
    color: #FC3049;
}

.search_list .price.low>small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 2px;
    background: #EBF3FE;
    color: #2B80EB;
}

.search_list .price.sold>small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 2px;
    background: #FCF5F5;
    color: #FC3049;
}

.search_list .percent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;
}

.search_list .percent>i {
    font-size: 14px;
    font-variation-settings:
        "FILL" 0,
        "wght" 500,
        "GRAD" 0,
        "opsz" 48;
}

.search_list .price.sold+.percent {
    color: #FC3049;
    background: #FCF5F5;
}

.search_list .price.low+.percent {
    color: #2B80EB;
    background: #EBF3FE;
}

.search_list .state {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #6B7684;
    padding: 2px 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    background-color: #f8f8f8;
}

.search_list .state[data-state-class="before"] {
    color: #FC3049;
    background: #FCF5F5;
}

.search_list .state[data-state-class="sold"] {
    color: #FC3049;
    background: #FCF5F5;
}

.search_list .state[data-state-class="end"] {
    color: #fff;
    /* background: #000; */
    background: #364653;
}

.search_list .date {
    font-size: 13px;
    color: #6B7684;
    margin-bottom: 4px;
}

.search_list .uchal {
    font-size: 15px;
    font-weight: 500;
}

.search_banner_container {
    position: relative;
    width: 100%;
    grid-column: auto / span 4;
}

.search_banner_slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.search_banner_slide>picture {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search_banner_slide>picture>img {
    width: 100%;
}

.simple_list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fff;
}

.simple_list_left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.simple_list_left_top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.simple_list_left_top>span {
    font-size: 12px;
    color: #64748b;
}

.simple_list_left_top>span.type[data-type="1"] {
    color: #2B80EB;
}

.simple_list_left_top>span.type[data-type="2"] {
    color: #7c56d5;
}

.simple_list_left_address {
    font-size: 14px;
    font-weight: 600;
}

.simple_list_left_status {
    font-size: 12px;
    color: #64748b;
}

.simple_list_left_date {
    font-size: 12px;
    color: #64748b;
}

.simple_list_left_status[data-status-code="10"] {
    color: #3573d1;
}

.simple_list_left_status[data-status-code="40"] {
    color: #FC3049;
}

.simple_list_left_status[data-status-code="50"] {
    color: #999;
}

.simple_list_right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-left: auto;
}

.simple_list_right_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.simple_list .price {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
}

.simple_list .price.low {
    color: #2B80EB;
}

.simple_list .price.sold {
    color: #FC3049;
}

.simple_list .price.eval>small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 2px;
    background: #f0f0f0;
    color: #6B7684;
}

.simple_list .price.low>small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 2px;
    background: #EBF3FE;
    color: #2B80EB;
}

.simple_list .price.sold>small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 2px;
    background: #FCF5F5;
    color: #FC3049;
}

.simple_list .percent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;
}

.simple_list .bidder_count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #f0f0f0;
    color: #6B7684;
}

.simple_list .percent>i {
    font-size: 14px;
    font-variation-settings:
        "FILL" 0,
        "wght" 500,
        "GRAD" 0,
        "opsz" 48;
}

.simple_list .price.sold+.percent {
    color: #FC3049;
    background: #FCF5F5;
}

.simple_list .price.low+.percent {
    color: #2B80EB;
    background: #EBF3FE;
}

/* Load More Button Styles */
.load_more_wrapper {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-top: 10px;
}

.load_more_btn {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 24px;
    transition: all 0.2s ease-in-out;
}

.load_more_btn:hover {
    background-color: #e8e8e8;
    border-color: #d0d0d0;
    color: #333;
}

.load_more_btn:active {
    background-color: #e0e0e0;
    transform: translateY(1px);
}

@media screen and (max-width: 600px) {
    .simple_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .simple_list_right {
        align-items: flex-start;
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .mul_list[data-list-type="card"][data-kind="map_list"] .mul_image_wrapper {
        height: calc(100vw / 2.5);
    }
}

@media screen and (max-width: 425px) {
    .load_more_btn {
        width: 100%;
        padding: 12px 24px;
    }
}