@charset "utf-8";

/* 게시판 목록 */
#bo_list {position:relative;}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}

#bo_cate {position:relative;border-radius:5px;text-align:center;background:#fff;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {display:inline-block;list-style:none;margin:0 0 -3px;padding:0;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;display:inline-block;padding:2px;}
#bo_cate a {display:inline-block;padding:0 10px;line-height:50px;color:#868299;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color:#000;}
#bo_cate #bo_cate_on {font-weight:500;color:#432699;}

#bo_list_tbl {width:100%;}
#bo_list_tbl thead th {padding:15px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #999;background:linear-gradient(#fff,#fff,#f3f3f3);}
#bo_list_tbl td {padding:12px 0;border-bottom:1px solid #e0e0e0;font-size:.88em;color:#8c8c8c;text-align:center;background-color:#fff;transition:all .2s;}
#bo_list_tbl td.td_chk {width:30px;}
#bo_list_tbl td.td_num {width:50px;}
#bo_list_tbl td.td_subject {font-size:1em;text-align:left;}
#bo_list_tbl td.td_subject i {margin-left:5px}
#bo_list_tbl td.td_name {width:100px;}
#bo_list_tbl td.td_date {width:100px;}
#bo_list_tbl tr:hover td {background-color:hsla(0,0%,0%,.04);}
#bo_list_tbl tr.bo_notice td {color:#fff;background:#5967ac;}
#bo_list_tbl tr.bo_notice td a, #bo_list_tbl tr.bo_notice td span {color:#fff;}
#bo_list_tbl tr.bo_notice:hover td {background:#404a80}
#bo_list_tbl tr.bo_notice:hover td a {color:#ff0;}
#bo_list_tbl tr.bo_notice .notice_icon {font-size:0;line-height:0;}
#bo_list_tbl tr.bo_notice .notice_icon:before {padding:5px;border:1px solid hsla(0,100%,100%,.5);border-radius:3px;content:"\f0a1";font-family:"FontAwesome";font-size:14px;font-weight:normal;color:#fff;line-height:100%;background:hsla(0,100%,100%,.1);box-shadow:0 1px 2px hsla(0,0%,0%,.5);}
#bo_list_tbl .cnt_cmt {display:inline-block;margin-left:5px;padding:2px 5px;border-radius:3px;font-size:.75em;color:#fff;background:#5c85c1;}

#bo_list_tbl .bo_tit .bo_cate_link {display:inline-block;width:90px;margin-right:15px;border-right:1px solid #ccc;color:#888;}
#bo_list_tbl .bo_tit .bo_cate_link:hover {color:#6db142;}
#bo_list_tbl .bo_tit .title_icon {margin-right:2px;}
#bo_list_tbl .bo_tit i {display:inline-block;width:16px;margin-right:2px;border-radius:2px;font-size:10px;line-height:16px;text-align:center;vertical-align:middle;}
#bo_list_tbl .bo_tit .fa-download {color:#fff;background:#e89f31;}
#bo_list_tbl .bo_tit .fa-link {color:#fff;background:#ad68d8;}
#bo_list_tbl .bo_tit .new_icon {color:#ff0;background:#6db142;}
#bo_list_tbl .bo_tit .fa-heart {color:#fff;background:#e52955;}
#bo_list_tbl .bo_tit .fa-lock {border:1px solid #a2c6ce;font-size:12px;color:#4f818c;background:#cbe3e8;}

