@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.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 {padding:14px 20px;line-height: 1.0em;height: auto;border-radius: 4px;background-color: #323232;color: #fff;font-size: 14px;margin: 0;}
#bo_w .btn_submit:hover {background-color: #4973ff;color: #fff;}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {padding:15px 20px;line-height: 1.0em;height: auto;border-radius: 4px;background-color: #969696;font-size: 14px;font-weight: 500;}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {background-color: #757575;color: #fff;}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
#bo_list tbody .even td {}

/* 읽기 내 테이블 */
#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_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc {}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px;width: 100%;}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:130px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:center;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list .txt_center {text-align:center}
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody tr:hover {}
#bo_list .tbl_head01 table thead tr th, #bo_list .tbl_head01 table tbody tr td {padding: 10px 10px;}
@media (max-width: 991px) {
    #bo_list .tbl_head01 table thead {display: table-header-group;}
    #bo_list .tbl_head01 table thead tr {display: table-row;}
    #bo_list .tbl_head01 table thead tr th {display: table-cell;}
	#bo_list .tbl_head01 table tbody {display: table-row-group;}
	#bo_list .tbl_head01 table tbody tr {display: table-row;}
	#bo_list .tbl_head01 table tbody tr td {display: table-cell;}
    #bo_list .display-no {display: none !important;}
    #bo_list .td_datetime {width:100px}
}

/* 갤러리 목록 */

/* 게시판 목록 공통 */
/* 분류/카테고리 */
#bo_cate {margin:0 0 50px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {
    display: flex;
    flex-wrap: wrap;
    zoom:1;
    background-color: transparent;
    border: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    row-gap: 1px;
    column-gap: 1px;
}
#bo_cate ul:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:""
}
#bo_cate ul li {
    flex: unset;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}
#bo_cate a {
    display:flex;
    line-height:28px;
    padding:0.445em 0.6em;
    border-radius:0;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
    color:#ffffff;
    justify-content: center;
    align-items: center;
    background: #909090;
    height: 100%;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: min(3.3333333333333335vw,18px);
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#303030;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#303030;color:#fff;font-weight:bold;}

/* 분류/카테고리 - 스타일 2 */
#bo_cate.cata-style-2 {margin:0 0 50px}
#bo_cate.cata-style-2 h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate.cata-style-2 ul {display: flex;flex-wrap: wrap;zoom:1;border-top: 1px solid transparent;border-left: 1px solid transparent;list-style: none;margin: 0;width: 100%;row-gap: 5px;column-gap: 5px;}
#bo_cate.cata-style-2 ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate.cata-style-2 ul li {flex: unset;display: inline-block;flex-wrap: wrap;justify-content: center;align-content: center;overflow: hidden;border-radius: 30px;}
#bo_cate.cata-style-2 a {display:flex;line-height:1.2;padding:7px 15px;border-radius:30px;border:1px solid #909090;color:#909090;justify-content: center;align-items: center;background: #fff;height: 100%;text-align: center;letter-spacing: -0.05em;}
#bo_cate.cata-style-2 a:focus, #bo_cate.cata-style-2 a:hover, #bo_cate.cata-style-2 a:active {text-decoration:none;background:#303030;border:1px solid #303030;color:#fff}
#bo_cate.cata-style-2 #bo_cate_on {z-index:2;background:#c01b1b;border:1px solid #c01b1b;color:#fff;font-weight:bold;}

#bo_cate.cata-style-2 .em-col-1space-2 {width: calc((100% - 5px) / 2);}
#bo_cate.cata-style-2 .em-col-1space-3 {width: calc((100% - 10px) / 3);}
#bo_cate.cata-style-2 .em-col-1space-4 {width: calc((100% - 15px) / 4);}
#bo_cate.cata-style-2 .em-col-1space-5 {width: calc((100% - 20px) / 5);}
#bo_cate.cata-style-2 .em-col-1space-6 {width: calc((100% - 25px) / 6);}
#bo_cate.cata-style-2 .em-col-1space-7 {width: calc((100% - 30px) / 7);}
#bo_cate.cata-style-2 .em-col-1space-8 {width: calc((100% - 35px) / 8);}
#bo_cate.cata-style-2 .em-col-1space-9 {width: calc((100% - 40px) / 9);}
#bo_cate.cata-style-2 .em-col-1space-10 {width: calc((100% - 45px) / 10);}

