/* Guide Skin CSS - dasaja.co.kr */

/* 메인 위젯 레이아웃 점프 방지 */
.guide-widget-section { min-height: 300px; }

/* 모바일 가이드 위젯 배경 제거 */
@media (max-width: 768px) {
  .guide-widget-section {
    background: transparent !important;
    border: none !important;
  }
}

/* Header */
.guide-header {
    padding: 24px 10px 16px;
}
.guide-header-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.guide-header-sub {
    font-size: 14px;
    color: #888;
    margin: 16px 0 0;
}

/* Category Tabs */
.guide-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 24px;
}
.guide-tab {
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 500;
    color: #666;
    background: #f3f4f6;
    text-decoration: none;
    transition: all 0.15s;
    white-space: nowrap;
}
.guide-tab:hover {
    background: #e8e9eb;
    color: #333;
    text-decoration: none;
}
.guide-tab.active {
    font-weight: 700;
}

/* Card Grid */
.guide-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 20px 0;
}
.guide-card {
    display: block;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04), 0 4px 24px rgba(0,0,0,0.03);
    padding: 24px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
}
.guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    text-decoration: none;
    color: inherit;
}

/* Card Icon */
.guide-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

/* Badge */
.guide-category-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* Card Title */
.guide-card-title {
    font-size: 16px;
    font-weight: 750;
    line-height: 1.4;
    margin: 10px 0 8px;
    color: #111;
    letter-spacing: -0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Summary */
.guide-card-summary {
    font-size: 13px;
    color: #777;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* Card Meta */
.guide-card-meta {
    font-size: 11px;
    color: #aaa;
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.guide-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* NEW Dot */
.guide-new-dot {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF3B30;
}

/* Empty State */
.guide-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #bbb;
    font-size: 14px;
}

/* Write Button */
.guide-write-btn-wrap {
    text-align: right;
    margin-top: 20px;
}
.guide-write-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.guide-write-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

/* View - Back Link & Badge */
.guide-article-wrap {
    padding: 16px 0 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.guide-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
}
.guide-back-link:hover {
    color: #111;
    text-decoration: none;
}
.guide-badge-view {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

/* AI Notice */
.guide-ai-notice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 14px 18px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 16px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    border: 1px solid #f0f0f0;
}
.guide-ai-notice svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Layout: saja_guide 좌측 사이드바 제거 시 콘텐츠 확장 */
body .page_wrapper .main_section.type_board .board-layout {
    width: 100% !important;
    flex: 1 1 auto !important;
}

/* 상세 페이지 본문 가독성 */
.guide-article-body,
#bo_v_con {
    max-width: 800px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* 본문 콘텐츠 가독성 */
.contents p { margin-bottom: 18px !important; line-height: 1.8 !important; }
.contents h2 { margin-top: 48px !important; margin-bottom: 20px !important; }
.contents h3 { margin-top: 32px !important; margin-bottom: 14px !important; }
.contents ul, .contents ol { margin-bottom: 20px !important; padding-left: 24px !important; }
.contents li { margin-bottom: 8px !important; line-height: 1.7 !important; }
.contents table { margin: 24px 0 !important; }
.contents hr { margin: 36px 0 !important; border: none !important; border-top: 1px solid #e5e7eb !important; }

/* 기본 보드 제목 숨김 (커스텀 guide-header와 중복) */
.board-title {
    display: none !important;
}

/* 하단 기본 글쓰기 버튼 숨김 (상단 guide-write-btn만 유지) */
.board_button_wrapper {
    display: none !important;
}

/* View: IP 주소 + location 아이콘 숨김 */
.location-wrap {
    display: none !important;
}

/* View: 작성글/핫게시글 탭 섹션 숨김 (광고 배너는 유지) */
.my-post-wrap {
    display: none !important;
}

/* View: 비로그인 "AD" 텍스트 플레이스홀더 숨김 (실제 광고가 아닌 단순 텍스트) */
.ad-box {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .guide-header, .guide-cards, .guide-card, .guide-tab {
        font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .guide-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .guide-card {
        padding: 18px;
        border-radius: 14px;
        box-shadow: 0 1px 8px rgba(0,0,0,0.06), 0 2px 12px rgba(0,0,0,0.03);
    }
    .guide-card-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        margin-bottom: 12px;
    }
    .guide-category-badge {
        padding: 3px 10px;
        font-size: 11px;
        letter-spacing: -0.3px;
    }
    .guide-card-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }
    .guide-card-summary {
        font-size: 13px;
        color: #888;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 6px 0 10px;
    }
    .guide-card-meta {
        font-size: 12px;
        color: #aaa;
    }
    .guide-new-dot {
        top: 12px;
        right: 12px;
        width: 8px;
        height: 8px;
    }
    .guide-header-title {
        font-size: 22px;
    }
    .guide-category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0px 10px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .guide-category-tabs::-webkit-scrollbar {
        display: none;
    }
    .guide-tab {
        flex-shrink: 0;
    }
    .contents p { margin-bottom: 16px !important; line-height: 1.7 !important; }
    .contents h2 { margin-top: 36px !important; margin-bottom: 16px !important; }
    .contents h3 { margin-top: 32px !important; margin-bottom: 14px !important; }
    .contents ul, .contents ol { margin-bottom: 20px !important; padding-left: 24px !important; }
    .contents li { margin-bottom: 8px !important; line-height: 1.7 !important; }
    .contents table { margin: 24px 0 !important; }
    .contents hr { margin: 36px 0 !important; border: none !important; border-top: 1px solid #e5e7eb !important; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .guide-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================================
   할인 가이드 글 상세 — 본문 스타일 개선
   추가일: 2026-03-16
   대상: .contents 내부 요소
   ============================================ */

/* ===== 테이블 스타일 개선 v2 ===== */
.contents table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 24px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    border: 1px solid #dee2e6 !important;
    table-layout: auto !important;
}
.contents thead th {
    background: #2c3e50 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 14px 16px !important;
    text-align: center !important;
    border: 1px solid #1a252f !important;
    white-space: nowrap !important;
    letter-spacing: -0.3px !important;
}
.contents thead th strong,
.contents thead strong {
    color: #fff !important;
}
.contents tbody td {
    padding: 13px 14px !important;
    border: 1px solid #e9ecef !important;
    color: #333 !important;
    vertical-align: middle !important;
    font-size: 13.5px !important;
    white-space: nowrap !important;
}
.contents tbody td:nth-child(n+6):not(:last-child) {
    white-space: normal !important;
}
.contents tbody tr:nth-child(odd) {
    background: #f8f9fa !important;
}
.contents tbody tr:nth-child(even) {
    background: #fff !important;
}
.contents tbody tr:hover {
    background: #edf2f7 !important;
    transition: background 0.15s ease !important;
}
/* 1위 행 (첫 번째 tbody tr) 강조 */
.contents tbody tr:first-child {
    background: #ebf5ff !important;
    font-weight: 600 !important;
}
.contents tbody tr:first-child td {
    color: #1a56db !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #3b82f6 !important;
}
/* 첫 열 (순위) 강조 */
.contents tbody td:first-child {
    text-align: center !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    min-width: 44px !important;
}
/* 가격 열 강조 (bold가 포함된 셀) */
.contents tbody td strong {
    color: #1a56db !important;
    font-weight: 700 !important;
}

/* 모바일 테이블 */
@media (max-width: 768px) {
    .contents table {
        font-size: 12px !important;
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .contents thead th {
        padding: 10px 8px !important;
        font-size: 11px !important;
    }
    .contents tbody td {
        padding: 9px 8px !important;
        font-size: 12px !important;
    }
}


/* --- 제목 스타일 --- */
.contents h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin-top: 48px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #3498db !important;
    letter-spacing: -0.3px !important;
    line-height: 1.35 !important;
}

.contents h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-top: 32px !important;
    margin-bottom: 12px !important;
    padding-left: 12px !important;
    border-left: 4px solid #3498db !important;
    line-height: 1.4 !important;
}

.contents h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #34495e !important;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
}

/* 첫 번째 h2는 상단 마진 줄이기 */
.contents h2:first-child,
.contents h2:first-of-type {
    margin-top: 8px !important;
}


/* --- 구분선 --- */
.contents hr {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(to right, transparent, #d0d0d0, transparent) !important;
    margin: 36px 0 !important;
}


/* --- 본문 텍스트 --- */
.contents p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    margin-bottom: 14px !important;
    word-break: keep-all !important;
}


/* --- 강조 텍스트 --- */
.contents strong, .contents b {
    color: #1a1a2e !important;
    font-weight: 700 !important;
}


/* --- 3줄 요약 스타일 (첫 번째 blockquote 또는 ul) --- */
.contents blockquote {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%) !important;
    border-left: 4px solid #3498db !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 18px 22px !important;
    margin: 20px 0 !important;
    color: #2c3e50 !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
}


