@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {}
a.btn_admin{
    width:auto !important;
}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w .btn_cancel {}
#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */

/* 기본테이블 */
/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_info {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

#bo_w .required, #bo_w textarea.required {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 갤러리 목록 */

/* 검색 박스 스타일 업데이트 (두 번째 이미지 참조) */
.sub_sch_box {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

/* 검색 섹션 제목 (vertical-line-head 스타일 적용) */
.sub_sch_box h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    padding-left: 12px;
    border-left: 4px solid #5168dd; /* 기본 테마의 primary color */
    margin-bottom: 25px;
    line-height: 1.3;
}

.bo_cont_wr {font-size: 12px; color: #595959; word-break: keep-all;}
.bo_cont_wr .bar {font-size: 10px; color: #595959; color: #b1b1b1;}
.wr_type1{font-size: 11px; background-color: #f28e19;color: #fff;padding: 1px 5px 2px 5px; margin-right: 10px; font-weight: bold;}
.wr_type2{font-size: 11px; background-color: #06adb6;color: #fff;padding: 1px 5px 2px 5px; margin-right: 10px; font-weight: bold;}
.wr_type3{font-size: 11px; background-color: #b200aa;color: #fff;padding: 1px 5px 2px 5px; margin-right: 10px; font-weight: bold;}

/* General Form Element Styles (Aligned with Main Page Theme) */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea,
select {
    padding: 3px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #fff;
    color: #495057;
    line-height: 1.5;
    vertical-align: middle;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #8b9ce8; /* Lighter primary color for focus */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(81, 104, 221, 0.25);
}

select {
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236c757d%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px 10px;
    padding-right: 5px; /* Make space for arrow */
}

textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

label {
    vertical-align: middle;
    margin-bottom: 0; /* Reset default margin if any */
    display: inline-block; /* Ensure label aligns well */
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    margin-right: 10px;
    cursor: pointer;
}


/* 검색 박스 */
.sch_box_wr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sch_wr {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sch_tit {
    width: 100px; /* Fixed width for labels */
    flex: 0 0 100px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    line-height: 18px; /* Align with input height */
}

.sch_select_wr {
    flex: 1;
    flex-wrap: wrap;
    gap: 10px;
}

.sch_select_wr select {
    flex: 1 1 160px; /* Adjust basis */
    height: 30px;
    margin: 0;
    font-size: 12px;
    min-width: 140px;
}

.sch_btn_wr {
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e9ecef;
}

/* Common Button Styles (Aligned with Main Page Theme) */
.btn_b01, .btn_b02, .btn_b03, .btn_submit, .btn_cancel, .sch_btn, .sub_btn, #searchBtn, #file_logo_lb {
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #495057;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.5;
}

/* Hover states */
.btn_b01:hover, .btn_b02:hover, .btn_b03:hover, .sch_btn:hover, .sub_btn:hover, #searchBtn:hover, #file_logo_lb:hover {
    border-color: #adb5bd;
    background-color: #f8f9fa;
    color: #343a40;
    text-decoration: none;
}

/* 목록 헤더 스타일 업데이트 (두 번째 이미지 참조) */
.bo_li_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 0; */
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.total_count span {
    color: #5168dd;
    font-weight: 600;
    margin: 0 4px;
}

.bo_sort {
    display: flex;
    align-items: center;
    gap: 15px; /* 간격 조정 */
}

.bo_sort a {
    color: #6c757d; /* 기본 링크 색상 */
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0px; /* 패딩 조정 */
    transition: all 0.2s ease;
}

.bo_sort a:hover,
.bo_sort a[style*="bold"] {
    color: #5168dd; /* 호버/활성 색상 */
    font-weight: bold;
    border-bottom: 2px solid #5168dd; /* 밑줄 효과 추가 */
}

.bo_sort span {
    color: #ced4da; /* 구분선 색상 */
    font-size: 11px;
}

/* 게시물 목록 그리드 */
#gall_ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    border: none !important;
    list-style: none; /* 추가 */
    padding: 0; /* 추가 */
    margin: 0; /* 추가 */
}

.gall_li {
    background: #fff;
    border: 1px solid #e9ecef !important;
    border-radius: 6px;
    padding: 20px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-bottom: 1px solid #e9ecef !important;
    border-right: none !important;
}

.gall_li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 반응형 */
@media (max-width: 969px) {
    .sch_wr {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .sch_tit {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .sch_select_wr {
        width: 100%;
    }
    
    .sch_select_wr select {
        flex-basis: calc(50% - 5px); /* 너비 조정 */
    }
    
    #gall_ul {grid-template-columns: 1fr !important;}
}

@media (max-width: 480px) {
    .sub_sch_box {
        padding: 15px;
    }
    
    .sch_select_wr select {
        flex-basis: 100%; /* 너비 조정 */
    }
    
    .bo_li_sort {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .total_count { /* 모바일에서 제목 스타일 약간 조정 */
        font-size: 1.1em;
        padding-left: 10px;
        border-left-width: 3px;
        margin-bottom: 5px;
    }
    
    .bo_sort {
        width: 100%;
        justify-content: flex-end; /* 모바일에서 오른쪽 정렬 */
        gap: 10px;
    }
    
    .bo_sort a {
        font-size: 13px;
    }
}

#bo_gall #gall_allchk {margin:0 10px}
#bo_gall #gall_ul {list-style:none;display: grid;margin-top: -1px; width: 100%;background-color: #fff;grid-template-columns: repeat(2, 1fr);border: 1px solid #e3e4e8;}
/* #bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""} */

#bo_cate{border-bottom:1px solid #d6d9e3;;}
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {white-space: nowrap;overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_cate ul::-webkit-scrollbar {display: none;}
#bo_cate li{display:inline-block;padding: 0 10px;}
#bo_cate a {color:#555;display:block;line-height:40px;position:relative}
#bo_cate #bo_cate_on {color:#7d8dff;font-weight:bold}
#bo_cate #bo_cate_on:before{background:#7d8dff;content:'';position:absolute;bottom:0;left:0;width:100%;height:2px}



#bo_gall .gall_li {background-color: #fff;padding: 25px 30px;border-bottom: 1px solid #e3e4e8;border-right: 1px solid #e3e4e8 !important;}
#bo_gall .gall_li_wr{display: flex;align-items: center; background:#fff;position:relative;width: auto;}
#bo_gall .gall_li_wr::after {content: ''; display: block; clear: both; visibility: hidden;}
#bo_gall .gall_li_chk{display:inline-block;padding:5px;position:absolute;top:0;left:0;z-index:9}
#bo_gall .gall_li:nth-last-child(-n+2):nth-child(odd) {border-bottom: none;}
#bo_gall .gall_li:last-child:nth-child(even) {border-bottom: 0;}
#bo_gall .gall_li:nth-child(2n) {border-right: 0;}
#bo_gall .gall_li:last-child {border-bottom: 0;}




/* #bo_gall .gall_li:nth-child(4n+1) {clear:both} */
#bo_gall .gall_li .gall_img img{width:100%;height:auto}
#bo_gall .gall_li .gall_img .no-img{display:block;background:#ddd;text-align:center;padding:30% 0}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_href strong, #bo_gall .gall_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em}

#bo_gall .gall_text_href {display:block; line-height: 1.0355;}
#bo_gall .gall_li_tit{display:block;margin:5px 0;font-weight:bold}
#bo_gall .gall_li_tit .gall_info{display:block; padding-bottom: 5px;}


#bo_gall .gall_li_tit .gall_name {font-size: 17px; color: #424242; font-weight: bold; letter-spacing: 5px;}
#bo_gall .gall_li_tit .gall_gen {font-size: 12px; color: #747474;font-weight: 400; }
#bo_gall .gall_li_tit .gall_tit {font-size: 15px; color: #424242; padding-bottom: 7px; font-weight: bold;}
#bo_gall .gall_li_tit .gall_cont_wr {font-size: 12px; color: #747474; padding-bottom: 5px; font-weight: 400;}
#bo_gall .gall_li_tit .gall_cont_wr span {line-height: 1.2;}
#bo_gall .gall_li_tit .gall_cont_wr .gall_ex {font-size: 12px; color: #1786dc; padding-bottom: 5px; font-weight: bold; }
#bo_gall .gall_li_tit .gall_date {color: #a1a1a1; font-size: 12px; font-weight: 400; padding-top: 5px;}





.bo_cate_link {display:inline-block;color:#7d8dff !important;font-weight:normal;text-decoration:none;font-size:0.92em} /* 글제목줄 분류스타일 */
#bo_gall .profile_img img{border-radius:50%}


/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;padding:5px 10px}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {text-align:center}
.btn_bo_adm li {display:inline-block;}
.btn_bo_adm button {border:0;padding:0 10px;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle}.bo_notice td {background:#f7f7f7}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_current {color:#e8180c}
.td_subject img {margin-left:3px}
.cnt_cmt {font-weight:bold}
/* .board_wr{background:#fff;border:1px solid #e8e8e8;margin:10px 0;border-radius:3px;position:relative} */

.btn_bosch_op{position:absolute;top:10px;left:10px;color:#768a94;height:40px;width:30px;border:0;background:none;z-index:3}
#bo_sch {display:none;position:absolute;top:0;left:0;width:100%;padding:10px 50px 10px 10px;z-index:80}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{background:#f5f6f7;border:0;height:40px;float:left;width:40%;border-radius:3px 0 0 3px}
#bo_sch .sch_input{background:#f5f6f7;height:40px;border:0;padding:0;float:left;width:60%;padding:0 40px 0 10px;border-radius:0 3px 3px 0 }
#bo_sch .sch_btn{height:40px;position:absolute;top:10px;right:50px;border:0;width:40px;background:none;font-size:15px;color:#91a9bc}
#bo_sch .btn_close{height:40px;position:absolute;top:10px;right:0;border:0;width:50px;background:none;font-size:15px;color:#91a9bc;background:#fff}
.view_is_list.btn_top{position:relative;z-index:auto;top:0;left:0}
.view_is_list{margin:8px 10px 0;height:50px;padding:10px;line-height:30px;border-radius:3px;border-bottom:1px solid #ccc;background:#fff;color:#333;text-align:right}
.view_is_list li{display:inline-block}

.view_is_list.btn_top{position:relative;z-index:auto;top:0;left:0}
.view_is_list{margin:8px 10px 0;height:50px;padding:10px;line-height:30px;border-radius:3px;border-bottom:1px solid #ccc;background:#fff;color:#333;text-align:right}
.view_is_list li{display:inline-block}

#bo_gall .empty_list {padding:100px 0 !important;text-align:center; width: 100%;}

.bo_btn {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
}
.bo_btn li {
    list-style: none;
    position: relative;
}
.bo_btn a, .bo_btn button {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}
.bo_btn a:hover, .bo_btn button:hover {
    background: #e0e0e0;
}
.btn_edit.btn_list_op {
    display: none;
    position: absolute;
    left: 0;
    top: 110%;
    background: #fff;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(60, 72, 88, 0.12), 0 1.5px 4px rgba(60, 72, 88, 0.08);
    z-index: 1000;
    min-width: 140px;
    padding: 6px 0;
    margin-top: 4px;
    transition: box-shadow 0.2s;
}
.btn_list_op li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn_list_op button {
    width: 100%;
    text-align: left;
    padding: 10px 18px 10px 16px;
    border: none;
    background: none;
    cursor: pointer;
    color: #222;
    font-size: 15px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s, color 0.15s;
}
.btn_list_op button:hover {
    background-color: #f3f6fa;
    color: #4055c8;
}
.btn_list_op i {
    margin-right: 8px;
    width: 18px;
    text-align: center;
    font-size: 16px;
    color: #8b9ce8;
}
.edit_op_btn {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    cursor: pointer;
    padding: 7px 12px;
    transition: background 0.15s, border 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_op_btn:hover, .edit_op_btn:focus {
    background: #e9edfa;
    border-color: #bfcfff;
}
.al_chk {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
    background-color: #f8f9fa;
    margin-bottom: 0;
}
.bo_chk {
    margin-right: 8px;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #5168dd;
}

#bo_gall
{
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 20px;
}
#bo_gall .fa-download{width:16px;height:16px;line-height:16px;background:#ecaa30;color:#fff;text-align:center;font-size:10px;border-radius:2px}
#bo_gall .fa-link{width:16px;height:16px;line-height:16px;background:#2aa974;color:#fff;text-align:center;font-size:10px;border-radius:2px}
#bo_gall .fa-heart{width:16px;height:16px;line-height:16px;background:#ff0000;color:#fff;text-align:center;font-size:10px;border-radius:2px}
#bo_gall .new_icon  {display:inline-block;width:16px;height:16px;line-height:16px;background: #c56bed; color: #fff;text-align:center;font-size:10px;border-radius:2px}
#bo_gall .fa-lock{width:16px;height:16px;line-height:16px;background: #d8e7e1; color: #7db099;text-align:center;font-size:10px;border-radius:2px}

#bo_gall .gall_img{position:relative; max-width: 120px; max-height: 140px; width: 100%; height: 100%; margin-right: 25px;}
#bo_gall .gd_rc{position:absolute;bottom:10px;left:10px;background:#000;background:rgba(0,0,0,0.5);color:#fff;padding:0 10px;line-height:25px;font-weight:normal}

@media (max-width: 969px){
    .bo_subject,.bo_info {width:100%;text-align:left}
    .bo_info{margin-top:5px}
    .bo_btn {padding:5px 10px}
    .btn_bosch_op{top:5px}
    .sch_tit {width: 100%;}
    .sch_wr + .sch_wr {margin-top: 5px;}
    #bo_sch {padding:5px}
    .bo_li_sort {flex-wrap: wrap;}
    .bo_sort {margin-left: auto;}
    .sch_select_wr {display: block;}

    #bo_sch .btn_close,#bo_sch .sch_btn{top:5px}
    #bo_gall #gall_ul {grid-template-columns:repeat(1, 100%)}
    #bo_gall .gall_li{width:100%; padding: 20px; border-right: none;}
    #bo_gall .gall_li:nth-child(2n+1) {clear:both}
    #bo_gall .gall_li:nth-last-child(-n+2):nth-child(odd) {border-bottom: 1px solid #e3e4e8;}
    #bo_gall .gall_li:last-child {border-bottom: none !important;}
    .bo_cont_wr .bar {padding: 0 6px;}
    
}

@media (max-width: 380px) {
    .sch_select_wr {width: 100%;}
    .sch_select_wr select:nth-of-type(2n) {margin-right: 0;}
    .sch_select_wr select {width: 100%;}
}


/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}


/* 게시판 읽기 */
.view_tit{display:none}
.list_btn {display: block; width: fit-content; font-size: 14px; border: 1px solid #e3e4e8; background-color: #fff; padding: 6px 10px 6px 10px; margin-bottom: 8px;}
#bo_v {background:#fff;margin-bottom:20px;padding-bottom:20px;border: 1px solid #e8e8e8;}
#bo_v_table {padding: 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {padding: 10px 0;text-align:left; border-bottom: 1px solid #e3e3e3;}
.bo_v_cate{display: inline-block;color: #7d8dff ;font-weight: normal;text-decoration: none;font-size: 0.92em;margin:5px 20px ;}
.bo_v_tit{ display: block; color:#2f2f2f; font-size: 23px; font-weight: 400;}


#bo_v_edit{position:absolute;bottom:0;right:0;margin-top:-15px}
#bo_v_edit .view_btn{width:50px;height:45px;background:none;border:0;font-size: 15px;color: #9ea2a5;}
#bo_v_edit .view_btn:hover{color:#0060ff}
#bo_v_edit .bo_v_left{display:none;position:absolute;top:40px;right:0;width:100px;background:#fff; border:1px solid #d4d4d4;z-index:599;
-webkit-box-shadow: 0 2px 3px #eee;
-moz-box-shadow:  0 2px 3px #eee;
box-shadow: 0 2px 3px #eee}
#bo_v_edit .bo_v_left li {line-height:40px;width:100%;float:none;border-top:1px solid #f1f1f1;font-size:12px !important;text-align:left;padding:0 10px;position:relative}
#bo_v_edit .bo_v_left li button{width:100%;font-size:12px !important;text-align:left;color:#6b757c !important;height:40px}
#bo_v_edit .bo_v_left li i{position:absolute;top:0;right:10px;line-height:40px;font-size:14px !important;;color:#92a1af}
#bo_v_edit .bo_v_left li:hover{background:#f8f8f8}
#bo_v_edit .bo_v_left li a {color:#6b757c;font-size:12px !important}.bo_notice td {background:#f5f6fa}

#bo_v_file {margin:0 15px}
#bo_v_file h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding: 10px 10px 10px 60px;border: 1px solid #e8e8e8;color:#aaa;margin:10px 0;border-radius:5px;position:relative;
-webkit-box-shadow: 0 0 5px  #e2e4f1;
-moz-box-shadow: 0 0 5px #e2e4f1;
box-shadow: 1px 2px 8px #e2e4f1
}
#bo_v_file li i{position:absolute;top:50%;left:10px;font-size:20px;;width:40px;line-height:40px;text-align:center;margin-top:-20px}
#bo_v_file a {display:block;color:#aaa;text-decoration:none;margin:0 0 3px}
#bo_v_file a strong{text-decoration:underline}
#bo_v_file  span {font-size:0.91em}
#bo_v_file li:hover,#bo_v_file li:hover a {color:#5c75c3;text-decoration:none}

#bo_v_link {margin:0 15px}
#bo_v_link h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding: 10px 10px 10px 60px;border: 1px solid #e8e8e8;color:#aaa;margin:10px 0;border-radius:5px;position:relative;
-webkit-box-shadow: 0 0 5px  #e2e4f1;
-moz-box-shadow: 0 0 5px #e2e4f1;
box-shadow: 1px 2px 8px #e2e4f1}

#bo_v_link li i{position:absolute;top:50%;left:10px;font-size:20px;;width:40px;line-height:40px;text-align:center;margin-top:-20px}
#bo_v_link a {display:block;color:#aaa;text-decoration:none;margin:0 0 3px}
#bo_v_link li:hover,#bo_v_link li:hover a  {color:#a629e0;text-decoration:none}
#bo_v_link a strong{text-decoration:underline}
#bo_v_link span {font-size:0.91em}
.bo_v_link_cnt {font-size:0.92em}

#bo_v_top {margin:20px}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}
#bo_v_top ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top ul li{display:inline-block;}
.bo_v_left{float:left}
.bo_v_right{float:right}

#bo_v_bot {text-align:right;margin:20px 10px}
#bo_v_bot a{vertical-align:top;padding:0 10px}

.bo_v_nb{margin:10px 0;background:#fff;border:1px solid #e8e8e8;text-align:left;position:relative;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-bottom:1px solid #e8e8e8}
.bo_v_nb li a{display:block;padding:15px 10px;vertical-align:top;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.bo_v_nb li i{color:#d1d7de;width:30px;text-align:center;}

#bo_v_atc {min-height:200px;}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}
#bo_v h3 {display: block;width: 100%; padding: 30px 0 10px; border-bottom: 1px solid #e3e3e3; color: #484848; font-size: 15px; font-weight: bold; }

#bo_v #bo_v_tit {width: 100%; padding-left: 30px; border-left: 1px solid #e3e4e8;}
#bo_v #bo_v_prof {display: flex; padding: 20px 0; border-bottom: 1px solid #e3e3e3;}
#bo_v #bo_v_prof #bo_v_img {width:100%;max-width: 200px; text-align: center; overflow:hidden;zoom:1}
#bo_v #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v #bo_v_img a.view_image{display:block}
#bo_v #bo_v_img img {max-width:100%;height:auto; object-fit: contain; height: 87px;}


#bo_v dl {display: flex; word-break:keep-all;}
#bo_v dt {color: #424242;}
#bo_v dd {font-size: 13px; color: #484848;}

#bo_v #bo_w_iss dl{}
#bo_v #bo_w_iss dt{width: 130px; flex: 0 0 130px;}
#bo_v #bo_w_iss dd {font-size: 13px; font-weight: 400; vertical-align: middle; text-align: center; padding: 10px 0;}
#bo_v #bo_w_iss dd span{padding-right: 20px; word-break: keep-all;}

#bo_v #bo_v_iss dl{padding: 10px 0 10px 20px; color: #424242;}
#bo_v #bo_v_iss dt{flex:  0 0 130px; font-size: 12px;}
#bo_v #bo_v_iss dd{ font-size:15px;	 padding-bottom: 7px; font-weight: bold;}

#bo_v .bo_v_info {padding-bottom: 5px;}
#bo_v .bo_v_name {font-size: 17px; color: #424242; font-weight: bold; letter-spacing: 5px; padding-bottom: 5px;}
#bo_v .bo_v_gen {font-size: 12px; color: #747474;font-weight: 400;}
#bo_v .bo_v_info_s dt{padding: 4px 13px 4px 0px; font-size: 12px; color: #7f7f7f; flex: 0 0 54px;}
#bo_v .bo_v_info_s dd{ font-size: 12px; color: #484848;}

#bo_v #qaab_vr {display: flex;  padding: 20px 10px 15px; flex-wrap: wrap;}
#bo_v #qaab_vr dl{padding: 0 35px 0 0; align-items: center;}
#bo_v #qaab_vr dt{padding: 5px 20px 10px 0px; flex: 0 0 auto; width: auto;  color: #424242; font-size: 15px; font-weight: bold;}
.qa_type1 {height: 20px; background-color: #3f5193; color: #fff !important; padding: 2px 10px; font-weight: 500; font-size: 13px !important; line-height: 16px; }
.qa_type2 {height: 20px; background-color: #5b73c6; color: #fff !important; padding: 2px 10px; font-weight: 500; font-size: 13px !important; line-height: 16px;}
.qa_type3 {height: 20px; background-color: #7f90bd; color: #fff !important; padding: 2px 10px; font-weight: 500; font-size: 13px !important; line-height: 16px;}

#bo_v_career {padding-left: 20px;}
#bo_v_career dl:first-of-type {padding-bottom: 10px;}
#bo_v_career dt{flex: 0 0 100px;}
#bo_v_career dd {line-height: 23px;}

#bo_v_con {min-height:100px;;width:100%;font-size:15px;line-height:1.7em;word-break:keep-all;overflow:hidden; padding: 40px 0; color: #424242; line-height: 23px;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}
#bo_v_con .bo_v_con_noti {max-width:100%;height:auto; font-size: 15px; color: #424242; line-height: 23px; text-align: center;}
#bo_v_con .bo_v_con_noti u {font-weight: bold;}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act .btn {margin-right:5px;vertical-align:middle;border-radius:30px}
#bo_v_act a:hover{background-color:#f3f3f3}

#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{border:1px solid #ff1313;color:#ff1313;padding:0 20px}
#bo_v_act .bo_v_good:hover{background:#f8eeee}
#bo_v_act .bo_v_nogood{border:1px solid #dedede;color:#888;padding:0 20px}
#bo_v_act .bo_v_good i,#bo_v_act .bo_v_nogood i{font-size:18px;}
#bo_v_share{position:relative;margin:0 0 20px;text-align:right}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn_scrap{display:inline-block;line-height:40px;border:1px solid #d2d2d2;background:#fff;float:left;padding:0 15px;border-radius:50px;color:#5f5f5f}
#bo_v_share .btn_scrap:hover{background:#f3f3f3}
.btn_share{display:none;}
.bo_v_snswr{position:relative;float:right}
#bo_v_sns {padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:40px;text-align:center;margin-left:3px}
#bo_v_sns li a{height:40px;padding:10px 0;border-radius:50px}
#bo_v_sns li .sns_f{display:block;background:#415b92}
#bo_v_sns li .sns_f:hover{background:#3a69b6}
#bo_v_sns li .sns_t{display:block;background:#35b3dc}
#bo_v_sns li .sns_t:hover{background:#1ec7fe}
#bo_v_sns li .sns_g{display:block;background:#d5503a}
#bo_v_sns li .sns_g:hover{background:#f4482c}
#bo_v_sns li .sns_k{display:block;background:#fbe300}
#bo_v_sns li img{vertical-align:top}

/* 게시판 댓글 */
.cmt_btn{text-align:left ;width:100% ;border:0;color:#696ae6;font-weight:bold;font-size:1.154em;margin: 20px 0 ;padding:0  0 20px;background:none;position:relative}
.cmt_btn:before{position:absolute;bottom:0;left:0;width:30px;height:1px;background:#696ae6;content:''}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:0 0 20px;position:relative}
#bo_vc header {line-height:20px;color:#888d94}
#bo_vc .comment_profile_img img, #bo_vc .profile_img img{border-radius:50%}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:5px 0 ;line-height:1.8em;border-bottom:1px solid #e8e8e8;padding-bottom:20px}
#bo_vc .cmt_contents  p{font-size:1.083em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc .cmt_opt{position:absolute;top:0;right:0;width:30px;height:30px;background:none;border:0;color:#9d9d9d}
#bo_vc .bo_vl_act{top:30px}
#bo_vc .comment_profile_img{position:absolute;top:0;left:0}
.bo_vc_hdinfo{display:block}
#bo_vc .profile_img img{display:none}
.bo_vc_act {text-align:right;;margin:0;list-style:none}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;margin:0 2px}
.bo_vc_act li a{color:#3497d9;text-decoration:underline}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{width:100%;height:120px}
#wr_secret{}
.bo_vc_w_info{margin:5px 0}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;;width:49.5%;margin: 0 0 5px 0}
.bo_vc_w_info #wr_password{float:right;}
.bo_vc_w_info #captcha{display:block;clear:both}
.bo_vc_w .btn_confirm{margin-top:5px;float:right;}
.bo_vc_w .icon_lock{display:inline-block;padding: 5px;margin-right:5px;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret{float:left;display:block;}

#bo_vc_send_sns{display:block;float:left}
#bo_vc_sns {display:block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }


@media (min-width: 970px){
    #bo_vc article{padding-left:50px;margin-bottom:30px}
    #bo_vc .cmt_contents{padding-bottom:30px}
    .bo_vc_hdinfo{display:inline-block;padding-left:5px;}
    #bo_v #bo_v_iss dd span {padding-right: 10px;}
    #bo_v #bo_v_iss dd span + span {margin-left: 10px;}
    #bo_v #bo_v_iss dd span + span::before{content: "|"; color: #e3e4e8; font-size: 13px;display: inline-block; position: relative; height: 12px; left: -10px;}
}
@media (max-width: 969px){
    #bo_vc header{padding-left:50px}
    #bo_vc,#bo_vc_w,.cmt_btn {margin: 10px}
    #bo_v #bo_v_prof {flex-direction: column;}
    #bo_v #bo_v_prof #bo_v_img {margin:  0 auto;}
    #bo_v .bo_v_info_s dl {align-items: center;}
    #bo_v #bo_v_tit {border-left:none ; padding-left: 0;}
    #bo_v #bo_v_img img {margin-bottom: 10px;}
    #bo_v #bo_w_iss dt {flex: 0 0 100px; width: 100px;}
    #bo_v #bo_w_iss dd span{ display: block;}
    #bo_v #bo_w_iss dd span + span{padding-top: 5px;}
    #bo_v #bo_v_iss dt {flex: 0 0 100px;}
    #bo_v #bo_v_iss dd span {display: block;}
    #bo_v #bo_v_iss dd span + span{padding-top: 10px;}
    #bo_v #qaab_vr {flex-direction: column;}
    #bo_v .btn_confirm .btn_l {width: 200px;}


}

/*글쓰기*/
#bo_w {padding: 35px 49px;}
#bo_w h3 {display: block;width: 100%; padding: 30px 0 10px; border-bottom: 1px solid #e3e3e3; color: #484848; font-size: 15px; font-weight: bold; }
#bo_w select{background:#fff; height: 23px; color: #353535; font-size: 12px; border: 1px solid #dbdbdb; margin: 0 5px 5px 0;}
#bo_w .frm_input {height: 23px; padding: 3px 6px; margin: 3px 5px 3px 0;}
#bo_w .frm_input.full_input {padding: 10px; height: 46px; margin: 0;}
#bo_w textarea {border: 1px solid #dbdbdb; font-size: 12px; color: #353535; padding: 2px 3px;}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;text-align:center}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;text-align:center}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:5px 0 0 }
#bo_w  .write_div{}
#bo_w .btn_cancel {width: 200px; vertical-align: middle; font-weight: bold;font-size: 17px; padding: 0 20px; background-color: #595f80; border: none; color: #fff;}
#bo_w .agree_form {width: 100%; text-align: center;}
#bo_w .agree_form input{width: 15px; height: 15px;}
#bo_w .agree_form label {color: #353535; font-size: 15px; font-weight: bold;}
#bo_w .agree_form p{color:#353535; padding-top: 5px; font-size: 13px;}
#bo_w .txt_info {font-size: 12px; color: #999; padding-top: 5px;}
#bo_w .filebox {width: 200px;}
#bo_w .mem_cont {position: relative;}
#reg_profile_img + label {display: block; width: fit-content; margin: 20px auto 0;  border: 1px solid #d5d5d5; padding: 5px 10px; color: #353535; font-size: 12px; background-color: #fff; cursor: pointer;}
#bo_w .mem_cont .frm_btn { font-size: 12px; color: #fff; background-color: #8a8a8a; border: 0; padding: 3px 6px; height: 23px; cursor: pointer; vertical-align: middle;}

#bo_w dl {display: flex; align-items: center;}
#bo_w dt {flex: 0 0 100px; width: 100px; color: #424242;}

.write_div {display: flex; flex-wrap: wrap; padding: 20px 0; }
/* .write_div::after {clear: both; display: block; content: '';visibility: hidden;} */
.main_line {border-bottom: 1px solid #e3e3e3;}

#bo_w_prof {border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
#bo_w_prof dt {color: #7f7f7f;}
#bo_w_prof .bo_w_info {padding-bottom: 5px;}
#bo_w_prof .bo_w_name {font-size: 17px; color: #424242; font-weight: bold; letter-spacing: 5px;}
#bo_w_prof .bo_w_gen {font-size: 12px; color: #747474;font-weight: 400; }
#bo_w_prof .mem_cont #reg_wr_zip {width: 120px;}
#bo_w_iss { margin-top: 30px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f1f4f8;}
#bo_w_iss dl {display: inline-flex; width: 33%;}
#bo_w_iss dt{	color:#484848;	font-size: 15px; font-weight: bold; padding: 10px 0px; background:#f8f8f8; text-align:center; width:100px;}
#bo_w_iss dd {width: calc(100% - 100px);}
#bo_w_iss dd select {margin: 5px 0px 5px 10px; width: 150px;}

#certifcate_dd {padding: 15px 20px 0px 20px;}
#certifcate_dd .frm_input {width: 180px;}
.certificate_add_cls {display: flex; justify-content: space-between; align-items: center;}
.certificate_add_cls > div{display: inline-block; width: calc(100% - 40px);}
#addCertificate {border:1px solid #dedede; padding: 10px 10px; color:#5c5c5c; font-size:12px; font-weight:bold; width:100%; margin-top:10px; background-color:#f8f8f8; cursor: pointer;}
.xdel_btn {	border: 1px solid #d5d5d5; padding: 5px 10px; color:#353535; font-size:12px; background-color:#FFFFFF; cursor: pointer; border-radius: 3px;}
#bo_w .text_wr {padding: 25px 0 30px 0; }
#bo_w #qaab_wr {padding: 20px 10px 15px; flex-wrap: wrap;}
#bo_w #qaab_wr dl{padding: 0 10px 0 0;}
#bo_w #qaab_wr dt{padding: 0 15px 0 0; flex: 0 0 auto; width: auto; margin-bottom: 5px; color: #424242; font-size: 15px; font-weight: bold;}
#bo_w #qaab_wr select {width: 150px;}
#bo_w_career {padding-left: 20px;}
#bo_w_career dd{width: calc(100% - 100px);}
#bo_w_career textarea {margin-top: 5px;}
#bo_w #wr_experience_month_select {margin-left: 10px;}
.sub_line {border-bottom:1px solid #f1f4f8 ; padding: 10px 0;}

@media (max-width: 969px){
    #bo_w {padding: 35px 19px;}
    #bo_w .form_01 {margin:10px}
    #bo_w .btn_cancel {width: calc(50% - 10px);
    }
    #bo_w_prof .mem_cont .add_inner input[type="text"] {width: 100%;}
    #bo_w_prof .bo_w_info {padding-top: 20px;}
    #bo_w_iss dl {display: inline-flex; width: 100%;}
    #bo_w_iss dl:not(:last-child) {border-bottom: 1px solid #f1f4f8;}
    /* #bo_w dt {width: 70px; flex: 0 0 70px;} */
    #bo_w_career {padding-left: 16px;}
    /* #bo_w_career dd {width: calc(100% - 70px);} */
    .certificate_add_cls {flex-wrap: wrap;}
    /* .certificate_add_cls > div {flex: 0 0 100%; width: 100%;} */
    /* .certificate_add_cls .xdel_btn {margin: 5px auto;} */
    #certifcate_dd {padding: 10px 16px 0;}
    #certifcate_dd .frm_input {width: 100%;}
    #bo_w #qaab_wr {flex-direction: column;}
    #bo_w #qaab_wr dt { flex: 0 0 100px;}
    #bo_w .filebox {margin: 0 auto;}


}

.bo_li_sort{
     padding: 0;
}

#bo_sch_op {
    display: inline-block;
    position: static;
    width: auto;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
    background: none;
    border: none;
}
#bo_sch_op form {
    display: flex;
    align-items: center;
    gap: 6px;
}
#bo_sch_op select,
#bo_sch_op .sch_input {
    height: 32px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    background: #f5f6f7;
    padding: 0 8px;
}
#bo_sch_op .sch_btn {
    height: 32px;
    width: 32px;
    background: #5168dd;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bo_sch_op .sch_btn:hover {
    background: #4055c8;
}
#bo_sch_op .btn_close {
    display: none; /* 간단 검색은 닫기 버튼 불필요 */
}
@media (max-width: 600px) {
    #bo_sch_op form {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
}
#bo_sch_op {
    flex: 1 1 auto;
    min-width: 220px;
}