#bo_cate_select {width: 100%;padding: 13px 10px;border: 1px solid #dfdfdf;color: #303030;}
@media only screen and (min-width: 1001px) {
    .view-over-1000 {display: block;}
    .view-under-1001 {display: none;}
    #bo_cate ul li {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    #bo_cate a {line-height: 1.2;min-height: 39px;}
}
@media only screen and (min-width: 1200px) {
    #bo_cate ul li {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #bo_cate a {
        padding: 0.445em 0.8334em;
        min-height: 45px;
    }
    #bo_cate_select {font-size: 18px;padding: 12px 10px;}
}
@media only screen and (max-width: 1000px) {
    .view-over-1000 {display: none;}
    .view-under-1001 {display: block;}
}
@media only screen and (max-width: 480px) {
    #bo_cate a {
        font-size: min(3.5714285714285716vw,16px);
    }
}
/* 상단 보드 타이틀 및 버튼 영역 */
#bo_btn_top {margin:0;position: relative;}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}

.btn_bo_user {display: block;position: absolute;float:right;margin:0;padding:0;list-style:none;right: 10px;background: #fff;}
.btn_bo_user li {float:left;width:36px;text-align:center;margin-left:5px;background:transparent;font-size: 14px;}
.btn_bo_user > li {position:relative}
.btn_bo_user .btn {padding: 0 8px;font-size: 1.4em;margin: 0;background-color: #bababa;color: #fff;border-radius: 50%;line-height: 35px;}
.btn_bo_user .btn:focus, .btn_bo_user .btn.focus, .btn_bo_user .btn:hover, .btn_bo_user .btn.active {
    outline: 0;
    box-shadow: none;
    background-color: #202020;
}
@media only screen and (max-width: 1000px) {    
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 480px) {
    .btn_bo_user {right: 5px;}
}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#ffffff !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {list-style: none;border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

/* 보드 리스트 타이틀 부가 */
.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#d4d4d4;color:#fff !important;font-weight:normal !important;line-height:1.1;padding:5px 8px;border-radius:20px;font-size:0.8em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

/* 검색 팝업창 */
.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-164px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:2px solid #505050;background:#fff;border-radius:10px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:9px 15px;border-bottom:2px solid #505050;font-size: 18px;margin-bottom: 0;color: #101010;font-weight: 700;background-color: #cacaca;}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #acacac;border-radius:4px;}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #acacac;border-radius:4px;}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#101010;border:0;padding:6px 18px;font-size:16px;background:#cacaca}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height: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}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1;font-size: 14px;}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;background:#fff;box-sizing:border-box}
#bo_v h4 {line-height: 0;}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}
#bo_v_title {line-height: 0;}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#d4d4d4;color:#fff;padding:3px 8px;border-radius:15px;font-size: 0.4em;letter-spacing: -0.03em;}
#bo_v_title .bo_v_tit {display:block;margin:5px 0 0;letter-spacing: -0.05em;font-weight: 600;line-height: 1.2;}
#bo_v_info {position: relative;margin:0;color:#666;margin-right: auto;margin-left: auto;max-width: 800px;}
#bo_v_info.fullwidth {max-width: 100%;}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info .profile_info {margin:20px 0 10px;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0 auto;list-style:none;max-width: 800px;padding: 5px 0;}
#bo_v_file li {padding:15px;position:relative;margin:0;border:1px solid #dfdfdf;border-radius:5px;font-size: 14px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}

#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0 auto;max-width: 800px;padding: 5px 0;}
#bo_v_link li {padding:15px;position:relative;margin:0;border:1px solid #dfdfdf;border-radius:5px;font-size: 14px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #dfdfdf;padding:13px;}
.bo_v_nb li:last-child {border-bottom:1px solid #dfdfdf}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#323232}
.bo_v_nb li .nb_date {float:right;color:#323232}
.bo_v_nb li a {color: #323232;}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1;max-width: 800px;margin:0 auto;text-align: center;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto;margin-left: auto;margin-right: auto;}

#bo_v_con {margin:10px auto 60px;width:100%;max-width: 800px;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

.em-bo-view-flex-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: min(3vw, 20px);
}

.max-width-100 .em-maxw-800,
.max-width-100 .em-maxw-800 #bo_v_con,
#bo_v_link.max-width-100 ul {
    max-width: 100% !important;
}

/* 게시판의 상하단 내용을 배너로 처리 */
#bo_v_atc.board-head-banner,
#bo_v_atc.board-tail-banner {
    min-height: 0;
}
.board-head-banner .em-maxw-800 #bo_v_con {
    margin: 0 !important;
    margin-bottom: min(5.25vw, 50px) !important;
    min-height: 0;
}
.board-tail-banner .em-maxw-800 #bo_v_con {
    margin: 0 !important;
    margin-top: min(5.25vw, 50px) !important;
    min-height: 0;
}

