@charset "utf-8";

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

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {}
.chk_all{margin:10px 0}
/* 읽기 버튼 */
#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_list  {background-color:#fff;}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_name {width:100px;text-align:left}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:150px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .notice_icon{display: inline-block;}
#bo_list .notice_icon i{color:#fff}
#bo_list .bo_subject .fa-download{width:16px;height:16px;line-height:16px;background:#ecaa30;color:#fff;text-align:center;font-size:10px;border-radius:2px}
#bo_list .bo_subject .fa-link{width:16px;height:16px;line-height:16px;background:#2aa974;color:#fff;text-align:center;font-size:10px;border-radius:2px}
#bo_list .bo_subject .fa-heart{color:#ff0000;;text-align:center;font-size:10px;border-radius:2px}
#bo_list .bo_subject .new_icon{display:inline-block;padding: 0 3px;line-height:16px ;font-size:0.833em;color:#fff;background:#c56bed}
#bo_list .bo_tit .fa-lock{color:#666}

#bo_cate {display:none;}

/* #container {background:#fff !important;} */

/* 관리자일 때 */
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_list_admin th:nth-of-type(1) {width:40px}
#bo_list_admin th:nth-of-type(3) {width:100px}

#bo_list_admin td:nth-of-type(1) {text-align:center}
#bo_list_admin td:nth-of-type(3) {text-align:center}

/* 관리자가 아닐 때 */
#bo_list th:nth-of-type(2) {width:100px}
#bo_list td:nth-of-type(2) {text-align:center}

/* 게시판 목록 공통 */
#bo_list {}
#bo_list ul li:first-child {border-top:1px solid #ececec;}
#bo_list ul li{clear: both; padding:14px 14px 13px; border-bottom:1px solid #ececec; color:#757575;}
#bo_list ul li.bo_notice {background-color:#f9f9f9}
#bo_list ul li.bo_notice .bo_subject  {font-weight:bold}
#bo_list ul li .bo_subject { padding: 0 0 7px; font-size: 15px; line-height: 1.3em; color: #1b1b1b;}
#bo_list ul li .bo_info span {font-size:11px; margin-right:6px;}

#bo_sch {padding:14px; background-color:#f1f1f1; border-top:1px solid #ececec; border-bottom:1px solid #ececec}
#bo_sch select{background:#fff; margin-bottom:8px; width:100%; height:29px; border-radius:2px; border:1px solid #cccccc; padding:0 7px;}
#bo_sch .sch_input { height:29px; border-radius:2px; border:1px solid #cccccc; width:84%; padding:0 7px;}
#bo_sch .sch_btn {float:right; width:48px; height:28px; line-height:29px; text-align:center; color:#fff; background-color:#ff8601;border:0; border-radius:2px; font-weight:bold; font-size:13px; }

