@charset "utf-8";

/* ==========================================================================
   견적문의 뷰 페이지 - 완전 새로운 디자인
   기존 CSS와 충돌 방지를 위한 전용 스타일시트
   ========================================================================== */

/* Pretendard 폰트 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

/* 전체 리셋 및 기본 설정 */
#bo_v.consult-view {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: visible !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-variant-ligatures: none !important;
}

#bo_v.consult-view .bo_v_innr {
    padding: 20px 15px !important;
    margin: 0 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* ========== 헤더 영역 ========== */
#bo_v.consult-view .bo_top_hd {
    margin: 0 0 25px 0 !important;
    padding: 0 0 20px 0 !important;
    border-bottom: 2px solid #f1f3f5 !important;
    background: none !important;
}

/* 제목 영역 */
#bo_v.consult-view #bo_v_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.4 !important;
    word-break: keep-all !important;
    display: block !important;
    width: 100% !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .bo_v_cate {
    display: inline-block !important;
    background: #6366f1 !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 0 8px 0 0 !important;
    vertical-align: baseline !important;
    line-height: 1.2 !important;
    height: auto !important;
    min-height: auto !important;
    box-shadow: none !important;
    border: none !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .bo_v_tit {
    color: #2d3748 !important;
    font-weight: 600 !important;
    display: inline !important;
    vertical-align: baseline !important;
    line-height: inherit !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

/* 프로필 정보 */
#bo_v.consult-view .profile_info {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    margin: 0 0 15px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .profile_img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: #6366f1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 600 !important;
    flex-shrink: 0 !important;
    font-size: 12px !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

/* 프로필 좌측 정보 */
#bo_v.consult-view .profile_left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
    min-width: 0 !important;
}

/* 프로필 우측 아이콘들 */
#bo_v.consult-view .profile_right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
}

#bo_v.consult-view .profile_right .fa {
    font-size: 14px !important;
    color: #6c757d !important;
    margin: 0 2px !important;
}

#bo_v.consult-view .profile_right .sound_only {
    position: absolute !important;
    left: -9999px !important;
}

#bo_v.consult-view .profile_right a {
    color: #6c757d !important;
    text-decoration: none !important;
}

#bo_v.consult-view .profile_right a:hover {
    color: #495057 !important;
}

/* ========== 정보 테이블 ========== */
#bo_v.consult-view .consult-info-table {
    width: 100% !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin: 0 0 25px 0 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

#bo_v.consult-view .consult-info-row {
    display: flex !important;
    border-bottom: 1px solid #f1f3f5 !important;
    min-height: 50px !important;
    align-items: center !important;
}

#bo_v.consult-view .consult-info-row:last-child {
    border-bottom: none !important;
}

#bo_v.consult-view .consult-info-label {
    width: 120px !important;
    min-width: 120px !important;
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 15px 10px !important;
    border-right: 1px solid #e9ecef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .consult-info-content {
    flex: 1 !important;
    padding: 15px 20px !important;
    color: #2d3748 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    word-break: keep-all !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

/* 상담상태 배지 */
#bo_v.consult-view .status-badge {
    background: #17BBE1 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    white-space: nowrap !important;
    border: none !important;
    box-shadow: none !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .status-badge.completed {
    background: #28a745 !important;
}

/* 전화걸기 버튼 */
#bo_v.consult-view .call-button {
    background: #ff6b6b !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .call-button:hover {
    background: #ff5252 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: none !important;
}

/* ========== 시공정보 테이블 ========== */
#bo_v.consult-view .location-info-section {
    margin: 0 0 25px 0 !important;
}

#bo_v.consult-view .location-info-section h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin: 0 0 15px 0 !important;
    padding: 0 0 10px 0 !important;
    border-bottom: 2px solid #6366f1 !important;
    display: block !important;
    width: fit-content !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .location-table {
    width: 100% !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

#bo_v.consult-view .location-item {
    display: flex !important;
    border-bottom: 1px solid #f1f3f5 !important;
    min-height: 50px !important;
    align-items: center !important;
}

#bo_v.consult-view .location-item:last-child {
    border-bottom: none !important;
}

#bo_v.consult-view .location-label {
    width: 120px !important;
    min-width: 120px !important;
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 15px 10px !important;
    border-right: 1px solid #e9ecef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view .location-value {
    flex: 1 !important;
    padding: 15px 20px !important;
    color: #2d3748 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    word-break: keep-all !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

/* ========== 새로운 버튼 영역 ========== */
#bo_v.consult-view #bo_v_top {
    margin: 20px 0 !important;
    text-align: right !important;
}