/* --- 리스트 스타일 --- */
.contents ul {
    margin: 12px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.contents ul li {
    position: relative !important;
    padding: 6px 0 6px 20px !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

.contents ul li::before {
    content: '' !important;
    position: absolute !important;
    left: 2px !important;
    top: 14px !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #3498db !important;
}

.contents ol {
    margin: 12px 0 !important;
    padding-left: 24px !important;
}

.contents ol li {
    padding: 4px 0 !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}


/* --- 링크 --- */
.contents a {
    color: #2980b9 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s !important;
}

.contents a:hover {
    border-bottom-color: #2980b9 !important;
}


/* --- 제휴 링크 고지 박스 --- */
.affiliate-notice {
    background: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    margin-top: 32px !important;
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}


/* --- 전체 .contents 래퍼 --- */
.contents {
    max-width: 939px !important;
    padding: 8px 0 !important;
}


/* --- 모바일 추가 조정 --- */
@media (max-width: 768px) {
    .contents h2 {
        font-size: 19px !important;
        margin-top: 36px !important;
    }
    .contents h3 {
        font-size: 16px !important;
        margin-top: 24px !important;
    }
    .contents p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }
    .contents blockquote {
        padding: 14px 16px !important;
    }
    .contents {
        padding: 0 4px !important;
    }
}

/* 테이블 헤더 bold — v2에서 .contents thead th strong으로 처리됨 */

/* --- 모바일 테이블 가로 스크롤 (768px 이하) --- */
@media (max-width: 768px) {
    .table-scroll-wrap {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 16px 0 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 8px !important;
        position: relative !important;
    }

    .table-scroll-wrap table {
        width: max-content !important;
        min-width: 100% !important;
        display: table !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

    .table-scroll-wrap::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 24px !important;
        height: 100% !important;
        background: linear-gradient(to right, transparent, rgba(255,255,255,0.7)) !important;
        pointer-events: none !important;
        z-index: 1 !important;
        transition: opacity 0.3s !important;
        border-radius: 0 8px 8px 0 !important;
    }

    .table-scroll-wrap.scrolled-end::after {
        opacity: 0 !important;
    }

    .table-scroll-hint {
        text-align: right !important;
        font-size: 11px !important;
        color: #999 !important;
        padding: 0 4px 6px 0 !important;
    }
}

/* ============================================
   아이허브 쿠폰 카드 전용 스타일
   추가일: 2026-03-17
   ============================================ */

.ih-grid {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin: 20px 0 !important;
}

.ih-card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

.ih-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06) !important;
}

