/* inquiry 전용 폼 스타일 */

.about_tab {
    /* max-width: 1350px; */
    margin: 0 auto;
    /* padding: 0 20px; */
    margin-bottom: 130px;
    margin-top: 30px;
    /* height: 173px; */
}

.about_tab ul {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #ddd;
    /* padding: 0 30px; */
}

.about_tab li {
    min-width: 200px;
    text-align: center;
}

.about_tab li a {
    display: block;
    padding: 66px 30px;
    font-size: 24px;
    color: #666;
    position: relative;
    font-weight: 700;
}

.about_tab li.active a {
    color: #0056b3;
    font-weight: 700;
}

.about_tab li.active a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0056b3;
}

.inquiry-title {
    font-size: 60px;
    font-weight: 700;
    /* margin-bottom: 32px; */
    color: #222;
    letter-spacing: -1px;
    /* border-bottom: 2px solid var(--border-color); */
    padding-bottom: 60px;
}

.inquiry-form-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
    /* border-bottom: 3px solid var(--border-color); */
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.inquiry-form-table th {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: black;
    width: 90px;
    vertical-align: top;
    padding-top: 25px;
    letter-spacing: -0.5px;
}

.inquiry-form-table th .required {
    color: #e74c3c;
    margin-left: 2px;
    font-size: 1rem;
    vertical-align: middle;
}

.inquiry-form-table td {
    padding: 0;
    padding-left: 40px;
}

.inquiry-form-table input[type="text"],
.inquiry-form-table input[type="password"],
.inquiry-form-table input[type="email"],
.inquiry-form-table select {
    width: 100%;
    height: 80px;
    border: 1px solid var(--text-light);
    border-radius: 12px;
    font-size: 24px;
    padding: 0 36px;
    /* background: #fafbfc; */
    color: var(--text-light);
    box-sizing: border-box;
    transition: border 0.2s;
}

.inquiry-form-table input[type="text"]:focus,
.inquiry-form-table input[type="password"]:focus,
.inquiry-form-table input[type="email"]:focus,
.inquiry-form-table select:focus {
    border: 1.5px solid #1a386d;
    background: #fff;
    outline: none;
}

.inquiry-form-table textarea {
    width: 100%;
    min-height: 560px;
    border: 1px solid var(--text-light);
    border-radius: 12px;
    font-size: 24px;
    padding: 20px 36px;
    /* background: #fafbfc; */
    color: var(--text-light);
    resize: vertical;
    box-sizing: border-box;
    transition: border 0.2s;
}

.inquiry-form-table textarea:focus {
    border: 1.5px solid #1a386d;
    background: #fff;
    outline: none;
}

.inquiry-form-table .email-group {
    display: flex;
    gap: 20px;
}

.inquiry-form-table .email-group input[type="text"] {
    flex: 1 1 0;
}

.inquiry-form-table .email-group select {
    min-width: 120px;
    flex: 1;
    font-size: 24px;
    color: var(--text-light);
}

.inquiry-form-table .captcha-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inquiry-form-table .captcha-img {
    font-family: 'Consolas', 'monospace';
    font-size: 1.15rem;
    background: #222;
    color: #fff;
    border-radius: 4px;
    padding: 0 16px;
    height: 44px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

.inquiry-form-table .captcha-input {
    flex: 1 1 0;
}

.inquiry-form-table .captcha-refresh {
    color: #1a386d;
    font-size: 0.98rem;
    margin-left: 8px;
    cursor: pointer;
    text-decoration: underline;
}

.inquiry-form-table .privacy-box {
    /* background: #f7f7f7; */
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 36px;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.7;
    overflow-y: scroll;
    height: 280px;
}

.inquiry-form-table .privacy-check {
    margin-top: 8px;
    font-size: 1rem;
}

.inquiry-form-table .privacy-check input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle;
}

.inquiry-form-table .privacy-check label {
    vertical-align: middle;
}

.inquiry-form-table .privacy-title {
    font-weight: 700;
    font-size: 1.08rem;
    margin-bottom: 8px;
    color: #222;
}