/* 새로운 버튼 그룹 */
#bo_v.consult-view .custom-button-group {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

/* 새로운 버튼 래퍼 */
#bo_v.consult-view .custom-btn-wrapper {
    position: relative;
    display: inline-block;
}

/* 새로운 커스텀 버튼 기본 스타일 */
#bo_v.consult-view .custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
    cursor: pointer;
    border: none;
    outline: none;
    min-width: 60px;
    height: 40px;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* 목록 버튼 스타일 */
#bo_v.consult-view .custom-btn-list {
    background: #6c757d;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2);
}

#bo_v.consult-view .custom-btn-list:hover {
    background: #495057;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

/* 답변 버튼 스타일 */
#bo_v.consult-view .custom-btn-reply {
    background: #6366f1;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

#bo_v.consult-view .custom-btn-reply:hover {
    background: #4f46e5;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
}

/* 글쓰기 버튼 스타일 */
#bo_v.consult-view .custom-btn-write {
    background: #6366f1;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

#bo_v.consult-view .custom-btn-write:hover {
    background: #4f46e5;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
}

/* 기존 옵션 버튼 유지 */
#bo_v.consult-view .custom-btn-wrapper .btn_more_opt {
    background: #6366f1;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
    cursor: pointer;
    min-width: 60px;
    height: 40px;
}

#bo_v.consult-view .custom-btn-wrapper .btn_more_opt:hover {
    background: #4f46e5;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
}

/* 더보기 옵션 버튼 스타일 개선 */
#bo_v.consult-view .more_opt2 {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    margin-top: 5px !important;
    min-width: 120px !important;
}

/* 완전히 새로운 스타일로 덮어쓰기 */
#bo_v.consult-view .more_opt2 li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
}

/* 완전히 새로운 메뉴 아이템 스타일 */
#bo_v.consult-view .more_opt2 li a {
    display: block !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    background: transparent !important;
    color: #495057 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    position: relative !important;
}

/* 텍스트와 아이콘 배치 */
#bo_v.consult-view .more_opt2 li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* 호버 효과만 적용 */
#bo_v.consult-view .more_opt2 li a:hover {
    background: #f8f9fa !important;
    color: #6366f1 !important;
}

/* 다른 모든 상태는 기본 스타일 유지 */
#bo_v.consult-view .more_opt2 li a:focus,
#bo_v.consult-view .more_opt2 li a:active,
#bo_v.consult-view .more_opt2 li a:visited {
    background: transparent !important;
    color: #495057 !important;
}

#bo_v.consult-view .more_opt2 li a i {
    margin-left: 8px !important;
    font-size: 12px !important;
    color: #6c757d !important;
}

/* 기존 CSS 완전 무력화 - 최고 우선순위 */
#bo_v.consult-view .more_opt2 li a,
#bo_v.consult-view .more_opt2 li a:link,
#bo_v.consult-view .more_opt2 li a:visited,
#bo_v.consult-view .more_opt2 li a:hover,
#bo_v.consult-view .more_opt2 li a:active,
#bo_v.consult-view .more_opt2 li a:focus {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
    color: #495057 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    cursor: pointer !important;
    transition: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

#bo_v.consult-view .more_opt2 li a:hover {
    background: #f8f9fa !important;
    color: #6366f1 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* 강제 스타일 덮어쓰기 */
#bo_v.consult-view .more_opt2 li a[style] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ========== 컨텐츠 영역 ========== */
#bo_v.consult-view #bo_v_atc {
    margin: 30px 0 0 0 !important;
}

#bo_v.consult-view #bo_v_atc_title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 2px solid #f1f3f5 !important;
    position: relative !important;
    line-height: 1.4 !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

#bo_v.consult-view #bo_v_atc_title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 50px !important;
    height: 2px !important;
    background: #6366f1 !important;
}

#bo_v.consult-view #bo_v_con {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 25px !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
    color: #2d3748 !important;
    min-height: 150px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    margin: 0 !important;
    /* 본문 잘림 방지 및 글씨 렌더링 개선 */
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
}

/* 본문 전체 영역 스타일 */
#bo_v.consult-view .content-full {
    padding: 20px !important;
    color: #2d3748 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    word-break: keep-all !important;
    /* 글씨 렌더링 개선 */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    transform: none !important;
    /* 본문 내용이 잘리지 않도록 */
    overflow: visible !important;
    height: auto !important;
    min-height: 100px !important;
}

