/* 최근 검색어 스타일 */
.wepick-recent-searches-widget {
    padding: 10px 0px 10px 10px;
}
.wepick-recent-searches-widget h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.wepick-recent-searches-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS 스크롤 부드럽게 */
    scrollbar-width: thin; /* Firefox용 */
    padding-bottom: 10px; /* 스크롤바 공간 확보 */
}
/* 스크롤바 스타일링 */
.wepick-recent-searches-list::-webkit-scrollbar {
    height: 6px;
}
.wepick-recent-searches-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.wepick-recent-searches-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.wepick-recent-searches-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.wepick-recent-searches-list li {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative; /* 여전히 relative 유지 */
    white-space: nowrap;
}

.wepick-recent-searches-list li a.wepick-search-term {
    display: inline-block;
    padding: 5px 25px 5px 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    border-radius: 16px;
    border: 1px solid #000;
}

.wepick-recent-searches-list li .wepick-remove-search {
    position: absolute; /* 절대 위치 유지 */
    right: 7px;
    top: 50%; /* 중앙 정렬을 위해 수정 */
    transform: translateY(-50%); /* 중앙 정렬 */
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.wepick-clear-searches {
    text-align: right;
    padding-right: 10px;
}
.wepick-clear-searches-btn {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
.wepick-clear-searches-btn:hover {
    color: #666;
    text-decoration: underline;
}

/* 인기 검색어 스타일 */
.wepick-popular-searches-widget h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.wepick-popular-searches-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wepick-popular-searches-list li {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 16px;
}
.wepick-popular-searches-list li:last-child {
    border-bottom: none;
}
.wepick-popular-searches-list .wepick-rank {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%; /* 14px */
}
.wepick-popular-searches-list a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.wepick-popular-searches-list a:hover {
    text-decoration: underline;
}
.wepick-popular-searches-list .wepick-count {
    color: #888;
    font-size: 12px;
    margin-left: 5px;
}
.wepick-update-time {
    font-size: 11px;
    color: #999;
    text-align: right;
    margin-top: 10px;
}

/* 250325 LJH */
#wepick-header-search .elementor-widget-container{
	border-radius: 12px;
}

/* 250409 싱글 */
/* 반응형 셀렉트박스 스타일 */
.we-car-options-container {
    position: relative;
    width: 100%;
}

/*정하-웹 셀렉트박스 스타일 */
.we-car-options {
    border: 1px solid #dcdee3;
    border-radius: 6px;
    background-color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    width: 100%;
}

/* 모바일에서는 일반 셀렉트 숨기기, 모바일 트리거 표시 */
@media (max-width: 768px) {
    .desktop-select {
        display: none !important;
    }
    .we-car-options-mobile-trigger {
        display: flex !important;
    }
}

/* 데스크톱에서는 모바일 트리거 숨기기, 셀렉트박스 표시 */
@media (min-width: 769px) {
    .desktop-select {
        display: block !important;
    }
    .we-car-options-mobile-trigger {
        display: none !important;
    }
}

/* 모바일 트리거 스타일 */
.we-car-options-mobile-trigger {
    display: none; /* 기본적으로 숨김 */
    border: 1px solid #DCDEE4;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
}

/* 모달 스타일 */
.we-car-options-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.we-car-options-modal-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60vh;
    background-color: white;
    border-radius: 12px 12px 0 0;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {transform: translateY(100%);}
    to {transform: translateY(0);}
}

.we-car-options-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
}

/* 정하 추가 */
.we-car-options-modal-header h3 {
    font-size: 18px;
    font-weight: 600;	
    margin-bottom: 0;
}

.we-car-options-modal-close {
    font-size: 32px;
    cursor: pointer;
    font-weight: 300;
}

.we-car-options-modal-body {
    max-height: calc(60vh - 110px);
    overflow-y: auto;
    padding: 0 16px;
    margin-bottom: 20px;
}

.we-car-options-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.we-car-option-item {
    padding: 16px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.we-car-option-item:hover {
    background-color: #F7F8FA;
    border-radius: 4px;
}

.we-car-option-item:active {
    background-color: #f5f5f5;
}

.we-price-txt {
    font-weight: 600;
}

/* 탭 스타일 */
.we-fuel-type-tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 16px;
    margin-bottom: 20px;
}

