@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
#bo_list a.btn_b02 {display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}

#bo_list a.btn_admin {display:inline-block; padding:3px 5px; border:1px solid #222; background:#555; color:#fff; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);} /* 관리자 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {color:#fff; background:#222;}

.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {display:inline-block; padding:3px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn_bo_adm input:hover{border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}

/* 읽기 버튼 */
#bo_v a.btn_b01 {display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
#bo_v a.btn_b02 {display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {margin-bottom:20px} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w .btn_confirm .btn_submit{display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);} 
#bo_w .btn_confirm .btn_submit:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w.btn_cancel{display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {display:inline-block; padding:2px 5px; height:1.9em; border:0; background:#fafafa; color:#666; letter-spacing:-0.1em; vertical-align:top; line-height:1.9em; border-radius:3px;} /* 우편번호검색버튼 등 */

/* 댓글등록 버튼 */
.btn_confirm {text-align:center}
fieldset .btn_submit {padding:6px; height:30px; line-height:1em}
.btn_submit {padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn_submit:hover {border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
a.btn_admin {display:inline-block; padding:3px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);} /* 관리자 버튼 */
a.btn_admin:focus, a.btn_admin:hover {color:#fff; background:#222;}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;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;padding-top:5px}

.btn_bo_user {float:right;margin:0; padding:0; list-style:none}
.btn_bo_user li {float:left; margin-left:5px}
.btn_bo_user .btn_b01{display:inline-block; padding:2px 5px 4px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn_bo_user .btn_b01:hover{border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
 a.btn_cancel{display:inline-block; padding:2px 5px; border:1px solid #d5d5da; background:url("./img/btn_bg.png") repeat-x; color:#666; vertical-align:middle; border-radius:3px; cursor:pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn_cancel:a hover{border:1px solid #c2c2c6; background:url("./img/btn_bg_hover.png") repeat-x; color:#000;}
.btn_confirm {text-align:center} /* 서식단계 진행 */
fieldset .btn_submit {padding:6px; height:30px; line-height:1em}

.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num {color:#666; font-size:11px; font-weight:bold}
.bo_cate_link {display:inline-block; padding:0 6px 0 0; border-right:1px solid #e7f1ed;color:#999 !important; font-weight:bold;} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#bo_list .cnt_cmt {display:inline-block; font-weight:bold}

/* 기본테이블 */
#bo_list .tbl_wrap {margin:0 0 10px}
#bo_list .tbl_wrap table {width:100%; border-collapse:collapse; border-spacing:0;}
#bo_list .tbl_wrap caption {}

/* 목록 테이블 */
#bo_list .tbl_head01 {font-size:13px;}
#bo_list .tbl_head01 caption {padding:0; font-weight:bold; text-align:left}
#bo_list .tbl_head01 thead th {padding:10px 0; border-top:2px solid #ddd; border-bottom:2px solid #ddd; background:url("./img/tbl_head_bg.gif") repeat-x;}
#bo_list .tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {border-top:1px solid #666; border-bottom:1px solid #666; background:#484848; color:#fff}
#bo_list .tbl_head01 tfoot td {border-color:#666; background:#484848; color:#fff; font-weight:bold; text-align:center}
#bo_list .tbl_head01 tbody th {padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9}
#bo_list .tbl_head01 td {padding:5px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; line-height:2em; word-break:break-all}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

/* 읽기 내 테이블 */
#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_address {}
#bo_w .frm_file {}
#bo_w .frm_info {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {padding-left:10px;border:1px solid #e9e9e9;border-left:0;text-align:left;background:#f7f7f7}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {background:#fff}
#bo_w .tbl_frm01 textarea {height: 300px;}

#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject, #bo_w #wr_1 {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_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/

#bo_w .tbl_frm01 a {}
#bo_w .required, #bo_w textarea.required {background:#fff}

/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:100px;text-align:center}
#bo_list .td_datetime {width:70px;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:140px;text-align:center;}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_repl {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 h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;
line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
.td_subject img {margin-left:3px}

/* 게시판 검색 */
#bo_sch select{height:28px !important;}
#bo_sch {margin-bottom:28px;padding-top:5px;text-align:center}
#bo_sch select{height:28px; background:#fff; border:1px solid #adacac;}
#bo_sch input[type="submit"] {padding:2px 5px; border:1px solid #adacac; background:#ddd; border-radius:2px; color:#666; font-size:12px}
#bo_sch .frm_input{margin-right:5px; height:28px;}
#bo_sch legend {position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden}

.btn_search,.btn_search:visited {display:inline-block; padding:3px 5px; height:28px; color:#fff; background-image:none; background-color:#555; 
                                 border-radius:3px; border:1px solid #222; cursor:pointer; vertical-align:middle; font-size:12px; font-family:notokrM;}
.btn_search:hover,.btn_search:focus,.btn_search:active {background-color:#222}

/* 게시판 읽기 */
#bo_v {margin-bottom:15px;padding-bottom:15px}
#bo_v_table {margin-top:10px; padding:1.6em 0 0.5em 0;font-size:1.667em !important;text-align:center;letter-spacing:0.2em;font-weight:bold;border-bottom:1px solid #e9e9e9;color:#63a1b8;}
#bo_v_title {padding:10px 10px 5px;font-size:14px;color:#666; font-weight:bold; font-family:"NanumGothic",sans-serif;}

#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd;color:#888}
#bo_v_info a{color:#888}

#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info {}
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7}
#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
.bo_v_file_cnt {display:inline-block;margin:0 10px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7}
#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 10px}

#bo_v_top {margin:0 0 10px;padding:10px 0}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:2px}

#bo_v_atc {padding:0 20px;min-height:200px}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:20px;width:100%;font-size:13.5px;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {position:relative;margin-bottom:20px;text-align:center}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;right:10%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1;text-align:center}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {display:inline-block;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:20px 0 20px 0 ;padding:20px 0 0 20px;border:1px solid #e5e8ec;background:#f7f7f7;border-radius:4px}
#bo_vc h2 {margin-bottom:5px; font-size:14px;font-weight:bold}
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:13px 0 5px }
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:10px 10px 0 0;list-style:none}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px;display:inline-block;padding:8px 7px 7px;border:1px solid #d9ded9;color:#000;text-decoration:none;vertical-align:middle;background:#fff;border-radius:3px}

#bo_vc_w {position:relative;margin-bottom:10px;padding-bottom:15px;border:1px solid #e5e8ec;border-radius:3px;}
#bo_vc_w h2 {padding:10px;font-size:14px;font-weight:bold}
#bo_vc_w .tbl_wrap {margin:0 0 15px; background:#f7f7f7;}
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
#bo_vc_w textarea {width:99%}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 10px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

@media (max-width: 600px) {
#bo_list .td_date,
#bo_list .td_name,
#bo_list .td_num2 { display: none; }
}	

/* 상단 공지박스*/
.top-notice {width:100%; margin: 10px 0 30px 0; background-color:#f7f7f7; border:1px solid #ddd; padding:10px 20px 10px 20px; 
  -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1); box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);}
.top-notice span {color:#444; font-size:14px; letter-spacing:-0.01em; font-family:'Nanum Gothic';}
.top-notice p {font-size:13px; color:#444;line-height:14px;}