﻿@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#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 {}

/* 읽기 버튼 */
#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 .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#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 {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

#bo_w .required, #bo_w textarea.required {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#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_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin:5px 10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
*/

/* 관리자일 때 */
#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_fx {margin-bottom:5px;padding:5px 0px; 10px; border-bottom:2px solid #333333;}
.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:0;height:2.5em;line-height:2.5em}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f7f7f7;}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c;}
.td_subject a {display:inline-block}
.td_subject img {margin-left:3px}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}

/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {}

#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 {margin-bottom:15px;padding-bottom:15px}

#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {padding:0 10px 5px;font-size:1.2em}

#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
#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; 
	display:block; width:100%;padding:0px 70px 0px 25px; position:relative;
	}
#bo_v_link li img{position:absolute; top:10px; left:5px;}
#bo_v_link a {
	padding:5px 0;color:#000;text-decoration:none;
	display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;
}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
#bo_v_link a strong{font-size:11px;}
.bo_v_link_cnt {display:inline-block;margin:0 10px; font-size:11px; position:absolute; top:10px; right:0px;}

#bo_v_top {margin:0 0 10px;padding:10px}
#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 {padding:0 10px}
#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:3px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:3px}

#bo_v_atc {padding:0 10px;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:1.250em;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}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:20px 0;padding:30px;border:1px solid #ddd;font-size:14px;color:#333;background:#fff;}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px;}
#bo_vc header .icon_reply {top:20px;margin-right: 5px;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc h2 {margin-bottom:10px;color:#444;font-size:16px;font-weight:500;}
#bo_vc h2:before {content:"\f27b";font-family:"fontawesome";margin-right:3px;}

#bo_vc p img {margin:0 3px 2px 0}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc span h2 {padding-top:25px;}
#bo_vc a {color:#333;}
#bo_vc a:hover {text-decoration:underline;}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc input[type="text"], #bo_vc textarea {padding:5px;border-radius:4px;background:#fff !important;}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;color:#333;}
#bo_vc .guest {vertical-align:middle;}
#bo_vc .comment_fram {margin-bottom:10px;padding:20px;border:0;border-radius:5px;background:#e6ecef;}
#bo_vc #captcha_info {display:none;}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .tbl_wrap table {table-layout:fixed;background:#f3f3f3;}
#bo_vc .tbl_wrap table th {text-align:center;font-weight:500;}
#bo_vc .tbl_wrap table td {padding:10px;}
#bo_vc .tbl_wrap table label {font-weight:500;}
#bo_vc .tbl_frm01 th, #bo_vc .tbl_frm01 td {border-left:0;border-right:0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;}
#bo_vc #captcha {overflow:hidden;}
#bo_vc .btn_submit {width:110px;padding:8px;margin-left:0;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.1em;cursor:pointer}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}

#bo_vc_w {border-bottom:none;}
#bo_vc_w input[type="text"], 
#bo_vc_w textarea {padding:5px;border-radius:4px;background:#fdfdfd !important;}
#bo_vc_w #captcha #captcha_info {font-size:13px;}
#bo_vc_w .btn_confirm {padding:20px 0 40px;}

#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}
#bo_vc_w .btn_submit {width:110px;padding:8px;margin-left:-15px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.1em;cursor:pointer}
#bo_vc_w .tbl_frm01 {margin:0;}
#bo_vc_w .tbl_frm01 th {width:110px;border:1px solid #ddd;border-left:0;color:#333;text-align:center;font-weight:bold;font-size:13px;background:#f3f3f3;}
#bo_vc_w .tbl_frm01 td {padding:10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
#bo_vc_w .tbl_frm01 label {font-weight:bold;}
#bo_vc footer {}

