@charset "utf-8";



/* 게시판 상단 */
.board_top { position:relative; width:100%; padding:15px 20px; vertical-align:top; border:1px solid #ddd; box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.07); margin-bottom:40px; }

.board_top .board_page { width:100%; margin-bottom:10px; }
.board_top strong.num1 { color:#ee402e; }
.board_top strong.num2 { color:#3466cc; }
.board_top strong.num3 { color:#000; }


.board_top .board_search { float:left; width:calc(100% - 250px); font-size:90%; }

.board_top .board_select { float:right; width:250px; font-size:90%; text-align:right; }

.board_top .board_topBtn { position:absolute; right:20px; bottom:25px; }



.board_top .boardtop_select { height:40px; padding-left:10px; border:1px solid #ddd; vertical-align:top; }
.board_top .boardtop_select.boardtop_select2 { width:170px; }
.board_top .select_type { background:#f4f4f4; }
.board_top .boardtop_text { width:200px; height:40px; line-height:38px; padding-left:10px; border:1px solid #ddd; }
.board_top .abtn_search { width:55px; height:40px; line-height:40px; border:none; border-radius:3px; background:#333; color:#fff; text-align:center; display:inline-block; vertical-align:top; } 
.board_top .abtn_registration { width:55px; height:40px; line-height:40px; border:none; border-radius:3px; background:#113d8e; color:#fff; font-size:90%; text-align:center; display:inline-block; vertical-align:top; } 
.board_top .abtn_cancel { width:55px; height:40px; line-height:40px; border:none; border-radius:3px; background:#555; color:#fff; font-size:90%; text-align:center; display:inline-block; vertical-align:top;  } 
.board_top .submit_msearch { width:55px; height:40px; line-height:40px; border:none; border-radius:3px; background:#ee402e; color:#fff; font-size:90%; display:inline-block; cursor:pointer;  } 

.board_top .board_search .status { float:left; position:relative; top:5px; margin-right:15px; }
.board_top .board_search .status .icon_step { width:55px; height:28px; line-height:28px; border-radius:3px; color:#fff; text-align:center; font-size:90%; display:inline-block; margin-right:5px; }
.board_top .board_search .status .icon_step1 { background:#ad5407; }
.board_top .board_search .status .icon_step2 { background:#06c; }
.board_top .board_search .status .icon_step3 { background:#71a400; }
.board_top .board_search .status .icon_step4 { background:#333; }

.board_top .board_search .status a { color:#fff !important;}


.board_top .board_page2 { float:left; width:300px; height:40px; line-height:40px; }
.board_top .board_search2 { float:right; width:calc(100% - 300px); text-align:right; }

.board_top .board_page3 { float:left; width:50%; height:40px; line-height:40px; }
.board_top .board_search3 { float:right; width:50%; text-align:right; }



@media (min-width:1025px) and (max-width:1144px){
	.board_top .board_search { width:100%; margin-bottom:10px; }
	.board_top .board_select { width:100%; }
	.board_top .board_topBtn { position:static; width:100%; text-align:right; margin-top:20px; }

	.board_top .board_search .status { position:static; clear:both; width:100%; margin-bottom:5px;  }
}



@media (min-width:769px) and (max-width:1024px){
	.board_top .board_search { width:100%; margin-bottom:10px; }
	.board_top .board_select { width:100%; }
	.board_top .board_topBtn { position:static; width:100%; text-align:right; margin-top:20px; }

	.board_top .board_search .status { position:static; clear:both; width:100%; margin-bottom:5px; }
}



@media (max-width:768px){
	.board_top { padding:15px; margin-bottom:30px; }	
	.board_top .board_search { width:100%; margin-bottom:15px; }
	.board_top .board_select { float:left; width:100%; text-align:left; }
	.board_top .board_topBtn { position:static; width:100%; text-align:right; margin-top:20px; }

	.board_top .boardtop_select { width:100%; margin-bottom:3px;}
	.board_top .boardtop_text { width:calc(100% - 118px); }
	.board_top .submit_msearch { width:55px; height:40px; line-height:40px; border:none; border-radius:3px; background:#ee402e; color:#fff; display:inline-block;  } 
	.board_top .boardtop_select.boardtop_select2 { width:100%; }
	.board_top .abtn_registration { width:100% }
	
	.board_top .board_search .status { position:static; margin-bottom:5px; }
	
				/* 회원사관리 */
	.board_top .board_page2 { width:100%; margin-bottom:5px; }
	.board_top .board_search2 { width:100%; text-align:left; }
	.board_top .board_search2 .boardtop_text { width:calc(100% - 119px); }
	.board_top .board_search2 .abtn_registration { margin-top:3px; }


	.board_top .board_page3 { width:100%;  margin-bottom:5px; }	
	.board_top .board_search3 { float:left; width:100%; text-align:right; }

	.board_top .board_page3 .boardtop_select { width:calc(100% - 60px);}



}



/* 게시판 목록 */
.board_body { width:100%; }
.board_body table { width:100%; border:0; border-spacing:0; border-collapse:collapse; margin-bottom:25px; border-top:2px solid #333; font-size:100%; }
.board_body table thead th { padding:15px 0; text-align:center; color:#000; background:#f4f4f4; font-weight:bold; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.board_body table tbody td { padding:13px 15px 13px 15px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }

.board_body table tbody td .icon_step { width:55px; height:28px; line-height:28px; border-radius:3px; color:#fff; text-align:center; font-size:90%; display:inline-block; margin-right:10px; }
.board_body table tbody td .icon_step1 { background:#ad5407; }
.board_body table tbody td .icon_step2 { background:#06c; }
.board_body table tbody td .icon_step3 { background:#71a400; }
.board_body table tbody td .icon_step4 { background:#201b51; }


.board_body table tbody td.left { text-align:left; }
.board_body table tbody td a:link,
.board_body table tbody td a:visited { color:#222; font-weight:bold; }
.board_body table tbody td a:active,
.board_body table tbody td a:focus,
.board_body table tbody td a:hover { color:#113d8e; text-decoration:underline; }

.board_body table tbody td .replyNum { color:#da131a; }

.board_body table thead th:last-child { border-right:none; }
.board_body table tbody td:last-child { border-right:none; }


.board_body table tbody td .icon_step3 + a:link,
.board_body table tbody td .icon_step3 + a:visited { color:#888; font-weight:normal; }




.board_body2 { width:100%; }
.board_body2 table { width:100%; border:0; border-spacing:0; border-collapse:collapse; margin-bottom:25px; border-top:2px solid #333; font-size:100%; }
.board_body2 table thead th { padding:15px 0; text-align:center; color:#000; background:#f4f4f4; font-weight:bold; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.board_body2 table tbody td { padding:13px 15px 13px 15px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }

.board_body2 table tbody td .icon_step { width:55px; height:28px; line-height:28px; border-radius:3px; color:#fff; text-align:center; font-size:90%; display:inline-block; margin-right:10px; }
.board_body2 table tbody td .icon_step1 { background:#ad5407; }
.board_body2 table tbody td .icon_step2 { background:#06c; }
.board_body2 table tbody td .icon_step3 { background:#71a400; }
.board_body2 table tbody td .icon_step4 { background:#201b51; }


.board_body2 table tbody td.left { text-align:left; }
.board_body2 table tbody td a:link,
.board_body2 table tbody td a:visited { color:#222; font-weight:bold; }
.board_body2 table tbody td a:active,
.board_body2 table tbody td a:focus,
.board_body2 table tbody td a:hover { color:#113d8e; text-decoration:underline; }

.board_body2 table tbody td .replyNum { color:#da131a; }

.board_body2 table thead th:last-child { border-right:none; }
.board_body2 table tbody td:last-child { border-right:none; }


@media (max-width:768px){
	.board_body table {  }
	.board_body table thead { display:none; }
	.board_body table tbody tr { width:100%; border-bottom:1px solid #ddd; overflow:hidden; display:block; }
	.board_body table tbody tr > * { float:left; border:0; display:block;}
	
	.board_body table tbody td { border-right:none; padding:9px 10px 8px 10px; background:url(/images/board/boardtop_td_line.gif) no-repeat right 14px; }

	.board_body table tbody td .icon_step { font-family: pgovm; font-size:85% !important; display:block; margin-bottom:5px; }


	.board_body2 .sizeTableDiv table { width:768px; }
}



/* 페이징 */
.paging { position:relative; width:100%; text-align:center; overflow:hidden; margin:25px 0;  }

.paging #pagingNew ul { overflow:hidden; padding-left:1px; }
.paging #pagingNew ul li { display:inline-block; margin-left:-1px;  }
.paging #pagingNew ul li a { height:34px; line-height:34px; padding:0 13px; color:#666; text-decoration:none; border:1px solid #ddd; display:inline-block; z-index:1; font-size:80%; }
.paging #pagingNew ul li a.select { background:#46549d; color:#fff; font-weight:bold; border-color:#3a4682; 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(/images/board/pageing_btn_start.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.prev { background:url(/images/board/pageing_btn_prev.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.next { background:url(/images/board/pageing_btn_next.gif) no-repeat 50% 50%; }
.paging #pagingNew ul li a.end { background:url(/images/board/pageing_btn_end.gif) no-repeat 50% 50%; }

@media (max-width:768px){
	.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%; margin-bottom:50px; }
.board_view table { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:2px solid #333; margin-bottom:25px; }

.board_view table tbody th,
.board_view table tbody td { padding:10px 20px 10px 20px; text-align:center; border-bottom:1px solid #ddd; }

.board_view table tbody th.itemtd { padding:20px; text-align:center; background:#fafafa; }
.board_view table tbody th.itemtd .subject { width:100%; color:#000; font-size:150%; font-family:pgovb; font-weight:normal; letter-spacing:-1px; display:block; margin-bottom:10px; }
.board_view table tbody th.itemtd .writer,
.board_view table tbody th.itemtd .date { padding:0 10px; background: url(/images/board/boardtop_td_line.gif) no-repeat right 5px;}
.board_view table tbody th.itemtd .hits { padding:0 10px; }

.board_view table tbody td.addfile { background:#fafafa; text-align:left; }
.board_view table tbody td.addfile ul li { margin-bottom:3px;  }
.board_view table tbody td.addfile ul li img { position:relative; top:5px; width:16px; height:16px; margin-right:3px; }

.board_view table tbody td .status { float:left; width:50%; text-align:left; }
.board_view table tbody td .status .icon_step { width:55px; height:28px; line-height:28px; border-radius:3px; color:#fff; text-align:center; font-size:90%; display:inline-block; margin-right:10px; }
.board_view table tbody td .status .icon_step1 { background:#ad5407; }
.board_view table tbody td .status .icon_step2 { background:#06c; }
.board_view table tbody td .status .icon_step3 { background:#71a400; }
.board_view table tbody td .status .icon_step4 { background:#333; }

.board_view table tbody td .charge { float:left; width:50%; text-align:right; }
.board_view table tbody td .charge span { margin-right:10px;  }
.board_view table tbody td .charge strong { color:#113d8e;}
.board_view table tbody td .charge span:last-child { margin-right:0; }

.board_view table tbody td.contentview { padding:40px 20px 20px 20px; vertical-align:top; }
.board_view table tbody td.contentview .basic_content { min-height:250px !important;  text-align:left; line-height:1.8; }
.board_view table tbody td.contentview .basic_content .smartOutput { line-height:1.7; margin-bottom:50px; }
.board_view table tbody td.contentview .basic_content .box2 { color:#888; font-size:85%; }
.board_view table tbody td.contentview .basic_content .box2 li { background-position:0 13px; }

.board_view table tbody td.contentview .imgarea { position:relative; overflow:hidden; display:block; margin-bottom:50px; }
.board_view table tbody td.contentview .imgarea img { max-width:800px; width:100%; } 

.board_view table tbody td.contentview .sInfo { width:100%; padding:20px; background:#f4f4f4; font-size:80%; text-align:left; line-height:1.5; margin-top:40px; }

@media (min-width:769px) and (max-width:1024px){
	.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;}*/

}









/* 댓글 */
.boardReply { width:100%; margin-bottom:50px; }
.boardReply h1 { color:#111; font-family:pgovb; font-weight:normal; font-size:130%; margin-bottom:10px;  }

.boardReply #replyList { width:100%; }
.boardReply #replyList li { width:100%; overflow:hidden; display:block; }
.boardReply #replyList li .bar { width:100%; padding:10px 15px; background:#f4f4f4; margin-bottom:15px;  }
.boardReply #replyList li .bar .writerData { float:left; width:calc(100% - 100px); } 
.boardReply #replyList li .bar .writerData strong { padding-right:16px; background: url(/images/board/boardtop_td_line.gif) no-repeat right 5px; color:#113d8e; font-weight:bold; margin-right:15px; }
.boardReply #replyList li .bar .writerData span { color:#888; font-size:95%; }

.boardReply #replyList li .bar .replyBtn { float:right; width:100px; text-align:right; } 
.boardReply #replyList li .bar .replyBtn a:link,
.boardReply #replyList li .bar .replyBtn a:visited { width:45px; height:28px; line-height:28px; border-radius:3px; background:#555; color:#fff; font-size:90%; text-align:center; transition:0.3s; display:inline-block; }
.boardReply #replyList li .bar .replyBtn a:active,
.boardReply #replyList li .bar .replyBtn a:focus,
.boardReply #replyList li .bar .replyBtn a:hover { background:#113d8e; }

.boardReply #replyList li .replyContent { width:100%; margin-bottom:30px; }
.boardReply #replyList li .replyContent .replyTxt { width:100%; line-height:1.7; }
.boardReply #replyList li .replyContent .replyAddfile { width:100%; margin-top:10px; }
.boardReply #replyList li .replyContent .replyAddfile img { position:relative; top:6px;  width:16px; height:16px; }
.boardReply #replyList li .replyContent .replyAddfile a { margin-right:15px; }
 

/* 댓글입력 */
.replyForm { width:100%;  }
.replyForm h1 { color:#111; font-family:pgovb; font-weight:normal; font-size:130%; margin-bottom:10px;  }
.replyForm .textarea_normal { height:150px; font-family: pgovm; margin-bottom:20px; }



.replyForm .replyAddfileModify { width:100%; padding:15px 20px; border:1px solid #eee; background:#f8f8f8; margin-bottom:30px; }
.replyForm .replyAddfileModify .txt1 { color:#444; font-family:pgovb; font-weight:normal; font-size:115%; margin-bottom:10px;  }
.replyForm .replyAddfileModify span { margin-right:15px; }
.replyForm .replyAddfileModify span i { color:#CD1414; font-style:normal; }



.replyForm .replyAddfile { position:relative; width:100%; }

.replyForm .replyAddfile .replyAddfileUp { float:left; width:calc(100% - 260px); }
.replyForm .replyAddfile .replyAddfileUp .replyTable { width:100%; }
.replyForm .replyAddfile .replyAddfileUp .replyTable input { width:100%; height:40px; line-height:38px; border:1px solid #ddd; margin-bottom:5px; }
 
.replyForm .replyAddfile .replyAddfileBtn { float:right; width:260px; text-align:right; }
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn:link,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn:visited { width:80px; height:30px; line-height:30px; border-radius:3px; background:#113d8e; color:#fff; font-size:90%; text-align:center; display:inline-block; transition:0.3s; }
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn:active,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn:focus,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn:hover { background:#122b59; }
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn2:link,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn2:visited { background:#da131a; }
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn2:active,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn2:focus,
.replyForm .replyAddfile .replyAddfileBtn .abtn_replyBtn2:hover { background:#880f14; }











/* 게시판 글쓰기 */
.board_write { width:100%; }

.board_write .select_boardId { width:auto; height:32px; padding-left:10px; border:1px solid #ddd; background:#f4f4f4; }

.board_write table { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:2px solid #333; margin-bottom:25px; }

.board_write table th { width:15%; }
.board_write table td { width:85%; }


.board_write table tbody th,
.board_write table tbody td { padding:9px 15px 8px 15px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; 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 td.addfile { position:relative; }
.board_write table td.addfile .replyTable { width:calc(100% - 90px); border-top:none; margin-bottom:0; }
.board_write table td.addfile .replyTable td { padding:3px 0; border-bottom:none; }
.board_write table td.addfile .replyTable td input { width:100%; height:32px; line-height:30px; border:1px solid #ddd; }
.board_write table td.addfile a:link,
.board_write table td.addfile a:visited { position:absolute; right:5px; top:13px; width:90px; text-align:right; width:80px; height:30px; line-height:30px; border-radius:3px; background:#da131a; color:#fff; font-size:90%; text-align:center; display:inline-block; transition:0.3s; }
.board_write table td.addfile a:active,
.board_write table td.addfile a:focus,
.board_write table td.addfile a:hover { background:#880f14; }

/*
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;}
#fileup table{border-top:dotted 1px #ccc;}
	#fileup table td{border-bottom:dotted 1px #ccc;padding:3px;}
	#fileup table td span{display:block;}
	#fileup .attfile{float:left;padding:20px 0 0 5px;}

.ulcommitteelist li,
.ulmemberlist li  { float:left; margin-right:15px; }

.board_view table tbody td .ui-datepicker-trigger { float:none !important; }


.board_write table td ul#editable { width:100%; overflow:hidden; }
.board_write table td ul#editable li { float:left; margin-right:15px; }
.board_write table td ul#editable li img { display:block; }
.board_write table td ul#editable li input { margin-left:5px; }
*/
@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; }
}



/* 비밀번호 확인 */
.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%; }
.photo_list ul { width:100%; padding-top:30px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;  }
.photo_list li { float:left; width:calc(25% - 30px); padding-bottom:25px; margin:0 15px 30px 15px;}

.photo_list ul li .picArea { width:100%; height:auto; overflow:hidden; }
.photo_list ul li .picArea a { width:100%; height:auto; overflow:hidden; display:block; }

.photo_list li .pic { width:100%; height:0; padding-top:calc(460 / 690 * 100%); /* calc(이미지 높이 ÷ 이미지 가로 × 100%) */ background-size:cover !important; display:block; overflow:hidden; }
.photo_list li .pic img { width:100%;  }

.photo_list ul li .picArea a:link,
.photo_list ul li .picArea a:visited { transition:0.3s; }
.photo_list ul li .picArea a:active,
.photo_list ul li .picArea a:focus,
.photo_list ul li .picArea a:hover {transform:scale(1.1);}

.photo_list li .bar { width:100%; height:90px; padding:15px 15px 0 15px; border:1px solid #ddd; border-top:none;  background:#fff; }
.photo_list li .subject { width:100%; }
.photo_list li .subject a:link,
.photo_list li .subject a:visited { width:100%; color:#111; font-size:110%; font-family:pgovb; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; transition:0.3s; display:block; margin-bottom:6px; }
.photo_list li .subject a:active,
.photo_list li .subject a:focus,
.photo_list li .subject a:hover { color:#1757b7; }

.photo_list li p.date { color:#888;  }



@media (max-width:767px){
	.photo_list li { float:left; width:calc(50% - 32px); margin:0 15px 25px 15px; }
	.photo_list li p.pic img { width:100%; height:auto; }
	.photo_list li p.subject { margin-bottom:0px !important }
	.photo_list li p.date { margin-bottom:0px !important }

}
@media (max-width:425px){
	.photo_list li { float:none; width:calc(100% - 2px); margin:0 0 25px 0px; }
	.photo_list li p.pic img { width:100%; height:auto; }
	.photo_list li p.subject { margin-bottom:0px !important }
	.photo_list li p.date { margin-bottom:0px !important }

}




/* 포토갤러리 - 보기 */
.mtmPhoto_view { width:100%; margin-bottom:25px; }
.mtmPhoto_view h1 { position:relative; width:100%; height:60px; line-height:60px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:10px;  }
.mtmPhoto_view h1 strong { float:left; width:calc(100% - 110px); padding-left:10px; font-weight:normal; font-family:pgovb; letter-spacing:-1px; font-size:80%; color:#113d8e; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.mtmPhoto_view h1 span { float:right; padding-right:10px; color:#777; font-size:65%;font-family: pgovm; letter-spacing:0; }

.mtmPhoto_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;  }
.mtmPhoto_view .photoViewArea ul.list li { height:665px; background-size:contain !important;}
.mtmPhoto_view .photoViewArea ul.list li img { width:auto; height:665px; text-align:center; margin:0 auto;}



.mtmPhoto_view .photoViewArea .bx-controls-direction a { position:absolute; top:280px; display:block; width:50px; height:91px; text-indent:-9999px; } /* 컨트롤 */
.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-prev { left:40px; background:url(/images/egovframework/com/svc/multimedia/main/visible_btn_prev.png) no-repeat 0 0; }
.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-next { right:40px; background: url(/images/egovframework/com/svc/multimedia/main/visible_btn_next.png) no-repeat 0 0; }


.mtmPhoto_view .photoViewArea .bx-controls-auto a{ position:absolute; right:144px; top:280px; width:46px; height:91px; text-indent:-9999px; display:block; } /* 시작 정지 */
.mtmPhoto_view .photoViewArea .bx-controls-auto a.bx-stop { background: url(/images/egovframework/com/svc/multimedia/main/visible_btn_pause.png) no-repeat 0 0;}
.mtmPhoto_view .photoViewArea .bx-controls-auto a.bx-start { background: url(/images/egovframework/com/svc/multimedia/main/visible_btn_play.png) no-repeat 0 0; }

.mtmPhoto_view .photoViewArea .bx-pager { position:absolute; left:45%; bottom:185px; } /* 목록수 */
.mtmPhoto_view .photoViewArea .bx-pager .bx-pager-item {float:left;}
.mtmPhoto_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;}
.mtmPhoto_view .photoViewArea .bx-pager a.active {width:40px; background:#15abc2;}



.mtmPhoto_view .bx_ctl_pager { width:100%; padding:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.mtmPhoto_view .bx_ctl_pager ul { overflow:hidden;}
.mtmPhoto_view .bx_ctl_pager ul li { float:left; width:10%; padding:5px 10px; box-sizing:border-box; }
.mtmPhoto_view .bx_ctl_pager ul li a { background:#fff; }
.mtmPhoto_view .bx_ctl_pager ul li a img { width:100%; height:78px; opacity:0.5;}
.mtmPhoto_view .bx_ctl_pager ul li a:active img,
.mtmPhoto_view .bx_ctl_pager ul li a:focus img,
.mtmPhoto_view .bx_ctl_pager ul li a:hover img { opacity:1; }

.mtmPhoto_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){
	.mtmPhoto_view {  }
	.mtmPhoto_view .photoViewArea { width:100%; height:500px; padding:0; }
	
	.mtmPhoto_view .photoViewArea li { height:500px !important; background-size:contain !important; background-position:50% 50% !important;  }

	
	.mtmPhoto_view .photoViewArea .bx-controls-direction a { top:170px; } /* 컨트롤 */
	.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-prev { left:30px;}
	.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-next { right:30px;}
	
	.mtmPhoto_view .photoViewArea .bx-controls-auto a { position:absolute; right:124px; top:170px; } /* 시작 정지 */
	
	.mtmPhoto_view .bx_ctl_pager ul li { width:12.5%; }
	.mtmPhoto_view .bx_ctl_pager ul li a img { width:100%; height:75px; }
	
}


@media (max-width:768px){
	.mtmPhoto_view {  }
	.mtmPhoto_view .photoViewArea { width:100%; height:380px; padding:0; }
	.mtmPhoto_view .photoViewArea li { height:380px !important; background-size:cover !important; background-position:50% 50% !important; }
	
	.mtmPhoto_view .photoViewArea .bx-controls-direction a {top:170px; width:25px; height:45px; } /* 컨트롤 */
	.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-prev { left:10px; background-size:25px 45px;}
	.mtmPhoto_view .photoViewArea .bx-controls-direction a.bx-next { right:10px; background-size:25px 45px;}
		
	.mtmPhoto_view .photoViewArea .bx-controls-auto a { position:absolute; right:70px; top:170px; width:23px; height:45px; background-size:23px 45px !important; } /* 시작 정지 */
	.mtmPhoto_view .photoViewArea .bx-pager { display:none;  } /* 목록수 */
	

	.mtmPhoto_view .bx_ctl_pager ul li { width:16.6%; padding:5px 5px; }
	.mtmPhoto_view .bx_ctl_pager ul li a img { width:100%; height:85px; }
	
	.mtmPhoto_view .photo_content { padding:20px 10px; }
	

}

@media (max-width:425px){
	.mtmPhoto_view .photoViewArea { height:263px; }
	.mtmPhoto_view .photoViewArea li { height:263px !important; }
	.mtmPhoto_view .bx_ctl_pager ul li { width:20%; }
	.mtmPhoto_view .bx_ctl_pager ul li a img { width:100%; height:52px; }
	
	.mtmPhoto_view .photoViewArea .bx-controls-direction a { top:115px; } /* 컨트롤 */
}


