@charset "utf-8";



/* 게시판 상단 */
.board_top { width:calc(100% - 32px); padding:15px; vertical-align:top; border:1px solid #d9d9d9; -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); margin-bottom:40px; }
.board_top .board_page { float:left; width:45%; padding-top:6px; padding-left:5px; box-sizing:border-box; }
.board_top .board_page strong.num1 { color:#ee402e; }
.board_top .board_page strong.num2 { color:#3466cc; }
.board_top .board_page strong.num3 { color:#000; }

.board_top .board_search { float:right; width:55%; text-align:right; vertical-align:top; padding-right:5px; box-sizing:border-box; }
.board_top .board_search label { padding-right:5px; }
.board_top .board_search .select_type { height:28px; border:1px solid #ccc; padding-left:5px; display:inline-block; }

.board_top .board_search .boardtop_select { height:36px; padding-left:10px; border:1px solid #ccc; }
.board_top .board_search .boardtop_text { width:150px; height:34px; padding-left:10px; border:1px solid #ccc; }

.board_top .board_search .text_searchtxt { width:200px; height:35px; line-height:35px; padding-left:10px; border:1px solid #d9d9d9; display:inline-block; font-size:90%; }
.board_top .board_search .submit_msearch { width:55px; height:36px; line-height:36px; border:none; border-radius:3px; background:#ee402e; font-size:90%; color:#fff; display:inline-block;  } 



@media (max-width:768px){
	.board_top { height:auto; margin-bottom:20px; font-size:95%;  }	
	.board_top .board_page { float:none; width:calc(100% - 5px); padding-top:9px; padding-left:5px; margin-bottom:7px; }
	.board_top .board_search { float:none; width:calc(100% - 10px); text-align:left; padding-left:5px; padding-right:5px; }
	.board_top .board_search .text_searchtxt { width:calc(100% - 71px); height:30px; line-height:30px; padding-left:10px; border:1px solid #d9d9d9; display:inline-block; }
	.board_top .board_search .submit_msearch { width:55px; height:32px; line-height:32px; font-size:80%  } 
}


.board_top_search { width:calc(100% - 64px); padding:15px 30px; vertical-align:top; border:2px solid #d9d9d9; -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); margin-bottom:40px;}
.board_top_search .board_page { float:left; width:100%;  }
.board_top_search .board_page strong.num1 { color:#ee402e; }
.board_top_search .board_page strong.num2 { color:#3466cc; }
.board_top_search .board_page strong.num3 { color:#000; }

.board_top_search .board_search { width:100%; text-align:center; }
.board_top_search .board_search dl { width:100%; overflow:hidden; margin-bottom:20px;}
.board_top_search .board_search dt { width:80px; padding-left:20px; padding-top:10px; float:left; border-bottom:1px dashed #ccc;  height:50px; text-align:left; background:url(/broadcast/images/main/blt_green.png) no-repeat left 15px; color:#000; }
.board_top_search .board_search dd { width:calc(100% - 100px); margin-left:100px; border-bottom:1px dashed #ccc; height:50px;  text-align:left; padding-top:10px; }
.board_top_search .board_search label { padding-right:10px; }
.board_top_search .board_search .select_type { height:28px; border:1px solid #ccc; padding-left:5px; display:inline-block; }


.board_top_search .board_search p.details1 { float:left; width:130px; }
.board_top_search .board_search p.details2 {  width:calc(100% - 150px); margin-left:150px;  }

.board_top_search .board_search .text_searchtxt { width:200px; height:35px; line-height:35px; padding-left:10px; border:1px solid #d9d9d9; display:inline-block; font-size:90%; }
.board_top_search .board_search .submit_msearch { width:100px; height:36px; line-height:36px; border:none; border-radius:3px; background:#ee402e; font-size:90%; color:#fff; display:inline-block; } 

@media (max-width:768px){
	.board_top_search { width:calc(100% - 34px); padding:15px 15px; }
	.board_top_search .board_search { width:100%; text-align:center; }
	.board_top_search .board_search dl { width:100%; overflow:hidden; margin-bottom:20px;}
	.board_top_search .board_search dt { width:calc(100% - 20px); padding-left:20px; float:left; border-bottom:none; padding-bottom:10px;  height:auto; text-align:left; background:url(/broadcast/images/main/blt_green.png) no-repeat left 15px; color:#000; }
	.board_top_search .board_search dd { width:100%; margin-left:0px; border-bottom:1px dashed #ccc; height:auto;  text-align:left; padding-bottom:10px;}

}

.noticeTxt { display:none; }
@media (max-width:768px){
	.noticeTxt { display:block; }
}
.result { overflow:auto; }



/* 게시판 목록 */
.board_list { width:100%; }
.board_list table { width:100%; border:0; border-spacing:0; border-collapse:collapse; margin-bottom:25px; border-top:2px solid #333; font-size:100%; }
.board_list table thead th { padding:15px 0; text-align:center; color:#000; background:#fbfbfb; font-weight:normal; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; }
.board_list table tbody td { padding:13px 15px 13px 15px; text-align:center; border-right:1px solid #d9d9d9; border-bottom:1px solid #ccc; }

.board_list table .end { border-right:none; }

.board_list table tbody td.left { text-align:left; }
.board_list table tbody td.left b { color:#da131a; font-weight:normal; } /* 회의록 임시 */
.board_list table tbody td a:link,
.board_list table tbody td a:visited { color:#333; }
.board_list table tbody td a:active,
.board_list table tbody td a:focus,
.board_list table tbody td a:hover { color:#9f0a0c; } 

.board_list table tbody td.left span.icon { position:relative; top:4px; padding-right:5px; }

.board_list table thead th:last-child { border-right:none; }
.board_list table tbody td:last-child { border-right:none; }

.board_list table tbody td span.lock { float:left; position:relative; top:5px;  display:inline-block; margin-right:5px; } 
.board_list table tbody td span.contentHandling { float:left; display:inline-block; margin-right:5px; } 

.board_list table tbody td .unreadicon { float:left; position:relative; top:2px; padding-right:5px; }

@media (max-width:768px){
	.board_list table { font-size:85%; }
	.board_list table thead { display:none; }
	.board_list table tbody tr { width:100%; border-bottom:1px solid #ccc; overflow:hidden; display:block; }
	.board_list table tbody tr > * { float:left; border:0; display:block;}
	
	.board_list table tbody td { border-right:none; padding:9px 10px 8px 10px; background: url(/broadcast/images/board/td_line.gif) no-repeat right 14px; }
	.board_list table tbody td.b_state { position:relative; top:0px; background:none; }
	.board_list table tbody td.b_state .icon_ing { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	.board_list table tbody td.b_state .icon_end { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	.board_list table tbody td.b_state .icon_agree { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	
	.board_list table tbody td.b_state2 .icon_ing { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	.board_list table tbody td.b_state2 .icon_end { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	.board_list table tbody td.b_state2 .icon_agree { width:60px; height:22px; line-height:22px; padding:0; font-size:80%; }
	
	
}


/* 게시판 넓이 설정 */
.board_list table .b_num { width:8%; }
.board_list table .b_subject { width:auto; }
.board_list table .b_subject2 { width:auto; }
.board_list table .b_subject3 { width:auto; }
.board_list table .b_writer { width:15%; }
.board_list table .b_date { width:14%; }
.board_list table .b_file { width:9%; }
.board_list table .b_hits { width:9%; }

.board_list table .b_angun { width:45%; }

.board_list table .b_state { width:12%; }
.board_list table .b_year { width:9%; }
.board_list table .b_date3 { width:23%; }

.board_list table .bill_billnumber { width:10%; }


.board_list table .b_photo { width:12%; }
.board_list table .b_btn1 { width:15%; }
.board_list table .b_btn2 { width:15%; }

.board_list table .b_subject3 .line { padding:0 10px; color:#ddd; display:inline-block; }


@media (max-width:768px){	
	.board_list table .b_num { width:0%; display:none; }
	.board_list table .b_subject { width:100%; padding-bottom:0px; padding-right:10px; box-sizing:border-box; background:none; font-size:110%; }
	.board_list table .b_angun { width:100%; padding-bottom:0px; padding-right:10px; box-sizing:border-box; background:none; font-size:110%; }
		
	.board_list table .b_writer { width:auto; font-size:90%; }
	.board_list table .b_date { width:auto; }
	.board_list table .b_file { width:auto; display:none; }
	.board_list table .b_hits { width:auto; color:#999; font-size:90%; background:none; }
	
	.board_list table .b_year { display:none; }
	.board_list table .b_subject2 { width:100%; padding-bottom:0px; font-size:110%; background:none; }
	.board_list table .b_date3 { width:auto; background:none; font-size:90%; }
	.board_list table .end { background:none;  }

	.board_list table .b_photo { float:left; width:28%; padding:0; padding-top:10px;  background:none; text-align:center; }
	.board_list table .b_subject3 { float:left; width:72%; padding:0; padding-top:10px; padding-bottom:0px; font-size:110%; background:none; text-align:left; display:block; } /* 시정질문, 5분자유발언용 */
	.board_list table .b_subject3 .subject { font-size:110%; display:block; }
	.board_list table .b_btn1 { /*width:50%;*/ width:auto; padding-left:0; text-align:left; background:none; }
	.board_list table .b_btn2 { /*width:50%;*/ width:auto; padding-left:0;  }
}

/* 게시판 넓이 설정 - 방청신청  */
.board_list table .b_num2 { width:8%; }
.board_list table .b_writer2 { width:auto; }
.board_list table .b_date1 { width:20%}
.board_list table .b_date2 { width:20%; }
.board_list table .b_number2 { width:15%; }
.board_list table .b_state2 { width:15%; }

@media (max-width:768px){

	.board_list table .b_num2 { width:0%; display:none; }
	.board_list table .b_writer2 { width:30%; padding-top:10px; font-size:90%; box-sizing:border-box; }
	.board_list table .b_date1 { width:35%; color:#999; padding-top:10px; font-size:90%; box-sizing:border-box; }
	.board_list table .b_date2 { width:35%; color:#999; padding-top:10px; font-size:90%; box-sizing:border-box; background:none; }
	.board_list table .b_number2 { width:30%; font-size:90%; box-sizing:border-box; padding-left:0; padding-right:0; }
	.board_list table .b_state2 { width:35%; font-size:90%; background:none; box-sizing:border-box; padding-left:0; padding-right:0; }
	
}

/* 게시판 넓이 - 청원처리현황 */
.board_list table .petition_daesu { width:7%; }
.board_list table .petition_number { width:8%; }
.board_list table .petition_year { width:7%; }
.board_list table .petition_bill { width:auto; text-align:left;  }
.board_list table .petition_proposer { width:15%; }
.board_list table .petition_result1 { width:12%; }
.board_list table .petition_result2 { width:12%; border-right:none; }

.board_list table th.petition_bill { text-align:center; } 
.board_list table th.petition_result2 { letter-spacing:-1px; }


@media (max-width:768px){
	.board_list table .petition_daesu { width:33%; font-size:90%; box-sizing:border-box; }
	.board_list table .petition_number { width:33%; font-size:90%;  box-sizing:border-box;}
	.board_list table .petition_year { width:34%; font-size:90%; background:none; box-sizing:border-box; }
	.board_list table .petition_bill { width:100%; font-size:100%; background:none;  box-sizing:border-box;}
	.board_list table .petition_proposer { width:100%; font-size:90%; background:none; text-align:left; box-sizing:border-box; }
	.board_list table .petition_result1 { display:none;}
	.board_list table .petition_result2 { display:none; }
	
}



/* 게시판 넓이 - 홍보영상 */
.board_list table .v_num { width:10%; }
.board_list table .v_img { width:12%;}
.board_list table .v_subject { width:auto; }
.board_list table .v_date { width:15%; }
.board_list table .v_time { width:13%; }
.board_list table .v_btn { width:14%; }

@media (max-width:768px){
	.board_list table .v_num { display:none; }
	.board_list table .v_img { display:none; }
	.board_list table .v_subject { width:100%; padding-top:15px; padding-bottom:0; box-sizing:border-box; background:none; font-size:110%; }
	.board_list table .v_date { width:auto; padding-bottom:0; }
	.board_list table .v_time { width:auto; padding-bottom:0; background:none;   }
	.board_list table .v_agenda { width:100%; padding-bottom:0; box-sizing:border-box;background:none; font-size:110%; }
	.board_list table .v_btn { width:100%; padding-bottom:15px; box-sizing:border-box; background:none; text-align:left; }
}






/* 게시판 넓이 - 의원검색 */
@media (max-width:768px){
	.board_list table .membersearch_num { display:none; }
	.board_list table .membersearch_name { width:auto; font-size:90%; box-sizing:border-box; font-weight:bold; }
	.board_list table .membersearch_daesu { width:auto; font-size:90%; box-sizing:border-box; }
	.board_list table .membersearch_precinct { width:auto; font-size:90%; box-sizing:border-box; }
	.board_list table .membersearch_party { width:auto; font-size:90%; background:none; box-sizing:border-box; }	
}

/* 게시판 넓이 - 영상회의록 : 5분자유발언 */
.board_list table .v_num { width:7%; }
.board_list table .v_hoegi { width:20%;}
.board_list table .v_date { width:13%; }
.board_list table .v_name { width:12%; }
.board_list table .v_agenda { width:auto; }
.board_list table .v_btn { width:13%; }

@media (max-width:768px){
	.board_list table .v_num { display:none; }
	.board_list table .v_hoegi { width:auto; padding-bottom:0; }
	.board_list table .v_date { width:auto; padding-bottom:0; }
	.board_list table .v_name { width:auto; padding-bottom:0; background:none;   }
	.board_list table .v_agenda { width:100%; padding-bottom:0; box-sizing:border-box;background:none; font-size:110%; }
	.board_list table .v_btn { width:100%; box-sizing:border-box; background:none; text-align:left; }
}


/* 최근회의록 */
.board_list table .lm_num { width:10%; }
.board_list table .lm_times { width:8%; }
.board_list table .lm_disparity { width:10%; }
.board_list table .lm_subject { width:auto; }
.board_list table .lm_date { width:7%; }

.board_list table .lm_times span,
.board_list table .lm_disparity span { display:none; }


@media (max-width:768px){
	.board_list table .lm_num { display:none; }
	.board_list table .lm_times { width:25%; text-align:left; padding-left:0px; color:#999;}
	.board_list table .lm_disparity { width:25%; background:none; color:#999;}
	.board_list table .lm_subject { width:100%; padding:0px; font-size:110%; }
	.board_list table .lm_date { width:50%; text-align:left; padding-left:0px;  background:none; color:#999;}

	.board_list table .lm_times span,
	.board_list table .lm_disparity span { display:inline-block; }


	
}



/* 시정질문답변 */
.board_list table .cj_num { width:10%; }
.board_list table .cj_writer { width:8%; }
.board_list table .cj_subject { width:auto; }
.board_list table .cj_name { width:10%;  }
.board_list table .cj_name2 { width:7%; }

.board_list table .cj_name span,
.board_list table .cj_name2 span { display:none; }


@media (max-width:768px){
	.board_list table .cj_num { width:17%; padding-left:0px; color:#999; }
	.board_list table .cj_writer { width:15%; background:none; color:#999; }
	.board_list table .cj_subject { width:100%; font-size:110%; padding:0px; background:none; color:#000;}
	.board_list table .cj_name { width:32%; padding-left:0px; text-align:left; color:#999; }
	.board_list table .cj_name2 { width:38%; background:none; color:#999; }

	.board_list table .cj_name span,
	.board_list table .cj_name2 span { display:inline-block; }

}

.board_view .cj_thtd1 { width:15%; }
.board_view .cj_thtd2 { width:35%; }

@media (max-width:768px){
	.board_view .cj_thtd2 { float:left; width:120px; height:50px; padding:8px 0 0 0; box-sizing:border-box; border-right:none; }
	.board_view .cj_thtd2:last-child { width:calc(100% - 120px); }
}











 

/* 방청신청 아이콘 */
.icon_ing { width:80px; height:30px; line-height:30px; border-radius:3px; font-size:90%; color:#fff; background:#1757b7; display:inline-block; } 
.icon_end { width:80px; height:30px; line-height:30px; border-radius:3px; font-size:90%; color:#fff; background:#666; display:inline-block; } 
.icon_agree { width:80px; height:30px; line-height:30px; border-radius:3px; font-size:90%; color:#fff; background:#da131a; display:inline-block; } 



/* 페이징 */
.paging { position:relative; width:100%; text-align:center; overflow:hidden; margin:20px 0; }

.paging #pagingNew ul { overflow:hidden; padding-left:1px; }
.paging #pagingNew ul li { display:inline-block; margin-left:-1px;  vertical-align:top;}
.paging #pagingNew ul li a { height:34px; line-height:34px; padding:0 8px; color:#666; text-decoration:none; border:1px solid #ddd; display:inline-block; z-index:1; }
.paging #pagingNew ul li a.select { background:#b19681; color:#fff; font-weight:bold; border-color:#a58a76; z-index:2;} 

.paging #pagingNew ul li a.btn { padding:0; }
.paging #pagingNew ul li a.btn img { width:34px; height:34px; }

.paging #pagingNew ul li a.start { background:url(/broadcast/images/board/pageing_btn_start.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.prev { background:url(/broadcast/images/board/pageing_btn_prev.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.next { background:url(/broadcast/images/board/pageing_btn_next.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.end { background:url(/broadcast/images/board/pageing_btn_end.gif) no-repeat 50% 50%; }


@media (max-width:767px){
	.paging #pagingNew ul li a { height:24px; line-height:24px; padding:0 4px; font-size:90%; margin-bottom:2px; }
	.paging #pagingNew ul li a.btn img { width:24px; height:24px; }
}






/* 게시판 보기 */
.board_view { width:100%; }
.board_view table { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:2px solid #333; margin-bottom:25px; font-size:95%; }

.board_view table .thtd1 { width:20%; }
.board_view table .thtd2 { width:80%; }

.board_view table thead th  { padding:10px 0; border-bottom:1px solid #d9d9d9; border-right:1px solid #d9d9d9; background:#ebeff1; color:#333; }
.board_view table thead th:last-child { border-right:none; }

.board_view table tbody th,
.board_view table tbody td { padding:9px 15px 8px 15px; text-align:center; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; }
.board_view table tbody th { background:#fafafa; }

.board_view table tbody td:last-child { border-right:none; }

.board_view table tbody td img { text-align:left; float:left; }


.board_view table tbody .end { border-right:none; }
.board_view table tbody td.subject { font-weight:bold; color:#113d8e;}
.board_view table tbody td.contentview { min-height:250px !important; padding:20px 15px 100px 15px; line-height:1.7; text-align:left; vertical-align: top; }
.board_view table tbody td.contentview img { width:100%; margin-bottom:5px; }



.board_view table tbody td.contentview .vodplayerArea { text-align:center !important; }
.board_view table tbody td.contentview .vodplayerArea #jwobject_wrapper { width:640px !important; height:360px !important; margin:0 auto 15px;}



.board_view table tbody td a.abtn_preview i { color:#3466cc}
.board_view table tbody td a.abtn_preview { height:28px; line-height:28px; padding:0 10px; background:#fff; border:1px solid #666; color:#000; border-radius:20px; display:inline-block; font-size:85%; margin-left:10px; }



.board_view table tbody td.itemtd { padding:18px 0; text-align:center; border-right:none; background:#fdfdfd; }
.board_view table tbody td.itemtd .subject { width:100%; padding:0 15px; box-sizing:border-box; font-weight:bold; font-size:130%; color:#000; display:block; margin-bottom:7px; }
.board_view table tbody td.itemtd .writer,
.board_view table tbody td.itemtd .date { padding:0 10px; background: url(/broadcast/images/board/boardtop_td_line.gif) no-repeat right 4px;}
.board_view table tbody td.itemtd .hits { padding:0 10px; }

.board_view .noticeTxt { display:none; }

.board_view table tbody td.left { text-align:left; padding-left:15px; padding-right:15px; }
.board_view table tbody td.addfile { text-align:left; }
.board_view table tbody td.addfile img { margin-right:8px; }


.board_view .boardview_subject { width:100%; padding:15px 0; border-top:2px solid #333; border-bottom:1px solid #ccc; text-align:center; font-weight:bold; font-size:120%; color:#333; margin-bottom:30px; } /* 의사일정 - 회비별의사일정 보기 제목표시 */

.board_view table .vod_content { width:calc(100% - 46px); padding:20px; border:3px solid #ccc; height:200px; overflow:auto; margin-top:20px; margin-bottom:30px; }
 

.board_view table tbody td.addfile ul li { margin-bottom:3px;  }

			/* 관리자 포토의정 */
.board_view table tbody td a.photoSubject:link,
.board_view table tbody td a.photoSubject:visited { text-decoration:none; color:#113d8e; font-weight:bold; font-size:110%;  }
.board_view table tbody td a.photoSubject:active,
.board_view table tbody td a.photoSubject:focus,
.board_view table tbody td a.photoSubject:hover{ color:#da131a; }

.board_view table tbody td .iconbar1 { height:30px; line-height:30px;  padding:0 10px; border-radius:3px; background:#06c; color:#fff; text-align:center; display:inline-block;  margin-right:10px; }
.board_view table tbody td .iconbar2 { height:30px; line-height:30px;  padding:0 10px; border-radius:3px; background:#5faf00; color:#fff; text-align:center; display:inline-block;  margin-right:10px; }
.board_view table tbody td .iconbar3 { height:30px; line-height:30px;  padding:0 10px; border-radius:3px; background:#22aaf8; color:#fff; text-align:center; display:inline-block;  margin-right:10px; }

.board_view table tbody td .thumbnail { margin:5px; }




.print { text-align:right; padding-right:5px; margin-bottom:10px; }
.print .abtn_print { height:30px; line-height:30px; padding:0 13px 0 40px; border-radius:3px; background:#1a98b5 url(/broadcast/images/egovframework/com/mng/icon_print.gif) no-repeat 12px 50%; color:#fff; text-decoration:none; display:inline-block;  }




@media (min-width:769px) and (max-width:1200px){
	.board_view table tbody td.contentview img { width:100%;  }
	.board_view table tbody td span.addicon img { width:20px; }
	
}

@media (max-width:768px){
	.board_view table { }
	.board_view table tbody th { display:none; }
	.board_view table tbody td.itemtd .subject {  }

	.board_view .noticeTxt { display:block; margin-bottom:10px; }
	
	.spp_table { overflow:auto; } /* 청원처리현황 */
	.spp_table table { width:700px; margin:0 auto; }
	.spp_table table tbody th { display: table-cell;}
	
	.board_view .garoscroll { overflow: auto; }

	.board_view table tbody td.contentview { }

	.board_view table tbody td.contentview img { width:100%;  }
	.board_view table tbody td span.addicon img { width:20px; }

	.board_view table tbody td.addfile li { font-size:85%; }

	.board_view table tbody td.contentview .vodplayerArea #jwobject_wrapper { width:320px !important; height:180px !important; margin:0 auto 20px;}
	/*.board_view table tbody td.contentview .vodplayerArea #jwobject_wrapper { width:100% !important; height:57% !important; margin:0 auto 20px;}*/

}



/* 게시판 글쓰기 */
.board_write { width:100%; }
.board_write table { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:2px solid #333; margin-bottom:25px; font-size:95%; }

.board_write table .thtd1 { width:20%; }
.board_write table .thtd2 { width:80%; }


.board_write table tbody th,
.board_write table tbody td { padding:9px 15px 8px 15px; text-align:center; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; color:#000; font-weight:normal; }
.board_write table tbody th { background:#fbfbfb; }
.board_write table tbody td { text-align:left; border-right:none; }

.board_write table tbody td.writer { font-weight:bold; color:#000; }
.board_write table tbody td .stxt { font-size:90%; color:#999; padding-left:10px; }

table td.addfile { position:relative; }
table td.addfile .file_addfile { width: 80%; height: 30px; margin: 1px 0; }
table td.addfile span.addplus { position: absolute; right: 10px; top: 10px; }
table td.addfile span.addplus a.abtn_maddfile { width:85px; height:28px; line-height:28px; border:1px solid #444; background:#555; color:#fff; text-align:center; text-decoration:none; display:inline-block; }
table td.addfile .abtn_clear { width: 60px; height: 28px; line-height: 28px; border: 1px solid #999; border-radius: 3px; background: #999; color: #fff; text-align: center; font-size: 90%; text-decoration: none; display: inline-block;margin-left: 5px;}


.ulcommitteelist li,
.ulmemberlist li  { float:left; margin-right:15px; }


@media (max-width:768px){
	.board_write table tbody th,
	.board_write table tbody td { padding:9px 5px 8px 5px; font-size:90%; }
	.board_write table tbody th { letter-spacing:-1px; }
	.board_write table tbody td .stxt { padding-left:0; display:block; margin-top:7px; }
	
	#text_email2 { width:100%; height:30px; line-height:30px; border:1px solid #ccc; padding-left:10px; display:block; box-sizing:border-box;  margin:3px 0; }
	#select_email3 { width:100%; height:32px; line-height:32px; border:1px solid #ccc; padding-left:10px; display:block; box-sizing:border-box;  }
}



/* 비밀번호 확인 */
.passwordbox { width:100%; border:5px solid #ddd; padding:30px 25px; box-sizing:border-box; }
.passwordbox .txt1 { padding:0 0 10px 30px; background:url(/broadcast/images/egovframework/com/svc/council/inc/blt_depth2.png) no-repeat 10px 5px; }
.passwordbox .formarea { padding:15px 0; text-align:center; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.passwordbox .formarea label.skiplabel { display:none; }
.passwordbox .formarea .submit_ok { width:70px; height:30px; line-height:30px; text-align:center; background:#666; color:#fff; border:1px solid #666; border-radius:3px; font-size:90%; display:inline-block; vertical-align:top; cursor:pointer; }
.passwordbox .stxt { text-align:center; margin-top:10px; }


@media (max-width:768px){
	.passwordbox { padding:15px 10px; font-size:85%; }
	.passwordbox .formarea { padding:15px 0; }
	.passwordbox .formarea .submit_ok { width:60px; height:32px; line-height:32px; text-align:center; background:#666; color:#fff; border:1px solid #666; border-radius:3px; font-size:90%; display:inline-block; vertical-align:top; }
	.passwordbox .stxt { color:#999; }
}



/* 포토갤러리 */
.photo_list { width:100%; margin-bottom:25px; }
.photo_list ul.photolist { width:100%; padding:10px 0; border-top:2px solid #333; border-bottom:1px solid #ddd; overflow:hidden; }
.photo_list ul.photolist li { float:left; width:25%; padding:0 20px; box-sizing:border-box; margin:20px 0 20px 0; }
.photo_list ul.photolist li:nth-child(4n + 1) { clear:both; }

.photo_list li .pic { width:100%; height:0; padding-top:calc(280 / 400 * 100%); display:block; margin-bottom:15px; }
.photo_list li .pic img { width:100%; }

.photo_list li .subject .unreadicon { float:left; position:relative; top:2px; padding-right:5px; }

.photo_list li .subject a:link,
.photo_list li .subject a:visited { color:#333; font-size:110%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.photo_list li .subject a:active,
.photo_list li .subject a:focus,
.photo_list li .subject a:hover { color:#1757b7; }



.photo_list ul.photolist2 { width:99%; padding:10px 0; border-top:2px solid #333; border-bottom:1px solid #ddd; overflow:hidden; }
.photo_list ul.photolist2 li { float:left; width:calc(33% - 40px); padding:0 20px; margin:20px 0 20px 0; }
.photo_list ul.photolist2 li:nth-child(3n+1) { clear:both; } 

.photo_list ul.photolist2 li a { width:100%; } 
.photo_list ul.photolist2 li .pic { width:100%; height:0; padding-top:calc(280 / 400 * 100%); display:block; margin-bottom:10px; }

.photo_list ul.photolist2 li .subject a:link,
.photo_list ul.photolist2 li .subject a:visited { width:100%; color:#333; font-size:110%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.photo_list ul.photolist2 li .subject a:active,
.photo_list ul.photolist2 li .subject a:focus,
.photo_list ul.photolist2 li .subject a:hover { color:#1757b7; }
.photo_list ul.photolist2 li .date { width:100%; color:#888; display:block; }


@media (min-width:769px) and (max-width:1023px){
	.photo_list ul.photolist { width:99%; margin:0 auto; }
	.photo_list ul.photolist li { width:33%;  padding:0 15px; margin:20px 0 20px 0; }
	.photo_list ul.photolist li:nth-child(4n + 1) { clear:none; }
	.photo_list ul.photolist li:nth-child(3n + 1) { clear:both; }
	

	.photo_list ul li .inbox a:link,
	.photo_list ul li .inbox a:visited { font-size:100%; }

	.photo_list ul li .inbox .date { font-size:90%; }

	
}
@media (max-width:768px){ 
	.photo_list ul.photolist { width:100%; margin:0 auto; }
	.photo_list ul.photolist li { width:50%;  padding:0 15px; margin:20px 0 20px 0; }
	.photo_list ul.photolist li:nth-child(4n + 1) { clear:none; }
	.photo_list ul.photolist li:nth-child(odd) { clear:both; }

	.photo_list ul.photolist2 { width:100%; }
	.photo_list ul.photolist2 li { width:calc(50% - 30px); padding:0 15px; }
	.photo_list ul.photolist2 li:nth-child(3n+1) { clear:none; }
	.photo_list ul.photolist2 li:nth-child(odd) { clear:both; }


	.photo_list ul li .inbox a:link,
	.photo_list ul li .inbox a:visited { font-size:100%; }

	.photo_list ul li .inbox .date { font-size:90%; }
}


@media (max-width:425px){ 
	.photo_list ul.photolist li { width:100%; height:auto; padding:0; margin:20px 0 20px 0; }

	.photo_list ul.photolist2 li { float:none; width:100%; height:auto; margin:15px 0 15px 0; }

}

/* 포토갤러리 - 보기 */
.photo_view { width:100%; margin-bottom:25px; }
.photo_view h1 { position:relative; width:100%; height:60px; line-height:60px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:10px;  }
.photo_view h1 strong { float:left; width:calc(100% - 110px); padding-left:10px; font-weight:normal; font-family:NotoSans-Medium, "본고딕 미디엄"; letter-spacing:-1px; font-size:80%; color:#113d8e; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.photo_view h1 span { float:right; padding-right:10px; color:#777; font-size:65%;font-family: NotoSans-DemiLight, "본고딕 데미라이트"; letter-spacing:0; }

.photo_view .photoViewArea { position:relative; width:100%; height:665px; padding:0 100px; box-sizing:border-box; background:#333; overflow:hidden; text-align:center; margin-bottom:20px;  }
.photo_view .photoViewArea ul.list li { height:665px; background-size:contain !important;}
.photo_view .photoViewArea ul.list li img { width:auto; height:665px; text-align:center; margin:0 auto;}

.photo_view .photoViewArea .bx-controls-direction a { position:absolute; top:280px; display:block; width:50px; height:91px; text-indent:-9999px; } /* 컨트롤 */
.photo_view .photoViewArea .bx-controls-direction a.bx-prev { left:40px; background:url(/broadcast/images/egovframework/com/svc/memberhome/main/visible_btn_prev.png) no-repeat 0 0; }
.photo_view .photoViewArea .bx-controls-direction a.bx-next { right:40px; background: url(/broadcast/images/egovframework/com/svc/memberhome/main/visible_btn_next.png) no-repeat 0 0; }

.photo_view .photoViewArea .bx-controls-auto a{ position:absolute; right:114px; top:255px; width:46px; height:91px; text-indent:-9999px; display:block; } /* 시작 정지 */
.photo_view .photoViewArea .bx-controls-auto a.bx-stop { background: url(/broadcast/images/egovframework/com/svc/memberhome/main/visible_btn_pause.png) no-repeat 0 0;}
.photo_view .photoViewArea .bx-controls-auto a.bx-start { background: url(/broadcast/images/egovframework/com/svc/memberhome/main/visible_btn_play.png) no-repeat 0 0; }

.photo_view .photoViewArea .bx-pager { position:absolute; left:45%; bottom:185px; } /* 목록수 */
.photo_view .photoViewArea .bx-pager .bx-pager-item {float:left;}
.photo_view .photoViewArea .bx-pager a { display:block; text-indent:-9999px; width:20px; height:20px; border-radius:10px; background:#999; margin-right:5px; transition:all 0.25s;}
.photo_view .photoViewArea .bx-pager a.active {width:40px; background:#15abc2;}



.photo_view .bx_ctl_pager { width:100%; padding:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.photo_view .bx_ctl_pager ul { overflow:hidden;}
.photo_view .bx_ctl_pager ul li { float:left; padding:5px 10px; }
.photo_view .bx_ctl_pager ul li a { background:#fff; }
.photo_view .bx_ctl_pager ul li a img { width:120px; height:78px; opacity:0.5;}
.photo_view .bx_ctl_pager ul li a:active img,
.photo_view .bx_ctl_pager ul li a:focus img,
.photo_view .bx_ctl_pager ul li a:hover img { opacity:1; }

.photo_view .photo_content { width:100%; padding:35px 25px; border-bottom:1px solid #ddd; box-sizing:border-box; line-height:1.5; }


@media (min-width:769px) and (max-width:1023px){
	.photo_view {  }
	.photo_view .photoViewArea { width:100%; height:500px; padding:0; }
	
	.photo_view .photoViewArea li { height:500px !important; background-size:contain !important; background-position:50% 50% !important;  }

	
	.photo_view .photoViewArea .bx-controls-direction a { top:170px; } /* 컨트롤 */
	.photo_view .photoViewArea .bx-controls-direction a.bx-prev { left:30px;}
	.photo_view .photoViewArea .bx-controls-direction a.bx-next { right:30px;}
	
	.photo_view .photoViewArea .bx-controls-auto a { position:absolute; right:124px; top:170px; } /* 시작 정지 */
	
}


@media (max-width:767px){0.
	.photo_view {  }
	.photo_view .photoViewArea { width:100%; height:380px; padding:0; }
	.photo_view .photoViewArea li { height:380px !important; background-size:cover !important; background-position:50% 50% !important; }
	
	.photo_view .photoViewArea .bx-controls-direction a {top:170px; width:25px; height:45px; } /* 컨트롤 */
	.photo_view .photoViewArea .bx-controls-direction a.bx-prev { left:10px; background-size:25px 45px;}
	.photo_view .photoViewArea .bx-controls-direction a.bx-next { right:10px; background-size:25px 45px;}
		
	.photo_view .photoViewArea .bx-controls-auto a { position:absolute; right:70px; top:170px; width:23px; height:45px; background-size:23px 45px !important; } /* 시작 정지 */
	.photo_view .photoViewArea .bx-pager { display:none;  } /* 목록수 */
	

	.photo_view .bx_ctl_pager ul li { width:calc(20% - 10px); padding:5px 5px; }
	.photo_view .bx_ctl_pager ul li a img { width:100%; }
	
	.photo_view .photo_content { padding:20px 10px; }
	

}




/* 동영상 목록 */
.vod_list { width:100%; }
.vod_list ul { width:100%; padding:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.vod_list li { float:left; width:25%; height:253px; padding:0 20px; box-sizing:border-box; margin:20px 0 20px 0; }
.vod_list li .pic { width:100%; height:158px; display:block; background:#000}
.vod_list li .pic img { width:100%; height:162px; }
.vod_list li .inbox { width:100%; height:95px; padding:10px 10px 15px 10px; border:1px solid #ddd; border-top:none; box-sizing:border-box; }
.vod_list li .inbox a:link,
.vod_list li .inbox a:visited { color:#333; font-size:110%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.vod_list li .inbox a:active,
.vod_list li .inbox a:focus,
.vod_list li .inbox a:hover { color:#1757b7; }

@media (min-width:768px) and (max-width:1200px){
	
	.vod_list ul li { float:left; width:25%; height:213px; padding:0 10px; box-sizing:border-box; margin:20px 0 20px 0; }
	.vod_list ul li .pic { width:100%; height:auto; display:block; }
	.vod_list ul li .pic img { width:100%; height:auto; }
	
	.vod_list ul li .inbox a:link,
	.vod_list ul li .inbox a:visited { font-size:100%; }

	.vod_list ul li .inbox .date { font-size:90%; }

	
}
@media (max-width:767px){ 
	.vod_list ul li { float:left; width:50%; height:287px; padding:0 10px; box-sizing:border-box; margin:15px 0 15px 0; }
	.vod_list ul li .pic { width:100%; height:auto; display:block; }
	.vod_list ul li .pic img { width:100%; height:auto; }
	
	.vod_list ul li .inbox a:link,
	.vod_list ul li .inbox a:visited { font-size:100%; }

	.vod_list ul li .inbox .date { font-size:90%; }
}


@media (max-width:600px){ 
	.vod_list ul li { height:258px; margin:10px 0 10px 0; }

}

@media (max-width:500px){ 
	.vod_list ul li { height:228px; margin:10px 0 10px 0; }

}


@media (max-width:425px){ 
	.vod_list ul li { float:none; width:100%; height:auto; margin:15px 0 15px 0; }

}





/* 동영상 목록 2 */
.vod_list2 { width:100%; }
.vod_list2 ul { width:100%; padding:10px 0 20px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.vod_list2 li { float:left; width:33.3%; height:210px; padding:0 20px; box-sizing:border-box; margin:20px 0 20px 0; }
.vod_list2 li .pic { width:100%; height:155px; display:block; background:#000}
.vod_list2 li .pic img { width:100%; height:155px; }
.vod_list2 li .inbox { width:100%; height:75px; padding:10px 10px 15px 10px; border:1px solid #ddd; border-top:none; box-sizing:border-box; }
.vod_list2 li .inbox a:link,
.vod_list2 li .inbox a:visited { color:#333; font-size:110%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.vod_list2 li .inbox a:active,
.vod_list2 li .inbox a:focus,
.vod_list2 li .inbox a:hover { color:#1757b7; }

@media (min-width:768px) and (max-width:1200px){
	
	.vod_list2 ul li { float:left; width:33.3%; height:240px; padding:0 10px; box-sizing:border-box; margin:20px 0 20px 0; }
	.vod_list2 ul li .pic { width:100%; height:auto; display:block; }
	.vod_list2 ul li .pic img { width:100%; height:auto; }
	
	.vod_list2 ul li .inbox a:link,
	.vod_list2 ul li .inbox a:visited { font-size:100%; }

	.vod_list2 ul li .inbox .date { font-size:90%; }

	
}
@media (max-width:767px){ 
	.vod_list2 ul li { float:left; width:50%; height:240px; padding:0 10px; box-sizing:border-box; margin:15px 0 15px 0; }
	.vod_list2 ul li .pic { width:100%; height:auto; display:block; }
	.vod_list2 ul li .pic img { width:100%; height:auto; }
	
	.vod_list2 ul li .inbox a:link,
	.vod_list2 ul li .inbox a:visited { font-size:100%; }

	.vod_list2 ul li .inbox .date { font-size:90%; }
}


@media (max-width:600px){ 
	.vod_list2 ul li { height:200px; margin:10px 0 10px 0; }

}

@media (max-width:500px){ 
	.vod_list2 ul li { height:180px; margin:10px 0 10px 0; }

}


@media (max-width:425px){ 
	.vod_list2 ul li { float:none; width:100%; height:auto; margin:15px 0 15px 0; }

}




/* 의회간행물 목록 */
.publication_list { width:100%; }
.publication_list ul { width:100%; padding:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.publication_list li { float:left; width:calc(25% - 40px); height:500px; padding:10px; border:1px solid #ddd; box-sizing:border-box; margin:20px 20px 20px 20px; }

.publication_list li dl { width:100%; }
.publication_list li dl dt { width:100%; margin-bottom:10px; }
.publication_list li dl dt img { width:100%; background:#000;}
.publication_list li dl dd { width:100%; display:block; }

.publication_list li dl dd.subject { font-weight:bold; font-size:110%; color:#333; margin-bottom:1px; }
.publication_list li dl dd.date { color:#777; margin-bottom:16px; }

.publication_list li dl dd.btn a { width:50%; height:40px; line-height:40px; text-align:center; color:#fff; display:inline-block; }
.publication_list li dl dd.btn a.abtn_nl1 { background:#035790; }
.publication_list li dl dd.btn a.abtn_nl2 { background:#2aa4b5; }



@media (min-width:768px) and (max-width:1200px){
	
	.publication_list li { width:calc(25% - 20px); height:auto; margin:20px 10px 20px 10px; }
	
	.publication_list li dl dd.btn a { width:100%; display:block; }


	
}
@media (max-width:767px){ 
	.publication_list li { width:calc(50% - 20px); height:auto; margin:20px 10px 20px 10px; }
	
	.publication_list li dl dd.btn a { width:100%; display:block; }
}







/* 아이핀 본인인증하기 */
.hope { width:100%; }
.hope .hope_top { width:100%; border-top:2px solid #333; border-bottom:1px solid #ddd; padding:20px 0; margin-bottom:20px;}
.hope .hope_center { width:100%; text-align:center; overflow:hidden; }
.hope .hope_center ul { overflow:hidden; }
.hope .hope_center li {  /*float:left;*/ width:calc(50% - 64px);border:2px solid #ddd; /*margin:0 10px;*/ text-align:center; padding:20px; margin:0 auto; }
.hope .hope_center li span.btn1 { padding:0 10px; height:50px; line-height:50px; display:inline-block; background:#da4453; text-align:center; color:#fff; }
.hope .hope_center li span.btn2 { padding:0 10px; height:50px; line-height:50px; display:inline-block; background:#2f2e34; text-align:center; color:#fff; }

.hope .hope_center .boxaa { background:#f2f6f9; padding:20px 10px; margin-bottom:20px; font-size:90%; height:60px; text-align:left; }

/* 개인정보수집안내 */
#divcheck { width:calc(100% - 44px); padding:20px; border:2px solid #ddd; margin-bottom:20px;}
#divcheck p.title { font-size:110%; color:#000; margin-bottom:15px; border-bottom:1px dashed #ccc; padding-bottom:15px;}
#divcheck dl { width:100%; margin-bottom:20px; }
#divcheck dt { color:#000; margin-bottom:5px; }
#divcheck dd { padding-left:20px; }

#divcheck p.agree { border:2px solid #ddd; background:#f9f9f9; padding:15px; }



/* 댓글 */
.comment { width:100%; margin:30px 0 50px 0; }

.comment_form { margin-bottom:50px; }
.comment_form .comment_top { position:relative; width:100%; overflow:hidden; margin-bottom:10px; }
.comment_form .comment_top .comment_login { float:left;}
.comment_form .comment_top .comment_login ul { overflow:hidden; margin-left:10px; }
.comment_form .comment_top .comment_login ul li { float:left; margin-right:5px; }
.comment_form .comment_top .comment_login ul li a:link,
.comment_form .comment_top .comment_login ul li a:visited { width:50px; height:50px; line-height:50px; padding-top:10px; border:2px solid #ddd; border-radius:5px; text-align:center;vertical-align:middle; display:inline-block; box-sizing:border-box; }

.comment_form .comment_top .comment_login ul li.li2 a { padding-top:13px;}
.comment_form .comment_top .comment_login ul li.li3 a { padding-top:8px;}

.comment_form .comment_top .comment_login ul li.li1 a:active,
.comment_form .comment_top .comment_login ul li.li1 a:focus,
.comment_form .comment_top .comment_login ul li.li1 a:hover,
.comment_form .comment_top .comment_login ul li.li1 a.select { border:3px solid #00529c;  }

.comment_form .comment_top .comment_login ul li.li2 a:active,
.comment_form .comment_top .comment_login ul li.li2 a:focus,
.comment_form .comment_top .comment_login ul li.li2 a:hover,
.comment_form .comment_top .comment_login ul li.li2 a.select { border:3px solid #008fd5;  }

.comment_form .comment_top .comment_login ul li.li3 a:active,
.comment_form .comment_top .comment_login ul li.li3 a:focus,
.comment_form .comment_top .comment_login ul li.li3 a:hover,
.comment_form .comment_top .comment_login ul li.li3 a.select { border:3px solid #f4ea30;  }

.comment_form .comment_top .comment_login ul li.li4 a:active,
.comment_form .comment_top .comment_login ul li.li4 a:focus,
.comment_form .comment_top .comment_login ul li.li4 a:hover,
.comment_form .comment_top .comment_login ul li.li4 a.select { border:3px solid #00c73c;  }

.comment_form .comment_top .comment_login ul li.li5 a:active,
.comment_form .comment_top .comment_login ul li.li5 a:focus,
.comment_form .comment_top .comment_login ul li.li5 a:hover,
.comment_form .comment_top .comment_login ul li.li5 a.select { border:3px solid #dc4c3f;  }

.comment_form .comment_body { width:100%; }


/* 댓글 - 로그인전 */
.comment_form .comment_body .login_before { display:block; }
.comment_form .comment_body .login_before .textareabox { width:100%; padding:10px; border:5px solid #ddd; border-radius:15px; box-sizing:border-box; }
.comment_form .comment_body .login_before .textareabox .textarea_comment { width:100%; height:60px; padding:15px; border:none; box-sizing:border-box; }


/* 댓글 - 로그인후 */
.comment_form .comment_body .login_after { position:relative; display:block; }
.comment_form .comment_body .login_after .textareabox { width:100%; border:5px solid #ddd; border-radius:15px; box-sizing:border-box; }
.comment_form .comment_body .login_after .textareabox .textareabox_top { width:100%; height:40px; border-radius:8px 8px 0 0; box-sizing:border-box; }
.comment_form .comment_body .login_after .textareabox .textareabox_top .nickname { float:left; height:40px; line-height:40px; padding-left:15px; color:#fff; font-weight:bold; }
.comment_form .comment_body .login_after .textareabox .textareabox_top .txtcount { position:relative; top:-1px; float:right; height:40px; line-height:40px; padding-right:115px; text-align:right; color:#fff; font-size:90%; }

.comment_form .comment_body .login_after .textareabox .textareabox_body { width:100%; height:auto; padding:15px; box-sizing:border-box; }
.comment_form .comment_body .login_after .textareabox .textareabox_body .photo { float:left; width:90px; }
.comment_form .comment_body .login_after .textareabox .textareabox_body .comment_txt { float:left; width:calc(100% - 90px); }

.comment_form .comment_body .login_after .textareabox .textareabox_body .photo img { padding:5px; border:1px solid #ccc; border-radius:5px; }
.comment_form .comment_body .login_after .textareabox .textareabox_body .comment_txt  .textarea_comment { width:100%; height:77px; padding:5px; line-height:150%; border:none; box-sizing:border-box; }

.comment_form .comment_body .login_after .logout { position:absolute; right:20px; top:14px; padding-left:17px; background:url(/broadcast/images/board/comment_icon_logout.gif) no-repeat 0 5px; } 
.comment_form .comment_body .login_after .logout a:link,
.comment_form .comment_body .login_after .logout a:visited { color:#fff; }
.comment_form .comment_body .login_after .logout a:active,
.comment_form .comment_body .login_after .logout a:focus,
.comment_form .comment_body .login_after .logout a:hover { color:#000; }


/* 댓글입력 버튼 */
.comment_form .comment_btn { text-align:right; padding-right:10px; margin:20px 0 0 0; }
.comment_form .comment_btn .submit_commentbtn { width:100px; height:40px; line-height:40px; border:1px solid #113d8e; border-radius:3px; background:#113d8e; color:#fff; font-size:90%; }


/* 댓글 목록 */
.comment_listAll { width:100%; }

.comment_listAll_top { width:100%; margin-bottom:10px; }
.comment_listAll_top .attendNum { float:left; padding-left:10px; }
.comment_listAll_top .array { float:right; overflow:hidden; }

.comment_listAll_top .attendNum strong { color:#da131a; }

.comment_listAll_top .array li { float:left; padding:0 11px 0 10px; background: url(/broadcast/images/board/comment_array_line.gif) no-repeat right 50%; }
.comment_listAll_top .array li:last-child { background:none; }

.comment_listAll_top .array li a:active,
.comment_listAll_top .array li a:focus,
.comment_listAll_top .array li a:hover { color:#1757b7; }
.comment_listAll_top .array li a.select { color:#da131a; }


.comment_list { width:100%; border-top:1px solid #333; }
.comment_list ul { overflow:hidden; }
.comment_list ul li { position:relative; width:100%; padding:15px; border-bottom:1px solid #ddd; display:block; box-sizing:border-box; }
.comment_list ul li dl { width:100%; }
.comment_list ul li dl dt { float:left; position:relative; width:95px; }
.comment_list ul li dl dt img { padding:5px; border:1px solid #ccc; border-radius:5px; }
.comment_list ul li dl dt .snsicon { position:absolute; right:9px; bottom:-9px;}
.comment_list ul li dl dt .snsicon img { padding:0; border:0; border-radius:0; }

.comment_list ul li dl dd { margin-left:95px; width:calc(100% - 95px); }

.comment_list ul li dl dd.nickname { color:#113d8e; margin-bottom:7px; }
.comment_list ul li dl dd.nickname strong { padding-right:11px; background:url(/broadcast/images/board/comment_array_line.gif) no-repeat right 50%; display:inline-block; margin-right:10px; }
.comment_list ul li dl dd.nickname .time { font-size:90%; color:#999; font-family:arial;}

.comment_list ul li dl dd.txt { line-height:150%; margin-bottom:5px; } 

.comment_list ul li dl dd.empathy { text-align:right;}
.comment_list ul li dl dd.empathy span a { height:30px; line-height:30px; padding:0 10px 0 30px; border:2px solid #eee; border-radius:5px; background:url(/broadcast/images/board/comment_empathy_icon.gif) no-repeat 10px 50%; display:inline-block; }

.comment_list ul li dl dd.delete { position:absolute; right:15px; top:15px; width:47px; text-align:right !important; background:url(/broadcast/images/board/comment_btn_delete.gif) no-repeat 0 50%; margin-left:0;  }
.comment_list ul li dl dd.delete a:active,
.comment_list ul li dl dd.delete a:focus,
.comment_list ul li dl dd.delete a:hover { text-decoration:underline; color:#06c; }


@media (max-width:767px){
	.comment_list ul li { position:relative; width:100%; padding:15px 0; border-bottom:1px solid #ddd; display:block; box-sizing:border-box; }
	
	.comment_list ul li dl dd.nickname { color:#113d8e; margin-bottom:7px; }
	.comment_list ul li dl dd.nickname strong { padding-right:0; background:none; display:block; margin-right:0; }
	.comment_list ul li dl dd.nickname .time {  padding-top:5px; display:block; }
}



/* 상태아이콘 */
span.stepkind1 { width:63px; padding:4px 0; background:#1757b7; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; } 
span.stepkind2 { width:63px; padding:4px 0px; background:#5faf00; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; }
span.stepkind3 { width:63px; padding:4px 0px; background:#3e4958; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; }

span.stateicon_step1 { width:63px; padding:4px 0; background:#1757b7; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; } 
span.stateicon_step2 { width:63px; padding:4px 0px; background:#5faf00; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; }
span.stateicon_step3 { width:63px; padding:4px 0px; background:#3e4958; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; }

span.stateicon_step4 { width:63px; padding:4px 0px; background:#da131a; text-align:center; font-size:90%; color:#fff; border-radius:3px; display:inline-block; }

