@charset "utf-8";
/* copyright(c) WEBsiting.co.kr */

/* 게시판 버튼 */
/* 목록 버튼 */
#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 {}
#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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
.history_table{width:100%;border-top:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5; margin-bottom:20px;}
.history_table .th_ask,
.history_table .th_chk{width:60px !important;}
.history_td{padding:0px !important; margin:0px; border-bottom:0px !important;}
.history_list{width:100%; margin:0px; padding:0px; list-style:none;}
.history_list li{width:100%;  margin:0px; padding:0px; position:relative;overflow:hidden; min-height:50px;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li:hover{background:#fbfbfb;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li dl{width:100%; overflow:hidden; text-align:left; margin:0px; padding:0px;}
.history_list li dl dt{width:50%; position:relative; margin:0px; padding:25px 20px 20px;float:left; text-align:right; color:#999;font-size:30px;font-weight:bold;font-family:'Century Gothic','Malgun Gothic';-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li dl dd{margin:0px; padding:30px 20px 20px;width:50%;float:left; text-align:left;line-height:1.8em; font-size:13px;}

.history_list li:nth-child(even) dl dt{float:right;text-align:left;}
.history_list li:nth-child(even) dl dd{float:right; text-align:right;}

.history_list li .history_chk{position:absolute; left:0px; top:0px;}
.history_list li .hstr_line{position:absolute; left:50%; top:0px; bottom:0px;width:1px;background:#ddd;}
.history_list li .hstr_dot{position:absolute; left:50%; top:36px; margin-left:-9px;width:18px;height:18px;border:5px solid #ddd; border-radius:50%; background:#fff;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}

.history_list li:hover dl dt{color:#000;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li:hover .hstr_dot{border:5px solid #000;color:#000;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}

.history_list li.bo_notice{border-bottom:2px dashed #ddd; padding:30px 10px;}
.history_list li.bo_notice .history_h2{font-size:28px;text-align:center; padding:0 15px 20px;}
.history_list li.bo_notice .history_cont{text-align:center;font-size:13px; width:100%;}
.history_list li:hover.bo_notice{background:none;}
.history_list li a.btn_b02{float:right; margin-top:10px;clear:both;}

@media all and (max-width: 650px)
{
	.history_list li {}
	.history_list li dl dt{float:none !important; text-align:center !important;width:100%;padding-bottom:0px;padding-top:30px;}
	.history_list li dl dd{float:none !important; text-align:center !important; width:auto;margin:15px; position:relative;z-index:1;padding-top:10px;}
	.history_list li .hstr_line{bottom:auto;background:#fff;height:18px; border-bottom:2px dashed #ddd;width:100%; left:0px; top:0px;}
	.history_list li .hstr_dot{top:8px;}

	.history_list li.bo_notice{border-bottom:0px;}
}