.we-fuel-type-tab-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.we-fuel-type-tab {
    padding: 12px 16px;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    font-size: 14px;
}

.we-fuel-type-tab.active {
    color: #fff;
    font-weight: bold;
    background-color: #202022;
    border-radius: 8px;
}

/* 숨겨진 옵션 스타일 */
.we-car-option-item.hidden {
    display: none;
}
/* 250409 싱글 */

/* 검색 관련 스타일 */
.wepick-recent-searches-widget {
    padding: 0;
}

#search-dropdown-info,
.search-dropdown-info {
    background-color: #fff;
    border: 1px solid #eee;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgba(38, 48, 90, 0.15);
    padding: 16px;
    width: 400px;
    max-height: 680px;
}
.wepick-search-history-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wepick-search-item {
    display: flex;
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    align-items: center;
}
.wepick-search-item:hover {
    background-color: #f5f5f5;
}
.wepick-search-item:hover .wepick-search-results .wepick-search-item h4{
    background-color: #f5f5f5;
}
.wepick-search-all:hover .wepick-search-all a{
    color: #222;
    Font-weight: 500;
}
.wepick-search-thumbnail {
    width: 64px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}
.wepick-search-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wepick-search-info {
    flex-grow: 1;
    overflow: hidden;
}
.wepick-search-info h4 {
    margin: 0 0 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500 !important;
}
.wepick-loading, .wepick-no-results, .wepick-error {
    padding: 15px;
    text-align: center;
    color: #666;
}
.wepick-search-results .wepick-search-info h4 {
    font-size: 15px;
}
.wepick-error {
    color: #d9534f;
}
.wepick-search-results h4 {
    background: #fff;
    font-size: 15px;
    border: none;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.wepick-search-all {
    padding: 10px 0 10px 0 !important;
}

.wepick-search-all a {
    color: #54595F;
    font-size: 15px;
}

.wepick-search-info .wepick-search-price .amount bdi {
    font-size: 15px !important;
    Font-weight: 600 !important;
}

#wepick-header-search .e-search-form .e-search-input {
    font-size: 14px;
}

.wepick-recent-searches-list li a.wepick-search-term {
    background-color: #F7F8FA;
    border: 1px solid #f7f8fa;
    font-size: 14px;
}

.wepick-recent-searches-list li .wepick-remove-search {
    font-weight: 400;
    font-size: 18px;
}

.wepick-update-time {
    font-size: 12px;
}

/* 모바일 화면에서는 검색 드롭다운을 항상 표시 */
@media screen and (max-width: 768px) {
    #search-dropdown-info,
    .search-dropdown-info {
        display: block !important;
        border: none !important;
        position: relative !important;
        width: 100% !important;
        overflow-y: auto !important;
        margin-top: 5px;
        /* 강제로 표시 */
        visibility: visible !important;
        opacity: 1 !important;
    }
    #search-dropdown-info,
    .search-dropdown-info {
        background-color: #fff;
        max-height: 80vh;
        overflow-y: auto;
        padding: 10px;
        z-index: 1000;
    }
    /* 모바일에서 입력 필드 개선 */
    .e-search-input {
        -webkit-appearance: none;
        border-radius: 4px;
        font-size: 16px; /* iOS에서 자동 확대 방지 */
    }
}

/* PC에서는 기본적으로 숨김 상태로 시작 */
@media screen and (min-width: 769px) {
    #search-dropdown-info,
    .search-dropdown-info {
        position: absolute;
        width: 100%;
        z-index: 1000;
    }
}
/* 검색 관련 스타일 */

/* 맞춤검색 스타일 */
.we-car-finder-container {
    max-width: 800px;
    /*padding: 60px 0;*/
    margin: 60px 0;
}

.we-car-finder-steps {
    justify-items: center;
}

.we-step {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 1024px;
    width: 480px;
}

.we-step-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.we-step-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.we-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
    margin-top: 40px;
}

/* 버튼 스타일 */
.we-next-button, .we-prev-button {
    padding: 16px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
    transition: all 0.3s;
    min-width: 120px;
    height: 52px;
    width: 100%;
}

.we-next-button {
    background-color: #0066cc;
    color: white;
}

.we-next-button:hover {
    background-color: #132694;
}

button.we-prev-button {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #DCDEE4;
}

.we-prev-button:hover {
    background-color: #e1e1e1;
}

