@charset "utf-8";


/* 홈페이지 공용 부분 */
/* 홈페이지 공용 부분 */
/* 홈페이지 공용 부분 */



/* 접속제한 페이지 */
.nonePage { position:relative; width:100%; height:100%; padding-top:150px; background:url(/bill/images/egovframework/com/sub/login_bg.jpg) no-repeat 50% 50%; background-size:cover;   }

.nonePage .noneBox { position:relative; width:800px; padding:80px 10px; border-radius:30px; background:rgba(255,255,255,0.9); text-align:center; display:block; margin:0 auto; z-index:1; }

.nonePage .noneBox h1 { height:80px; padding-left:95px; background:url(/bill/images/egovframework/com/common/mark.png) no-repeat; color:#111; background-size:auto 80px; font-family:pgovb; font-size:160%; text-align:left; display:inline-block; margin-bottom:30px; }
.nonePage .noneBox h1 span { font-size:130%; display:block; }

.nonePage .noneBox .txt { line-height:1.5; margin-bottom:40px; }

.nonePage .noneBox .icon { width:458px; height:186px; background:url(/bill/images/egovframework/com/common/nonePage.png) no-repeat 50% 50%; margin:0 auto; }


.nonePage .black { position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); display:block; z-index:0; }



@media (max-width:1024px){
	.nonePage { padding-top:100px;   }
	.nonePage .noneBox { width:calc(100% - 40px); padding:40px 12px; }
	.nonePage .noneBox h1 { height:55px; padding-left:65px; background:url(/bill/images/egovframework/com/common/mark.png) no-repeat; background-size:auto 55px; font-size:110%; text-align:left; display:inline-block; margin-bottom:30px; }

	.nonePage .noneBox .icon { width:100%; height:186px; background-size:auto 120px;  margin:0 auto; }


	.nonePage .black { position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); display:block; z-index:0; }
}




/* 모바일용 상단 버튼 */
.mobileTopBtn { display:none; width:0; height:0; overflow:hidden;  }

@media (min-width:769px) and (max-width:1024px){
	.mobileTopBtn { display:block; }
	.mobileTopBtn li.mobileTopBtn1 { position:absolute; left:30px; top:28px; display:block; }
	.mobileTopBtn li.mobileTopBtn2 { position:absolute; right:30px; top:28px; display:block; }
	.mobileTopBtn li.mobileTopBtn3 {  position:absolute; right:84px; top:28px; display:none; }
}


@media (max-width:768px){
	.mobileTopBtn { display:block; }
	.mobileTopBtn li.mobileTopBtn1 { position:absolute; left:15px; top:24px; display:block; }
	.mobileTopBtn li.mobileTopBtn2 { position:absolute; right:15px; top:24px; display:block; }
	.mobileTopBtn li.mobileTopBtn3 { position:absolute; right:47px; top:24px; display:block; }
	.mobileTopBtn li.mobileTopBtn1 img { width:22px; }
	.mobileTopBtn li.mobileTopBtn2 img { width:22px; }
	.mobileTopBtn li.mobileTopBtn3 img { width:22px; }
}



/* 모바일용 외부 링크 */
.mobileLink { display:none; width:0; height:0; overflow:hidden; }