.inquiry-form-table .privacy-desc {
    font-size: 0.97rem;
    color: #666;
    margin-bottom: 4px;
}

.inquiry-form-table .privacy-list {
    margin: 0 0 0 12px;
    padding: 0;
    font-size: 0.97rem;
    color: #666;
}

.inquiry-form-table .privacy-list li {
    list-style: decimal;
    margin-bottom: 2px;
}

.inquiry-form-table .privacy-list li:last-child {
    margin-bottom: 0;
}

/* 문의하기 버튼 */
#container .btn_submit {
    /* width: 120px; */
    /* height: 44px; */
    background: #0a3571;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    margin: 32px auto 150px auto;
    display: block;
    transition: background 0.2s;
    cursor: pointer;
    padding: 24px 60px;
}

#container .btn_submit:hover,
#container .btn_submit:focus {}

/* 취소 버튼 */
#container .btn_cancel {
    width: 120px;
    height: 44px;
    background: #fff;
    color: #1a386d;
    font-size: 1.12rem;
    font-weight: 600;
    border: 1.5px solid #1a386d;
    border-radius: 6px;
    margin-right: 12px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}

#container .btn_cancel:hover,
#container .btn_cancel:focus {}

.file_del{
    flex: 1;
    display: flex;
}

.file_del label{
    width: 100% !important;
    margin-left: 10px !important;
}

/* 반응형 (모바일) */
@media (max-width: 768px) {
    .tbl_head01 {
       border-bottom: 2px solid #999;
    }
    #container {
        max-width: 100%;
        margin: 24px 0 0 0;
        padding: 0 8px 32px 8px;
    }

    .inquiry-title {
        font-size: 1.35rem;
        margin-bottom: 18px;
    }

    .inquiry-form-table th {
        width: 90px;
        font-size: 0.98rem;
        padding-top: 6px;
    }

    .inquiry-form-table input[type="text"],
    .inquiry-form-table input[type="password"],
    .inquiry-form-table input[type="email"],
    .inquiry-form-table select,
    .inquiry-form-table textarea {
        font-size: 0.98rem;
        height: 38px;
        padding: 0 10px;
    }

    .inquiry-form-table textarea {
        min-height: 90px;
        padding: 8px 10px;
    }

    .inquiry-form-table .email-group select {
        width: 100px;
        min-width: 80px;
    }

    #container .btn_submit,
    #container .btn_cancel {
        width: 100%;
        margin: 18px 0 0 0;
        font-size: 1rem;
        height: 40px;
        line-height: 40px;
    }

    .inquiry-form-table .privacy-box {
        padding: 10px 8px;
        font-size: 0.92rem;
    }
}

/* 테이블 스타일은 필요에 따라 추가 조정 */

#agree {
    width: 20px;
    height: 20px;
    accent-color: #999;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #999 !important;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: border-color 0.2s, background 0.2s;
}

#agree:checked {
    background: #999;
    border-color: #999 !important;
}