#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 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.comment_fram {margin-bottom:20px;padding:30px;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;font-size:14px;background:#f5f5f5;}
.comment_fram textarea {padding:4px;width:100%;height:90px;border:1px solid #e4eaec;border-radius:4px;background:#fff !important;}
.comment_fram label {margin:0;color:#555;letter-spacing:-0.5px;line-height:30px;}
.comment_fram input[type="checkbox"], input[type="radio"] {margin:0;}
.comment_fram .frm_input {margin-right:7px;background:#fff !important;}
.comment_submit {float:right;width:100%;height:90px;padding:8px;margin-left:-15px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.1em;cursor:pointer}
.comment1 {margin-top:8px;}
.comment1 fieldset {margin-left:30px;}
.comment1 .frm_input {}
.comment1 .input03 {width:150px }
.comment1 .input01 {width:140px }
.comment2 {width:100%;padding:5px 0;zoom:1;}
.comment2:after {display:block;visibility:hidden;clear:both;content:""}
.comment2 .comment_textarea {float:left;width:87%;}
.comment2 .comment_btn {float:right;width:12%;}
.comment2 td {display:table-cell;vertical-align:middle;}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;padding-left:5px}

.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px;color:#9da6b0;}

.scr {
    overflow-y: scroll;
    color: #777;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #ddd;
    background:#fff;
    height: 200px;
    text-align: left;
}

/*=================================================캡챠 자동등록(입력)방지 기본=================================================*/
#captcha {display:block !important;position:relative;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;border:0px;}
#captcha #captcha_img{width:120px;height:40px;}
#captcha #captcha_mp3{
	width:40px;height:40px;display:inline-block;margin:0px;text-indent:-999999px;
	background:#dddddd url(./img/captcha.png) 40% 5px no-repeat;border-radius:4px;border:0;
}
#captcha audio {display:none;}
#captcha #captcha_reload{width:40px;height:40px;display:inline-block;margin:0px;text-indent:-999999px;
	background:#dddddd url(./img/captcha.png) 40% -25px no-repeat;border-radius:4px;
}
#captcha #captcha_key {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	clear:none;margin:0px;font-size:1.333em;font-family:"NanumGothicBold";font-weight:400;line-height:40px;height:40px;
	width:160px; margin-left:5px;border-radius:4px;background:#ffffff !important;
}
#captcha #captcha_info {display:block;margin:10px 0 0;font-size:0.95em;letter-spacing:-0.1em;}

/*모바일*/
/*
#captcha #captcha_group{}
#captcha #captcha_group:after{display:block;visibility:hidden;clear:both;content:""}
#captcha #captcha_group #captcha_img {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	display:block;width:160px;height:40px;float:left;}
#captcha #captcha_group #captcha_reload {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	display:block;width:48px;height:40px;float:left;text-indent:-999999px;background:#dddddd url(./img/captcha.png) 50% -25px no-repeat;
	margin:0px; margin-left:4px; margin-right:4px;
}
#captcha #captcha_group #captcha_key {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	clear:none;margin:0px;font-size:1.333em;font-family:"NanumGothicBold";font-weight:400;line-height:40px;height:40px;
	width:160px;float:left;
}
*/


/*=================================================검색=================================================*/
#container{width:100%;}
#bo_sch{position:relative;width:100%;margin:20px 0px;padding:0px 65px 0px 125px;margin:40px auto 20px;}
#bo_sch legend{border:0px;display:none;}
#bo_sch i{position:absolute; top:10px; left:100px;z-index:9;}
#bo_sch input[name=stx]{width:100%;height:35px;line-height:35px;}
#bo_sch input[type=submit]{
	position:absolute;top:0px;right:10px;
	background: #fdfdfd;border:1px solid #999999;color:#777777;border-radius: 3px;
	cursor: pointer;padding: 7px 12px 7px;width: 50px;height:35px;letter-spacing:-0.1em;line-height:normal;
}

#bo_sch #sfl{
	position:absolute;top:0px;left:10px;
	background: #fdfdfd url(./img/select_box_ico.png) right center no-repeat !important;
	height: 35px;line-height: 35px;display: inline-block;
	border: 1px solid #cccccc;color: #777777;border-radius:3px;width:107px;
	font-family:inherit;padding: 0 20px 0 5px;
    -webkit-appearance: none;-moz-appearance: none;appearance: none;
}
select::-ms-expand{display:none;}

/*=================================================write=================================================*/
#bo_w{ margin:0 auto;border:1px solid #dddddd; border-radius:4px;padding:10px;margin-top:15px;}
#bo_w .tbl_frm01{}

#bo_w .form-control{background:#ffffff !important; border-radius:4px;}
#wr_email, #wr_homepage{width:auto;}

#bo_w .form-inline{margin-bottom:15px;}
#bo_w .form-inline > div{margin-right:10px;}
#bo_w .form-inline label{min-width:70px;}
#bo_w .tbl_frm01 .tbl_solid{border-bottom:1px solid #ddd;margin-bottom:15px;}

#bo_w .bo_w_opt_cate{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
#bo_w .option_chk{padding:5px 0px;margin:5px 0px;}
#bo_w .option_chk input, #bo_w .option_chk label{margin:0px;}
#bo_w .option_chk label[for=secret]{margin-right:10px;}