@media (max-width:1024px){
	.mobileLink { position:absolute; left:0; top:90px; width:100%; height:auto; border-bottom:2px solid #ff5244; background:#fafafa; overflow:visible; z-index:10; }
	.mobileLink ul { width:100%; padding:1px 0 0 1px; overflow:hidden; }
	.mobileLink ul li { float:left; width:calc(25% + 1px); height:40px; line-height:38px; border:1px solid #ddd; text-align:center; font-size:90%; letter-spacing:-0.5px; margin:-1px 0 0 -1px; }
	.mobileLink ul li:first-child { border-left:none; }
	.mobileLink ul li:last-child { border-right:none; }
    	
	.mobileLink ul li a:link,
	.mobileLink ul li a:visited { width:100%; background:#fff; color:#555; display:block; }
	.mobileLink ul li a:active,
	.mobileLink ul li a:focus,
	.mobileLink ul li a:hover,
	.mobileLink ul li a.select { color:#0a72a7; }
}


@media (max-width:768px){
	.mobileLink { top:70px; }
}







/* 외부 링크 */
.underLink { position:relative; float:left; z-index:100; }
.underLink > ul { overflow:visible; }
.underLink > ul > li { position:relative; float:left; height:40px; }
.underLink > ul > li:after { content:'|'; position:absolute; right:0; top:12px; color:#96b2e1; font-weight:normal; font-size:85%; display:inline-block; }
.underLink > ul > li:last-child::after { display:none; }

.underLink > ul > li > a:link,
.underLink > ul > li > a:visited { height:40px; line-height:40px; padding:0 20px; color:#555; text-align:center; display:block; }
.underLink > ul > li > a:active,
.underLink > ul > li > a:focus,
.underLink > ul > li > a:hover { color:#183c78; }
.underLink > ul > li.adb a:link,
.underLink > ul > li.adb a:visited { height:30px; line-height:30px; padding:0 10px; border-radius:5px; background:#294e8a; color:#fff; font-size:95%; margin:5px 0 0 15px; transition:0.3s; }
.underLink > ul > li.adb a:active,
.underLink > ul > li.adb a:focus,
.underLink > ul > li.adb a:hover { background:#092c65; }




@media (min-width:1025px) and (max-width:1400px){
	.underLink > ul { margin-left:0; }
	.underLink > ul > li:first-child { border-left:none; }
}

@media (max-width:1024px){
	.underLink { display:none;  }
}





/* 사이드메뉴 */
.sidemenu { float:right; }

.sidemenu ul { float:left; position:relative; width:auto; }
.sidemenu ul li { position:relative; float:left; border-right:1px solid #cad7ee;  }

.sidemenu ul li a:link,
.sidemenu ul li a:visited { width:40px; height:40px; line-height:40px; text-align:center; transition:0.3s; display:block; }
.sidemenu ul li a:active,
.sidemenu ul li a:focus,
.sidemenu ul li a:hover { background:#9bb2d8; }


.sidemenu ul li.admin,
.sidemenu ul li.btn { height:40px; line-height:40px; width:auto; }

.sidemenu ul li.admin { width:auto; padding:0 20px; }

.sidemenu ul li.btn a { width:auto; padding:0 20px; color:#333; }

.sidemenu ul li.admin .name { height:30px; line-height:30px; padding:0 10px; border-radius:20px; background:#06c; color:#fff; display:inline-block; margin-top:5px;}

@media (min-width:1025px) and (max-width:1400px){
	.sidemenu ul li:last-child { border-right:none; }
}



@media (max-width:1024px){
	.sidemenu { display:none; } 	 	
}






/* 하단 */
#bottom .bottomLink { position:relative; width:100%; border-top:1px solid #31373f; border-bottom:1px solid #31373f; background:#3f4751; z-index:6; }
#bottom .bottomLink > ul { width:1400px; height:50px; overflow:visible; margin:0 auto; }
#bottom .bottomLink > ul > li { float:left; position:relative; width:25%; height:50px; border-right:1px solid #4e555f; }
#bottom .bottomLink > ul > li:first-child { border-left:1px solid #363c45; }

#bottom .bottomLink > ul > li > a:link,
#bottom .bottomLink > ul > li > a:visited { width:100%; height:50px; line-height:50px; padding-left:20px; box-sizing:border-box; color:#ccc; display:block; }
#bottom .bottomLink > ul > li > a:active,
#bottom .bottomLink > ul > li > a:focus,
#bottom .bottomLink > ul > li > a:hover, 
#bottom .bottomLink > ul > li > a.select{ color:#fff; } 

#bottom .bottomLink > ul > li > a::after { content:''; position:absolute; top:0px; right:0px; width:50px; height:50px; background:url(/bill/images/egovframework/com/common/bottomLink_blt.gif) no-repeat right top; transition:0.3s; }
#bottom .bottomLink > ul > li > a.on::after { transform:rotate(-180deg);  }


#bottom .bottomLink ul li ul { position:absolute; left:-1px; bottom:50px; width:calc(100% + 2px); height:180px; border:1px solid #363c45; background:#f4f4f4; overflow:auto; z-index:100000; display:none; }
#bottom .bottomLink ul li ul li { display:block; }
#bottom .bottomLink ul li ul li a:link,
#bottom .bottomLink ul li ul li a:visited { width:100%; height:30px; line-height:30px; padding-left:10px; box-sizing:border-box; color:#333; font-size:90%; display:block; }
#bottom .bottomLink ul li ul li a:active,
#bottom .bottomLink ul li ul li a:focus,
#bottom .bottomLink ul li ul li a:hover { background:#303844; color:#fff; }





.bottomLinkList { display:none; }
.bottomLinkList.select { display:block; }



#bottom #bottomarea .bottomMenu { margin-bottom:29px; }
#bottom #bottomarea .bottomMenu ul li { float:left; padding:0; margin-right:30px; }
#bottom #bottomarea .bottomMenu ul li:last-child { margin-right:0px; }


#bottom #bottomarea .bottomMenu ul li a:link,
#bottom #bottomarea .bottomMenu ul li a:visited { color:#ccc; letter-spacing:-1px; }
#bottom #bottomarea .bottomMenu ul li a:active,
#bottom #bottomarea .bottomMenu ul li a:focus,
#bottom #bottomarea .bottomMenu ul li a:hover { color:#fff; }

#bottom #bottomarea .bottomMenu ul li:nth-child(1) a:link,
#bottom #bottomarea .bottomMenu ul li:nth-child(1) a:visited { color:#fcd700; }
#bottom #bottomarea .bottomMenu ul li:nth-child(1) a:active,
#bottom #bottomarea .bottomMenu ul li:nth-child(1) a:focus,
#bottom #bottomarea .bottomMenu ul li:nth-child(1) a:hover { color:#ffa646; }


#bottom #bottomarea .linksite { position:absolute; right:0; top:28px; }
#bottom #bottomarea .linksite p { position:relative; width:220px; height:40px;  border:1px solid #252a30; background:#fff; }
#bottom #bottomarea .linksite p a:link,
#bottom #bottomarea .linksite p a:visited { line-height:38px; padding-left:15px; display:block; }
#bottom #bottomarea .linksite ul { position:absolute; top:-210px; width:100%; height:210px; border:1px solid #222; box-sizing:border-box; background:#3d3d3d; display:none; z-index:100000000000; overflow:auto; }
#bottom #bottomarea .linksite ul li { float:none; width:100%; height:30px; border-left:none !important; border-right:none;  display:block;}
#bottom #bottomarea .linksite ul li a:link,
#bottom #bottomarea .linksite ul li a:visited { width:100%; height:30px; line-height:30px; padding-left:20px; background:none; background:#3d3d3d; box-sizing:border-box; color:#fff; font-size:80%; display:inline-block; }
#bottom #bottomarea .linksite ul li a:active,
#bottom #bottomarea .linksite ul li a:focus,
#bottom #bottomarea .linksite ul li a:hover { background:#333; color:#ffd40c; }

#bottom #bottomarea .linksite p a.toggleS::after { content:''; position:absolute; top:0px; right:0px; width:38px; height:38px; background:url(/bill/images/egovframework/com/inc/bottomLink_blt.gif) no-repeat right top; transition:0.3s; }
#bottom #bottomarea .linksite p a.toggleS.on::after { transform:rotate(-180deg);  }


#bottom #bottomarea .linksite ul li.tit { height:31px; padding-left:10px; border-bottom:1px solid #111; background:#666; color:#fff; }
#bottom #bottomarea .linksite ul li.tit a:link,
#bottom #bottomarea .linksite ul li.tit a:visited { padding-left:0px; background:#666; color:#fff; font-size:100%; }
#bottom #bottomarea .linksite ul li.tit a:active,
#bottom #bottomarea .linksite ul li.tit a:focus,
#bottom #bottomarea .linksite ul li.tit a:hover { color:#ffd40c; }



#bottom #bottomarea address { line-height:1.5; word-break:keep-all; margin:0 0 10px 0; }
#bottom #bottomarea address span { margin-right:20px; }

#bottom #bottomarea .copyright { font-size:90%; } 
#bottom #bottomarea .copyright span { position:relative; top:1px; font-family:Arial, Helvetica, sans-serif; font-size:120%;}

#bottom .topbtn { position:absolute; right:0px; bottom:0px; }

@media (max-width:1400px){
	#bottom .bottomLink > ul { width:100%; }
}

@media (max-width:1280px){
	#bottom #bottomarea .linksite { right:15px; }
}


@media (max-width:768px){
	#bottom #bottomarea .linksite { position:relative; top:0; margin:0 0 20px 15px; }
	#bottom #bottomarea .linksite p { width:100%; }
	#bottom #bottomarea address span { display:block; margin:0 0 5px 0; }
}


@media (max-width:640px){
	#bottom .bottomLink > ul > li { width:50%; }

}







#content p { line-height:1.5; }


.hanja,
.fontChange { font-family:malgun-gothic, "맑은고딕", Verdana, Geneva, sans-serif; font-weight:normal; }

/* 건너뛰기 */   
.skipNav { position:absolute; left:0; right:0; top:-2px; width:100%; text-align:center; z-index:10000;}
.skipNav a { display:block; color:#fff; height:1px; overflow:hidden;}
.skipNav a:focus,
.skipNav a:active { height:30px; line-height:30px; background:#da131a; color:#fff !important; font-size:110%; }
.rotate>* {-ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}




/* 박스 */
.box { width:100%; padding:25px 30px; border:1px solid #ddd; box-sizing:border-box; display:block; }
.box2 { width:100%; padding:15px 20px; border:1px dashed #eee; box-sizing:border-box; background:#fafafa; display:block; }
.box p { line-height:1.7; }
.topBox { width:100%; padding:30px 35px; border:5px solid #ddd; box-sizing:border-box; display:block; }
.dotbox { position:relative; width:100%; padding:5px; background:url(/bill/images/egovframework/com/common/dotbox_bg.gif); overflow:hidden; }
.dotinbox { position:relative; width:100%; height:100%; padding:30px 40px; background:#fff; overflow:hidden; display:block; }


@media (max-width:1280px){
	.dotinbox { padding:30px 30px; }
}

@media (max-width:1024px){
	.dotinbox { padding:30px 30px; }
}

@media (max-width:768px){
	.box { padding:15px 15px; }
	.box2 { padding:15px 15px; }
	.dotinbox { padding:15px 15px; }
}





/* 새창아이콘 */
.nw { position:relative; padding-right:25px; background:url(/bill/images/egovframework/com/common/icon_nw.gif) no-repeat right 50%; display:inline-block; }

/* 간격 */
.top5 { display:block; margin-top:5px; }
.top10 { display:block; margin-top:10px; }

.bottom5 { display:block; margin-bottom:5px; }
.bottom10 { display:block; margin-bottom:10px; }
.bottom15 { display:block; margin-bottom:15px; }
.bottom20 { display:block; margin-bottom:20px; }
.bottom30 { display:block; margin-bottom:30px; }
.bottom40 { display:block; margin-bottom:40px; }
.bottom50 { display:block; margin-bottom:50px; }

.left5 { padding-left:5px; }
.left10 { padding-left:10px; }
.left15 { padding-left:15px; }
.left20 { padding-left:20px; }
.right5 { padding-right:5px; }
.right10 { padding-right:10px; }
.right15 { padding-right:15px; }
.right20 { padding-right:20px; }



.center { text-align:center; }
.right { text-align:right; padding-bottom:5px; }

/* 소제목 */
/*
#content h3 { padding-left:21px; background:url(/broadcast/img/egovframework/com/svc/council/inc/blt_h3.gif) no-repeat 0 9px; font-weight:normal; font-size:130%; color:#000; margin-bottom:10px; }
#content h4 { padding-left:21px; background:url(/broadcast/img/egovframework/com/svc/council/inc/blt_h4.gif) no-repeat 0 7px; font-weight:normal; font-size:110%; color:#222; margin-bottom:10px; }
#content h5 { padding-left:21px; background:url(/broadcast/img/egovframework/com/svc/council/inc/blt_h5.gif) no-repeat 0 11px; font-weight:normal; font-size:105%; color:#222; margin-bottom:10px; }
#content h6 { font-weight:bold; font-size:100%; color:#333; margin-bottom:10px;  }
*/


.dotline { padding-bottom:7px; border-bottom:1px dashed #ddd; }
 

/* 탭메뉴 */
.tabmenu { width:100%; height:45px; margin-bottom:30px;  }
.tabmenu ul { position:relative; top:1px; height:45px; padding-left:1px; box-sizing:border-box; overflow:visible; }
.tabmenu ul li { float:left; margin-left:-1px; }
.tabmenu ul li a:link,
.tabmenu ul li a:visited { width:100%; height:43px; line-height:43px; text-align:center; border:1px solid #ddd; background:#f4f4f4; color:#888; display:inline-block;  }
.tabmenu ul li a:active,
.tabmenu ul li a:focus,
.tabmenu ul li a:hover { background:#323f5c; color:#fff; border-color:#ddd; }
.tabmenu ul li a.select { background:#fff; color:#000; }

.tabmenu ul.ul2 li { width:50%; }
.tabmenu ul.ul3 li { width:33%; }
.tabmenu ul.ul3 li:last-child { width:34%; }
.tabmenu ul.ul4 li { width:25%; }
.tabmenu ul.ul5 li { width:20%; }
.tabmenu ul.ul6 li { width:16.6%; }
.tabmenu ul.ul6 li:last-child { width:17%; }
.tabmenu ul.ul7 li { width:14.3%; }
.tabmenu ul.ul7 li:last-child { width:14.2%; }
.tabmenu ul.ul7 li a { font-size:95%; }
.tabmenu ul.ul8 li { width:12.5%; }


@media (max-width:950px){
	.tabmenu ul.ul7 li.twoLi a { line-height:1.3; }
	.tabmenu ul.ul7 li.twoLi span { display:block; }
	
	.tabmenu.twoline { height:90px; }
}



@media (max-width:768px){
	.tabmenu { width:100%; }
	.tabmenu ul li a { }
	
	.tabmenu ul.ul7 li { width:25%; }
	.tabmenu ul.ul7 li:last-child { width:25%; }
	.tabmenu ul.ul7 li.twoLi a { line-height:1.3; }
	.tabmenu ul.ul7 li.twoLi span { display:block; }
	
	.tabmenu.twoline { height:90px; }
}


@media (max-width:425px){
	.tabmenu.twoline { height:90px; }
	.tabmenu ul.ul8 { height:90px; }
	.tabmenu ul.ul8 li { width:25%; }
	.tabmenu ul.ul8 li:nth-child(5),
	.tabmenu ul.ul8 li:nth-child(6),
	.tabmenu ul.ul8 li:nth-child(7),
	.tabmenu ul.ul8 li:nth-child(8) { margin-top:-1px; }
	
	


	
	.tabmenu ul.longtxt li a { padding:5px 5px 0 5px; box-sizing:border-box; line-height:1.3; }
	.tabmenu ul.longtxt li a span { display:block; }
	
}







/* table */
.stable { width:100%; border-top:2px solid #113d8e; background:#fff;  }
.stable thead th { padding:13px 5px; border-right:1px solid #ccc; border-bottom:1px solid #aaa; background:#f4f4f4; color:#222; text-align:center; }


.stable tbody th,
.stable tbody td { padding:10px 10px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; }

.stable tbody th { background:#fafafa; }


.stable thead th:last-child { border-right:none; }
.stable tbody td:last-child { border-right:none; }

.stable tbody .left { text-align:left; padding-left:15px; padding-right:15px; }

.stable tbody td.name { color:#113d8e; }

.stable tbody td.rightLine { border-right:1px solid #ccc; }

.stable .lineNone { border-right:none; }


.stable tfoot th { padding:15px 0; text-align:center; color:#000; font-family:SCDream8, "에스코어드림8"; font-weight:normal; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; }
.stable tfoot td { padding:13px 15px 13px 15px; text-align:center; border-right:1px solid #d9d9d9; border-bottom:1px solid #ccc; }




.gtable { width:100%; border-top:2px solid #113d8e; background:#fff;  }
.gtable th { padding:13px 0; border-right:1px solid #ccc; border-bottom:1px solid #aaa; background:#f9f9f9; color:#222; font-weight:normal; }

.gtable tbody th,
.gtable tbody td { padding:10px 10px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; }

.gtable tbody th { background:#fcfcfc; }
.gtable tbody td { padding:10px 15px; }

.gtable thead th:last-child { border-right:none; }
.gtable tbody td:last-child { border-right:none; }

.gtable tbody .left { text-align:left; padding-left:15px; padding-right:15px; }
.gtable tbody .right { text-align:right !important; padding-left:15px; padding-right:15px; }

.stable thead th.rightLine { border-right:1px solid #ccc; }



.stateTable thead th { background:#ebeff1; }
.stateTable tbody th { background:#fafafa; }

/*
.basicsTable { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #ccc; border-right:1px solid #ccc; } 
.basicsTable th,
.basicsTable td { padding:5px 10px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; } 

.basicsTable2 { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #ccc; border-right:1px solid #ccc; } 
.basicsTable2 th,
.basicsTable2 td { padding:5px 10px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; } 
.basicsTable2 th { background:#f4f4f4; }

.basicsTable2 td.center { text-align:center;}
*/


/* 입력 Table */
table.inputTable { width:100%; border-top:2px solid #113d8e; margin-bottom:25px; }
table.inputTable th,
table.inputTable td { padding:10px 15px 10px 15px; border-bottom:1px solid #ddd; }
table.inputTable th { border-right:1px solid #ddd; background:#f9f9f9; color:#113d8e; }
table.inputTable th span.eng { font-size:80%; color:#888; display:block; } /* 영어 */


.inTable { width:100%; border-top:1px solid #ddd; border-right:1px solid #ddd;  }
.inTable th,
.inTable td { padding:5px 2px !important; border-left:1px solid #ddd; border-bottom:1px solid #ddd; }
.inTable th { color:#333; font-weight:normal; }
.inTable td.center { text-align:center; }

.inTable2 { width:100%; border-top:1px solid #ddd; border-right:1px solid #ddd;  }
.inTable2 th,
.inTable2 td { padding:5px 5px !important; border-left:1px solid #ddd; border-bottom:1px solid #ddd; }
.inTable2 th { color:#333; font-weight:normal; }
.inTable2 td { text-align:center; }
.inTable2 td.left { text-align:left; padding:5px 10px !important; }



/* 색상 */
.Cred { color:#da131a !important; }
.Cblue { color:#06c; }
.Cyellow { color:#ffd40c; }
.Corange { color:orange; } 
.Cgreen { color:#75aa00; } 

.underline { text-decoration:underline; }

/* 글자 */
.stxt { font-size:90%; color:#888; }






/* 결과제목바 */
.resultBar { width:100%; padding:10px 0 10px 41px; border:1px solid #8fbbe0; box-sizing:border-box; background:#add5f7 url(/bill/images/egovframework/com/common/resultbar_blt.png) no-repeat 11px 10px; color:#000; font-size:110%; line-height:1.3; margin-bottom:20px; }
.resultBar strong { padding-right:5px; color:#113d8e; }
.resultBar span.eng {  font-size:80%; color:#537c9e; letter-spacing:-1px; }
.resultBar span.num { color:#da131a; font-weight:bold; }
.resultBar span.date { color:#555; }
.resultBar span.time { padding-left:15px; color:#ee5f08; }

.resultBar2 { width:100%; height:auto; line-height:1.3; padding:11px 0 11px 41px; border:1px solid #8fbbe0; box-sizing:border-box; background:#add5f7 url(/bill/images/egovframework/com/common/resultbar_blt.png) no-repeat 11px 11px; color:#000; font-size:110%; margin-bottom:20px; }
.resultBar2 strong { padding-right:5px; color:#113d8e; }
.resultBar2 span.txt { font-size:95%; color:#333; }


@media (max-width:500px){
	.resultBar2 span.txt {  font-size:95%; color:#333; display:block; margin-top:5px; }
}



/* UL */
ul.depth1 { overflow:hidden; }
ul.depth1 > li { padding:5px 0 5px 19px; background: url(/bill/images/egovframework/com/common/blt_ul_depth1.png) no-repeat 0 12px; }

ul.depth2 { overflow:hidden; }
ul.depth2 > li { padding:5px 0 5px 16px; background:url(/bill/images/egovframework/com/common/blt_h5.png) no-repeat 0 13px; line-height:1.5; word-break:keep-all; }

ul.depth3 { overflow:hidden; }
ul.depth3 > li { padding:4px 0 4px 0; word-break:keep-all; display:flex; flex-wrap:nowrap; align-items:center;  }
ul.depth3 > li:before { content:''; width:3px; height:3px; background:#ddd; display:inline-block; margin-right:7px; }

ul.depth4 { overflow:hidden; }
ul.depth4 > li { padding:4px 0px; background:none; overflow:hidden; }

ul.depth5 { overflow:hidden; }
ul.depth5 > li { position:relative; padding:4px 0px; line-height:1.5; background:none; }
ul.depth5 > li:before { content:'-'; width:15px; color:#888; display:inline-block; }

ol { margin:0; padding:0 0 0 25px; }
ol > li { padding:5px 0; line-height:1.5;  word-break:keep-all; }
ol > li > ol > li { list-style: lower-alpha}







/* 검색박스 */
.searchBox { width:100%; padding:30px 30px 30px 30px; border:5px solid #ccc; margin-bottom:30px; box-sizing:border-box; }


.searchBox table { width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #eee; margin-bottom:20px; }
.searchBox table th,
.searchBox table td { height:50px; border-bottom:1px solid #eee; }
.searchBox table th { width:15%; padding-left:34px; box-sizing:border-box; text-align:left; background: url(/bill/images/egovframework/com/common/searchbox_blt1.gif) no-repeat 15px 50%; font-weight:normal; color:#333; }
.searchBox table td { width:85%; padding-left:15px; box-sizing:border-box; background: url(/bill/images/egovframework/com/common/searchbox_line.gif) no-repeat 0 50%; }

.searchBox table td .mobilebar { display:none; }

.searchBox table ul li a { display: block; width: 32px; height: 32px; background: #0061a3; text-align: center; line-height: 32px; color: #fff; font-size: 95%; border-radius: 5px; margin-right: 8px; transition: all 0.2s; }
.searchBox table ul li a:hover { background: #2e84bf; }

.searchBox ul li { float:left; width:auto; padding:5px 0; }


.searchBox .submit_search { width:100px; height:40px; line-height:40px; text-align:center; background:#113d8e; font-size:95%; color:#fff; border-radius:3px; border:1px solid #113d8e; display:inline-block; cursor:pointer; }



@media (max-width:768px){
	.searchBox { padding:20px 10px 30px 10px; margin-bottom:30px; }
	.searchBox table th { width: 100px; height:auto; padding:10px 0 10px 10px; background:none; }
	.searchBox table td { height:auto; padding:10px 0; background:none; }
	
	.searchBox table .b_item { width:0%; display:none; }
	.searchBox table td .b_itemcontent { width:100%; background:none;}
	.searchBox table td .b_itemcontent2 { width:50%; background:none; padding:7px 5px; box-sizing:border-box; }
	.searchBox table td .mobilebar { width:100%; height:40px; line-height:40px; text-align:center; font-weight:bold; background:#f4f4f4; display:block; margin-bottom:10px; }
	
	
	
	
	.searchBox ul { width:100%; overflow:hidden; box-sizing:border-box; }
	.searchBox ul li { float:left; padding:5px 0; overflow:hidden; display:block; }
	.searchBox ul li .item { float:left; width:30%; display:block; }
	.searchBox ul li .itemContent { float:left; width:70%; display:block; }
}


/* Placehoder 색상 */

::-webkit-input-placeholder { /* 크롬 */
   color: #ccc;
}
:-moz-placeholder { /* 파이어폭스 */
   color: #ccc;
   opacity:  1;
}
::-moz-placeholder { /* 파이어폭스 */
   color: #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 */
   color:  #ccc;
}
::placeholder {
   color:  #ccc;
   opacity:  1;
}


/* 게시판 알림글 */
.boardnotice { width:100%; min-height:85px; padding-left:100px; background:url(/bill/img/council/inc/boardnotice_icon.gif) no-repeat; margin-bottom:30px; box-sizing:border-box; }
.boardnotice p.line2 { padding-top:10px; }
.boardnotice p a:link,
.boardnotice p a:visited { color:#da131a; text-decoration:underline; }
.boardnotice p a:active,
.boardnotice p a:focus,
.boardnotice p a:hover { color:#ee5f08; }






/* 스크롤 Table */
.noticeTxt { display:none; }


@media (max-width:768px){
	.noticeTxt { color:#888; display:block; margin-bottom:10px; }
	.sizebox { overflow:auto; }
	.sizebox table { width:738px; }

}




/* 텍스트로 보기 */
.altpage { padding-left:17px; background: url(/bill/broadcast/img/egovframework/com/svc/council/inc/blt_alttxt.gif) no-repeat left 9px; margin-top:30px;}
.altpage a:link,
.altpage a:visited { text-decoration:underline; }




/* 모달윈도우 - sns */
.mw { position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:1000; }
.mw .bg { position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50) }
.mw .fg { position:absolute; left:15px; top:150px; width:calc(100% - 30px); height:270px; margin:0 auto; }
.mw .fg .mbox { width:100%; height:100%; padding:0 15px; border-radius:10px; background:#fff; display:inline-block; margin:0 auto; }

.mw .fg .mbox ul { width:99%; padding-top:50px; overflow:hidden; margin:0 auto; }
.mw .fg .mbox ul li { float:left; width:33%; height:100px; text-align:center; }
.mw .fg .mbox ul li .icon { display:block; margin-bottom:7px; }
.mw .fg .mbox ul li .txt { line-height:1.2; text-align:center; display:block; }



/* 게시판 상단 글 박스 */
.boardTopBox { width:100%; min-height:140px; padding:30px 30px 30px 160px; border:5px solid #eee; box-sizing:border-box; background: url(/bill/img/sub/topbox_icon_vod.png) no-repeat 30px 30px; margin-bottom:30px; }
.boardTopBox strong { color:#113d8e; }

.boardTopBox ul { width:100%; }
.boardTopBox ul li { padding:0px 0 2px 10px; background:url(/bill/img/council/inc/blt_gray.gif) no-repeat 0 11px; }

@media (max-width:768px){
	.boardTopBox { padding:15px; min-height:auto; background:none; }
}



/* 텍스트로 보기 */

.altbox { padding:50px; margin:20px; border:3px solid #ddd; box-sizing:border-box; }
.altbox h1 { margin-bottom:20px; }

.altbox ul { margin-bottom:20px;}
.altbox ul li { line-height:1.5; padding-left:20px; }

.altbox dl { margin-bottom:20px;}
.altbox dl dt { font-weight:bold; color:#222; }
.altbox dl dd { padding-left:20px; }
.altbox dl dd.end { margin-bottom:20px; }



@media (max-width:768px){
	.altbox { padding:15px; margin:20px; border:3px solid #ddd; box-sizing:border-box; }

	.altbox ul li { line-height:1.5; padding-left:5px; }
	
}




/* 자료관리 담당자 */
.dataControl { width:100%; margin-top:60px; }
.dataControl .dataControl_top { width:100%; height:44px; line-height:44px; background:#26a2dc; color:#fff; }
.dataControl .dataControl_top h1 { float:left; width:144px; height:44px; padding-left:20px; background:url(/bill/broadcast/img/egovframework/com/svc/council/inc/dataControl_titlebar.gif) no-repeat; font-size:100%; }
.dataControl .dataControl_top .name { float:left; padding-left:20px; }
.dataControl .dataControl_top .name strong { padding-right:15px;}
.dataControl .dataControl_top .update { float:right; padding-left:20px; padding-right:20px; }
.dataControl .dataControl_top .update strong { padding-right:15px;}

.dataControl .dataControl_body { position:relative; width:calc(100% - 2px); height:130px; border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background: url(/bill/broadcast/img/egovframework/com/svc/council/inc/dataControl_icon.jpg) no-repeat; }
.dataControl .dataControl_body .txt { padding:30px 0 10px 216px; }
.dataControl .dataControl_body ul { position:relative; width:calc(100% - 261px); height:37px; padding-left:25px; background:#d6eafb; overflow:hidden; margin:0 0 0 206px; }
.dataControl .dataControl_body ul li { float:left; height:37px; line-height:37px; margin-right:25px; }
.dataControl .dataControl_body ul li.btn { position:absolute; right:0px; top:0px; }
.dataControl .dataControl_body ul li.btn .submit_vote { width:75px; height:26px; line-height:26px; border:1px solid #4b62c7; border-radius:3px; background:#4b62c7; color:#fff; text-align:center; font-size:90%; }

.dataControl .dataControl_body .gradeInformation { position:absolute; right:40px; top:30px; }
.dataControl .dataControl_body .gradeInformation span { padding-left:20px; }


@media (min-width:768px) and (max-width:1024px){
	.dataControl .dataControl_body .txt { padding:30px 0 10px 186px; }
	.dataControl .dataControl_body ul { position:relative; width:calc(100% - 201px); height:37px; padding-left:10px; background:#d6eafb; overflow:hidden; margin:0 0 0 176px; }
	.dataControl .dataControl_body ul li { margin-right:20px; }
	.dataControl .dataControl_body .gradeInformation { right:20px; }
	.dataControl .dataControl_body .gradeInformation span { padding-left:10px; }
}
@media (max-width:767px){
	.dataControl { width:100%; margin-top:50px; }
	.dataControl .dataControl_top { width:100%; height:88px; line-height:44px; background:#26a2dc; color:#fff; font-size:90%; }
	.dataControl .dataControl_top h1 { float:none; width:calc(100% - 15px); height:44px; padding-left:15px; background:#006ba9; display:block; }
	.dataControl .dataControl_top .name { float:left; padding-left:15px; }
	.dataControl .dataControl_top .name strong { padding-right:10px;}
	
	.dataControl .dataControl_top .update { display:none; }
	
	.dataControl .dataControl_body { position:relative; width:calc(100% - 22px); height:auto; padding:10px 10px 20px 10px; background:none; }
	.dataControl .dataControl_body .txt { padding:0 5px 10px 5px; }
	.dataControl .dataControl_body ul { position:relative; width:calc(100% - 20px); height:auto; padding:10px 10px 20px 10px; background:#d6eafb; overflow:hidden; margin:0 0 0 0; }
	.dataControl .dataControl_body ul li { float:left; height:30px; line-height:30px; margin-right:25px; }
	.dataControl .dataControl_body ul li.btn { position:static; right:0px; top:0px; width:100%; display:block; margin-top:10px; }
	.dataControl .dataControl_body ul li.btn .submit_vote { width:100%; height:30px; line-height:30px; border:1px solid #4b62c7; border-radius:3px; background:#4b62c7; color:#fff; text-align:center; font-size:90%; }
	
	.dataControl .dataControl_body .gradeInformation { position:static; right:0; top:0; text-align:right; margin-top:12px; }
	.dataControl .dataControl_body .gradeInformation span { padding-left:20px; }
}

/* 의원프로필 */
#pop_profile { position:relative; width:100%; height:100%; padding:10px; background:#ddd; box-sizing:border-box; }
#pop_profile .outbox { width:100%; height:100%; padding:10px; border:3px solid #ffda81; background:#fff; box-sizing:border-box; }
#pop_profile .outbox h1 { position:relative; width:100%; height:66px; background:#0b2557 url(/bill/images/egovframework/com/common/profile_titlebar.png) no-repeat right top; color:#fff; border-radius:10px; margin-bottom:20px; }
#pop_profile .outbox h1 img { position:absolute; left:13px; top:10px; }
#pop_profile .outbox h1 strong { position:relative; top:5px; font-size:80%; padding:0 0 0 10px;}

#pop_profile .outbox .profile1 { width:100%; height:250px; padding:0; font-size:95%; box-sizing:border-box; }
#pop_profile .outbox .profile1 dl { width:100%; }
#pop_profile .outbox .profile1 dt { float:left; width:145px; }
#pop_profile .outbox .profile1 dd { width:calc(100% - 145px); margin-left:145px; }
#pop_profile .outbox .profile1 dt img { width:120px; padding:3px; border:1px solid #ccc; box-sizing:content-box; }
#pop_profile .outbox .profile1 dd.name { padding:5px 0 5px; font-weight:bold; font-size:130%; color:#113d8e; }
#pop_profile .outbox .profile1 dd.name .hanja { padding-left:5px; font-weight:normal; font-size:80%; font-family: Verdana, Geneva, sans-serif; color:#888; }
#pop_profile .outbox .profile1 dd table th { padding:4px 0 3px 9px; background: url(/bill/images/egovframework/com/common/blt_gray.gif) no-repeat 0 15px; text-align:left; font-weight:normal; color:#888; vertical-align:top; }
#pop_profile .outbox .profile1 dd table td { padding:4px 0 3px 0; text-align:left; word-break:break-all; }
#pop_profile .outbox .profile1 dd table td a:link,
#pop_profile .outbox .profile1 dd table td a:visited { color:#333; text-decoration:none; white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-break:break-all; }
#pop_profile .outbox .profile1 dd table td a:active,
#pop_profile .outbox .profile1 dd table td a:focus,
#pop_profile .outbox .profile1 dd table td a:hover { color:#06c; }

#pop_profile .outbox .profile1 dd table .thtd1 { width:70px;}
#pop_profile .outbox .profile1 dd table .thtd2 { width:calc(100% - 70px);}
#pop_profile .outbox .profile1 dd table .thtd3 { width:90px;}
#pop_profile .outbox .profile1 dd table .thtd4 { width:calc(100% - 90px);}


#pop_profile .outbox .profile2 { width:100%; height:269px; }
#pop_profile .outbox .profile2 h3 { height:30px; padding-left:25px; background:url(/bill/images/egovframework/com/common/profile_blt_h3.gif) no-repeat 5px 8px; color:#113d8e; font-weight:normal; }
#pop_profile .outbox .profile2 .profile2_box { width:100%; height:222px; padding:15px 15px 30px 15px; border:1px solid #ccc; overflow:auto; line-height:170%; font-size:95%; box-sizing:border-box; }

#pop_profile .close { width:100%; margin-bottom:10px; }
#pop_profile .close a { width:100%; height:36px; line-height:36px; border:1px solid #333; border-radius:3px; background:#333; text-align:center; color:#fff; display:block; }



@media (max-width:470px){
	#pop_profile .outbox h1 img { position:absolute; left:13px; top:10px; }

	#pop_profile .outbox .profile1 { height:auto; margin-bottom:15px; }
	#pop_profile .outbox .profile1 dt { float:left; width:82px; }
	#pop_profile .outbox .profile1 dd { width:calc(100% - 82px); margin-left:82px; }
	#pop_profile .outbox .profile1 dt img { width:70px; padding:0px; border:1px solid #ccc; }
	#pop_profile .outbox .profile1 dd table { font-size:90%; }
	
	#pop_profile .outbox .profile1 dd table .thtd1 { width:60px;}
	#pop_profile .outbox .profile1 dd table .thtd2 { width:calc(100% - 60px);}
	
	#pop_profile .outbox .profile2 { height:auto; margin-bottom:15px; }
	#pop_profile .outbox .profile2 .profile2_box { height:auto; }

	
	
}




.spinner { position:absolute; top:65%; left:55%; width:80px; height:90px; z-index:100; background-color:#FFFFFF; /*margin-top: -50px; margin-left: -100px;*/ border-radius:10px; background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8ff)); display:none; }



/* h3, h4, h5 */
#content h3 { padding-left:25px; background:url(/bill/images/egovframework/com/common/blt_h3.png) no-repeat 0 4px; font-weight:normal; font-family:pgovb; font-size:120%; color:#000; margin-bottom:12px; }
#content h4 { padding-left:23px; background:url(/bill/images/egovframework/com/common/blt_h4.png) no-repeat 0 3px; font-weight:normal; font-family:pgovb; font-size:110%; color:#222; margin-bottom:12px; }
#content h5 { padding-left:17px; background:url(/bill/images/egovframework/com/common/blt_h5.png) no-repeat 0 10px; font-weight:bold; font-size:105%; color:#000; margin-bottom:6px; }

#printArea h3 { padding-left:27px; background:url(/bill/images/egovframework/com/common/blt_h3.png) no-repeat 0 4px; font-weight:normal; font-family:pgovb; font-size:130%; color:#000; margin-bottom:12px; }
#printArea h4 { padding-left:23px; background:url(/bill/images/egovframework/com/common/blt_h4.png) no-repeat 0 2px; font-weight:normal; font-family:pgovb; font-size:110%; color:#222; margin-bottom:12px; }
#printArea h5 { padding-left:17px; background:url(/bill/images/egovframework/com/common/blt_h5.png) no-repeat 0 10px; font-weight:bold; font-size:105%; color:#000; margin-bottom:6px; }



/* 전화링크 */
.tel:link,
.tel:visited { color:#555; display:inline-block; }
.tel:active,
.tel:focus,
.tel:hover { color:#333; }

.tel2:link,
.tel2:visited { color:#ccc; display:inline-block; }
.tel2:active,
.tel2:focus,
.tel2:hover { color:#fff; }


.tel3:link,
.tel3:visited { color:#fff; display:inline-block; }
.tel3:active,
.tel3:focus,
.tel3:hover { color:#ddd; }


/* 프린터 페이지 */
#printArea { padding-bottom:30px; }

#infoPage .button_print { width:170px; height:36px; line-height:36px; border:none; border-radius:0 0 5px 5px; background:#113d8e; color:#fff; text-align:center; font-size:90%;; margin:0 auto 20px; }




/* 드래그 배경색 */
::selection { background:#3367d1; color:#fff; }




/* 포토뷰어 */
.photoViewer { width:100%; height:100vh; background:#333; color:#fff; }

.photoViewer #photoTop { position:relative; width:100%; height:80px; padding:15px 20px 15px 20px; background:#1b2056; }
.photoViewer #photoBody { width:100%; height:calc(100% - 80px); }

.photoViewer #photoTop h1 { display:inline-block; }
.photoViewer #photoTop h1.title a { width:100%; height:50px; padding:3px 0 0 66px; background:url(/bill/images/egovframework/com/common/mark.png) no-repeat; background-size:auto 50px; color:#fff; font-family:pgovb; font-size:85%; display:inline-block; }
.photoViewer #photoTop h1.title a span { color:#888; font-family:Arial; font-size:43%; letter-spacing:1px; display:block; margin-top:1px; }

.photoViewer #photoTop .abtn_close:link,
.photoViewer #photoTop .abtn_close:visited { position:absolute; right:20px; top:24px; color:#ccc; transition:0.3s; display:inline-block; }
.photoViewer #photoTop .abtn_close:active,
.photoViewer #photoTop .abtn_close:focus,
.photoViewer #photoTop .abtn_close:hover { transform:rotateY(180deg); color:#fff; }



.photoViewer #photoBody form,
.photoViewer #photoBody fieldset { width:100%; height:100%; }

.photoViewer #photoLeft { position:relative; float:left; width:calc(100vw - 446px); height:100%; padding:0 220px; border-right:1px solid #444; }
.photoViewer #photoRight { position:relative; float:right; width:446px; height:100%; padding:0 25px; }



.photoViewer #photoLeft #photoLeftTop { width:100%; height:108px; padding:27px 50px 0 50px;  }
.photoViewer #photoLeft #photoLeftBottom { width:100%; height:calc(100% - 108px); padding:0 50px 30px 50px; }


.photoViewer #photoLeft #photoLeftTop h1 { color:#fff; font-family:pgovb; font-size:150%; margin-bottom:10px; }
.photoViewer #photoLeft #photoLeftTop .icon_date { float:left; }
.photoViewer #photoLeft #photoLeftTop .icon_hits { float:right; }


.photoViewer #photoLeft #photoLeftBottom .slider-for { width:100%; height:calc(100% - 80px); text-align:center; margin-bottom:30px;  }
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list { width:100%; height:100% !important; border-radius:20px; overflow:hidden; margin:0 auto; }
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list .slick-track { height:100%; display:flex; flex-wrap:nowrap; justify-content:left; } /**/
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list .slick-track .slick-slide { width:100%; height:auto;  }
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list .slick-track .slick-slide > div {  height:100%; }
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list .slick-track .slick-slide > div .list { width:auto !important; height:100%; text-align:center;  }
.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list .slick-track .slick-slide > div .list img { width:auto; height:auto; max-width:100%; max-height:100%; /*object-fit:cover; object-position:center;*/ border-radius:20px; overflow:hidden; margin:0 auto; transition:0.3s; }


.photoViewer #photoLeft #photoLeftBottom .slick-prev,
.photoViewer #photoLeft #photoLeftBottom .slick-next { position:absolute; bottom:-65px; width:11px; height:20px; line-height:20px; border:none; font-size:0; cursor:pointer; display:block; z-index:1003; }

.photoViewer #photoLeft #photoLeftBottom .slick-prev { left:calc(50% - 50px); background:url(/bill/images/egovframework/com/board/photo_btn_prev.png) no-repeat; }
.photoViewer #photoLeft #photoLeftBottom .slick-next { left:calc(50% + 38px); background:url(/bill/images/egovframework/com/board/photo_btn_next.png) no-repeat; }

.photoViewer #photoLeft #photoLeftBottom .btn_play { position:absolute; left:calc(50% - 6px); bottom:15px; width:11px; height:20px; line-height:20px; border:0; background: url(/bill/images/egovframework/com/board/photo_btn_pause.png) no-repeat; text-indent:-9999px; z-index:1001; }
.photoViewer #photoLeft #photoLeftBottom .btn_play.on { background:url(/bill/images/egovframework/com/board/photo_btn_play.png) no-repeat;  }

.photoViewer #photoLeft #photoLeftBottom .slick-dots { position:absolute; right:0px; top:-76px; width:auto; font-family:Arial; font-size:120%; font-weight:normal; }
.photoViewer #photoLeft #photoLeftBottom .slick-dots li i { padding:0 10px; font-style:normal; }
.photoViewer #photoLeft #photoLeftBottom .slick-dots li span { color:#ff8e16; font-size:120%; }



.photoViewer #photoLeft #photoLeftBottom .bar { position:relative; max-width:931px; height:50px; padding:10px 0; border-radius:10px; background:#111; display:flex; justify-content:space-between; flex-wrap:nowrap; margin:0 auto;  }
.photoViewer #photoLeft #photoLeftBottom .bar ul { padding:0 50px; }
.photoViewer #photoLeft #photoLeftBottom .bar ul li a:link,
.photoViewer #photoLeft #photoLeftBottom .bar ul li a:visited { line-height:30px; color:#ccc; transition:0.3s; font-size:120%; }
.photoViewer #photoLeft #photoLeftBottom .bar ul li a:active,
.photoViewer #photoLeft #photoLeftBottom .bar ul li a:focus,
.photoViewer #photoLeft #photoLeftBottom .bar ul li a:hover { color:#fff; }
.photoViewer #photoLeft #photoLeftBottom .bar ul li a span { display:none; }
.photoViewer #photoLeft #photoLeftBottom .bar ul.type1 { width:33.333%; border-right:1px solid #333; display:flex; justify-content:space-between; flex-wrap:nowrap; }
.photoViewer #photoLeft #photoLeftBottom .bar ul.type2 { width:33.333%; }
.photoViewer #photoLeft #photoLeftBottom .bar ul.type3 { width:33.333%; border-left:1px solid #333; display:flex; justify-content:space-between; flex-wrap:nowrap; }

.photoViewer #photoLeft #photoLeftBottom .bar ul.type1 li { position:relative; top:3px; }
.photoViewer #photoLeft #photoLeftBottom .bar ul.type3 li { position:relative; top:3px; }


.photoViewer #photoLeft #photoLeftBottom .bar .shareSns { position:absolute; right:50px; top:-65px; width:auto; height:55px; padding:10px; border-radius:30px; background:#fff; display:none; box-shadow:5px 5px 10px rgba(0,0,0,0.7); }
.photoViewer #photoLeft #photoLeftBottom .bar .shareSns li { float:left; margin:0 5px; }





.photoViewer #photoRight #photoRightTop { width:100%; height:98px; padding:18px 0 0 0; }
.photoViewer #photoRight #photoRightTop li { float:left; width:50%; }

.photoViewer #photoRight #photoRightTop li .type-radio { position:relative; top:-2px; width:18px; height:18px; box-sizing:border-box; z-index:1; }

.photoViewer #photoRight #photoRightTop li:nth-child(2) { text-align:right; }
.photoViewer #photoRight #photoRightTop li:nth-child(2) strong { color:#ffd40c; }

.photoViewer #photoRight #photoRightTop li:last-child { width:100%; }
.photoViewer #photoRight #photoRightTop li:last-child a:link,
.photoViewer #photoRight #photoRightTop li:last-child a:visited { width:100%; height:36px; line-height:38px; border-radius:3px; background:#113d8e; color:#ccc; font-size:95%; text-align:center; transition:0.3s; margin-top:10px; }
.photoViewer #photoRight #photoRightTop li:last-child a:active,
.photoViewer #photoRight #photoRightTop li:last-child a:focus,
.photoViewer #photoRight #photoRightTop li:last-child a:hover { background:#06c; color:#fff; }
.photoViewer #photoRight #photoRightTop li:last-child a i { margin-right:10px; }


.photoViewer #photoRight #photoRightBottom { height:calc(100% - 128px); overflow-y:auto; }
.photoViewer #photoRight #photoRightBottom .slider-nav {  }
.photoViewer #photoRight #photoRightBottom .slider-nav .slick-track { width:100% !important; transform: translate3d(0px, 0px, 0px) !important; }
.photoViewer #photoRight #photoRightBottom .slider-nav .slick-track .slick-slide { width:120px !important; height:120px; margin:5px; }

.photoViewer #photoRight #photoRightBottom .slider-nav a { position:relative; width:120px; height:120px; border-radius:10px; overflow:hidden; }
.photoViewer #photoRight #photoRightBottom .slider-nav a .checkbox_pic { position:absolute; left:5px; top:5px; width:20px; height:20px; }
.photoViewer #photoRight #photoRightBottom .slider-nav a img { max-width:100%; width:100%; height:100%; object-fit:cover; object-position:center; transition:0.3s; }

.photoViewer #photoRight #photoRightBottom .slider-nav .slick-current a { border:3px solid #f00; }



.photoViewer #photoRight #photoRightBottom .checkbox_pic { display:none; }
.photoViewer #photoRight #photoRightBottom .checkbox_pic + label { position:absolute; left:5px; top:5px; cursor:pointer; }
.photoViewer #photoRight #photoRightBottom .checkbox_pic + label > span { display:none; }
.photoViewer #photoRight #photoRightBottom .checkbox_pic + label:before { position:relative; content:''; width:20px; height:20px; border:2px solid #113d8e; border-radius:4px; box-sizing:border-box; background:#fff; vertical-align:middle; display:inline-block; transition:0.2s; }
.photoViewer #photoRight #photoRightBottom .checkbox_pic:checked + label:before { content:''; border-color:#0075ff; background:#0075ff url(/bill/images/egovframework/com/board/checkbox_check.png) no-repeat 50% 50%;  }


@media (min-width:1801px) and (max-width:1900px){
	.photoViewer #photoLeft { padding:0 190px; }
}

@media (min-width:1701px) and (max-width:1800px){
	.photoViewer #photoLeft { padding:0 130px; }
}

@media (min-width:1601px) and (max-width:1700px){
	.photoViewer #photoLeft { padding:0 80px; }
}

@media (min-width:1501px) and (max-width:1600px){
	.photoViewer #photoLeft { padding:0 30px; }
}

@media (min-width:1401px) and (max-width:1500px){
	.photoViewer #photoLeft { padding:0; }
}

@media (min-width:1281px) and (max-width:1400px){
	.photoViewer #photoLeft { width:calc(100vw - 316px); padding:0; }
	.photoViewer #photoRight { width:316px; }
	
	.photoViewer #photoRight #photoRightTop li:nth-child(1) { width:40%; }
	.photoViewer #photoRight #photoRightTop li:nth-child(2) { width:60%; }
}

@media (min-width:1025px) and (max-width:1280px){
	.photoViewer #photoLeft { width:calc(100vw - 316px); padding:0; }
	.photoViewer #photoRight { width:316px; }
	
	.photoViewer #photoRight #photoRightTop li:nth-child(1) { width:40%; }
	.photoViewer #photoRight #photoRightTop li:nth-child(2) { width:60%; }
}

@media (max-width:1024px){
	.photoViewer { height:100%; overflow:auto; }

	.photoViewer #photoBody { height:auto; }
	
	.photoViewer #photoBody form,
	.photoViewer #photoBody fieldset { height:auto; }

	.photoViewer #photoLeft { width:calc(100vw - 17px); height:auto; padding:0; border-right:none; border-bottom:1px solid #444; }
	.photoViewer #photoRight { width:100%; height:auto; padding:0 25px 40px 25px; }

	.photoViewer #photoLeft #photoLeftTop { padding:27px 30px 0 30px;  }
	.photoViewer #photoLeft #photoLeftBottom { height:auto; padding:0 30px 0 30px; }

	

	.photoViewer #photoLeft #photoLeftBottom .slider-for { height:auto; margin-bottom:45px; }

	.photoViewer #photoLeft #photoLeftBottom .slick-prev,
	.photoViewer #photoLeft #photoLeftBottom .slick-next { bottom:-80px; }
	
	.photoViewer #photoLeft #photoLeftBottom .slick-dots { right:calc(50% - 30px); top:auto; bottom:-32px; }

	.photoViewer #photoLeft #photoLeftBottom .bar { max-width:100%; }
	.photoViewer #photoLeft #photoLeftBottom .bar ul { padding:0 15px; }



	.photoViewer #photoRight #photoRightBottom .slider-nav .slick-track .slick-slide { width:100px !important; height:100px; }
	.photoViewer #photoRight #photoRightBottom .slider-nav a { width:100px; height:100px; }
}


@media (max-width:768px){
	.photoViewer #photoTop { height:80px; padding:20px 15px 15px 15px; }
	.photoViewer #photoTop h1.title a { height:40px; padding:3px 0 0 50px; background-size:auto 40px; font-size:67%; }
	.photoViewer #photoTop h1.title a span { letter-spacing:0.5px; }

	.photoViewer #photoTop .abtn_close:link,
	.photoViewer #photoTop .abtn_close:visited { right:15px; }


	.photoViewer #photoLeft #photoLeftTop { height:auto; padding:27px 15px 25px 15px; }
	.photoViewer #photoLeft #photoLeftBottom { padding:0 15px 30px 15px; }


	.photoViewer #photoLeft #photoLeftBottom .bar ul { padding:0 15px; }
	.photoViewer #photoLeft #photoLeftBottom .bar .shareSns { right:calc(50% - 145px); }

	.photoViewer #photoLeft #photoLeftBottom .slick-prev { left:calc(50% - 40px); }
	.photoViewer #photoLeft #photoLeftBottom .slick-next { left:calc(50% + 28px); }


	.photoViewer #photoLeft #photoLeftBottom .slider-for .slick-list { }



	.photoViewer #photoRight { padding:0 15px 40px 15px; }



	.photoViewer #photoRight #photoRightBottom .slider-nav .slick-track .slick-slide { width:100px !important; height:100px; }

	.photoViewer #photoRight #photoRightBottom .slider-nav a { width:100px; height:100px; }


	.photoViewer #photoRight #photoRightBottom .slider-nav .list { }

}





/* width */
.photoViewer ::-webkit-scrollbar {
  width: 6px;
  border-radius:4px;
}

/* Track */
.photoViewer ::-webkit-scrollbar-track {
  background: #222;
}
 
/* Handle */
.photoViewer ::-webkit-scrollbar-thumb {
  background: #555;
  border-radius:4px;
}

/* Handle on hover */
.photoViewer ::-webkit-scrollbar-thumb:hover {
  background: #888; 
}




/* 프린트 페이지 관련 */
#content .printBtn { float:right; margin-bottom:10px; margin-left:10px; }
#content .printBtn a { height:40px; line-height:40px;  padding:0 15px 0 40px; border-radius:5px; background:#2aa4b5 url(/bill/images/egovframework/com/common/snsbtn_print.png) no-repeat 5px 3px; color:#fff; font-size:95%;  }



#printArea .abtn_print,
#printArea .button_/billPosting { display:none; }





/* 프린터 팝업창 */
.pringBody { width:100%; padding:0 15px; }
.pringBody .paTop { border:1px solid #ddd; padding:20px 15px; margin-bottom:30px; }
.pringBody .paTop li { margin:5px 0; }
.pringBody .paTop li.subject { padding-bottom:10px; border-bottom:1px solid #eee; color:#113d8e; font:normal 120% pgovb; text-align:center; justify-content:center; margin-bottom:10px; }
.pringBody .paTop li.subject:before { display:none; }
.pringBody .paTop li.line { padding:15px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pringBody .paTop li .name { padding:10px 20px; background:#d6e0eb; color:#234a74; border-radius:5px; display:inline-block; margin:3px 6px; }
.pringBody td img { max-width:300px; width:100%; }

.pringBody .pa_no { width:7%; }
.pringBody .pa_name { width:10%; }
.pringBody .pa_type { width:12%; }
.pringBody .pa_date { width:12%; }
.pringBody .pa_img { width:auto; }

.pringBody table thead { display:table-header-group; }
.pringBody table tr { page-break-inside:avoid; }




/* 관리자 관리 목록 */
.checkboxlist { width:100%; font-size:90%; margin-top:20px; }

.checkboxlist > li { float:left; width:20%; padding:0 15px; box-sizing:border-box; margin:0 0 50px 0; }

.checkboxlist > li > ul { width:100%; }
.checkboxlist > li > ul > li { width:100%; height:31px; line-height:30px; border-bottom:1px solid #ddd; }

.checkboxlist > li:nth-child(5n + 1) { clear:both; }


.checkboxlist > li .bar { width:100%; height:40px; padding:0 0 0 10px; border-radius:5px; background:#113d8e; color:#fff; font:110% pgovb; display:block; margin-bottom:10px; display:flex; flex-wrap:nowrap; align-items:center; gap:7px; }




input[type="checkbox"] {
  /* 브라우저 기본 스타일 제거 */
  appearance: none;
  -webkit-appearance: none;
  
  /* 커스텀 스타일 예시 */
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

/* 체크되었을 때의 상태 정의 */
input[type="checkbox"]:checked {
  background:#007bff url(/bill/images/egovframework/com/common/icon_checkbox.gif) no-repeat 50% 50%;
  border-color: #007bff;
}



/* 명단 팝업창 
.bgMark { position:absolute; left:calc(50% - 150px); top:0; bottom:0; width:300px; height:100%; background:url(/bill/images/egovframework/com/common/logo_l.png) repeat-y 50% 0; opacity:0.2; z-index:1; }

.signListPop { position:relative; width:100%; height:100%; min-height:842px; padding:20px;  }

.signListPop h1 { font-family:pgovb; font-size:200%; text-align:center; margin-bottom:25px; }

.signListPop .btnArea { margin-bottom:15px; text-align:right; }
.signListPop .btnArea button { padding:7px 12px; border-radius:3px; background:#ddd; color:#0d275c; margin-left:5px; cursor:pointer; transition:0.3s; }
.signListPop .btnArea button:active,
.signListPop .btnArea button:focus,
.signListPop .btnArea button:hover { background:#0d275c; color:#fff; }

.signListPop table { font-size:90%; background:none; }
.signListPop table thead th { background:#f4f4f4; }
.signListPop .th1 { width:8%; }
.signListPop .th2 { width:14%; }
.signListPop .th3 { width:48%; }
.signListPop .th4 { width:20%; }
.signListPop .th5 { width:10%; }

.signListPop .thb1 { width:8%; }
.signListPop .thb2 { width:12%; }
.signListPop .thb3 { width:12%; }
.signListPop .thb4 { width:12%; }
.signListPop .thb5 { width:18; }
.signListPop .thb6 { width:38%; }

.signListPop .signListTbl { width:100%; border-collapse:collapse; table-layout:fixed; }
.signListPop .signListTbl th,
.signListPop .signListTbl td { border:1px solid #444; padding:8px; text-align:center; vertical-align:middle; }
.signListPop .signListTbl th { background:#f5f5f5; }

.signListPop table .noneTd { height:100px !important;}

.signListPop .signImg img { width:150px; }
.signListPop .signImg .noimg { color:#888; }


.signListPop .bottomLogo { position:absolute; left:50%; bottom:30px; width:230px; height:51px; background:url(/bill/images/egovframework/com/common/bottomLogo.gif) no-repeat 50% 50%;     transform:translate(-50%,0); }



@media print {
    .bgMark {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
*/
/* A4 페이지 */


.printPage .bottomLogo { position:absolute; left:50%; bottom:0px; transform:translate(-50%,0);}
.printPage {
	position: relative;
	width: 210mm;
	min-height: 297mm;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

/* 내용 영역 */
.signListPop {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

/* 제목 */
.signListPop .sTitle { width:200px;
	font-family: pgovb;
	font-size: 160%;
	text-align: center;
	margin:0 auto 15px;
}

.signListPop .titleBar { margin-bottom:20px; }
.signListPop .titleBar h2 { width:100%; padding:10px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#111; font-family:pgovb; font-size:145%; text-align:left; display:inline-block !important; margin:10px 0 10px; }
.signListPop .titleBar p { text-align:right; margin:5px 0; }



/* 버튼 */
.btnArea { position:absolute; right:0; top:10px; 
	margin-bottom: 15px;
	text-align: right; z-index:10;
}

.btnArea button {
	padding: 7px 12px;
	border-radius: 3px;
	background: #ddd;
	color: #0d275c;
	margin-left: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.signListPop .btnArea button:hover {
	background: #0d275c;
	color: #fff;
}

.btnArea .button3 { position:relative; right:20px; top:20px; }





/* 워터마크 (핵심) */
.bgMark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	transform: translate(-50%, -50%);
	background: url(/bill/images/egovframework/com/common/logo_l.png) no-repeat center center;
	background-size: 220px auto;
	opacity: 0.22;
	z-index: 10;
	pointer-events: none;
}

.bgMarkImg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	transform: translate(-50%, -50%);
	opacity: 0.22;
	z-index: 10;
	pointer-events: none;
}

.signListPop {
	position: relative;
	z-index: 2;
}

.signListPop.paddingBox { padding:10px 20px; }


.signListPop h1 { color:#111; font:180% pgovb; text-align:center; margin:30px 0 5px; display:block;}
/* 테이블 */
.signListPop table {
	font-size: 90%;
	background: transparent;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.signListPop table thead th {
	background: #f4f4f4;
}

.signListPop .signListTbl th,
.signListPop .signListTbl td {
	border: 1px solid #444;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	background: transparent;
}

.signListPop .signListTbl tr {
	page-break-inside: avoid;
}

.signListPop table .noneTd { height:100px !important;}

/* 컬럼 너비 */
.signListPop .th1 { width: 8%; }
.signListPop .th2 { width: 14%; }
.signListPop .th3 { width: 48%; }
.signListPop .th4 { width: 20%; }
.signListPop .th5 { width: 10%; }

/* 서명 이미지 */
.signListPop .signImg img {
	width: 150px;
}

/* 출력용 */
@media print {

	@page {
		size: A4;
		margin: 10mm;
	}

	html, body {
		background: #fff;
	}

	.printPage {
		margin: 0;
		page-break-after: always;
		break-after: page;
	}

	.printPage:last-child {
		page-break-after: auto;
	}

	.noPrint {
		display: none !important;
	}

	/* 워터마크 출력 보장 */
	.bgMark {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	
	.signListPop h1 {
		margin-bottom: 35px;
	}

}




