#agree:checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* 파일첨부 커스텀 버튼 스타일 */
.filebox {
    display: flex;
    align-items: center;
    border: 1px solid var(--text-light);
    border-radius: 12px;
    padding: 6px 8px;
    /* height: 56px; */
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.file-btn {
    display: inline-block;
    background: #f7f7f7;
    color: #222;
    border: 1.5px solid #bdbdbd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    cursor: pointer;
    margin-right: 18px;
    transition: background 0.2s, border 0.2s;
}

.file-btn:hover {}

.file-input {
    display: none;
}

.file-name {
    font-size: 16px;
    color: #888;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbl_head01 th.chk_box {
    width: 20px;
}

.tbl_head01 th.num, .tbl_head01 th.hit, .tbl_head01 th.date, .tbl_head01 th.category{
    width: 10%;
}

.tbl_head01 th.date {
    width: 15%;
}

@media (max-width: 768px) {
    .tbl_head01 th {
        width: 0px;
    }

    .tbl_head01 th.category {
        width: 40px !important;
    }

    .tbl_head01 th.subject {
        width: calc( 100% - 40px);
    }

    .tbl_head01 .mobile td {
        border-bottom:none;
    }

    .filebox {
        height: 38px;
        padding: 0 8px;
    }

    .file-btn {
        font-size: 0.95rem;
        padding: 6px 12px;
        margin-right: 8px;
    }

    .file-name {
        font-size: 0.92rem;
    }
}

.btn-box {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 32px;
    margin-bottom: 80px;
}

.btn {
    /* min-width: 120px; */
    /* height: 48px; */
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    line-height: 1;
    height: auto;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    padding: 8px 20px;
}

.btn-cancel {
    background: var(--text-light);
    color: white;
    border: none;
}

.btn-submit {
    background: #0a3571;
    color: #fff;
}

.btn-cancel:hover,
.btn-submit:hover {}

@media (max-width: 768px) {
    .filebox {
        height: auto;
        padding: 0 8px;
    }

    .file-name {
        font-size: 0.92rem;
        flex: 1 !important;
    }

    .btn-box {
        flex-direction: column;
        gap: 8px;
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .btn {
        width: 100%;
        min-width: 0;
        height: 40px;
        font-size: 1rem;
    }
}

#container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 80px 0;
}

.board_title {
    font-size: 64px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.board_subtitle {
    font-size: 24px;
    color: #999;
    margin-bottom: 78px;
  }

.board_count {
    font-size: 23px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
}

.board_count .count{
    color: var(--secondary-color);
}

/* 카테고리 필터 버튼 */
.category_filter {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 40px 0;
}

.filter_btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
}

.filter_btn:hover {
    color: #0056b3;
    border-color: #0056b3;
    background: #fff;
}

.filter_btn.active {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.tbl_head01 {
    margin-bottom: 40px;
}

.tbl_head01 table {
    width: 100%;
    border-top: 2px solid #c1c1c1;
}

.tbl_head01 thead th {
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
    background: #eeeeee;
}

.tbl_head01 tbody td {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #666;
}

.td_num {
    width: 100px;
}

.td_category {
    width: 100px;
    font-weight: 700;
}

.td_category.primary {
    color: var(--primary-color);
}

.td_category.secondary {
    color: var(--secondary-color);
}

.td_datetime {
    width: 120px;
}

.td_subject {
    text-align: left !important;
    padding-left: 20px !important;
}

.td_subject a {
    color: #000;
    text-decoration: none;
}

.td_subject a:hover {}

.cnt_cmt {
    display: inline-block;
    margin-left: 5px;
    color: #ff0000;
}

/* 페이징 */
.board_pagination {
    margin: 60px 0 110px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.board_pagination a,
.board_pagination strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: none;
    font-weight: 700;
}

.pagination_num {
    background: none;
}

.pagination_num.is_active {
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    border-radius: 5px;
}

.pagination_btn {
    font-size: 14px;
    color: #666;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    min-width: auto;
    width: auto;
}

.pagination_btn:hover {}

.pagination_btn.is_disabled {
    color: #999999;
    cursor: default;
    pointer-events: none;
}

.pagination_btn.is_disabled:hover {}

@media (max-width: 768px) {
    .board_pagination {
        gap: 5px;
    }

    .board_pagination a,
    .board_pagination strong {
        min-width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .pagination_btn {
        font-size: 13px;
        padding: 0 8px;
    }
}

/* 삭제 버튼 스타일 */
.btn_delete {
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #666 !important;
}

.btn_delete:hover {}

/* 글쓰기 버튼 */
.btn_write {
    text-align: right;
    margin-top: 30px;
}

.btn_write .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0056b3;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .mobile {
        display: table-row !important;
    }

    .mobile-coloumn1 {
        width: 10% !important;
    }

    .mobile-coloumn2 {
        width: 60% !important;
    }

    .hidden-cell {
        width: 0 !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 0 !important;
        color: transparent !important;
        display: table-cell !important;
        /* 꼭 유지 */
    }

    #container {
        padding: 40px 20px;
    }

    .board_title {
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .board_subtitle {
        font-size: 14px !important;
        margin-bottom: 60px;
    }

    .board_count {
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* 모바일 카테고리 필터 */
    .category_filter {
        gap: 10px;
        margin: 20px 0;
    }

    .filter_btn {
        padding: 8px 20px;
        font-size: 14px;
        min-width: 80px;
    }

    .tbl_head01 thead th {
        height: 0;
        font-size: 0;
        padding: 0;
        border-top: 2px solid #999;
    }

    .tbl_head01 tbody td {
        font-size: 16px;
        padding: 10px 0 0 0;
        text-align: left;
        height: 30px;
        line-height: 1;
        border-top: 1px solid var(--border-color);
        border-bottom: none;
    }
    
    .tbl_head01 .mobile td{
        border-top:none;
        padding-bottom: 12px;
    }
    .td_num, .td_category, .td_datetime {
        width: auto;
    }

    .tbl_head01 .mobile .mobile_date{
    }

    .td_subject {
        max-width: 0;
        padding-left: 0px !important;
    }
    
    .td_subject a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
}

.all_chk.chk_box {
    display: flex;
    width: 220px;
}

.td_chk.chk_box {
    width: 50px;
}

.selec_chk {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.chk_box input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    color: #676e70;
    cursor: pointer;
}

.chk_box input[type="checkbox"]+label span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.chk_box input[type="checkbox"]:checked+label span {
    background: #0056b3;
    border-color: #0056b3;
}

.chk_box input[type="checkbox"]:checked+label span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    margin-top: -4px;
    margin-left: -5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.bo_fx {
    margin: 20px 0;
}

.btn_bo_adm {
    display: flex;
    gap: 10px;
}

.btn_bo_adm .btn {
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_bo_adm .btn:hover {}

/* 반응형에서 체크박스 영역 조정 */
@media (max-width: 768px) {

    .all_chk.chk_box,
    .td_chk.chk_box {
        width: 110px;
    }

    .chk_box input[type="checkbox"]+label span {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .chk_box input[type="checkbox"]:checked+label span:after {
        width: 8px;
        height: 4px;
        margin-top: -3px;
        margin-left: -4px;
    }

    .btn_bo_adm {
        flex-wrap: wrap;
    }

    .btn_bo_adm .btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

.board_btn_area {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0;
    gap: 10px;
}

.board_btn_left {
    display: flex;
    align-items: center;
}

.board_btn_right {
    display: flex;
    align-items: center;
}

.board_btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    height: 44px;
    box-sizing: border-box;
}

.board_btn_outline {
    background: #fff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.board_btn_outline:hover {}

.board_btn_primary {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.board_btn_primary:hover {}

@media (max-width: 768px) {
    #bo_v_title {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .board_btn_area {
        margin-top: 20px;
    }

    .board_btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

#bo_v {
    max-width: 1350px;
    margin: 0 auto;
    padding: 80px 0;
}

#bo_v_title {
    margin-bottom: 30px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 30px;
}

#bo_v_title .bo_v_cate {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

#bo_v_title .bo_v_cate.primary {
    color: var(--primary-color);
}

#bo_v_title .bo_v_cate.secondary {
    color: var(--secondary-color);
}

#bo_v_title .bo_v_tit {
    font-size: 64px;
    color: #222;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
}

#bo_v_info {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 40px;
}

.profile_info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile_info_ct {
    flex: 1;
}

.profile_info_ct strong {
    font-size: 18px;
    color: #222;
    margin-right: 20px;
}

.profile_info_ct i {
    color: #666;
    margin-right: 5px;
}

#bo_v_atc {
    min-height: 500px;
    padding: 40px 100px;
    border-top: 2px solid #999;
    /* border-bottom: 1px solid #e6e5e5; */
}