.bo_current {color:#e8180c}

#bbs_total {float:left;margin:25px 0;font-weight:400;font-size:.8em;color:#4c4c4c;}
	#bbs_total strong {font-weight:500;color:#4c4c4c;}
#bo_sch {margin-top:30px;text-align:center;background:#fff}
	#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
	#bo_sch form {display:inline-block;border:1px solid #ccc;border-radius:3px;margin:20px auto;text-align:center;background:#fff}
	#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
	#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
	#bo_sch .sch_input{height:38px;border:0;padding:0;background-color:transparent;float:left}
	#bo_sch .sch_btn{height:38px;float:left;background:url('./img/sch_btn.png') no-repeat 50% 50%;border:0;width:40px;text-indent:-999px;overflow:hidden}

/* 게시판 쓰기 */
#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}

/* 게시판 읽기 */
#bo_v {}
#bo_v_title {position:relative;padding:5px 0 10px 20px;border-left:5px solid #e9e9e9;font-size:1.6em;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}

#bo_v_file {margin:5px 0;border:1px solid #394580;border-radius:2px;background:#455399;}
#bo_v_file ul {list-style:none;margin:0;padding:10px;}
#bo_v_file li {}
#bo_v_file li:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_file a, #bo_v_file span {display:block;font-size:.9em;line-height:1.7em;color:hsla(0,100%,100%,.8);}
#bo_v_file li:hover a, #bo_v_file li:hover span {color:hsla(0,100%,100%,1);}
#bo_v_file a {float:left;font-weight:500;}
#bo_v_file a:before {margin-right:5px;content:"\f019";font-family:"FontAwesome";color:hsla(0,100%,100%,.5);}
#bo_v_file span.bo_v_file_date {float:right;}
#bo_v_file span.bo_v_file_hit {float:right;margin-left:15px;}
#bo_v_file span.bo_v_file_hit:before {margin-right:5px;content:"\f06e";font-family:"FontAwesome";color:hsla(0,100%,100%,.5);}

#bo_v_link {margin:5px 0;border:1px solid #e9e9e9;border-radius:2px;background:#fafafa;}
#bo_v_link ul {list-style:none;margin:0;padding:10px;}
#bo_v_link li {position:relative;}
#bo_v_link a {display:block;position:relative;font-size:.9em;line-height:1.7em;color:#333;}
#bo_v_link a:before {margin-right:5px;content:"\f0c1";font-family:"FontAwesome";color:#8290d3}
#bo_v_link a:hover {color:#000;}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;font-size:.88em;color:#888;}

#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%;margin:30px 0;text-align:center;overflow:hidden;zoom:1}
#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}

#bo_v_con {max-width:1000px;min-height:200px;margin:0 auto;}
#bo_v_con * {line-height:1.7em;word-break:keep-all;}
#bo_v_con a {color:#000;text-decoration:underline;}
#bo_v_con img {max-width:100%;height:auto;}

.bo_v_nb {list-style:none;margin:20px 0 0;padding:0;}
	.bo_v_nb:after {display:block;clear:both;content:"";}
	.bo_v_nb li {float:left;width:50%;height:35px;border:1px solid #e9e9e9;background:#f9f9f9;}
	.bo_v_nb li:hover {background:#fff;}
	.bo_v_nb li span.nb_tit {display:inline-block;font-size:.8em;color:#0d6fb5;vertical-align:middle;}
	.bo_v_nb li span.nb_tit:after, .bo_v_nb li span.nb_tit:before {font-family:"FontAwesome";}
	.bo_v_nb li.prev {border-radius:20px 0 0 20px;border-right:none;}
	.bo_v_nb li.prev span.nb_tit {margin-right:10px;}
	.bo_v_nb li.prev span.nb_tit:before {content:"\f060";margin-right:5px;}
	.bo_v_nb li.next {border-radius:0 20px 20px 0;text-align:right;}
	.bo_v_nb li.next span.nb_tit {margin-left:10px;}
	.bo_v_nb li.next span.nb_tit:after {content:"\f061";margin-left:5px;}
	.bo_v_nb li a {display:block;width:100%;padding:0 10px;font-size:.9em;color:#4c4c4c;line-height:35px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
	.bo_v_nb li a:hover {color:#000;}

/* 게시판 댓글 */
.cmt_btn {display:block;width:100%;height:30px;margin-bottom:15px;border:1px solid #e9e9e9;border-radius:50px;background:#fff;}
.cmt_btn:hover {border-color:#333;background:#5c5c5c;}
.cmt_btn:before {content:"\f068";font-family:"FontAwesome";color:#ed6478;}
.cmt_btn_op:before {content:"\f067";}

#bo_vc {padding:20px;border-radius:4px;background-color:#edf7fa;}
.bo_vc_wrap {position:relative;margin-bottom:10px;padding:15px 20px;border:1px solid #a9cbd5;border-radius:4px;background-color:#fff;box-shadow:3px 3px 3px #d2e4e9;}
	.bo_vc_wrap .block {display:none;position:absolute;top:5px;left:0;margin-left:-13px;width:13px;height:13px;background:url('./img/comm_bul.png') no-repeat 0 0;}
	.bo_vc_wrap.bo_vc_re .block {display:block;}
	.bo_vc_wrap.bo_vc_re {background-color:#f2f6f7;}
	.bo_vc_wrap:last-child {margin-bottom:0;}
.bo_vc_wrap header {margin-bottom:10px;}
	.bo_vc_wrap header .member {font-weight:600;color:#08647f;}
	.bo_vc_wrap header .bo_vc_hdinfo time {display:inline-block;margin-left:10px;font-size:.82em;color:#5fb2ca;}
.bo_vc_wrap p {font-size:.92em;line-height:1.3em;}
.bo_vc_wrap footer {position:absolute;right:10px;top:10px;}
	.bo_vc_wrap footer ul.bo_vc_act {list-style:none;margin:0;padding:0;zoom:1;}
	.bo_vc_wrap footer ul:after {display:block;clear:both;content:"";}
	.bo_vc_wrap footer ul li {float:left;margin-left:2px;}
	.bo_vc_wrap footer ul li a {display:block;width:22px;height:22px;font-size:0;color:#fc3;text-align:center;background-color:#484d61;}
	.bo_vc_wrap footer ul li a:hover {color:#fff;}
	.bo_vc_wrap footer ul li a:after {font-family:"fontAwesome";font-size:14px;line-height:22px;}
	.bo_vc_wrap footer ul li a.re:after {content:"\f086";}
	.bo_vc_wrap footer ul li a.edit:after {content:"\f021"}
	.bo_vc_wrap footer ul li a.del:after {content:"\f1f8"}
#bo_vc_w {}
.bo_vc_w {margin-top:10px;padding:0;}
.bo_vc_w:after {display:block;clear:both;content:"";}
.bo_vc_w .bo_vc_cap {position:relative;}
.bo_vc_w .bo_vc_cap #captcha_info {display:block;padding:5px 0 10px;font-size:.82em !important;}
.bo_vc_w .bo_vc_txt {display:block;position:relative;}
.bo_vc_w .bo_vc_txt:before {display:block;clear:both;content:"";}
.bo_vc_w .bo_vc_txt textarea {width:100%;height:100px;padding-right:80px !important;padding:7px;border:1px solid #e5e5e5;border-right:none;font-size:.92em;line-height:1.3em;background-color:#fff !important;}
.bo_vc_w .bo_vc_txt .btn_submit {display:block;position:absolute;right:0;bottom:3px;width:100px;height:100px;border:none;background-color:#f43b51;}

/*글쓰기*/
#bo_w .write_div{margin:10px 0;position:relative}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:33%}
#bo_w #wr_password{margin:0 0.5%  }
#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;}
#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;background: #eee;text-align:center;color:#888}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#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;background:#eee;text-align:center;color:#888}
#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: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 #3497d9;height:40px;border-radius:3px}