.list_write {padding:7px 14px; text-align:right; background-color:#fff;}
.list_write li {display: inline-block; height:28px; line-height:28px; width:58px; text-align:center; background-color:#ff8601; border-radius:2px; font-size:13px }
.list_write li a {color:#fff;}

.pg {margin:0px 0 5px !important}
.pg_page, .pg_current, .qa_page {width:23px !important; height:21px !important; line-height:19px !important; border-radius:2px !important}
.pg_current {color:#508bed !important; border-color:#508bed !important; background-color:#fff !important}
.pg_end, .pg_start, .pg_next, .pg_prev {width:23px !important; height:21px !important; border-radius:2px !important; border:1px solid #d9d9d9 !important;}
.pg_next {margin-left:8px !important}
.pg_prev {margin-right:8px !important}

/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {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%}

/* 게시판 읽기 */
#bo_v {padding:0;background:#fff}
#bo_v header {padding:14px 14px 7px; border-bottom:1px solid #d5d5d5}
#bo_v header ul li {clear: both;}
#bo_v header ul li.title {font-size:15px; padding-bottom:14px;}
#bo_v header ul li.infos > span {display: inline-block; color:#757575; margin-right:12px; position: relative;}
#bo_v header ul li.infos > span:not(:last-child):after {content:""; height:10px; width:1px; background-color:#757575; position: absolute; right:-9px; top:4px; opacity:.3;}

#bo_v_file {margin:10px 0}
#bo_v_file h2 {background:#949ab4;color:#fff;margin-bottom:1px;line-height:35px;padding: 0 10px}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding: 10px;border-bottom:1px solid #fff;background:#f1f7fa;color:#777}
#bo_v_file a {display:block;color:#000;text-decoration:none;margin:0 0 3px}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file a strong{color:#3497d9;text-decoration:underline}
.bo_v_file_cnt {font-size:0.92em}

#bo_v_link{margin:10px 0}
#bo_v_link h2 {background:#949ab4;color:#fff;margin-bottom:1px;line-height:35px;padding: 0 10px}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding: 10px;border-bottom:1px solid #fff;background:#f1f7fa;color:#777}
#bo_v_link a {display:block;color:#000;text-decoration:none;margin:0 0 3px}
#bo_v_link a strong{color:#3497d9;text-decoration:underline}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {font-size:0.92em}

#bo_v_top {padding:7px 0 0; text-align:center;}
#bo_v_top .bo_v_left li {margin-bottom:14px; display: inline-block; width:46px; height:28px; line-height:28px; border:1px solid #bcbcbc; background-color:#f0f0f0; font-size:13px; border-radius:2px;}
#bo_v_top .btn_list {padding:14px 10px; text-align:left; border-top:1px solid #d5d5d5}
#bo_v_top .btn_list a {display: inline-block; width:48px; height: 28px; line-height: 28px; font-size: 13px; border-radius: 2px; background-color:#ff8601; color:#fff; text-align:center;}
#bo_v_con {padding:14px 14px; border-bottom:1px solid #d5d5d5}
#bo_v_con img, #bo_v_con iframe {max-width:100%}
#bo_v_con table { width: 100% !important; }

/* 게시판 댓글 */
#bo_vc .commentTitle {padding:14px; background-color:#f1f1f1; border-top:1px solid #d5d5d5; border-bottom:1px solid #ececec}
#bo_vc .commentTitle h3 {font-weight:normal; font-size:14px}
#bo_vc > article {clear: both; padding-top:14px; position: relative; border-bottom:1px solid #d5d5d5}
#bo_vc > article.comment {padding-left:10px; background-color:#f1f1f1;}
#bo_vc > article.comment > ul > li.btns ul li.re, #bo_vc > article.comment > ul > li.btns ul li.wr {display:none}
#bo_vc > article.comment > ul > li.infos > span:first-child {margin-left:15px}
#bo_vc > article.comment > ul > li.infos > span:first-child:before {content:"┖"; position: absolute; color:#757575; left:-20px; top:0}
#bo_vc > article.comment > ul > li.content {padding-left:28px;}
#bo_vc > article > ul > li {clear: both; padding:0 14px;}
#bo_vc > article > ul > li.infos > span {display: inline-block; color:#757575; font-size:11px; margin-right:15px; position: relative;}
#bo_vc > article > ul > li.infos > span:first-child:after {content:""; position: absolute; top:4px; right:-11px; width:1px; height:10px; opacity:.3;background-color:#757575; }
#bo_vc > article > ul > li.content {margin:7px 0;}
#bo_vc > article > ul > li.btns {height:35px;}
#bo_vc > article > ul > li.btns ul li {display: inline-block; float: left;}
#bo_vc > article > ul > li.btns ul li > * {display: inline-block;border:1px solid #bcbcbc; padding:0 10px; font-size:11px; height:26px; line-height:26px; margin-right:5px; border-radius:2px; background-color:#fff}
#bo_vc > article > ul > li.btns ul li:nth-child(3), #bo_vc > article > ul > li.btns ul li:nth-child(4) {float: right;}
#bo_vc > article > ul > li.btns ul li:nth-child(3) a {margin-right:0}
#bo_vc > article > ul > li.edits {padding:0}
#bo_vc > article > ul > li.edits > span {display:block; padding:0 14px 0;}
#bo_vc > article > ul > li.edits .edit .nameArea {display:none}
#bo_vc > article > ul > li.edits > span .btn_confirm {margin-bottom:10px;}

#bo_vc_empty {width:100%; padding:28px 14px; text-align:center; border-bottom:1px solid #d5d5d5;}

#bo_vc_w {margin-top:29px; padding:7px 14px 0; border-top: 1px solid #d5d5d5; }
#bo_vc_w .btn_confirm, #bo_vc > article > ul > li.edits > span .btn_confirm {text-align:right; margin-top:5px; }
#bo_vc_w .btn_confirm #btn_submit, #bo_vc > article > ul > li.edits > span #btn_submit {display: inline-block; background-color:#ff8601; color:#fff; text-align:center; width:66px; height:26px; border:0; border-radius:2px; font-size:11px}
#bo_vc_w #wr_content, #bo_vc > article > ul > li.edits textarea {width:100%; height:50px; resize:none; padding:7px; border:1px solid #cccccc;}
#bo_vc_w .nameArea, #bo_vc > article > ul > li.edits .nameArea {display:block; margin:5px 0 5px; color:#757575; line-height:1.5}
#bo_vc_w .nameArea input, #bo_vc > article > ul > li.edits .nameArea input {position: relative; top:-3px; border:1px solid #cccccc;border-radius:2px; font-size:13px; padding:7px; width:95px; margin-left:10px;}

.bo_vc_w_info {opacity:0; width:0; height:0; overflow: hidden;}

/*글쓰기*/
#bo_w {margin:14px; padding:0 0; }

.bo_w_tb {width:100%; background-color:#fff;  border:1px solid #cccccc;}
.bo_w_tb th {width:100px; text-align:left; vertical-align:top; padding:14px 0 7px 14px}
.bo_w_tb td {padding:7px 14px 7px 0;}
.bo_w_tb input[type="text"] {height:29px; padding:0 3px; border:1px solid #ccc; border-radius:2px;}
.bo_w_tb tbody td {padding:14px; border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1}
.bo_w_tb tbody td textarea {max-height:100px; resize:none}
.bo_w_tb tfoot th, .bo_w_tb tfoot td {border-bottom:1px solid #f1f1f1}

#bo_w .write_dAreav {margin:10px auto 40px; width:180px; text-align:center;}
#bo_w .write_dAreav * {float: left; display: inline-block; width:87px; height:34px; line-height:34px; text-align:center; font-size:13px; font-weight:bold;border-radius:2px;}
#bo_w .write_dAreav input {background-color:#ff8601 ; border:1px solid #ff8601; color:#fff; margin-right:4px;}
#bo_w .write_dAreav a {border:1px solid #d5d5d5; background-color:#fff;}

/* .bo_info .sv_wrap {display:none !important} */

#bo_cate {
    width: 100%;
    background: #fff;
    margin: 8px 0;
}

#bo_cate > ul#bo_cate_ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#bo_cate > ul#bo_cate_ul > li {
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	border:0;
	padding:0px 3px;
}

#bo_cate > ul#bo_cate_ul > li > a {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 0.80rem;
    color: #777;
	padding:0 7px; background:#fff; border:#ddd 1px solid; border-radius: 30px;
}

#bo_cate > ul#bo_cate_ul > li > a#bo_cate_on {
    border-color: #fce250;
	background:#fce250;
    color: #000;
    font-weight: bold;
}