/* [공통 스타일] */
:root {
    --hc-purple: #643FCE;
    --hc-light-bg: #F3F0FF;
    --hc-text: #111;
    --hc-gray: #666;
    --hc-blue-head: #6B72F3; 
    --hc-purple-head: #8474F5; 
}

.help_wrap { font-family: 'Pretendard', sans-serif; color: var(--hc-text); background: #fff; }
.help_inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.txt_purple { color: var(--hc-purple) !important; }

/* 1. Hero Section */
.help_hero {
    width: 100%; height: 350px;
    background: url('/theme/realworld/img/help/help_bg.png') no-repeat center/cover;
    position: relative; display: flex; align-items: center; justify-content: center; text-align: center;
}
.help_hero::before { content:''; position: absolute; inset:0; background: rgba(0,0,0,0.5); }
.help_tit_box { position: relative; z-index: 2; color: #fff; }
.help_tit_box h2 { font-size: 40px; font-weight: 800; margin-bottom: 10px; }
.help_tit_box p { font-size: 18px; font-weight: 400; opacity: 0.9; line-height:1.5;}


/* 2. Guide Section */
.hc_guide_sec { margin-top: 80px; margin-bottom: 100px; }

.hc_intro_tit { text-align: center; margin-bottom: 60px; }
.hc_intro_tit h3 { font-size: 32px; font-weight: 800; line-height: 1.4; color: #000; margin-bottom: 10px; letter-spacing: -1px; }
.hc_intro_tit p { font-size: 16px; color: #666; font-weight: 600; margin: 0; }

/* 배너 영역 */
.hc_banner_wrap {
    background: var(--hc-purple); 
    border-radius: 20px; 
    padding: 25px 40px; 
    margin-bottom: 80px;
    box-shadow: 0 15px 30px rgba(100, 63, 206, 0.2);
}
.hc_banner_sub { 
    color: rgba(255,255,255,0.9); font-size: 24px; font-weight: 600; 
    margin-bottom: 15px; display: block; text-align: center;
}
.hc_banner_content { position: relative; }

/* 흰색 박스 */
.hc_white_box {
    background: #fff; border-radius: 16px; padding: 15px 15px 15px 35px;
    display: flex; align-items: center; justify-content: space-between; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.1); box-sizing: border-box; margin-right: 190px;
}
.hc_wb_left { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; width: 100%; }
.hc_guide_btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: #E8E0FF; color: var(--hc-purple);
    padding: 12px 24px; border-radius: 12px;
    font-size: 16px; font-weight: 700; text-decoration: none;
    transition: all 0.2s; white-space: nowrap;
    box-shadow: 0 2px 8px rgba(100, 63, 206, 0.1);
    margin-left: auto; margin-right: 12px;
}
.hc_guide_btn:hover { background: #DDD4FF; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(100, 63, 206, 0.2); }
.hc_pencil { font-size: 38px; color: #FF5A5A; transform: rotate(135deg); filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1)); }
.hc_wb_txt { font-size: 20px; font-weight: 800; color: var(--hc-purple); line-height: 1.4; letter-spacing: -0.5px; }
.hc_wb_txt span { display: block; font-size: 15px; color: #555; font-weight: 600; margin-bottom: 5px; letter-spacing: 0; }
.hc_wb_qr { width: 75px; height: 75px; flex-shrink: 0; }
.hc_wb_qr img { width: 100%; height: 100%; object-fit: contain; }

.hc_circle_badge {
    width: 150px; height: 150px; background: #fff; border-radius: 50%; flex-shrink: 0;
    position: absolute; right: 0px; top: 30%; transform: translateY(-50%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; color: var(--hc-purple); font-size: 24px; font-weight: 800;
    line-height: 1.3; box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* 3단 정보 박스 */
.hc_info_grid { display: flex; gap: 20px; margin-bottom: 80px; }
.hc_info_box { flex: 1; background: #EEE8FF; border-radius: 20px; padding: 40px 25px; text-align: center; }
.hc_info_tit { font-size: 22px; font-weight: 700; color: var(--hc-purple); margin-bottom: 20px; display: block; }
.hc_info_desc { font-size: 15px; color: #444; line-height: 1.6; word-break: keep-all; font-weight: 500; }
.hc_info_list { list-style: none; padding: 0; margin: 0; display: inline-block; text-align: left; }
.hc_info_list li { font-size: 15px; color: #333; margin-bottom: 12px; padding-left: 26px; position: relative; line-height: 1.4; font-weight: 600; }
.hc_info_list li::before { 
    content: '\f00c'; font-family: 'FontAwesome'; position: absolute; left: 0; top: 2px; 
    background: var(--hc-purple); color: #fff; width: 18px; height: 18px; border-radius: 50%; 
    font-size: 10px; display: flex; align-items: center; justify-content: center;
}


/* 3. Why Section */
.hc_why_sec { margin-bottom: 60px; text-align: center; }
.hc_why_tit { font-size: 26px; font-weight: 700; margin-bottom: 40px; color: var(--hc-purple); }
.hc_why_grid { display: flex; gap: 25px; }
.hc_why_item { 
    flex: 1; background: #fff; border: 1px solid #E5E5E5; border-radius: 20px; 
    padding: 40px 25px; transition: 0.3s; text-align: center; 
    box-shadow: 0 5px 10px rgba(0,0,0,0.03);
}
.hc_why_item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.hc_why_item h5 { font-size: 21px; font-weight: 700; color: var(--hc-purple); margin-bottom: 15px; }
.hc_why_item p { font-size: 16px; color: #555; line-height: 1.6; margin: 0; word-break: keep-all; font-weight: 500; }


/* 4. Criteria Section */
.hc_crit_sec { margin-bottom: 120px; }
.hc_crit_grid { display: flex; gap: 40px; }
/* 1. 컬럼 설정 확인 (기존 유지) */
.hc_crit_col { 
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 30px; 
    position: relative; 
}

/* 상단 박스 */
.crit_box { 
    border-radius: 20px; overflow: visible; 
    position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08); 
    background: #fff; border: 1px solid #eee;
}
.crit_head { 
    padding: 20px 25px; color: #fff; 
    display: flex; justify-content: space-between; align-items: center; 
    border-radius: 20px 20px 0 0; position: relative;
}
.crit_head h4 { font-size: 18px; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 10px; }
.crit_head h4 span { font-size: 13px; font-weight: 400; opacity: 0.9; }

/* 이미지 배지 (Top) */
.crit_badge_img_top {
    position: absolute; right: -20px; top: -30px; z-index: 20;
    width: 90px;
}
.crit_badge_img_top img { width: 100%; height: auto; display: block; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15)); }

.crit_body { padding: 30px; }
.crit_list { list-style: none; padding: 0; margin: 0; }
.crit_list li { 
    display: flex; justify-content: space-between; align-items: center; 
    margin-bottom: 15px; font-size: 15px; color: #444; font-weight: 600; 
}
.crit_list li:last-child { margin-bottom: 0; }

.crit_li_left { display: flex; align-items: center; gap: 12px; }
/* [수정] 숫자 이미지 크기 24px */
.crit_num_img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }

/* [수정] 체크박스: 흰 배경 + 검정 테두리 + 검정 체크 */
.chk_custom_box {
    width: 22px; height: 22px; 
    background-color: #fff; 
    border: 2px solid #333; /* 검정 테두리 */
    border-radius: 4px; 
    display: flex; align-items: center; justify-content: center;
    color: #000; /* 검정 체크 */
    font-size: 14px;
    flex-shrink: 0;
}

/* 화살표 이미지 */
.crit_arrow_img { 
    text-align: center; 
    margin-top: -50px; margin-bottom: -25px; 
    z-index: 5; position: relative; 
}
.crit_arrow_img img { width: 80px; height: auto; }

/* 결과 박스 */
.crit_result_box { 
    border-radius: 20px; overflow: visible; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); border: 1px solid #eee;
    background: #fff; position: relative;
}
.crit_result_head { 
    padding: 20px 25px; color: #fff; border-radius: 20px 20px 0 0; 
    background: var(--hc-purple);
}
.crit_result_head h4 { font-size: 18px; font-weight: 700; margin: 0; }

/* 이미지 배지 (Result) */
.crit_badge_img_res {
    position: absolute; right: -20px; top: -30px; 
    z-index: 20; width: 90px;
}
.crit_badge_img_res img { 
    width: 100%; height: auto; display: block; 
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15)); 
}

.crit_result_body { padding: 30px; }
.crit_ok_list { list-style: none; padding: 0; margin: 0; }
.crit_ok_list li { 
    display: flex; align-items: flex-start; gap: 12px; 
    margin-bottom: 10px; font-size: 15px; font-weight: 600; color: #333; 
}
.crit_ok_list li::before { 
    content: "\f00c"; font-family: 'FontAwesome'; 
    color: #FF4B4B; font-size: 16px; font-weight: 900; margin-top: 2px;
}

/* 2. [수정] 하단 박스 그룹이 남은 높이를 다 차지하도록 설정 */
.crit_btm_group { 
    margin-top: 40px; 
    position: relative; 
    
    /* 추가된 속성: 남은 공간 채우기 */
    flex: 1; 
    display: flex;
    flex-direction: column;
}

/* 3. 회색 탭 헤더 (크기 고정) */
.crit_btm_head {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #EAEAEA;
    padding: 9px 25px;
    border-radius: 15px;
    position: relative;
    top: 15px; /* 박스 위로 겹치도록 위치 조정 (기존 1px -> 15px 등 디자인에 맞춰 조정 가능) */
    z-index: 2;
    width: 100%;
    margin-bottom: 30px; /* 마진 제거 (겹치기 위해) */
    
    /* 추가된 속성: 높이 고정 */
    flex-shrink: 0; 
}
.crit_btm_head img { height: 28px; width: auto; object-fit: contain; margin-top: 10px; }
.crit_btm_head i { font-size: 22px; color: var(--hc-purple); }
.crit_btm_head span { font-size: 20px; font-weight: 800; color: #333; }
.crit_btm_head span.point { color: var(--hc-purple); }

/* 4. [수정] 흰색 본문 박스가 늘어나도록 설정 */
.crit_btm_body {
    background: #fff;
    border: 2px solid #EAEAEA;
    border-radius: 20px;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    
    /* 추가된 속성: 그룹 내 남은 높이 모두 채우기 */
    flex: 1; 
}

.crit_btm_list { list-style: none; padding: 0; margin: 0; }
.crit_btm_list li { 
    font-size: 17px; color: #444; margin-bottom: 5px; padding-left: 18px; 
    position: relative; line-height: 1.6; font-weight: 600;
}
.crit_btm_list li::before { 
    content: "●"; position: absolute; left: 0; top: 7px;
    color: var(--hc-purple); font-size: 7px; 
}
.cb_sub { 
    display: block; font-size: 15px; color: #999; 
    margin-top: 4px; font-weight: 400; 
}

/* [추가] 버튼 그리드 스타일 */
.hc_crit_btn_grid { display: flex; gap: 40px; margin-bottom: 40px; }
.hc_crit_btn { 
    background: #EEE8FF; border: 1px solid #E5E5E5; border-radius: 20px; 
    text-align: center; cursor: pointer; transition: all 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex; flex-direction: column; align-items: center; justify-content: center; height: 70px; padding: 15px 30px;
}
.hc_crit_btn:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(100, 63, 206, 0.15); border-color: var(--hc-purple); }
.hc_crit_btn img { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }
.hc_crit_btn span { font-size: 20px; font-weight: 700; color: #333; word-break: keep-all; line-height: 1.4; display: flex; align-items: center; }

/* [추가] 도움말 모달 스타일 */
.help_modal_overlay { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0,0,0,0.6); z-index: 9999; display: none; 
    align-items: center; justify-content: center; 
}
.help_modal_overlay.active { display: flex; }
.help_modal_box { 
    background: #fff; width: 800px; max-width: 95%; max-height: 90vh; 
    border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.3); animation: modalFadeIn 0.3s;
}
.help_modal_header { 
    padding: 25px 30px; border-bottom: 1px solid #eee; display: flex; 
    justify-content: space-between; align-items: center; background: #fff; flex-direction: row-reverse;
}
.help_modal_close { background: none; border: none; font-size: 28px; cursor: pointer; color: #999; transition: color 0.2s; }
.help_modal_close:hover { color: #333; }
.help_modal_body { 
    padding: 40px; overflow-y: auto; background: #f9f9f9; 
}
/* 모달 내부 요소 스타일 조정 */
.help_modal_body .crit_box, 
.help_modal_body .crit_result_box { 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 1px solid #eee; margin: 0 auto;
}
.help_modal_body .crit_arrow_img { margin: 5px 0; }
.help_modal_body .crit_btm_group { margin-top: 0; flex: none; }
.help_modal_body .crit_btm_head { top: 0; margin-bottom: 15px; background: transparent; padding: 0; }
.help_modal_body .crit_btm_body { border: 1px solid #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 헤더 컬러 */
.bg_head_blue { background: var(--hc-blue-head); }
.bg_head_purple { background: var(--hc-purple-head); }

#hc_notice { margin-bottom: 100px; }
/* 5. Contact Section */
.hc_contact_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 36px;
}
.hc_contact_title{
    font-size: 24px;
    font-weight: 800;
    color: #000;
    letter-spacing: -1.5px;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}
.hc_contact_qr {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}
.hc_contact_sec { text-align: center; margin-bottom: 100px;}
.hc_contact_tit { font-size: 35px; font-weight: 800; margin-bottom: 30px; color: #111; }
.hc_contact_sub { font-size: 21px; color: #000; font-weight: 600; margin-bottom: 130px; }

/* 리스트 컨테이너 */
.hc_contact_list { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1300px; 
    margin: 0 auto; 
    padding: 0;
    background: #fff;
}

/* 개별 행 */
.hc_contact_row { 
    display: flex; 
    flex-direction: column;
    padding: 40px 30px 30px 30px; 
    border: 2px solid #E5E5E5;
    border-radius: 30px;
    transition: background 0.2s;
    margin: 0;
    text-align: center;
}
/* .hc_contact_row:last-child { border-bottom: none; } */

/* 좌측 정보 (고정 너비) */
.hc_ct_info { 
    width: 100%;
    flex-shrink: 0;
    text-align: center; 
}
.hc_ct_desc {
    font-size: 14px;
}

.hc_ct_tit {
    font-size: 25px;
    font-weight: 900;
    color: #111;
    display: block;
}

.hc_ct_info_desc {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
    font-weight: 400;
}

/* 중앙 메타 정보 (세로선 포함) */
.hc_ct_meta {
    flex: 1;
    padding: 20px 0;
    border-left: none;
    text-align: center;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-left: 0;
    min-height: auto;
    /* display: block; */

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:150px;
}

/* 우측 버튼 (고정 크기) */
.btn_contact { 
    width: 100%; 
    height: 52px;
    padding: 0;
    border-radius: 50px; 
    font-size: 15px; 
    font-weight: 700; 
    text-decoration: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}
.btn_yellow { background: #FFD600; color: #111; border: 1px solid #FFD600; }
.btn_gray { background: #F0F0F0; color: #333; border: 1px solid #F0F0F0; }
.btn_purple { background: #6440CE; color: #fff; border: 1px solid #6440CE; }
.btn_blue { background: #4F87ED; color: #fff; border: 1px solid #4F87ED; }
.btn_black { background: #222222; color: #fff; border: 1px solid #222222; }
.btn_outline { background: #fff; color: #333; border: 1px solid #ddd; }

/* 6. Board Section */
.hc_board_sec { margin-bottom: 100px; }
.hc_board_head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.hc_board_tit { font-size: 24px; font-weight: 800; color: #111; }
.hc_search_wrap { position: relative; width: 300px; }
.hc_search_wrap input { width: 100%; height: 44px; border: 1px solid #ddd; border-radius: 22px; padding: 0 40px 0 20px; font-size: 14px; outline: none; background: #fff; transition: border-color 0.2s; }
.hc_search_wrap input:focus { border-color: var(--hc-purple); }
.hc_search_wrap button { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: #888; font-size: 16px; }
.hc_board_list { border-top: 2px solid var(--hc-purple); }
.hc_board_item { display: flex; align-items: center; padding: 30px 10px; border-bottom: 1px solid #eee; transition: background 0.2s; cursor: pointer; }
.hc_board_item:hover { background: #fcfcfc; }
.hb_date_box { width: 100px; text-align: center; margin-right: 30px; flex-shrink: 0; }
.hb_day { font-size: 36px; font-weight: 800; line-height: 1; display: block; color: #e0e0e0; }
.hb_ym { font-size: 13px; font-weight: 500; color: #ccc; margin-top: 6px; display: block; letter-spacing: 0.5px; }
.hc_board_item:hover .hb_day, .hc_board_item:hover .hb_ym { color: var(--hc-purple); }
.hb_content { flex: 1; padding-right: 40px; overflow: hidden; }
.hb_subj { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 10px; display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hb_new { display: inline-block; width: 18px; height: 18px; background: var(--hc-purple); color: #fff; font-size: 11px; text-align: center; line-height: 18px; border-radius: 50%; vertical-align: middle; margin-left: 6px; transform: translateY(-2px); }
.hb_desc { font-size: 14px; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; display: block; }
.hb_writer { width: 100px; text-align: right; font-size: 14px; color: #333; font-weight: 600; flex-shrink: 0;}

/* Search Form Styles */
.hc_search_form {
    display: flex;
    gap: 10px;
}

.hc_search_input {
    flex: 1;
}

.hc_search_btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.hc_search_btn:hover {
    color: var(--hc-purple);
}

/* Paging Styles */
.hc_paging_wrapper {
    margin-top: 50px;
    text-align: center;
}

.hc_notice_page_btn {
    padding: 10px 14px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-block;
    margin: 0 4px;
    min-width: 40px;
}

.hc_notice_page_btn:hover:not(:disabled) {
    border-color: #6366f1;
    color: #6366f1;
}

.hc_notice_page_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hc_paging_current {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff;
    border: 2px solid transparent;
    margin: 0 4px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
    transition: all 0.25s ease;
}

.faq-title{
    font-size:24px !important;
}

/* FAQ Section Wrapper */
.hc_faq_sec { padding: 0; margin-bottom: 100px; }

.hc_faq_wrapper{
    margin: 0 auto;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 80px 40px 0;
}

#help-faq-link{
    position: relative;
    top: -110px;
}

/* Mobile */
@media (max-width: 768px) {
    .hc_contact_list {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        max-width: 100%;
    }

    .hc_contact_row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 20px 15px;
        border-bottom: 1px solid #E5E5E5;
        margin: 0;
    }

    .hc_ct_info {
        width: auto;
        flex-shrink: 0;
        min-width: 120px;
    }

    .hc_ct_info .hc_ct_tit {
        font-size: 18px;
    }

    .hc_ct_info .hc_ct_desc {
        font-size: 12px;
    }

    .hc_ct_meta {
        flex: 1;
        padding: 0 15px;
        border-left: none;
        margin-left: 0;
        min-height: auto;
        display: block;
        font-size: 12px;
        text-align: left;
    }

    .btn_contact {
        width: 120px;
        height: 44px;
        flex-shrink: 0;
        font-size: 13px;
    }
    
    .hc_banner_content { display: flex; flex-direction: column; gap: 20px; }
    .hc_white_box { flex-direction: column; text-align: center; gap: 15px; margin-right: 0; }
    .hc_wb_left { flex-direction: column; text-align: center; }
    .hc_guide_btn { width: 100%; max-width: 280px; margin: 0 auto; }
    .hc_pencil { transform: rotate(0deg); margin-bottom: 10px; }
    .hc_wb_qr { margin-top: 10px; }
    .hc_circle_badge { position: static; transform: none; width: 100%; height: 70px; border-radius: 15px; font-size: 16px; flex-direction: row; gap: 10px; }
    
    .hc_info_grid, .hc_why_grid, .hc_crit_grid { flex-direction: column; gap: 40px; }
    
    .crit_badge_img_top { right: -10px; top: -20px; width: 70px; }
    .crit_badge_img_res { right: -10px; top: -20px; width: 70px; }
    .crit_arrow_img { margin: -20px 0; }
    .crit_arrow_img img { width: 50px; }
    
    .hc_crit_btn_grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .hc_crit_btn { height: 180px; padding: 20px 10px; }
    .hc_crit_btn img { width: 50px; height: 50px; margin-bottom: 15px; }
    .hc_crit_btn span { font-size: 16px; }
    .help_modal_body { padding: 20px; }

    .hc_board_head { flex-direction: column; align-items: flex-start; gap: 15px; }
    .hc_search_wrap { width: 100%; }
    .hc_board_item { flex-wrap: wrap; position: relative; padding: 20px 0; }
    .hb_date_box { width: 100%; text-align: left; margin-bottom: 10px; display: flex; align-items: baseline; gap: 8px; margin-right: 0; }
    .hb_day { font-size: 22px; color: var(--hc-purple); }
    .hb_content { padding-right: 0; width: 100%; }
    .hb_writer { position: absolute; right: 0; top: 20px; font-size: 13px; color: #999; }
}

@media (max-width: 480px) {
    .hc_contact_list {
        grid-template-columns: 1fr;
    }
}