@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:#111; }
.board_list table tbody td a:active,
.board_list table tbody td a:focus,
.board_list table tbody td a:hover { color:#113d8e; } 

.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; }
.board_list table tbody td .img_lock { position:relative; top:5px; margin-left:5px;}
.board_list table tbody td .img_re { position:relative; top:7px; }

@media (max-width:768px){
	.board_list table { }
	.board_list table thead { display:none; }
	.board_list table tbody tr { width:100%; padding:8px 0; 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:5px 10px 4px 10px; background: url(/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%; }
	
	
}







 

/* 방청신청 아이콘 */
.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:#06c; color:#fff; font-weight:bold; border-color:#113d8e; 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%; }
.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 img { width:auto; max-width:950px; 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 !important; 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(/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; }


.board_view .img-download { position:absolute; left:0; right:0; bottom:5px; width:100px; height:30px; line-height:30px; background:rgba(17, 61, 142, 0.5); color:#fff; font-size:90%; display:block; text-align:center; margin:0 auto; }




@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;}*/

}



/* 게시판 글쓰기 */
.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;}

table td ul.mem_list { width:100%; overflow:hidden; }
table td ul.mem_list li { float:left; margin-right:15px; }
table td ul.mem_list li input { position:relative; top:3px; margin-right:5px; }

table td ul.committee_list { width:100%; overflow:hidden; }
table td ul.committee_list li { float:left; margin-right:15px; }
table td ul.committee_list li input { position:relative; top:3px; margin-right:5px; }

table td ul.member_list { width:100%; overflow:hidden; }
table td ul.member_list li { float:left; margin-right:15px; }
table td ul.member_list li input { position:relative; top:3px; margin-right:5px; }


.ulcommitteelist li,
.ulmemberlist li  { float:left; margin-right:15px; }


table td .addfileUl { width:100%; overflow:hidden; }
table td .addfileUl > li { width:100%; padding-bottom:10px; border-bottom:1px solid #ddd; overflow:hidden; display:block; margin-bottom:10px;  }
table td .addfileUl > li .pic { float:left; width:120px; margin-bottom:15px; }
table td .addfileUl > li .fileDelete { margin:20px 0 0 0;  }

table td .addfileUl > li .memberListDiv { clear:both; }
table td .addfileUl > li .memberListDiv .button_allcheck { width:120px; height:26px; line-height:26px; border:none; border-radius:3px; background:#113d8e; color:#fff; display:block; cursor:pointer; margin-bottom:5px; }
table td .addfileUl > li .txt { margin-top:10px;}

@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; margin-bottom:30px; }
.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:1024px){
	.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; overflow:hidden;  margin-bottom:20px;  }
