@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.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 {padding:0 20px}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.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_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .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_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */


.disable td, .disable span, .disable a { color:#999; }
.active td, .active span, .active a { color:#000; }

#bo_list{position:relative;}
#bo_list:after{display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_chk{width:30px;text-align:center}
#bo_list .td_num2{width:50px;font-size:14px;text-align:center}
#bo_list .td_subject{padding:10px 0;width:auto;text-align:left;letter-spacing:-.08em}
#bo_list .td_subject a{letter-spacing:-.08em}
#bo_list .td_name{width:90px;font-size:14px;text-align:center}
#bo_list .td_phone{width:120px;font-size:14px;text-align:center}
#bo_list .td_datetime{width:100px;font-size:14px;text-align:center}
#bo_list .td_status{width:60px;text-align:center}
#bo_list tbody tr:hover{border-left:2px solid #253dbe}

#bo_v_status{margin-bottom:30px;text-align:right}
#bo_v_status .bo_v_status{display:inline-block;line-height:28px;color:#fff;font-size:14px;font-weight:bold;padding:0 20px;border-radius:3px}
#bo_v_status .bo_v_use{background:green}
#bo_v_status .bo_v_status_done,#bo_v_status .bo_v_red{background:red}
#bo_v_status .bo_v_status_ing,#bo_v_status .bo_v_green{background:green}
#bo_v_status .bo_v_status_gray,#bo_v_status .bo_v_gray{background:gray}
#bo_v_status .bo_v_status_blue,#bo_v_status .bo_v_blue{background:blue}
#bo_v_status .bo_v_red,#bo_v_status .bo_v_green,#bo_v_status .bo_v_gray{padding:0 5px}


#bo_w .document_title{margin-bottom:40px;font-size:36px;font-weight:bold;color:#111;text-align:center;letter-spacing:-.1em}
#bo_w .document_title em{margin-bottom:10px;display:block;font-size:24px;font-weight:normal}
#bo_w .table-write-form div{margin:0}
#bo_w .table-write-form{width:100%;border:1px solid #aaa;}
#bo_w .table-write-form th{height:50px;padding:10px;border-right:1px solid #aaa;border-bottom:1px solid #aaa;border-left:1px solid #aaa;background-color:#eee;text-align:center}
#bo_w .table-write-form th:first-child{border-left:0}
#bo_w .table-write-form td{padding:5px;border-bottom:1px solid #aaa}
#bo_w .table-write-form .table1 th,.table-write-form .table1 td{margin:0;padding:0;border:0}
#bo_w .table-write-form .table1 button.btn_frmline{border-radius:0}

#bo_w .agreement{width:100%;margin:30px auto 0}
#bo_w .agreement .agr_tit{height:50px;padding:0 20px;border:1px solid #aaa;background-color:#eee;font-weight:bold;color:#000;line-height:50px}
#bo_w .agreement .agr_con{overflow-x:hidden;overflow-y:scroll;width:100%;height:240px;margin-top:-1px;padding:20px;border:1px solid #aaa;background-color:#fff;font-size:14px;text-align:left;line-height:200%;}
#bo_w .agreement .agr_check{padding:20px 0;font-size:14px;font-weight:bold;letter-spacing:-.05em}
#bo_w .agreement input[type=checkbox]{vertical-align:middle}

#bo_w div{margin:0}

#bo_v_atc .document_title{margin-bottom:40px;font-size:36px;font-weight:bold;color:#111;text-align:center;letter-spacing:-.1em}
#bo_v_atc .document_title em{margin-bottom:10px;display:block;font-size:24px;font-weight:normal}
#bo_v_atc .document_title{margin-bottom:40px;font-size:36px;font-weight:bold;color:#111;text-align:center;letter-spacing:-.1em}
#bo_v_atc .document_title em{margin-bottom:10px;display:block;font-size:24px;font-weight:normal}
#bo_v_atc .table-write-form div{margin:0}
#bo_v_atc .table-write-form{width:100%;border:1px solid #aaa;}
#bo_v_atc .table-write-form th{height:50px;padding:10px;border-right:1px solid #aaa;border-bottom:1px solid #aaa;border-left:1px solid #aaa;background-color:#eee;text-align:center}
#bo_v_atc .table-write-form th:first-child{border-left:0}
#bo_v_atc .table-write-form td{padding:5px 20px;border-bottom:1px solid #aaa}
#bo_v_atc .table-write-form .wr_conent{height:200px;padding:20px;vertical-align:top}
#bo_v_atc .table-write-form .table1 th,.table-write-form .table1 td{margin:0;padding:0;border:0}
#bo_v_atc .table-write-form .table1 button.btn_frmline{border-radius:0}