#bo_v_con {
    font-size: 24px;
    line-height: 1.8;
    color: #444;
}

#bo_v_img {
    margin-bottom: 30px;
    text-align: center;
}

#bo_v_img img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.bo_v_nb {
    margin: 60px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
}

.bo_v_nb li {
    padding: 24px 80px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}

.bo_v_nb .nb_tit {
    min-width: 110px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.bo_v_nb a {
    flex: 1;
    color: #222;
    font-size: 20px;
    text-decoration: none;
    margin: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.bo_v_nb .nb_date {
    font-size: 14px;
    color: #888;
    font-family: 'Roboto', sans-serif;
    min-width: 100px;
    text-align: right;
}

@media (max-width: 768px) {
    #bo_v_img {
    margin-bottom: 10px;
}
    #bo_v_atc {
    border-top: 2px solid #ddd;
    padding: 0px 0;
    min-height: 300px;
}
    .bo_v_nb {
        margin: 30px 0;
    }

    .bo_v_nb li {
        padding: 15px;
    }
    .bo_v_nb li:first-child{
        border-top: 2px solid #ddd;
    }
    .bo_v_nb li:last-child{
        border-bottom: 2px solid #ddd;
    }

    .bo_v_nb .nb_tit {
        min-width: 70px;
        font-size: 14px;
    }

    .bo_v_nb a {
        font-size: 16px;
        margin: 0 10px;
    }

    .bo_v_nb .nb_date {
        font-size: 13px;
        min-width: 70px;
    }

    #bo_v_title .bo_v_cate {
        font-size: 16px;
    }

    #bo_v_title .bo_v_tit {
        font-size: 28px;
    }
}