.we-button-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    gap: 8px;
    padding: 8px 0 40px 0;
}

/* 인풋 박스 스타일 - 수정됨 */
.we-input-container {
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
}

.we-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #DCDEE4;
    border-radius: 6px;
    padding: 0 15px;
    background-color: #fff;
}

.we-input {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    border: none;
    outline: none;
    text-align: right;
}

input.we-input.number-only {
    background-color: #fff;
    border: none;
    font-weight: 600;
}

input.we-input.number-only:focus {
    color: #111;
    background-color: #fff;
    border: none;
    outline: none;
    font-weight: 600;
}

.we-input-suffix {
    color: #202022;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 5px;
    font-weight: 600;
}

/* 프로그레스 바 스타일 */
.we-progress-container {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.we-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #E3E8EB;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.we-progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(
        to right,
        transparent,
        transparent calc(25% - 4px),
        white calc(25% - 4px),
        white 25%
    );
    pointer-events: none;
    z-index: 2;
    opacity: 1;
}

.we-progress-fill {
    height: 100%;
    background-color: #0F29C1;
    transition: width 0.3s;
    position: relative;
    z-index: 1;
}

.we-progress-text {
    margin-top: 8px;
    font-size: 14px;
    color: #54595F;
}

/* 브랜드 선택 스타일 - 수정됨 */
.we-brand-container {
    width: 100%;
    max-height: 35vh;
    overflow-y: auto;
    margin: 20px 0 10px 0;
}

.we-brand-group {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.we-brand-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
}

.we-brand-group-title {
    font-size: 18px;
    font-weight: 500;
}

.we-brand-group-select-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.we-brand-group-select {
    margin-right: 5px;
}

.we-brand-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.we-brand-item {
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    width: 109px;
    height: 44px;
    text-align: center;
    align-content: center;
    color: #202022;
    font-size: 14px;
    font-weight: 500;
}

.we-brand-item.selected {
    background-color: #ECEEFA;
    color: #132694;		
    border-color: #DCE0F9;
    font-weight: 600;
}

/* 옵션 버튼 스타일 (렌트/리스) */
.we-option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    width: 100%;
}

.we-option-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}

.we-option-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.we-option-text {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #EBEDF2;
    border-radius: 6px;
    transition: all 0.3s;
    min-width: 120px;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

.we-option-button input:checked + .we-option-text {
    background-color: #ECEEFA;
    color: #132694;
    border-color: #DCE0F9;
    font-weight: 600;
}

/* 로딩 스타일 */
.we-loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.we-loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #0066cc;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
    align-content: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.we-size-options {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
    height: 40vh;
    overflow-y: auto;
}

.we-size-option {
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    height: 66px;
}

.we-size-option:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.we-size-option:focus-visible {
    border: 1px solid #DCE0F9;
    border-radius: 6px;
}

.we-size-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.we-size-option-content {
    padding: 10px;
    transition: all 0.3s;
    height: 66px;
    border: 1px solid #EBEDF2;
    border-radius: 6px;
}

.we-size-option-content:focus-visible {
    border: 1px solid #DCE0F9;
    border-radius: 8px;
}

.we-size-option input:checked + .we-size-option-content {
    background-color: #ECEEFA;
    border: 1px solid #DCE0F9;
    align-content: center;
    border-radius: 6px;
    height: 66px;
}

.we-size-option input:checked {
    border: none;
}

.we-size-option input:checked + .we-size-option-content .we-size-option-title {
    color: #132694;
    font-weight: 600;
}

.we-size-option input:checked + .we-size-option-content .we-size-option-sub {
    color: #202022;
    font-weight: 500;
}

.we-size-option:last-of-type .we-size-option-content {
    height: 68px;
    align-content: center;
}

.we-size-option-title {
    font-size: 15px;
    font-weight: 500;
    color: #202022;
    justify-self: center;
}

.we-size-option-desc {
    font-size: 14px;
    color: #0066cc;
    margin-bottom: 5px;
}

.we-size-option-sub {
    font-size: 14px;
    color: #6E7479;
    justify-self: center;
    font-weight: 500;
}

/* 결과 카드 스타일 */
.we-car-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
}

.we-car-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
}

.we-car-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.we-car-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.we-car-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.we-car-info {
    padding: 15px;
}

.we-car-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.we-car-price {
    color: #0066cc;
    font-weight: 600;
    font-size: 16px;
}

