@charset "utf-8";

/* 게시판 목록 */
#bo_cate {background:#ecf2f3;padding:7px;margin:10px 0;border:1px solid #bed1d4}
#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;padding:2px;}
#bo_cate a {display:block;line-height:26px;padding:0 10px;border-radius:3px;border:1px solid transparent}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#d2d6dc;}
#bo_cate #bo_cate_on {z-index:2;background:#3497d9;color:#fff;font-weight:bold;border-bottom-color:#1977b5;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202);}

.td_subject img {margin-left:3px}

/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall .bbs_btn {margin-bottom:20px !important;}

#bo_gall #gall_ul {margin:10px -10px 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_con {position:relative;margin:0 0 30px 0;border:1px solid #ccc;background:#fff;border-radius:0 0 2px 2px;transition:all .3s;}
#bo_gall .gall_con .gall_chk {position:absolute;top:0;left:0;margin:-1px 0 0 -1px;padding:5px 7px;border:1px solid #ccc;background:#fff;z-index:2;}
#bo_gall .gall_con:hover {border:1px solid #2c2c2c;}

#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_img {background:hsla(205,90%,50%,1);overflow:hidden;}
#bo_gall .gall_img img {max-width:100%;height:auto !important;transform:scale(1);opacity:1;transition:all .3s;}
#bo_gall .gall_con:hover img {transform:scale(1.2);opacity:.6;}
#bo_gall .gall_img span{display:inline-block;background:#eee;text-align:center;line-height:150px;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}

#bo_gall .bo_tit {display:block;width:100%;padding:15px 10px;font-size:.92em;background:#fff;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;transition:all .3s;}
#bo_gall .gall_con:hover .bo_tit, #bo_gall .bo_tit:hover {color:#fff;background:#2c2c2c;}

/* 게시판 목록 공통 */

.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon{display:inline-block;background:#ed6478;padding:0 3px;line-height:20px;font-weight:normal;font-size:0.92em;color:#fff}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;font-size:0.92em;color:#3598db !important;font-weight:bold} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}

#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}
#bo_gall li.empty_list {padding:85px 0;text-align:center}

/* 게시판 읽기 */
#bo_v {}
#bo_v header {position:relative;margin-bottom:20px;}
#bo_v header #cont_tit {}
#bo_v header #cont_tit strong {font-family:'Roboto Condensed',Roboto,Helvetica,Arial,Serif;font-weight:normal;text-transform:capitalize;color:#0d71b5;}
#bo_v header #cont_tit span.cate {display:inline-block;color:#0d71b5;}
#bo_v header #cont_tit span.cate:after {margin:0 10px;content:"\f105";font-family:"FontAwesome";}
/*
#bo_v header #cont_tit span.cate {display:inline-block;font-family:"NanumSquare";font-size:.65em;color:#666;}
#bo_v header #cont_tit span.cate:after {margin:0 10px;content:"\f105";font-family:"FontAwesome";}
*/
#bo_v header a {display:block;position:absolute;top:50px;width:30px;height:30px;border-radius:2px;border:1px solid #e9e9e9;font-size:0;line-height:0;color:#808080;background-color:#fff;transition:all .3s;}
#bo_v header a:hover {color:#0d6fb5;background-color:#f7f7f7;}
#bo_v header a:before {display:inline-block;width:27px;font-family:"FontAwesome";font-size:14px;line-height:30px;text-align:center;}
#bo_v header a.prev {left:0;}
#bo_v header a.prev:before {content:"\f053";}
#bo_v header a.next {right:0;}
#bo_v header a.next:before {content:"\f054";}
.pg_tit {margin-bottom:40px;font-size:1.4em;font-weight:normal;}
.pg_tit:before {margin-right:7px;content:"\f105";font-family:"FontAwesome";font-size:.9em;color:#808080;line-height:1em;vertical-align:middle;}

#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_file {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_file h2 {padding:10px;background: #f3f3f3}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_link h2 {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;}
#bo_v_link a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com li {float:left;margin-left:5px}

#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%;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 {margin:40px 0;}
#bo_v_con * {line-height:1.5em;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

/*글쓰기*/
#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}