#bo_v_top {
    margin: 30px 0;
}

.btn_bo_user {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn_bo_user li {
    list-style: none;
}

.btn_bo_user .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.btn_b01 {
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
}

.btn_b01:hover {}

.more_opt {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.more_opt li {
    padding: 8px 20px;
}

.more_opt li:hover {}

.more_opt li a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.more_opt li i {
    margin-left: 8px;
    color: #666;
}

@media (max-width: 768px) {
    #bo_v {
        padding: 20px;
    }

    #bo_v_title .bo_v_tit {
        font-size: 28px;
    }

    .profile_info_ct strong {
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
    }

    #bo_v_con {
        font-size: 16px;
    }

    .bo_v_nb a {
        font-size: 16px;
        text-align: center;
        font-weight: 300;
    }

    .bo_v_nb .nb_tit {
        padding: 5px 20px;
        font-size: 14px;
        font-weight: 700;
        color: black;
    }

    .bo_v_nb .nb_date {
        font-size: 13px;
    }

    .btn_bo_user .btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.post_info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    color: var(--text-light) !important;
    font-size: 20px;
}

.post_info_item {
    position: relative;
    padding-right: 0;
}

.post_info_item:not(:last-child):after {
    /* content: ''; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #ddd;
}

.post_info_label {
    color: var(--text-light);
    font-weight: 500;
    margin-right: 8px;
    font-size: 20px;
}

.post_date {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    .post_info {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 14px;
        margin: 20px 0;
    }

    .post_info_item {
        padding-right: 10px;
    }

    .post_info_item:not(:last-child):after {
        height: 10px;
    }

    .post_info_label,
    .post_date {
        font-size: 14px;
    }
}

#bo_v .board_btn_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 80px;
    margin-bottom: 0;
    /* border-top: 1px solid #ddd; */
    padding-top: 40px;
}

#bo_v .board_btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
}

#bo_v .btn_delete {
    background: var(--secondary-color) !important;
    color: white !important;
    border: 1px solid var(--secondary-color);
}

#bo_v .btn_delete:hover {}

#bo_v .btn_modify {
    background: var(--primary-color);
    color: white;
    /* border: 1px solid var(--primary-color); */
}

#bo_v .btn_modify:hover {}

#bo_v .btn_list {
    background: #222;
    color: #fff;
    border: none;
}

#bo_v .btn_list:hover {}

@media (max-width: 768px) {
    #bo_v .board_btn_wrap {
        margin-top: 40px;
        padding-top: 20px;
    }

    #bo_v .board_btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.write-form {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.form-group label {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    width: 88px;
}