.we-car-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.we-car-meta span {
    margin-right: 5px;
}

/* 반응형 */
@media (max-width: 768px) {
    .we-car-finder-container {
        padding: 0px;
        margin: 0px;
    }
    
    .we-step {
        padding: 20px 16px;
        box-shadow: none;
        width: 100%;
        max-width: 768px;
        height: 85vh;
        border-radius: 0;
    }
    
    .we-step-content {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .we-step-title {
        font-size: 20px;
        text-align: start !important;
    }
    
    .we-car-results {
        grid-template-columns: 1fr;
    }
    
    .we-button-group {
        border-top: 1px solid #EBEDF2;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 16px 40px 16px;
        width: 100%;
        display: flex;
    }
} /* 미디어 쿼리 확실히 닫기 */

.we-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    width: 100%; /* 전체 너비 사용 */
    max-width: 100%; /* 최대 너비 제한 */
}

.we-car-results-wrapper {
    width: 100%;
    position: relative;
    padding: 0 20px;
    max-width: 100%; /* 최대 너비 제한 */
    box-sizing: border-box; /* 패딩을 너비에 포함 */
}

.we-car-results-slider {
    width: 100%;
    margin: 20px 0;
    overflow: hidden; /* 넘치는 콘텐츠 숨김 */
}

/* Swiper 컨테이너 설정 */
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
}

.swiper-slide {
    width: 25% !important;
    height: auto; /* 슬라이드 높이 자동 조정 */
    display: flex; /* 내부 콘텐츠 가운데 정렬 */
    margin-right: 0 !important;
}

.swiper-slide:nth-child(even) {
    background-color: #f7f9fb; /* 원하는 배경색 지정 */
}

/* 버튼 위치 조정 */
.we-slider-next, 
.we-slider-prev {
    top: 50%;
    transform: translateY(-50%);
}

.we-slider-next {
    right: -8px;
}

.we-slider-prev {
    left: 5px;
}

.swiper-button-next {
    right: -8px;
}

.swiper-button-prev {
    left: -8px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 700;
}

/* 반응형 조정 - 미디어 쿼리 */
@media (max-width: 768px) {
    .we-car-results-wrapper {
        padding: 0 30px;
    }
} /* 미디어 쿼리 닫기 */

/* 이정하추가 맞춤차량모바일하단버튼 - 미디어 쿼리 */
@media (max-width: 768px) {
    .we-step[data-step="1"] .we-next-button {
        position: fixed;
        bottom: 20px;
        left: 16px;
        right: 16px;
        z-index: 1000;
        width: auto;
    }
    
    .we-button-group {
        position: fixed;
        width: 100%;
        background-color: #fff;
    }
    
    .we-result-step .we-step-content {
        margin-top: 0px;
    }
} /* 미디어 쿼리 닫기 */

/* 결과 페이지 스텝에만 적용되는 스타일 - PC/모바일 공통 */
.we-result-step {
    max-width: 1024px !important; /*최대 너비 확장 */
    box-shadow: none!important;
    padding: 30px 16px !important; /* 좌우 패딩 줄임 */
    width: 1024px;
}

.we-result-step .we-step-content {
    max-width: 1024px;
    width: 100%;
    overflow: hidden;
    display: block;
}

/* 다른 스텝들은 원래 스타일 유지 */
.we-step:not(.we-result-step) {
    /* 원래 스타일 유지 */
    max-width: 100%;
    margin: 0 auto;
    width: 500px;
    height: 75vh;
}

/* 모바일 전용 스타일 */
@media(max-width: 767px) {
    #we-carsearch-div {
        padding: 0px !important;
    }
}

/* PC/모바일 공통 스타일들 - 미디어 쿼리 밖에 위치 */
#we-carsearch-div:has(.we-result-step:not([style*="display: none"]):not([style*="display:none"])) {
    /* #we-carsearch-div의 변경할 스타일 */
    background-color: #fff;
}

a.we-car-btn.we-car-btn-detail {
    display: block;
    border-radius: 6px;
    border: 1px solid #0F29C1;
    background: #FFF;
    padding: 10px;
    color: #0F29C1;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    height: 42px;
    align-content: center;
}

button.we-car-btn.we-car-btn-consult {
    border-radius: 6px;
    background: #0F29C1;
    display: block;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-top: 8px;
    height: 42px;
    align-content: center;
    width: 100%;
}