#bo_w .bo_w_cate{position:relative;}
#bo_w .bo_w_cate i{position:absolute; top:10px; right:10px;}
#bo_w .bo_w_cate select{border:1px solid #cccccc;border-radius:4px; background:#ffffff !important; height:34px; padding:6px 12px 6px 6px; font-size:14px;}
.form-control{-webkit-appearance:none;background:#ffffff !important; border-radius:4px !important;}
#wr_subject, #wr_link1, #wr_link2{margin-bottom:15px;}

#bo_w .bo_w_file_box{}
#bo_w .bo_w_link_box{margin-top:10px;}
#bo_w .bo_w_file{margin-bottom:10px;}
#bo_w .bo_w_file .file_box{position:relative;padding-right:90px;}
#bo_w .bo_w_file .file_box input.file_name{width:100%;height:35px; padding:7px 10px;border:1px solid #ddd;}
#bo_w .bo_w_file .file_btn{border:1px solid #ccc;padding:5px 15px;border-radius:3px;height:35px;position:absolute;top:0px; right:0px;background:#f8f8f8;}
#bo_w .bo_w_file .file_btn:hover, #bo_w .bo_w_file .file_btn:active, #bo_w .bo_w_file .file_btn:focus, #bo_w .bo_w_file .file_btn:visited{text-decoration:none;}
#bo_w .bo_w_file .file_box input[type=file]{width:100%; position:absolute; top:0; left:0; opacity:0;}

#bo_w .bo_w_file .file_explan{width:100%;margin:5px 0 10px;}


/*=================================================list=================================================*/
#container_title {
	margin:0;padding:0;font-size:1.3em;text-align:left;letter-spacing:0 !important; color:#111111;
	font-family:"NanumGothicBold";font-weight:normal;padding:13px 0px; border:0px !important; text-align:left !important; padding:13px 0px!important;
}
.bo_list{ margin:0 auto;border:1px solid #dddddd;border-radius:4px; margin-top:10px;padding:10px;}


.no_cont{}
.empty_table{display:block;}

/*list_표*/

/*체크박스 커스터마이징*/

#gall_allchk {padding:5px; padding-left:0px;}
#gall_allchk input{margin:0}
#gall_allchk laber{margin:0}
#gall_allchk label[for=chkall]{
	border:0px solid red;height:40px;line-height:40px;padding-left:45px;padding-right:10px;
	background:url(./img/check3.png) no-repeat 0px 0px;
}
#gall_allchk label[for=chkall]{font-size:1.2em;}
#gall_allchk label[for=chkall].focus{background:url(./img/check3.png) no-repeat 0px -40px;}
#gall_allchk input[type=checkbox]{display:none;}

.td_chk{position:absolute; top:50%; left:0px;margin-top:-20px;}
.td_chk input[type=checkbox]{display:none;}

.board_list .td_chk{border:0px solid red;width:auto;left:0px;}
.board_list .td_chk label{width:40px;height:40px; line-height:40px;background:url(./img/check3.png) no-repeat 0px 0px;}
.board_list .td_chk label.focus{background:url(./img/check3.png) no-repeat 0px -40px;}



.bo_vc_sc{}
.bo_vc_sc label[for=wr_secret]{
	/*border:0px solid blue;font-size:1.2em;height:40px;line-height:40px;padding-left:45px;padding-right:10px;
	background:url(./img/check3.png) no-repeat 0px 0px;background:none;*/
}
.bo_vc_sc label[for=wr_secret].focus{/*background:url(./img/check3.png) no-repeat 0px -40px;*/}