.photo_view h1 strong { float:left; width:calc(100% - 220px); padding-left:10px; font-weight:800; font-family:"PGOV"; letter-spacing:-1px; font-size:90%; color:#000; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block;  }
.photo_view h1 span.date { float:right; padding-right:20px; color:#777; font-size:65%;font-family:"PGOV"; letter-spacing:0; }
.photo_view h1 span.hits { float:right; padding-right:10px; color:#777; font-size:65%;font-family:"PGOV"; letter-spacing:0; }

.photo_view .photoViewArea { position:relative; width:100%; padding:30px; box-sizing:border-box; background:#333; overflow:hidden; text-align:center; margin-bottom:30px;  }
.photo_view .photoViewArea .slider-for { display:block; margin-bottom:50px; }
.photo_view .photoViewArea .slider-for .slick-slide { float:left; width:100%; display:block; }
.photo_view .photoViewArea .slider-for .slick-slide img { width:100%; text-align:center; margin:0 auto;}

.photo_view .photoViewArea .slick-slide { margin:0 16px 0 0; }
.photo_view .photoViewArea .slick-list { margin:0 -16px 0 0; }

.photo_view .photoViewArea .slider-for .slick-slide a:link,
.photo_view .photoViewArea .slider-for .slick-slide a:visited { position:absolute; left:calc(50% - 50px); bottom:10px; width:100px; height:26px; line-height:26px; border-radius:3px; background:#1757b7; color:#ccc; font-size:90%; display:block; }
.photo_view .photoViewArea .slider-for .slick-slide a:active,
.photo_view .photoViewArea .slider-for .slick-slide a:focus,
.photo_view .photoViewArea .slider-for .slick-slide a:hover { color:#fff; }

.photo_view .photoViewArea .slider-nav .slick-slide img { width:100%; cursor:pointer; }
.photo_view .photoViewArea .slider-nav { width:calc(100% - 100px); margin:0 auto; }
.photo_view .photoViewArea .slider-nav .slick-track { float:left; }


			/* 이전 다음 */
.photo_view .photoViewArea .slick-prev, 
.photo_view .photoViewArea .slick-next { font-size:0; line-height:0; position:absolute; top:50%; display:block; width:20px; height:20px; padding:0; -webkit-transform:translate(0, -50%); -ms-transform:translate(0, -50%); transform:translate(0, -50%); cursor:pointer; color:transparent; border:none; outline:none; background:transparent; }

.photo_view .photoViewArea .slick-prev { left:-50px; background:url(/images/board/photo_btn_prev2.png) no-repeat; }
.photo_view .photoViewArea .slick-next { right:-50px; background:url(/images/board/photo_btn_next2.png) no-repeat; }


			/* Dots 메인 서브  */
.photo_view .slick-dotted.slick-slider {  }
.photo_view .slick-dots { position:absolute; bottom:128px; width:100%; text-align:center; display:block; }
.photo_view .slick-dots li { position: relative; width: 20px;height: 20px; display: inline-block;  margin:0 3px; padding: 0; cursor: pointer; }
.photo_view .slick-dots li button { font-size: 0;line-height: 0; display: block;width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.photo_view .slick-dots li button:hover,
.photo_view .slick-dots li button:focus {  outline: none; }
.photo_view .slick-dots li button:hover:before,
.photo_view .slick-dots li button:focus:before { opacity: 1;}
.photo_view .slick-dots li button:before {  position: absolute; top: 0; left: 0;  width: 20px; height: 20px; font-family: 'arial'; font-size:30px; line-height: 20px;  content: '●'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.photo_view .slick-dots li.slick-active button:before { opacity: .75; color: black; }


.photo_view .photo_content { width:100%; padding:35px 25px; border-bottom:1px solid #ddd; box-sizing:border-box; line-height:1.5; }


@media (max-width:1240px){
	.photo_view .photoViewArea .slider-nav .slick-slide img { width:110px !important; height:82px !important; }
	.photo_view .slick-dots { bottom:98px; }
	
}

@media (max-width:990px){
	.photo_view .photoViewArea .slider-nav .slick-slide img { width:70px !important; height:52px !important; }
	.photo_view .slick-dots { bottom:68px; }
}


@media (max-width:768px){
	
	.photo_view h1 { height:auto; line-height:1.3; padding:20px 15px; box-sizing:border-box; }
	.photo_view h1 strong { float:none; width:100%; padding-left:0; overflow:visible; white-space:normal; margin-bottom:5px;   }
	.photo_view h1 span { float:none; padding-top:5px; padding-right:0px; text-align:left; display:inline-block; }
	
	.photo_view .photoViewArea { padding:15px; }
	.photo_view .photoViewArea .slider-for { margin-bottom:30px; }
	.photo_view .photoViewArea .slider-for .slick-slide { height:400px; }
		
	.photo_view .photoViewArea .slider-nav .slick-slide img { width:50px !important; height:37px !important; }
	.photo_view .photoViewArea .slider-nav { width:calc(100% - 50px); margin:0 auto; }
	.photo_view .photoViewArea .slider-nav .slick-track { float:left; }

	.photo_view .photoViewArea .slider-for .slick-slide a:link,
	.photo_view .photoViewArea .slider-for .slick-slide a:visited { bottom:30px; }

	
	
	.photo_view .photoViewArea .slick-prev { left:-25px; }
	.photo_view .photoViewArea .slick-next { right:-25px; }
	
	.photo_view .slick-dots { bottom:44px; }
	
	.photo_view .photo_content { padding:20px 10px; }
	
}


@media (max-width:570px){
	.photo_view .photoViewArea .slider-nav .slick-slide img { width:40px !important; height:30px !important; }
	.photo_view .slick-dots { bottom:37px; }
}

@media (max-width:480px){
	.photo_view .photoViewArea .slider-for .slick-slide { height:230px; }
}

@media (max-width:360px){
	.photo_view .photoViewArea .slider-nav .slick-slide img { width:28px !important; height:21px !important; }
	.photo_view .slick-dots { bottom:28px; }
	.photo_view .photo_content { padding:20px 0px; }
}





/* 동영상 목록 */
.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:769px) and (max-width:1024px){
	
	.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:768px){ 
	.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:769px) and (max-width:1024px){
	
	.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:768px){ 
	.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; }

}




/* 의회간행물 목록 */
.magazine_list { width:100%; border-top:2px solid #113d8e; border-bottom:1px solid #ddd; }
.magazine_list ul { width:100%; padding-top:30px; }
.magazine_list li { float:left; width:calc(25% - 40px); box-sizing:border-box; margin:0 20px 30px 20px; }

.magazine_list li a { width:100%; display:block; border:1px solid #ddd; box-sizing:border-box; margin-bottom:10px; }
.magazine_list li a .pic {width:100%; height:0; padding-top:calc(785 / 635 * 100%); /* calc(이미지 높이 ÷ 이미지 가로 × 100%) */ display:block; overflow:hidden; margin-bottom:15px;  }
.magazine_list li a .pic img { width:100%; }

.magazine_list li .subject { width:100%; padding:0 15px; box-sizing:border-box; font-size:110%; color:#111; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block; margin-bottom:10px; }
.magazine_list li .date { text-align:center; color:#888; margin-bottom:26px; }

.magazine_list li .abtn_pdf { width:100%; height:30px; line-height:30px; border:none; border-radius:3px; background:#1757b7; color:#fff; text-align:center; font-size:90%; display:block; }


.magazine_list li:nth-child(5) { clear:both; }


@media (min-width:769px) and (max-width:1024px){	
	.magazine_list li { width:calc(25% - 20px); height:auto; margin:0 10px 30px 10px; }	
	.magazine_list li dl dd.btn a { width:100%; display:block; }	
}
@media (max-width:768px){ 
	.magazine_list li { width:calc(50% - 20px); height:auto; margin:0 10px 30px 10px; }	
	.magazine_list li dl dd.btn a { width:100%; display:block; }
	
	.magazine_list li:nth-child(5) { clear:none; }
	.magazine_list li:nth-child(odd) { clear:both; }
}




/* 아이핀 본인인증하기 */
.ipin { width:100%; }
.ipin .ipin_top { width:100%; border-top:2px solid #333; border-bottom:1px solid #ddd; padding:20px 0; margin-bottom:20px;}
.ipin .ipin_center { width:100%; text-align:center; overflow:hidden; }
.ipin .ipin_center ul { overflow:hidden; }
.ipin .ipin_center li {  /*float:left;*/ width:calc(50% - 64px);border:2px solid #ddd; /*margin:0 10px;*/ text-align:center; padding:20px; margin:0 auto; }
.ipin .ipin_center li span.btn1 { padding:0 10px; height:50px; line-height:50px; display:inline-block; background:#da4453; text-align:center; color:#fff; }
.ipin .ipin_center li span.btn2 { padding:0 10px; height:50px; line-height:50px; display:inline-block; background:#2f2e34; text-align:center; color:#fff; }

.ipin .ipin_center .boxaa { background:#f2f6f9; padding:20px 10px; margin-bottom:20px; font-size:90%; height:60px; text-align:center; }

/* 개인정보수집안내 */
#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(/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(/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(/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(/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(/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:768px){
	.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; }


/* 의회간행물 목록 */
.newsletter_list { width:100%; }
.newsletter_list ul { width:100%; padding:30px 0 10px 0; border-top:2px solid #333; border-bottom:1px solid #ddd; }
.newsletter_list li { float:left; width:calc(25% - 40px); margin:0px 20px 20px 20px; }

.newsletter_list li > a { width:100%; border:1px solid #ddd; box-sizing:border-box; overflow:hidden; display:block; margin-bottom:10px; }
.newsletter_list li a p.pic { position:relative; width:100%; height:0; padding-top:calc(648 / 500 * 100%); /* calc(이미지 높이 ÷ 이미지 가로 × 100%) */ display:block; overflow:hidden; background-size: contain !important;  }
.newsletter_list li p.subject { font-family:"PGOV"; font-weight:800; font-size:105%; letter-spacing:-2px; color:#333; text-align:center; margin-bottom:15px; }
.newsletter_list li .abtn_pdf {width:100%; height:36px; line-height:36px; border:none; border-radius:3px; background:#035790; color:#fff !important; text-align:center; font-size:90%; display:inline-block;}


@media (min-width:769px) and (max-width:1200px){
	
	.newsletter_list li { width:calc(25% - 20px); height:auto; margin:0px 10px 20px 10px; }	
}


@media (max-width:768px){ 
	.newsletter_list li { width:calc(50% - 30px); height:auto; margin:0 15px 20px 15px; }
}


@media (max-width:425px){ 
	.newsletter_list li { width:calc(100% - 20px); height:auto; margin:0 10px 20px 10px; }
}



/* 카드뉴스 목록 */
.cardnews_list { width:100%; }
.cardnews_list ul { width:100%; padding:30px 0 10px 0; border-top:2px solid #333; border-bottom:1px solid #ddd; }
.cardnews_list li { float:left; width:calc(25% - 40px); margin:0px 20px 20px 20px; }

.cardnews_list li > a { width:100%; border:1px solid #ddd; box-sizing:border-box; overflow:hidden; display:block; margin-bottom:10px; }
.cardnews_list li a p.pic { position:relative; width:100%; height:0; padding-top:calc(205 / 205 * 100%); /* calc(이미지 높이 ÷ 이미지 가로 × 100%) */ display:block; overflow:hidden; background-size: contain !important;  }
.cardnews_list li p.subject { font-family:"PGOV"; font-weight:800; font-size:105%; letter-spacing:-1px; color:#333; text-align:center; margin-bottom:3px; }
.cardnews_list li p.date { text-align:center; }
.cardnews_list li .abtn_pdf {width:100%; height:36px; line-height:36px; border:none; border-radius:3px; background:#035790; color:#fff !important; text-align:center; font-size:90%; display:inline-block;}


@media (min-width:769px) and (max-width:1200px){
	
	.cardnews_list li { width:calc(25% - 20px); height:auto; margin:0px 10px 20px 10px; }	
}


@media (max-width:768px){ 
	.cardnews_list li { width:calc(50% - 30px); height:auto; margin:0 15px 20px 15px; }
}


@media (max-width:425px){ 
	.cardnews_list li { width:calc(100% - 20px); height:auto; margin:0 10px 20px 10px; }
}


.cardnews .mw .fg { top:50px;  }

.imgarea { width:600px; text-align:center; margin:0 auto; }
.imgarea p.pic { position:relative; display:block; }
.imgarea p.pic img { width:100%;}
.imgarea .box { width:100%; height:auto; padding:20px 20px 30px 20px; box-sizing:border-box; background:#fff; display:block; }
.imgarea p.subject { font-family:"PGOV"; font-size:105%; letter-spacing:-1px; color:#333; text-align:center; margin-bottom:3px; }
.imgarea p.date { text-align:center; margin-bottom:15px; }
.imgarea .abtn_pdf {width:120px; height:36px; line-height:36px; border:none; border-radius:3px; background:#035790; color:#fff !important; text-align:center; font-size:90%; display:inline-block;}
.imgarea .abtn_close { width:120px; height:36px; line-height:36px; border-radius:3px; background:#333; color:#fff !important; text-align:center; font-size:90%; display:inline-block; }

@media (max-width:660px){ 
	.imgarea { width:100%; }
}