.we-result-step h2.we-step-title {
    text-align: left;
    color: #202022;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

.we-result-step-span {
    color: #6E7479;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.we-selection-summary {
    display: flex;
    gap: 30px;
    padding: 16px 20px;
    background: #F7F8FA;
    border-radius: 8px;
    margin-top: 14px;
    margin-bottom: 22px;
}

.we-summary-items span {
    color: #202022;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.we-car-specs {
    margin-top: 20px;
}

.we-car-spec-label {
    color: #6E7479;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.we-car-spec-value {
    color: #202022;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 4px;
}

.we-car-specs hr {
    margin-top: 14px!important;
    margin-bottom: 14px!important;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #EBEDF2;
    opacity: 1;
}

/* 반응형 */
@media (max-width: 768px) {
    .we-result-step {
        width: 100% !important;
    }
    .we-result-step .we-step-content {
        width: 100%;
        max-width: 100%;
    }
    .we-size-options {
        overflow-y: auto;
    }
}

/* 반응형 디스플레이 클래스 */
@media (min-width: 769px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .we-step {
        height: auto;
    }
}

/* 모바일 리스트 스타일 */
.we-car-results-mobile {
    width: 100%;
    padding: 0px;
}

.we-car-mobile-item {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 12px;
}

.we-car-mobile-thumb {
    width: 120px;
    height: auto;
    flex-shrink: 0;
    background-color: #Fff;
    align-content: center;
}

.we-car-mobile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.we-car-mobile-content {
    flex-grow: 1;
    padding: 10px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.we-car-mobile-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #333;
}

.we-car-mobile-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.we-car-mobile-meta-item {
    margin-right: 10px;
}

.we-car-mobile-price {
    font-size: 15px;
    font-weight: 600;
    color: #202022;
}

.we-car-mobile-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.we-car-mobile-btn {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px !important;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.we-car-mobile-btn-detail {
    background-color: #fff;
    border: 1px solid #ebedf2;
    color: #333;
}

.we-car-mobile-btn-consult {
    background-color: #0F29C1;
    color: white;
}

/* 맞춤 검색 모달*/
/* 모달 스타일 */
.we-consult-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow-y: auto;
}

.we-consult-modal-content {
    position: relative;
    background-color: #fff;
    max-width: 500px;
    margin: 50px auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.we-consult-modal-header {
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.we-consult-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #202022;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.we-consult-modal-close {
    font-size: 32px;
    font-weight: 200;
    cursor: pointer;
    color: #202022;
}

.we-consult-modal-close:hover {
    color: #333;
}

.we-consult-modal-body {
    padding: 20px;
}

.we-consult-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.we-consult-form-row {
    display: flex;
    flex-direction: column;
}

.we-consult-form-row label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #202022;
    font-weight: 500;
}

.we-consult-form-row .required {
    color: #e53935;
}

.we-consult-form-row input[type="text"] {
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f7f8fa;
    border: none;
}

.we-checkbox-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 13px 16px;
    border: 1px solid #dcdee4;
    border-radius: 6px;
}

.we-checkbox-row label {
    margin-bottom: 0;
}

.we-form-value {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
}

.we-consult-form-error {
    color: #e53935;
    font-size: 14px;
    min-height: 20px;
}

.we-consult-form-button {
    margin-top: 10px;
}

.we-consult-form-button button {
    width: 100%;
    padding: 12px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 52px;
}

.we-consult-form-button button:hover {
    background-color: #0055aa;
}

.we-selcet-car-info .we-consult-form-row {
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
}

.we-selcet-car-info .we-consult-form-row .we-form-value {
    padding: 0;
    background-color: unset;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.we-selcet-car-info {
    border: 1px solid #ebedf2;
    padding: 20px 16px;
    border-radius: 6px;
}

.we-selcet-car-info .we-consult-form-row label {
    color: #6e7479;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.we-agree-box h2 {
    font-size: 14px;
    font-weight: 600;
}

.we-agree-div {
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0 2px 0;
}

.we-agree-div span {
    font-size: 14px;
    font-weight: 500;
}

.we-agree-div a {
    font-size: 14px;
    font-weight: 500;
    color: #6E7479;
}

h2.we-agree-txt {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 8px;
}

.count-number{
	font-weight: 500;
}