.tbl_head01 thead th{padding:0px;padding-bottom:5px;border-top:0px; border-bottom:2px solid #333;}

.bo_list .board_list{border-bottom:1px solid #dddddd;padding:5px 3px;}
#bo_list_admin .board_list{position:relative;display:block;width:100%;padding-left:45px;}

.bo_notice{background:#f5f5f5;}

.td_subject{display:block;}
.bo_cate_link{display:block;font-weight:normal;padding:5px 0px 2px;}
.bo_cate_link:hover{text-decoration:none;}
.td_suj a{
	display:block; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; height:26px; line-height:26px;
	color:#333; font-family:NanumGothicBold; font-weight:normal; padding-right:5px;font-size:15px;
}
.td_suj a:hover{text-decoration:none;color:#333;}

.list_info{padding-top:5px}
.list_info:after{display:block; visibility:hidden; clear:both; content:'';}
.list_info_name{width:50%;float:left;}
.list_info_name span{color:#555555; font-size:12px;}
.list_info_name span i{margin-right:5px;}
.list_info_icon{width:50%;float:right;text-align:right;padding-right:10px;}
.list_info_icon .cnt_cmt{border-radius:50%;font-size:11px;padding:0px 6px;background:#999;color:#fff;margin:0px;}
.list_info_icon img{margin-right:5px;}



/*list_버튼*/
#bo_cate_pc_ul .btn-default{margin-right:5px;}
#bo_cate_pc_ul .btn-default a:hover{text-decoration:none;}
.bo_fx_adm{border:0}



/*=================================================view=================================================*/
#bo_v{ margin:0 auto;border:1px solid #dddddd;border-radius:4px; margin-top:10px;padding:10px;}
#bo_v #bo_v_title{padding:5px 0px;margin-top:0px;text-align:left;display:block;}
#bo_v #bo_v_title .ttl_ca{font-size:14px; font-weight:bold; color:#fff; background:#aaa; display:inline-block; margin-bottom:10px;padding:3px;}
#bo_v #bo_v_title .ttl_sbj{}

#bo_v #bo_v_info{padding:0px; margin:0px;font-size:12px;color:#777;padding-bottom:10px; border-bottom:1px solid #ddd;}
#bo_v #bo_v_info:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v #bo_v_info .bo_name{float:left; width:50%}
#bo_v #bo_v_info .bo_info{float:right; width:50%; text-align:right;}
#bo_v #bo_v_info .bo_info span{margin-left:7px;}
#bo_v #bo_v_info .bo_info span i{margin-right:3px;}

#bo_v #bo_v_top{padding:0px;}
#bo_v #bo_v_bot{padding:0px;}
#bo_v .bo_v_bt1{margin: 5px 0px;}
#bo_v .bo_v_bt1:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt1 .bo_v_nb{float:left; width:50%;}
#bo_v .bo_v_bt1 .bo_v_write{float:right; width:50%; text-align:right;}


#bo_v .bo_v_bt2{margin: 5px 0px;}
#bo_v .bo_v_bt2:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt2 .bo_v_com{float:right; width:50%;text-align:right;}
#bo_v .bo_v_bt2 .bo_v_com li{float:right;}
#bo_v .bo_v_bt2 .bo_v_adm{float:left; width:50%; text-align:right;}
#bo_v .bo_v_bt2 .bo_v_adm:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt2 .bo_v_adm li{float:left;margin-right:3px;}


/*=================================================media=================================================*/
@media (max-width:767px){
	#bo_cate .dropdown-toggle:hover, #bo_cate .dropdown-toggle:active, #bo_cate .dropdown-toggle:focus, #bo_cate .dropdown-toggle:visited{text-decoration:none;}
	#bo_cate{}
	#bo_cate .dropdown-menu{width:100%;}
	#bo_cate .dropdown-menu li a{border-bottom:1px solid #eee;padding:5px;}
	#bo_cate .dropdown-menu li:last-child a{border-bottom:0px;}
	#bo_cate > li h2{display:block;}
	#bo_cate > li .caret{display:block;}
	#bo_cate_ul{border:1px solid #ddd;}
	.dropdown-toggle{border:1px solid #ccc;display:block;padding:0px 5px;height:40px; line-height:40px;}
	.dropdown-toggle .caret{position:absolute;right:10px; top:15px;border-top:10px solid;border-right:5px solid transparent; border-left:5px solid transparent;}
	.dropdown-toggle h2{margin:0px;font-size:18px;}
	#bo_cate_ul li{border-top:0px;clear:both;width:100%;border-radius:0px;}
	#bo_cate_ul li:last-child{border-bottom:0px;}
	
	/*===========================================*/
	
	#bo_w .form-inline{margin-bottom:0px;}
	#bo_w .form-inline > div{margin-right:0px;}
	#wr_email, #wr_homepage{width:100%;}
	
	#bo_w .bo_w_cate select{width:100%;}
	
	/*===========================================*/
	
	#bo_v #bo_v_info .bo_name{float:none; display:block;width:100%;}
	#bo_v #bo_v_info .bo_info{float:none; display:block;width:100%; text-align:left;}
	#bo_v #bo_v_info .bo_info span{margin-left:0px;margin-right:7px;}

	.list_info_name{width:100%}
	.list_info_icon{width:100%; text-align:left;}
	
	#captcha #captcha_img {width:43%;}
	#captcha #captcha_reload {margin:0px; width:12%; margin-left:1%; margin-right:1%; min-width:40px;}
	#captcha #captcha_key {width:40%;margin:0px;}
	#captcha audio {display:block;margin:0 0 10px;width:100% !important;}
}

/*=================================================btn=================================================*/

.btn-danger{font-size:12px;color:#fff;background-color:#d9534f;border:1px solid #d43f3a;padding:0px 7px; height:37px;line-height:37px;border-radius:5px;}
.btn-danger:hover{font-size:12px;color:#fff;background-color:#d9534f;border:1px solid #d43f3a;padding:0px 7px;}

.btn-default{font-size:12px;border:1px solid #999999;background-color:#ffffff; color:#555555;padding:0px 7px; height:37px;line-height:37px;border-radius:5px;}
.btn-default:hover{font-size:12px;border:1px solid #999999;background-color:#ffffff; color:#555555;padding:0px 7px;}

.btn-default i{padding:0px 3px;}

.btn-primary{color:#ffffff;font-size:12px;border:1px solid #286090;background-color:#286090;padding:0px 7px; height:37px;line-height:37px;border-radius:5px;}
.btn-primary:hover{color:#ffffff;font-size:12px;border:1px solid #286090;background-color:#286090;padding:0px 7px;}