/* ========== 첨부파일 영역 ========== */
#bo_v.consult-view #bo_v_file {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 25px 0 !important;
    box-shadow: none !important;
}

#bo_v.consult-view #bo_v_file h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.4 !important;
}

#bo_v.consult-view #bo_v_file ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#bo_v.consult-view #bo_v_file li {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px !important;
    margin: 0 0 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#bo_v.consult-view #bo_v_file li:last-child {
    margin-bottom: 0 !important;
}

/* ========== 댓글 영역 스타일링 ========== */
#bo_v.consult-view + #bo_vc {
    max-width: 1200px !important;
    margin: 30px auto 0 auto !important;
    padding: 0 15px !important;
}

/* 댓글 쓰기 영역 심플 디자인 */
#bo_vc_w {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

#bo_vc_w h2 {
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #6366f1;
    display: inline-block;
}

/* 입력 필드 영역 */
#bo_vc_w .bo_vc_w_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}

/* 이름, 비밀번호 입력 필드 */
#bo_vc_w .bo_vc_w_info input[type="text"],
#bo_vc_w .bo_vc_w_info input[type="password"] {
    width: 140px;
    padding: 12px 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #fafafa;
    color: #2d3748;
    transition: all 0.2s ease;
    margin: 0;
}

#bo_vc_w .bo_vc_w_info input[type="text"]:focus,
#bo_vc_w .bo_vc_w_info input[type="password"]:focus {
    outline: none;
    border-color: #6366f1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* 플레이스홀더 스타일 */
#bo_vc_w .bo_vc_w_info input[type="text"]::placeholder,
#bo_vc_w .bo_vc_w_info input[type="password"]::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

/* 캡챠 영역 */
#bo_vc_w .bo_vc_w_info .captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

#bo_vc_w .bo_vc_w_info .captcha img {
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

#bo_vc_w .bo_vc_w_info .captcha input {
    width: 80px;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 13px;
    background: #ffffff;
    margin: 0;
}

#bo_vc_w .bo_vc_w_info .captcha input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.1);
}

/* 텍스트 영역 */
#bo_vc_w textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    background: #fafafa;
    color: #2d3748;
    resize: vertical;
    transition: all 0.2s ease;
    margin: 0 0 20px 0;
}

#bo_vc_w textarea:focus {
    outline: none;
    border-color: #6366f1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

#bo_vc_w textarea::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

/* 버튼 영역 */
#bo_vc_w .bo_vc_w_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

#bo_vc_w .btn_confirm {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 비밀글 체크박스 */
#bo_vc_w .wr_secret_ck {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #495057;
    cursor: pointer;
    margin: 0;
}

#bo_vc_w #wr_secret {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

/* 등록 버튼 */
#bo_vc_w .btn_submit {
    background: #6366f1;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

#bo_vc_w .btn_submit:hover {
    background: #4f46e5;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
}

/* ========== 모바일 반응형 ========== */
@media screen and (max-width: 768px) {
    #bo_v.consult-view .bo_v_innr {
        padding: 15px 12px !important;
    }
    
    #bo_v.consult-view #bo_v_title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    #bo_v.consult-view .bo_v_cate {
        font-size: 11px !important;
        padding: 3px 8px !important;
        margin-right: 6px !important;
    }
    
    #bo_v.consult-view .profile_info {
        padding: 8px 0 !important;
        font-size: 12px !important;
        flex-direction: row !important; /* 한 줄로 유지 */
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }
    
    #bo_v.consult-view .profile_img {
        width: 30px !important;
        height: 30px !important;
        font-size: 11px !important;
    }
    
    #bo_v.consult-view .profile_left {
        gap: 6px !important;
        font-size: 12px !important;
    }
    
    #bo_v.consult-view .profile_right {
        gap: 6px !important;
    }
    
    #bo_v.consult-view .profile_right .fa {
        font-size: 12px !important;
    }
    
    /* 모바일에서 테이블은 한 줄로 유지 - 레이블:내용 형태 */
    #bo_v.consult-view .consult-info-row {
        flex-direction: row !important; /* 한 줄로 유지 */
        min-height: 45px !important;
        align-items: center !important;
    }
    
    #bo_v.consult-view .consult-info-label {
        width: 80px !important; /* 고정 너비로 정렬 */
        min-width: 80px !important;
        border-right: 1px solid #e9ecef !important;
        border-bottom: none !important;
        padding: 12px 8px !important;
        font-size: 12px !important;
        text-align: center !important;
    }
    
    #bo_v.consult-view .consult-info-content {
        flex: 1 !important;
        padding: 12px 12px !important;
        font-size: 13px !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
    }
    
    #bo_v.consult-view .location-item {
        flex-direction: row !important; /* 한 줄로 유지 */
        align-items: center !important;
        min-height: 45px !important;
    }
    
    #bo_v.consult-view .location-label {
        width: 80px !important; /* 고정 너비로 정렬 */
        min-width: 80px !important;
        border-right: 1px solid #e9ecef !important;
        border-bottom: none !important;
        padding: 12px 8px !important;
        font-size: 12px !important;
        text-align: center !important;
    }
    
    #bo_v.consult-view .location-value {
        flex: 1 !important;
        padding: 12px 12px !important;
        font-size: 13px !important;
    }
    
    #bo_v.consult-view .btn_bo_user {
        justify-content: center !important;
        gap: 6px !important;
    }
    
    #bo_v.consult-view .custom-button-group {
        justify-content: center;
        gap: 6px;
    }
    
    #bo_v.consult-view .custom-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    #bo_v.consult-view .custom-btn-wrapper .btn_more_opt {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    #bo_v.consult-view .location-info-section h3 {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }
    
    #bo_v.consult-view .status-badge,
    #bo_v.consult-view .call-button {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
}