.ih-top {
    background: #f8f9fa !important;
    padding: 20px 12px !important;
    text-align: center !important;
    border-bottom: 1px dashed #eee !important;
}

.ih-val {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #2c3e50 !important;
    line-height: 1 !important;
}

.ih-val span {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.ih-val.green { color: #27ae60 !important; }
.ih-val.red { color: #e74c3c !important; }
.ih-val.blue { color: #2980b9 !important; }

.ih-mid {
    padding: 16px 12px !important;
    text-align: center !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 100px !important;
}

.ih-code {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #555 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.3px !important;
}

.ih-desc {
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.5 !important;
    word-break: keep-all !important;
}

.ih-badge {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    margin-bottom: 6px !important;
}

.ih-badge.new { background: #e8f5e9 !important; color: #2e7d32 !important; }
.ih-badge.hot { background: #fce4ec !important; color: #c62828 !important; }
.ih-badge.always { background: #e3f2fd !important; color: #1565c0 !important; }

.ih-bottom {
    padding: 0 14px 14px !important;
}

.ih-btn {
    display: block !important;
    background: #27ae60 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 11px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: background 0.2s !important;
}

.ih-btn:hover {
    background: #219a52 !important;
    color: #fff !important;
    border-bottom: none !important;
}

/* .contents a 의 color: #2980b9 덮어쓰기 방지 */
.contents .ih-btn,
.contents .ih-btn:hover,
.contents .ih-btn.secondary,
.contents .ih-btn.secondary:hover {
    color: #fff !important;
    border-bottom: none !important;
}

.ih-btn.secondary {
    background: #3498db !important;
}

.ih-btn.secondary:hover {
    background: #2980b9 !important;
}

.ih-card.featured {
    border: 2px solid #27ae60 !important;
}

.ih-card.featured .ih-top {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%) !important;
}

.ih-summary-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    font-size: 14px !important;
}

.ih-summary-table th {
    background: #27ae60 !important;
    color: #fff !important;
    padding: 10px 12px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.ih-summary-table td {
    padding: 10px 12px !important;
    border: 1px solid #e8e8e8 !important;
    text-align: center !important;
}

.ih-summary-table tbody tr:nth-child(even) {
    background: #f8f9fa !important;
}

@media (max-width: 768px) {
    .ih-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .ih-val { font-size: 34px !important; }
    .ih-code { font-size: 15px !important; }
    .ih-desc { font-size: 12px !important; }
    .ih-mid { min-height: 90px !important; padding: 12px 8px !important; }
    .ih-btn { padding: 10px !important; font-size: 13px !important; }
}

/* ===== 관련 가이드 내부 링크 ===== */
.related-guides {
  margin-top: 40px !important;
  padding: 24px 20px !important;
  background: #f8f9fa !important;
  border-radius: 8px !important;
  border: 1px solid #e9ecef !important;
}
.related-guides h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #2c3e50 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  border: none !important;
}
.related-guides ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.related-guides ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.related-guides ul li::before {
  display: none !important;
}
.related-guides ul li a {
  display: block !important;
  padding: 12px 16px !important;
  background: #fff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 6px !important;
  color: #2c3e50 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
}
.related-guides ul li a:hover {
  border-color: #3498db !important;
  color: #3498db !important;
  transform: translateX(4px) !important;
}
.related-guides ul li a .rg-cat {
  display: inline-block !important;
  font-size: 11px !important;
  color: #7f8c8d !important;
  font-weight: 400 !important;
  margin-left: 8px !important;
}

@media (max-width: 768px) {
  .related-guides {
    margin-top: 30px !important;
    padding: 16px 14px !important;
  }
  .related-guides ul li a {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
}

/* 할인가이드 검색 (2026-04) */
.guide-search-wrap {
  max-width: 480px;
  margin: 0 auto 20px;
  padding: 0 16px;
}
.guide-search-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #f5f5f7;
  border-radius: 12px;
  padding: 0 16px;
  transition: background 0.2s, box-shadow 0.2s;
}
.guide-search-box:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px #6c5ce7;
}
.guide-search-icon {
  color: #999;
  flex-shrink: 0;
}
.guide-search-input {
  flex: 1;
  border: 0 !important;
  background: transparent;
  padding: 12px 10px;
  font-size: 14px;
  outline: none;
  color: #333;
}
.guide-search-input::placeholder {
  color: #aaa;
}
.guide-search-clear {
  border: none;
  background: #ccc;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.guide-search-clear:hover {
  background: #999;
}
.guide-search-count {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

/* saja_guide 하단 검색 숨김 */
#bo_sch { display: none; }

/* 모바일 검색 */
@media (max-width: 768px) {
  .guide-search-wrap {
    max-width: 100%;
    padding: 0 12px;
    margin-bottom: 16px;
  }
  .guide-search-input {
    font-size: 15px;
    padding: 11px 8px;
  }
}
