@charset "utf-8";

/* 글목록*/
.board_list{clear:both; width:100%; margin:0 0 20px 0; border-collapse:collapse; background:url(/images/board/bg_th.gif) repeat-x;}
.board_list th{padding:6px 5px; text-align:center; font-weight:bold; border-top:2px solid #909090; border-bottom:1px solid #909090 ; background:url(/images/board/bg_th_list.gif) no-repeat 100% 50%;}
.board_list .end,
.board_list .last-child{background:none; border-right:none;}
.board_list td{padding:6px 5px; text-align:center; border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; background:none;}
.board_list .notice,
.board_list .notice a{font-weight:bold; color:#06609f;}
.board_list .notice_tit span{display:inline-block; padding:3px; background:#06609f; font-weight:normal; color:#fff;}
.board_list .con{padding-left:10px; text-align:left;}
.board_list .none{padding:20px 0; border-right:none;}
.board_list .del_reason{font-size:12px;vertical-align:middle}
.board_list .del_reason i{display:inline-block;margin-right:3px;color:#fd3223}

/* 글목록 */
.normal_list{clear:both; width:100%; margin:0 0 25px 0; border-collapse:collapse; table-layout:fixed; text-align:center; border-top:2px solid #bebebe;}
.normal_list th{padding:8px 5px; border:1px solid #d5d5d5; font-weight:bold; background:#efefef;}
.normal_list td{padding:8px 5px; border:1px solid #d5d5d5; word-break:break-all;}
.normal_list .con{padding-left:10px; text-align:left;}
.normal_list .none{padding:20px 0;}
.normal_list .comment{background:#f7f7f7; text-align:left; padding:10px;}
.normal_list .ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 글보기 */
.board_view{clear:both; width:100%; margin:0 0 20px 0; border-collapse:collapse; background:url(/images/board/bg_th.gif) repeat-x;}
.board_view thead th{padding:6px 5px 6px 5px; text-align:center; font-weight:bold; border-top:2px solid #909090; border-bottom:1px solid #909090 ;}
.board_view tbody th{border-bottom:1px solid #d4d4d4;}
.board_view td{padding:6px 0 5px 0px; color:#666; text-align:center; border-bottom:1px solid #d4d4d4; background:none;}
.board_view .last-child{background:none;}
.board_view .subject{color:#555; line-height:1.4em; font-weight:bold; background:#f7f7f7; padding:5px 0 5px 0; border-right:1px solid #d4d4d4;}
.board_view .subject2{color:#555; line-height:1.4em; font-weight:bold; background:#f7f7f7; border-right:1px solid #d4d4d4; border-left:1px solid #d4d4d4;}
.board_view .comment{text-align:left; padding:10px;}
.board_view .comment textarea{width:98%; height:200px;} /* 글쓰기 내용 */
.board_view td input.file{width:100%; background:#fff;} /* 글쓰기 첨부파일 */
.board_view td input{margin:0 0 3px 0;} /* 글쓰기 input 박스 */
.board_view td img{max-width:100%;vertical-align:middle; clear:right;}
.board_view .con{padding-left:13px; text-align:left;}
.board_view .pic{width:650px; margin:10px auto 0 auto; padding:3px; text-align:center; background:#fff; border:1px solid #ccc;}
.board_view .pic img{width:650px;}
.board_view .info{width:650px; margin:10px auto 0 auto; padding:3px; text-align:center;}
.board_view .txt{width:636px; margin:10px auto 0 auto; padding:10px; text-align:left; background:#fff; border:1px solid #ccc;}
.board_view .pdf_link{margin:0 auto;}
.board_view #attach_content p.image img {width:100%}
.board_view .board_movie{width:480px; margin:0 auto; text-align:center;}
.attached_file{display:inline-block !important;}
.board_contents ul {list-style: circle inside; margin:0; padding:0;}
.board_contents ol {list-style: decimal inside; margin:0; padding:0;}
.board_contents ul li,
.board_contents ol li {list-style: inherit;}
.board_contents ul li,
.board_contents ol li,
.board_contents p{line-height:1.5em; letter-spacing: 0.1px; font-family: "Nanum Gothic";}
.board_contents li span,
.board_contents p span{font-size:100%; font-family:"Nanum Gothic";}
.board_contents table caption {position:initial; left:initial; position:initial; width:inherit; height:initial; font-size:initial; line-height:initial; overflow:initial; text-align:initial;}

/* 글쓰기 */
.board_write{clear:both; width:100%; border-spacing:0; border-collapse:collapse; background:url(/images/board/bg_th.gif) repeat-x;}
.board_write th{padding:3px 2px; text-align:center; font-weight:bold; border-top:2px solid #909090; border-bottom:1px solid #909090 ; background:url(/images/board/bg_th_list.gif) no-repeat 100% 50%;}
.board_write input{height:20px; line-height:20px; border:1px solid #c8c8ca;}
.board_write td{padding:6px 5px; color:#666; text-align:center; border-bottom:1px solid #d4d4d4;}
.board_write .last-child{background:none; border-right:none;}
.board_write .subject{font-weight:bold; background:#f1f1f1; border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4;}
.board_write .subject2{font-weight:bold; background:#f1f1f1; border-right:1px solid #d4d4d4; border-left:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4;}
.board_write .write_subject{width:90%;}
.board_write td.comment{text-align:left; padding:10px;}
.board_write td.comment textarea{width:98%; height:200px;} /* 글쓰기 내용 */
.board_write td input.file{width:100%; background:#fff;} /* 글쓰기 첨부파일 */
.board_write td input{margin:0 0 3px 0;} /* 글쓰기 input 박스 */
.board_write .con{padding-left:15px; text-align:left;}
.board_write .imp{color:red;}

/* 비밀번호 */
#password{clear:both; width:90%; margin:0 auto; padding:10px; border-top:2px solid #d4d4d4; border-bottom:1px solid #d4d4d4;}
#password .detail{margin:0 0 5px 0;}
#password .detail .title{margin:0 0 10px 0;}
#password .btn{margin:25px 0 0 0; text-align:center;}

/* 게시물검색 */
.board_search{clear:both; width:100%; height:40px; margin:10px 0 20px 0; padding:10px 0 0 0; text-align:center; background:#f9f9f9; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.board_search form .search{padding:0 10px 0 0; text-align:center;}
.board_search form select{background:#fafafa;}
.board_search .btnSearch{padding:0 0 0 5px; border:0;}
.board_search * {vertical-align:middle;}

.board_search2{overflow:hidden; width:100%; padding:0 0 10px 0; border-bottom:1px solid #dbdbdb;}
.board_search2 *{float:left;}
.board_search2 form{float:right; width:410px;}
.board_search2 select{width:90px; height:30px; padding:2px; margin:0 4px 0 0; line-height:30px; border:1px solid #bfbfbf; background:#fff;}
.board_search2 input[type="text"]{width:229px; height:29px; margin:0 4px 0 0; line-height:29px; border:1px solid #bfbfbf;}

#sub_gallery .boardSearch{overflow:hidden; width:100%; height:20px; border-bottom:2px solid #8da6d1; padding:0 0 10px 0; margin:0 0 23px 0;}
#sub_gallery .total{float:left;}
#sub_gallery .boardSearch fieldset{float:right;}
#sub_gallery .boardSearch select{width:78px; border:1px solid #7f9db9; line-height:18px; height:18px;}
#sub_gallery .boardSearch #key{width:110px; height:16px; line-height:16px; margin:0; padding:0;}
#sub_gallery .none{padding:50px 0; background:#f9f9f9; border-top:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center;}

/* 게시판 버튼 */
.board_btn{clear:both; width:100%; margin:0 0 10px 0; padding:10px 0 0 0; text-align:right; font-family:Tahoma, Sans-serif; font-size:0.9em; overflow:hidden;}
.board_btn ul{float:right; text-align:right;}
.board_btn li{float:left; margin:0 0 0 4px;}
.board_btn .first input{width:50px; height:25px;}

/* normal table */
.normal{width:100%; border-collapse:collapse; text-align:center;}
.normal th,
.normal td{padding:8px 5px; border:1px solid #cdcdcd;}
.normal th{background:#f7f7f7;}
.normal .con{padding-left:15px; text-align:left; word-break:keep-all;}

/* 포토갤러리 */
.photo{clear:both; overflow:hidden; width:100%; border-bottom:1px solid #d9d9d9;}
.photo li{float:left; width:30.3%; padding:0 0.85em 1.5em 0.85em;}
.photo li p.pic{margin:0; padding:5px; text-align:center; background:#f5f5f5; border:1px solid #eaeaea;}
.photo li p.pic a{display:inline-block; width:100%; text-align:center;}
.photo li p.pic a img{width:100%; height:158px;}
.photo li p.day,
.photo li p.date{padding:5px 0 0 0; text-align:left; color:#9d7b4f; font-weight:bold;}
.photo li p.title{text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
table.bbs_gallery div#attach_content_container {margin:0 auto 10px;max-width:700px;} /* 160325 배장호 */
table.bbs_gallery div#attach_content_container li.image_list p.comment {text-align:center;}
.board_contents{text-align:center;}

/* 페이지네비게이션 */
.pagingNav{clear:both; position:relative; margin:15px auto 0 auto; font-size:92%; text-align:center; line-height:1.7em; font-weight:bold;}
.pagingNav a{display:inline-block; padding:4px; color:#000; text-decoration:none; font-weight:normal; font-family:verdana;}
.pagingNav a:hover{color:#d43415; text-decoration:none;}
.pagingNav .num_current{display:inline-block; padding:4px; color:#d43415; text-decoration:underline; font-weight:bold;}
.pagingNav .num_first{display:inline-block; padding:4px 4px 4px 10px; color:#555; background:url(/images/board/bl_first.gif) no-repeat left center;}
.pagingNav .num_left{display:inline-block; padding:4px 4px 4px 6px; color:#555; background:url(/images/board/bl_left.gif) no-repeat left center;}
.pagingNav .num_right{display:inline-block; padding:4px 6px 4px 4px; color:#555; background:url(/images/board/bl_right.gif) no-repeat right center;}
.pagingNav .num_last{display:inline-block; padding:4px 10px 4px 4px; color:#555; background:url(/images/board/bl_last.gif) no-repeat right center;}

/* 본인인증 */
#sub_auth{width:100%; margin:0 auto; padding:0;}
#sub_auth h3{clear:both; margin:0 0 10px 0; font:bold 150% Nanum Gothic,Malgun Gothic,Arial,Dotum,sans-serif; color:#4277ef;}
#sub_auth h4{clear:both; margin:25px 0 10px 0; font:bold 125% Nanum Gothic,Malgun Gothic,Arial,Dotum,sans-serif; color:#4277ef;}
#sub_auth h5{clear:both; margin:10px 0 5px 0;}
#sub_auth #auth_opt{float:left; width:98%; margin:15px 0;}
#sub_auth #auth_opt #opt_real{float:left;}
#sub_auth #auth_opt #opt_phone{float:left;}
#sub_auth #auth_opt #opt_ipin{float:right;}
#sub_auth #auth_opt .opt_list{float:left; display:inline; width:45%; padding:10px; border:1px solid #ccc;}
#sub_auth #auth_opt .opt_list h4{margin:0; padding:10px 0; text-align:center; background:#f5f5f5;}
#sub_auth #auth_opt .opt_list .info{padding:10px 0 20px 0;}
#sub_auth #auth_opt .opt_list .btn{text-align:center;}

/* 공공아이핀만 사용할경우 */
#sub_auth #auth_opt .only{position:relative; overflow:hidden; width:80%; margin:0 auto; padding:10px; border:1px solid #ccc;}
#sub_auth #auth_opt .only h4{margin:0; padding:10px 0; text-align:center; background:#f5f5f5;}
#sub_auth #auth_opt .only .info{padding:10px 0 20px 0;}
#sub_auth #auth_opt .only .btn{text-align:center;}

#sub_auth .auth_agree{position:relative; overflow:auto; width:100%; height:110px; padding:5px 0; font-size:90%; text-indent:10px; border:1px solid #ccc;}
#sub_auth .auth_agree dt{font-weight:bold;}
#sub_auth .auth_info p{margin:0 0 5px 0; font-weight:bold;}
#sub_auth .auth_info p span{color:#cb4117;}
#sub_auth .auth_info .check_info{padding:25px 0 0 0; text-align:center;}
#sub_auth .auth_btn{clear:both; float:left; width:95%; padding:20px 0 0 0;}
#sub_auth .auth_btn .agree{float:left;}
#sub_auth .auth_btn .btn{float:right;}
#sub_auth .red a{color:#ff5400;}

/* 이용동의 */
#divcheck {clear:both; padding:20px 0 10px; border:1px solid #ccc; margin:0 0 20px 0;}
#divcheck p.title{font-weight:bold; padding:0 0 0 15px; margin:0 0 10px 5px; border-left:3px solid #dc2a2a;}
#divcheck dl{padding:10px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
#divcheck dt{font-weight:bold;}
#divcheck dd{padding:0 0 10px 10px;}
#divcheck p.agree{padding:10px 0 0 10px; font-weight:bold; color:#1d51bb;}
#divcheck p.agree input{border:none; vertical-align:middle;}

/* 의회에바란다 */
#att_box{padding:1em; border:1px solid #c8c8c8; background:#fafafa; margin:0 0 10px 0;}
#btn_law{width:100%; text-align:center; margin:0 0 10px 0;}
#btn_law a{display:inline-block; width:150px; height:28px; line-height:28px; color:#fff; background:#f7512a;}
#btn_law .off a{color:#fcff00;}
#btn_law .skip{display:none;}
#slide_law{margin:0 0 20px 0; display:none;}
#slide_law p{padding:1em; border:1px solid #c8c8c8;}

/* 최근회의록 */
.board_late{clear:both; width:100%; margin:0 0 20px 0; border-spacing:0; border-collapse:collapse; background:url(/images/board/bg_th.gif) repeat-x;}
.board_late th{padding:6px 5px 6px 5px; text-align:center; font-weight:bold; border-top:2px solid #909090; border-bottom:1px solid #909090 ; background:url(/images/board/bg_th_list.gif) no-repeat 100% 50%;}
.board_late .end,
.board_late .last-child{background:none; border-right:none;}
.board_late td{padding:6px 5px 6px 5px; text-align:center; border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; background:none;}
.board_late .con{text-align:left; padding:6px 5px 6px 10px;}
.board_late .none{padding:20px 0; border-right:none;}

/* 의안상세보기 */
.late_view{clear:both; width:100%; margin:10px 0 0 0; border-collapse:collapse; border-spacing:0; empty-cells:show; border-top:2px solid #1368a6;}
.late_view thead th,
.late_view tbody th{background:#f3f8ff; font-weight:bold; border:1px #ddd solid; padding:5px 0 4px 0; text-align:center; empty-cells:show;}
.late_view th.ac{text-align:center; padding-left:0 !important; padding-right:0 !important;}
.late_view td{border:1px #ddd solid; text-align:center; empty-cells:show; line-height:1.42em;}
.late_view td.al{padding-left:10px; text-align:left;}
.late_view td.gry1{background:#daeff0;}
.late_view td.gry2{background:#f9f9f9;}
.late_view th.mgt{background:#e7f0fc;}
.late_view th.mgt2{background:#e4eef3;}
.late_view td.pic{padding:0 !important;}
.late_view td.pic img{width:78px; height:99px;}
.late_view td span.email{text-decoration:underline; color:#018f92;}
.late_view .assembly_more{font-weight:bold; color:#ff722c;}
.late_view .con{padding:6px 5px 6px 15px; text-align:left;}

/* 의안상세보기 */
.late_view2{clear:both; width:100%; border-collapse:collapse; border-spacing:0; empty-cells:show; border-bottom:2px solid #666;}
.late_view2 .top_line{border-top:3px solid #1479CB;}
.late_view2 th{background:#fbf4e6; font-weight:bold; border-right:1px #c8cece solid; border-bottom:1px #c8cece solid; padding:5px 0 3px 8px; empty-cells:show; vertical-align:middle; text-align:left;}
.late_view2 th span{padding-left:8px;}
.late_view2 td{padding:4px 7px 3px 7px; empty-cells:show; line-height:1.42em; border-bottom:1px #c8cece solid;}
.late_view2 th.rl{border-right:1px #c8cece solid;}
.late_view2 td.rl{border-right:1px #c8cece solid;}
.late_view2 td img{vertical-align:middle;}
.late_view2 td.inTbl{padding:7px !important;}
.late_view2 .bill_name{background:#fff;color:#1479CB;}

/* 연간일정 */
.board_list th:last-child{background:none;}
.board_list td:last-child{border-right:0;}

/* 홍보영상 */
.vod_box{overflow:hidden;margin-bottom:20px; border:1px solid #dbdbdb;}
.vod_box .vod_player{float:left; width:540px; background:#000;}
.vod_box .vod_info{float:right; display:inline-block; width:260px; margin-right:15px;}
.vod_box .vod_info .date{margin-top:10px;}
.vod_box .vod_info .sbj{font-size:135%; line-height:170%; font-weight:bold;}
.vod_box .vod_info .comment{position:relative; overflow-y:auto; height:193px; padding:10px; background:#f7f7f7; border:1px solid #dedede;}

/* 답변 */
.board_reply{clear:both; width:100%; margin:0 0 20px 0; border-spacing:0; border-collapse:collapse; border-top:2px solid #909090; border-bottom:1px solid #909090;}
.board_reply th{width:15%; background:#f7f7f7; border-right:1px solid #909090;}
.board_reply td{width:85%; padding:15px;}

@media screen and (max-width:999px){
	.board_view .pic{width:85%;}
	.board_view .pic img{width:100%;}
	.board_view .info{width:85%;}
	.board_view .txt{width:80%;}

	table.bbs_gallery div#attach_content_container {margin:0 auto 10px;max-width:520px;} /* 160325 배장호 */
	.photo li{float:none; display:inline-block; padding:0 0.5em 1.5em 0.5em;}
	#attach_content .pdf_list .pdf_link,
	#attach_content .pdf_list .pdf_link iframe{width:520px !important;}

	.vod_box{border:0;}
	.vod_box .vod_player{float:left; width:100%; background:#000;}
	.vod_box .vod_player img{width:100%;}
	.vod_box .vod_info{float:left; margin:0; display:inline-block; width:100%;}
	.vod_box .vod_info .date{margin-top:10px;}
	.vod_box .vod_info .sbj{font-size:135%; line-height:170%; font-weight:bold;}
	.vod_box .vod_info .comment{position:relative; overflow:auto; height:auto; padding:10px; background:#f7f7f7; border:1px solid #dedede;}
}
@media screen and (max-width:767px){
	/* 페이지네비게이션 */
	.pagingNav{font-size:80%; font-family:'Nanum Gothic', Dotum, sans-serif;}
	.pagingNav a{padding:7px 6px; margin:0 1px; border:1px solid #e0e0e0;}
	.pagingNav a:hover{color:#cb4222; border:1px solid #cb4222;}
	.pagingNav .num_current{padding:7px 6px; margin:0 1px; color:#fff; background:#3d65bf; border:1px solid #2526a3;}
	.pagingNav .num_first,
	.pagingNav .num_left,
	.pagingNav .num_right,
	.pagingNav .num_last{padding:7px 6px; margin:0 1px; color:#555; border:1px solid #e0e0e0; background:none;}
	.pagingNav .num_left:hover,
	.pagingNav .num_first:hover,
	.pagingNav .num_right:hover,
	.pagingNav .num_last:hover{color:#cb4222; border:1px solid #cb4222;}

	.board_list .notice td{border:none; padding:0;}
	.board_list .notice td.con,
	.board_list .con{width:100%; padding:5px; border:none; border-top:1px dashed #d4d4d4;}
	.board_list td{float:left; clear:both; position:relative; width:100%; text-align:left;}
	.board_list td:before{content:'';}
	.board_list td.author{padding:0; border:none; color:#000;}
	.board_list td.date{padding:0 0 5px 0; border:none; color:#999; line-height:100%;}

	.board_list.boardType1_list{background:none; border-top:2px solid #213165; border-bottom:2px solid #213165;}
	.board_list.boardType1_list tr:last-child{border-bottom:1px solid #d4d4d4;}
	.board_list.boardType1_list thead{display:none;}
	.board_list.boardType1_list td.no{display:none;}
	.board_list.boardType1_list td{border:0; padding:2px 5px;}
	.board_list.boardType1_list td .m{display:inline; font-weight:bold;}
	.board_list.boardType1_list td:last-child{border-bottom:1px solid #ccc;}
	.board_list.boardType1_list td.hidden_ico{text-align:center;}

	.board_list.boardType1_view{background:none; border-top:2px solid #213165;}
	.board_list.boardType1_view thead{display:none;}
	.board_list.boardType1_view td{padding:0 5px; border-bottom:0;}
	.board_list.boardType1_view td.con{padding:3px 5px;}
	.board_list.boardType1_view td .m{display:inline; font-weight:bold;}
	.board_list.boardType1_view td:last-child{margin-bottom:5px; padding:0 0 10px 5px; border-bottom:1px solid #213165;}

	.board_late{background:none;}
	.board_late tr:first-child{border-top:1px solid #d4d4d4;}
	.board_late thead,
	.board_late td:first-child{display:none;}
	.board_late td{float:left; position:relative; width:100%; padding:5px 0 0 0; border:none; font-size:110%; font-weight:bold; text-align:left; text-shadow:0 1px 0 #f3f3f3;}
	.board_late td:nth-child(2){width:17%; }
	.board_late td:nth-child(3){width:15%; }
	.board_late td.con{width:65%; padding:5px 0 0 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.board_late td:last-child{clear:both; padding:0 0 5px 0; border-bottom:1px solid #d4d4d4; font-weight:normal; font-size:100%;}
	.board_late td:last-child a img{display:none;}
	.board_late td:last-child:before{content:'';}

	.board_late2 td:nth-child(2){width:15%; max-width:40px;}
	.board_late2 td:nth-child(3){width:17%; max-width:60px;}
	.board_late2 td:nth-child(4){width:15%; max-width:40px;}
	.board_late2 td.con{width:50%;}

	.board_view{background:none;}
	.board_view thead th{background:#f3f3f3;}
	.board_view td.con{padding:5px;}
	.board_view thead th:first-child,
	.board_view thead th:last-child{font-size:110%; text-shadow:0 1px 0 #f3f3f3;}
	#attach_content .pdf_list .pdf_link{width:95% !important;}
	#attach_content .pdf_list .pdf_link iframe{width:100% !important;}

	.photo {text-align:center;}
	.photo li{width:40%;}
	.photo li p.pic a img{height:auto;}
	table.bbs_gallery div#attach_content_container {margin:0 auto 10px;max-width:330px;} /* 160325 배장호 */

}

@media screen and (max-width:480px) {
	.board_view .board_movie{width:100%; margin:0 auto; text-align:center;}
}