@charset "utf-8";

/**/

:root{
    --list-pd : 2rem;
}
#bo_btn_top { position: relative;top: 0;}
.board .footer {margin-top: 0 ;}
section {padding-left: var(--inner-cont-pd) !important; padding-right: var(--inner-cont-pd) !important; } 

thead { display: none;}
tbody tr {display: flex; flex-wrap: wrap;padding: 0 2rem;     border-bottom: 1px solid #efefef;}
.tbl_wrap table {border-top: 2px solid var(--color-point) !important; border-bottom: 0 !important;}
.tbl_head01 td {height: auto; border: 0 !important; padding: 0 !important;}
.td_subject {width: 85%;}
.tbl_head01 tbody tr:hover td {background: none !important;}
.sv_member { color: #a3a3a3; letter-spacing: 0;}


#bo_list .td_name  {padding-bottom: var(--list-pd) !important;}
#bo_list .td_datetime, .bo_tit a { padding-top: var(--list-pd) !important;}


/*목록, 이전, 다음버튼*/
.board_v_nb { position: relative; width: 100%; margin: 3rem 0 ; border-top: 1px solid #eaeaea; }
.board_v_nb li { height: 5rem; padding: 0 3rem; border-bottom: 1px solid #eaeaea; }
.board_v_nb li .nb_tit { display: inline-block; width: 10rem; }
.board_v_nb li a { width: calc(100% - 10rem); }


.board_list a {display: inline-block;
    width: 14rem;
    height: auto;
    line-height: 1;
    padding: 1.7rem 1.5rem;
    border-radius: 1rem;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    color: #464646;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;}


@media all and (max-width:600px) {
 .bo_v_nb li .icon { width: 5rem; }
 .bo_v_nb li a { min-width: 82px; }
 }


/* 게시판 목록 */
#bo_list { position:relative; }
#bo_list:after { display:block; visibility:hidden; clear:both; content:"" }
#bo_list .td_board { width:120px; text-align:center }
#bo_list .td_chk {     position: absolute; width:30px; text-align:center; }
#bo_list .td_date { width:60px; text-align:center }
#bo_list .td_datetime {color: var(--color-border); font-size: 1.8rem; 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: 100%;}
#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_cate { margin-bottom: 2em; text-align: center; }
#bo_cate h2 { position:absolute; font-size:0; line-height:0; overflow:hidden }
#bo_cate ul { zoom:1 }
#bo_cate ul:after { display:block; visibility:hidden; clear:both; content:"" }
#bo_cate li { display:inline-block; margin: 0 1em; }
#bo_cate a { display:block; font-size: 2rem; }
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active { text-decoration:none; }
#bo_cate #bo_cate_on { position: relative; z-index:2; font-weight: 700; }
#bo_cate #bo_cate_on::after { margin-left: .5em; filter: brightness(0); content: url(/theme/basic/img/icon_ar_bt.svg); }
#bo_cate #bo_cate_on::before { position: absolute; bottom: -0.15em; left: 0; width: 100%; height: 2px; background: #000; border-radius: 1em; overflow: hidden; content: ''; }

.td_subject img { display: inline-block; width: auto; margin-left:3px }

/* 게시판 목록 공통 */
.selec_chk { position:absolute; top:0; left:0; width:0; height:0; opacity:0; outline:0; z-index:-1; overflow:hidden }
.chk_box { position:relative }
.chk_box input[type="checkbox"] + label { position:relative; color:#676e70 }
.chk_box input[type="checkbox"] + label:hover { color:#2172f8 }
.chk_box input[type="checkbox"] + label span { float:left; width:15px; height:15px; display:block; background:#fff; border:1px solid #d0d4df; border-radius:3px }
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label { padding-left:20px }
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span { position:absolute; top:2px; left:0; width:15px; height:15px; display:block; margin:0; background:#fff; border:1px solid #d0d4df; border-radius:3px }
.chk_box input[type="checkbox"]:checked + label { color:#000 }
.chk_box input[type="checkbox"]:checked + label span { background:url(./img/chk.png) no-repeat 50% 50% #3a8afd; border-color:#1471f6; border-radius:3px }



.bo_fx { margin-bottom:5px; float:right; zoom:1 }
.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; line-height:34px; font-size:0.92em; color:#4e546f }

.btn_bo_user { float:right; margin:0; padding:0; list-style:none }
.btn_bo_user li { float:left; text-align:center; margin-left:5px; }
.btn_bo_user > li { position:relative }
.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 { border-bottom:1px solid #ddd }
.bo_notice td a { color: var(--color-point2);; font-weight:bold; }
.bo_notice td a.bo_cate_link { background: var(--color-point2); color: #fff; }
.bo_notice .notice_icon { display:inline-block; line-height:25px; border-radius:5px; font-weight:bold; color:#f9267f }

.td_num strong { color:#000 }
.bo_cate_link { display:inline-block; background: var(--color-bg); color: var(--color-point2); font-weight:normal !important; line-height: 1; padding: 0.5em 0.7em; border-radius: .3em; font-size: 0.85em; } /* 글제목줄 분류스타일 */
.bo_cate_link:hover { text-decoration:none }
.bo_tit {color: #000;font-weight: 600; font-size: 1.8rem;}
.bo_tit a {display: block; }
.bo_current { color:#e8180c }
#bo_list .profile_img img { border-radius:50% }
#bo_list .cnt_cmt { display:inline-block; margin:0 0 0 3px; font-weight:bold; color:#ed6478; font-size:0.86em }


#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 }


/* 게시판 쓰기 */
#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 }
#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 }




@media screen and (max-width:1024px) { /*카테고리*/
 #bo_cate { text-align: left; }
 #bo_cate li { margin: 0 2em; margin-left: 0; }
 #bo_cate a { font-size: 1.8rem; }
 }


 @media screen and (max-width:768px) { /*카테고리*/
 #bo_cate li { margin:.5em .5em 0 0; margin-left: 0; }
 #bo_cate li a { padding: 0.5em 1em; border-radius: 4em; border: 1px solid #ddd; font-size: 1.6rem; }
 #bo_cate #bo_cate_on { background: #f8f8f8; }
 #bo_cate #bo_cate_on::before { display: none; }

 /*리스트 목록*/
 
 .tbl_wrap table tbody tr.bo_notice { background: #f3f5f5; }
tbody tr { padding: 0;}

 #bo_list .td_subject {width: 100%; }
 #bo_list .td_datetime {position: relative; width: auto; padding-top: 0 !important;color: #a3a3a3;font-size: 1.6rem;}
 #bo_list .td_datetime::after {content: "|"; margin: 0 1rem; color: #a3a3a3;font-size: 1.6rem; font-weight: 100; }
 #bo_list .td_subject .bo_tit { display: block; margin-top: .3em; }
 .bo_notice .notice_icon { width: 2.5rem; }

 #bo_list .td_name {width: auto;}

 /*글읽기*/
 #bo_v_info .profile_info { margin: 0.5em 0 0; }
 .bo_v_nb li { min-width: 9rem; width: auto; }
 .board_v_nb li { padding: 0 1rem;}
 }