.form-group select,
.form-group input[type="text"],
.form-group textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    font-size: 20px;
    padding: 12px;
    box-sizing: border-box;
    background-color: #fff;
}

/* 영상링크 입력 필드 border 제거 */
.form-group input[name="wr_1"] {
    border: none;
    background: transparent;
    padding: 0;
    height: 40px !important;
}
.link-label{
    padding:12px !important;
}

/* 유튜브 영상 반응형 스타일 */
.youtube-video {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
}

.youtube-video iframe {
    width: 100%;
    height: 478px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .youtube-video iframe {
        height: 200px;
    }
}
.form-group select {
    height: 80px;
    background: white;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803848 0.5L11.1962 0.5L6 8Z' fill='%23222222'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
}

.form-group input[type="text"] {
    height: 80px;
}

.form-group textarea {
    min-height: 500px;
    resize: vertical;
}

.filebox {
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 8px 12px;
    background: white;
    margin-bottom: 8px;
    height: auto !important;
}

.file-btn {
    display: inline-block;
    background: #f7f7f7;
    color: #222;
    border: 1px solid #ddd;
    padding: 12px 28px;
    font-size: 16px !important;
    cursor: pointer;
    width: auto !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.file-name {
    font-size: 16px;
    color: #666;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.btn-box {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.btn {
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: auto;
}

.btn-cancel {
    background: #999;
    color: #fff;
}

.btn-submit {
    background: #0a3571;
    color: #fff;
}

@media (max-width: 768px) {
    #container {
        padding: 16px;
    }

    .inquiry-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .form-group select,
    .form-group input[type="text"],
    .form-group textarea {
        font-size: 14px;
        padding: 10px;
        background: #f8f8f8;
    }

    .form-group select,
    .form-group input[type="text"] {
        height: 40px;
    }

    .filebox {
        padding: 8px 10px;
        height: 52px;
        background: white;
        margin-bottom: -12px;
    }

    .file-btn {
        padding: 8px 12px;
        font-size: 13px;
        font-size: 14px !important;
        font-weight: 7000;
        margin: 0 !important;
    }

    .file-name {
        font-size: 14px;
        margin-left: 12px;
    }

    .file_del{
        flex: 1.3;
        display: flex;
        align-items: center;
    }
    .file_del label{
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }

    .btn-box {
        margin-top: -6px;
        gap: 12px;
    }

    .btn {
        padding: 12px;
        height: 40px;
        font-size: 16px;
    }
    .btn-cancel{
        background: #ddd;
        color: black;
    }

    .form-group label {
        font-size: 16px;
        margin-bottom: 14px;
        color: black;
    }

    .form-group {
        margin-bottom: 20px;
        display: block;
    }

    .form-group select {
        height: 45px;
        font-size: 14px;
        background-position: right 15px center;
        background-size: 10px 6px;
    }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  padding: 0;
  margin: 24px 0 32px 0;
  list-style: none;
}

.card-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* 그림자 제거 */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.06); */
  display: flex;
  flex-direction: column;
  position: relative;
  /* transition: box-shadow 0.2s; */
  /* border: 1px solid #eee; */
}
.card-item:hover {
  /* box-shadow: 0 4px 16px rgba(0,0,0,0.12); */
}
.card-checkbox {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-thumb {
  width: 100%;
  aspect-ratio: 320/275;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-meta {
  margin-top: 20px;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-title {
  font-size: 24px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-date {
  font-size: 14px;
  color: #888;
  margin-top: 0;
  text-align: left;
}
/* 카드 본문(내용) 숨김 */
.card-body, .card-desc { display: none !important; }

.no-img {
  color: #bbb;
  font-size: 24px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.empty_list {
  grid-column: 1/-1;
  text-align: center;
  color: #aaa;
  padding: 48px 0;
  font-size: 1.2em;
}

@media (max-width: 768px) {
    .card-list {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    
    .card-title {
      font-size: 16px;
    }
    
    .card-date {
      font-size: 14px;
    }
  }