@media screen and (max-width: 480px) {
    #bo_v.consult-view .bo_v_innr {
        padding: 12px 10px !important;
    }
    
    #bo_v.consult-view #bo_v_title {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    #bo_v.consult-view .bo_v_cate {
        font-size: 10px !important;
        padding: 2px 6px !important;
        margin-right: 4px !important;
    }
    
    #bo_v.consult-view .profile_info {
        padding: 6px 0 !important;
        font-size: 11px !important;
        margin-bottom: 10px !important;
        flex-direction: row !important; /* 한 줄로 유지 */
        align-items: center !important;
        justify-content: space-between !important;
        gap: 6px !important;
        flex-wrap: nowrap !important;
    }
    
    #bo_v.consult-view .profile_img {
        width: 25px !important;
        height: 25px !important;
        font-size: 10px !important;
    }
    
    #bo_v.consult-view .profile_left {
        gap: 4px !important;
        font-size: 11px !important;
        min-width: 0 !important;
        flex: 1 !important;
    }
    
    #bo_v.consult-view .profile_right {
        gap: 4px !important;
        flex-shrink: 0 !important;
    }
    
    #bo_v.consult-view .profile_right .fa {
        font-size: 11px !important;
    }
    
    /* 작은 모바일에서도 한 줄로 유지 */
    #bo_v.consult-view .consult-info-row {
        flex-direction: row !important; /* 한 줄로 유지 */
        min-height: 40px !important;
        align-items: center !important;
    }
    
    #bo_v.consult-view .consult-info-label {
        width: 70px !important; /* 더 좁게 */
        min-width: 70px !important;
        font-size: 11px !important;
        padding: 10px 6px !important;
        border-right: 1px solid #e9ecef !important;
        border-bottom: none !important;
        text-align: center !important;
    }
    
    #bo_v.consult-view .consult-info-content {
        flex: 1 !important;
        font-size: 12px !important;
        padding: 10px 10px !important;
        gap: 5px !important;
    }
    
    #bo_v.consult-view .location-item {
        flex-direction: row !important; /* 한 줄로 유지 */
        min-height: 40px !important;
        align-items: center !important;
    }
    
    #bo_v.consult-view .location-label {
        width: 70px !important; /* 더 좁게 */
        min-width: 70px !important;
        font-size: 11px !important;
        padding: 10px 6px !important;
        border-right: 1px solid #e9ecef !important;
        border-bottom: none !important;
        text-align: center !important;
    }
    
    #bo_v.consult-view .location-value {
        flex: 1 !important;
        font-size: 12px !important;
        padding: 10px 10px !important;
    }
    
    #bo_v.consult-view .custom-button-group {
        justify-content: center;
        gap: 4px;
    }
    
    #bo_v.consult-view .custom-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    #bo_v.consult-view .custom-btn-wrapper .btn_more_opt {
        padding: 6px 10px;
        font-size: 11px;
    }
    
}

/* ========== 기존 스타일 무력화 ========== */
#bo_v.consult-view .bov_ul,
#bo_v.consult-view .bov_ul li,
#bo_v.consult-view .bov_li_title,
#bo_v.consult-view .bov_li_content,
#bo_v.consult-view .bov_li_title2,
#bo_v.consult-view .bov_li_content2 {
    display: none !important;
}

/* 접근성 */
#bo_v.consult-view .sound_only {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}