/* 게시판 댓글 */

/*글쓰기*/
#bo_w .bo_v_option {margin-bottom: 10px;}
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0;font-size: 14px;}
#bo_w .bo_v_option li label {vertical-align:baseline;margin-bottom: 0;}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px;border-radius: 0;}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#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;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px;border-radius: 0;}
#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;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:0;border-radius: 0;background: none;border: 0;height: 35px;}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:0;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}

#bo_w .bo_w_flie .file_del input[type="checkbox"] {height: auto;width: auto;margin-top: -7px;}
@media (max-width: 991px) {
    #bo_w .bo_w_flie .file_del {position: relative;right: 0;}
}

/* 쓰기 추가 항목 */
#captcha #captcha_img, #captcha #captcha_key, #captcha #captcha_mp3, #captcha #captcha_reload {margin-top: 20px;}
@media only screen and (max-width: 767px) {
    .bo_w_info.write_div .half_input {width: 100%;}
    #bo_w #wr_password, #bo_w #wr_homepage {margin-left: 0;}
}
@media only screen and (max-width: 480px) {
    #captcha.m_captcha audio {margin: 20px 0 5px;}
    #captcha.m_captcha #captcha_img {margin-top: 10px;margin-bottom: 10px;}
    #captcha.m_captcha #captcha_key {padding: 5px 5px;height: 40px;}
}

/* 목록 추가 항목 */
#bo_list .tbl_head01 table {border-top: 1px solid #dfdfdf;}
#bo_list .tbl_head01 table thead tr th, #bo_list .tbl_head01 table tbody tr td {border-bottom: 1px solid #dfdfdf;}
#bo_list .tbl_head01 thead tr th a, #bo_list .tbl_head01 tr th {color: #242424;}
#bo_list .tbl_head01 .td_subject a, #bo_list .tbl_head01 tr td {color: #000;}
#bo_list .tbl_head01 thead tr th {background-color: #f6f6f6;}

a.status-btn-a {
    text-decoration: none !important;
}
span.status-btn-1 {
    line-height: 1.0;
    padding: 5px 20px;
    background-color: #ee7009;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none !important;
}
ul.empty_js_grid_masonry li.empty_list {
    padding: 50px 0 !important;
}

@media only screen and (min-width: 1001px) {
    #bo_list .td_name {width: 100px;}
    #bo_list .td_num {width: 60px;}
    #bo_list .tbl_head01 thead tr th {font-size: 16px;}
    #bo_list .tbl_head01 tr td, .bo_tit {font-size: 18px;font-weight: 400;}
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 640px) {
    .bo_sch {width: 300px;margin-left: -150px;}
    .bo_sch .sch_input {width: calc(100% - 40px);}
    .tbl_head01 thead th {padding: 10px 0;}
    .tbl_head01 td {padding: 10px 5px;height: 44px;}
    .tbl_head01 td.td_datetime {color: #aaa;}
}
@media only screen and (max-width: 480px) {
}

/* 테이블 */