@charset "utf-8";


/* 레이아웃 */

#gaonwrap { min-width:1400px; width:100%; overflow:hidden; }

#top { position:relative; min-width:1400px; width:100%; height:156px; border-bottom:1px solid #ddd; z-index:3; }
	#toparea { position:relative; width:1400px; margin:0 auto; }
	
#container { position:relative; min-width:100%; width:100%; background:linear-gradient(180deg,rgba(245, 248, 255, 0.4) 0%, rgba(154, 190, 236, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%); z-index:1; }	
	.inner { position:relative; width:1400px; margin:0 auto;  }
	
        #cont1 { position:relative; width:100%; padding:72px 0 0 0; }			
        #cont2 { position:relative; width:100%; padding:72px 0; }
			#cont2 > .inner { display:flex; flex-wrap:nowrap; justify-content:space-between; }
	
#bottom { position:relative; width:100%; border-top:1px solid #ddd; background:#f4f5f7; z-index:2; }	



@media (min-width:1281px) and (max-width:1400px){
	#gaonwrap { min-width:100%; width:100%; overflow:hidden; }

	#top { position:relative; min-width:100%; width:100%; height:156px; border-bottom:1px solid #ddd; z-index:3; }
		#toparea { position:relative; width:100%; padding:0 28px; margin:0 auto; }
	
	#container { position:relative; min-width:100%; width:100%; background:linear-gradient(180deg,rgba(245, 248, 255, 0.4) 0%, rgba(154, 190, 236, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%); z-index:1; }
        .inner { position:relative; width:100%; padding:0 28px; margin:0 auto; }
		
            #cont1 { position:relative; width:100%; padding:72px 0 0 0; }			
			#cont2 { position:relative; width:100%; padding:72px 0; }
				#cont2 > .inner { display:flex; flex-wrap:nowrap; justify-content:space-between; }

	#bottom { position:relative; width:100%; border-top:1px solid #ddd; background:#f4f5f7; z-index:2; }
}


@media (min-width:1025px) and (max-width:1280px){
	#gaonwrap { min-width:100%; width:100%; overflow:hidden; }

	#top { position:relative; min-width:100%; width:100%; height:156px; border-bottom:1px solid #ddd; z-index:3; }
		#toparea { position:relative; width:100%; padding:0 20px; margin:0 auto; }
	
	#container { position:relative; min-width:100%; width:100%; background:linear-gradient(180deg,rgba(245, 248, 255, 0.4) 0%, rgba(154, 190, 236, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%); z-index:1; }
        .inner { position:relative; width:100%; padding:0 24px; margin:0 auto; }
		
            #cont1 { position:relative; width:100%; padding:72px 0 0 0; }			
			#cont2 { position:relative; width:100%; padding:72px 0; }
				#cont2 > .inner { display:flex; flex-wrap:nowrap; justify-content:space-between; }
			
	#bottom { position:relative; width:100%; border-top:1px solid #ddd; background:#f4f5f7; z-index:2; }
}


@media (min-width:769px) and (max-width:1024px){
	html, body, #gaonwrap { min-width:100%; width:100%; }
		
	#gaonwrap { min-width:100%; width:100%; overflow:hidden; }

	#top { position:relative; min-width:100%; width:100%; height:123px; border-bottom:1px solid #ddd; z-index:3; }
		#toparea { position:relative; width:100%; margin:0 auto; }
	
	#container { position:relative; min-width:100%; width:100%; background:linear-gradient(180deg,rgba(245, 248, 255, 0.4) 0%, rgba(154, 190, 236, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%); z-index:1; }
        .inner { position:relative; width:100%;  padding:0 24px; margin:0 auto; }
		
            #cont1 { position:relative; width:100%; padding:72px 0 0 0; }			
			#cont2 { position:relative; width:100%; padding:72px 0; }
				#cont2 > .inner { display:flex; flex-wrap:wrap; justify-content:space-between; }
			
	#bottom { position:relative; width:100%; border-top:1px solid #ddd; background:#f4f5f7; z-index:2; }
}


@media (max-width:768px){
	html, body, #gaonwrap { min-width:100%; width:100%; }
		
	#gaonwrap { min-width:100%; width:100%; overflow:hidden; }

	#top { position:relative; min-width:100%; width:100%; height:103px; border-bottom:1px solid #ddd; z-index:3; }
		#toparea { position:relative; width:100%; margin:0 auto; }
	
	#container { position:relative; min-width:100%; width:100%; background:linear-gradient(180deg,rgba(245, 248, 255, 0.4) 0%, rgba(154, 190, 236, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%); z-index:1; }
        .inner { position:relative; width:100%; padding:0 16px; margin:0 auto; }
		
            #cont1 { position:relative; width:100%; padding:72px 0 0 0; }			
			#cont2 { position:relative; width:100%; padding:72px 0; }
				#cont2 > .inner { display:flex; flex-wrap:wrap; justify-content:space-between; }
			
	#bottom { position:relative; width:100%; border-top:1px solid #ddd; background:#f4f5f7; z-index:2; }
}





/* 상단배너 */
#top-ban { width:100%; height:32px; line-height:32px; background:#eef1f6;  }
#top-ban .nuri { padding-left:31px; background:url(/broadcast/images/common/icon_taegeukgi.gif) no-repeat 0 50%; font-size:1.6rem; }

@media (max-width:768px){
	#top-ban .nuri { font-size:1.4rem; }
}






/* 모바일용 상단 버튼 */
.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; right:30px; top:18px; display:block; }
	.mobileTopBtn li.mobileTopBtn2 { position:absolute; right:84px; top:28px; display:block; }
	.mobileTopBtn li.mobileTopBtn3 { position:absolute; right:84px; top:28px; display:block;}

	.mobileTopBtn li.mobileTopBtn1 a { text-align:center; font-size:1.5rem; display:flex; flex-direction:column; justify-content:center; align-items:center; }
	.mobileTopBtn li.mobileTopBtn1 a img { width:34px; display:block; margin-bottom:5px; }
}


@media (max-width:768px){
	.mobileTopBtn { display:block; }
	.mobileTopBtn li.mobileTopBtn1 { position:absolute; right:15px; top:15px; display:block; }
	.mobileTopBtn li.mobileTopBtn2 { position:absolute; right:47px; 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; }

	.mobileTopBtn li.mobileTopBtn1 a { text-align:center; font-size:1.4rem; display:flex; flex-direction:column; justify-content:center; align-items:center; }
	.mobileTopBtn li.mobileTopBtn1 a img { width:22px; display:block; margin-bottom:5px; }
}




/* 외부 링크 */
.underLink { position:relative; float:right; z-index:100; margin-top:17px; display:flex; }
.underLink > ul { display:flex; justify-content:space-between; }
.underLink > ul > li { position:relative; height:20px; padding:0 16px 0 15px; background:url(/broadcast/images/common/underLink_line.gif) no-repeat right 50%; }


.underLink > ul > li > a:link,
.underLink > ul > li > a:visited { height:20px; line-height:20px; color:#555; font-size:1.6rem; text-align:center; display:block; }
.underLink > ul > li > a:active,
.underLink > ul > li > a:focus,
.underLink > ul > li > a:hover { color:#113d8e; }



/* 폰트크기 */
.fontSetting { position:relative; }
.fontSetting .abtn_fontSize:link,
.fontSetting .abtn_fontSize:visited { position:relative; top:-3px; padding-left:15px; color:#555; padding-right:20px; background:url(/broadcast/images/common/blt_arrowDown.png) no-repeat right 50%; font-size:1.6rem; }
.fontSetting .abtn_fontSize:active,
.fontSetting .abtn_fontSize:focus,
.fontSetting .abtn_fontSize:hover { color:#113d8e; }

.fontSetting .fontSizeCont { position:absolute; left:50%; top:35px; width:100px; padding:16px; border-radius:12px; border:1px solid #ddd; background:#fff; transform:translate(-50%, 0); box-shadow:0 3px 5px rgba(0,0,0,0.1); display:none; z-index:100;  }
.fontSetting .fontSizeCont:before { content: ''; position: absolute; left: 50%; bottom: 100%; width: 1.6rem; height: 1.6rem; background:#fff; border:1px solid #E6E8EA; border-top-color: transparent; border-left-color: transparent; transform: translateX(-50%) rotate(-135deg); margin-bottom:-.8rem;}


.fontSetting .fontSizeCont li a:link,
.fontSetting .fontSizeCont li a:visited { width:100%; padding:4px; font-size:90%; text-align:center; margin:2px 0; }
.fontSetting .fontSizeCont li a:active,
.fontSetting .fontSizeCont li a:focus,
.fontSetting .fontSizeCont li a:hover { border-radius:4px; background:#EEF2F7; color:#233479; }


@media (max-width:1024px){
	.underLink { display:none; }
}







/* 사이드메뉴 */
.sidemenu { float:right; display:none; }

.sidemenu ul { float:left; position:relative; width:auto; margin-top:10px; }
.sidemenu ul li { position:relative; float:left; margin-left:4px;}

.sidemenu ul li a:link,
.sidemenu ul li a:visited { width:30px; height:30px; line-height:28px; border: 1px solid #999; border-radius: 5px; text-align:center; display:block; }
.sidemenu ul li a:active,
.sidemenu ul li a:focus,
.sidemenu ul li a:hover { border-color: #9baee4; background:#9baee4; }


@media (min-width:1025px) and (max-width:1400px){
	.sidemenu { margin-right:15px; }	
}

@media (max-width:1024px){
	.sidemenu { display:none; } 	 	
}




/* 메인 메뉴 */
#menu { position:absolute; right:0px; top:50px; z-index:99; }
#topMenu { position:relative; overflow:visible !important; }

#topMenu > li { position:relative; float:left; text-align:center; display:inline-block; }

#topMenu > li > a:link,
#topMenu > li > a:visited { position:relative; vertical-align:middle; line-height:80px; padding:0 40px; color:#111; font-size:140%; font-weight:700; letter-spacing:-1px; display:block; }
#topMenu > li > a:active,
#topMenu > li > a:focus,
#topMenu > li > a:hover,
#topMenu > li > a.select { color:#233479;  }

#topMenu > li > a:link::before,
#topMenu > li > a:visited::before { position:absolute; left:50%; bottom:7px; content:''; width:0; border-bottom:3px solid #233479; text-align:center; transition:0.3s; transform:translate(-50%, 0); display:block; z-index:100; }
#topMenu > li > a:active::before,
#topMenu > li > a:focus::before,
#topMenu > li > a:hover::before { width:100%; }


@media (min-width:1025px) and (max-width:1280px){
	#topMenu > li > a:link,
	#topMenu > li > a:visited { padding:0 30px; }
}



@media (max-width:1024px){
	#menu { display:none; } 
}


/* 서브메뉴 표시 */
#topMenu > li:hover > ul { background:#fafafa; }
#topMenu > li > ul { position:absolute; left:0; top:73px; width:100%; height:128px; padding:10px 0 0 0px; border-top:1px solid #ddd; border-left: 1px solid #eee; background:#fff; display:none; clear:both; z-index:1003;   }
#topMenu > li > ul > li { position:relative; width:100%; padding:3px 10px 4px 10px;  text-align:left; display:block; }
#topMenu > li > ul.end { border-right: 1px solid #eee;}

#topMenu > li > ul > li > a:link,
#topMenu > li > ul > li > a:visited { width:100%; height:auto; padding:0; background:none; color:#333; border:0; line-height:1.3; text-decoration:none; font-family:pgovm; font-size:95%; margin:0; letter-spacing:-1px;  }
#topMenu > li > ul > li > a:active,
#topMenu > li > ul > li > a:hover,
#topMenu > li > ul > li > a:focus,
#topMenu > li > ul > li > a.select { clear:both; color:#2d7f39; }

#topMenu > li > ul > li > a.st { letter-spacing:-2px; }
#topMenu > li > ul > li > ul.mdepth3 { width:0; height:0; font-size:0; display:none; }

.submenu { display:none; overflow:hidden; }

.menubox { position:absolute; left:0; top:155px; width:100%; height:131px; border-top:1px solid #ddd; border-bottom:3px solid #2d7f39; background:#fff; display:none; z-index:10; }


@media (max-width:1024px){
	.topMenu,
	.menubox { display:none; } 	
	.menubox { width:0; height:0; border:0; line-height:0; }
}	
	













/* 하단 */
#bottom > .inner { padding:4rem 0 3rem; }

#bottom .f-logo { height:52px; padding:2px 0 0 65px; background:url(/broadcast/images/common/mark.png) no-repeat; background-size:auto 52px; color:#4f4f4f; font-weight:800; font-size:3.3rem; display:inline-block; margin-bottom:25px;}


#bottom .f-cnts { display:flex; align-items:flex-start; justify-content:space-between; font-size:1.6rem; margin-bottom:3.2rem;}


#bottom address { display:flex; flex-direction:column; gap:10px;}
#bottom address dl { }

#bottom address dl dt { float:left; width:70px; font-weight:700; }
#bottom address dl dd { margin-left:70px; width:calc(100% - 70px); }


#bottom .f-btm { display:flex; justify-content:flex-end; padding-top:1.6rem; border-top:.1rem solid #CDD1D5; }
#bottom .f-btm .copy { font-size:1.6rem; color:#464c53; }




@media (max-width: 1440px) {
	#bottom > .inner { padding:4rem 2.4rem 2.4rem; }
}


@media (max-width: 1024px) {
	#bottom .f-link { width:auto; }
}

@media (max-width: 768px) {
	#bottom > .inner { padding:2.4rem 1.6rem 1.6rem; }

	#bottom .link-site > .inner { padding:0; }
	#bottom .link-site .site-list { flex-direction:column; }
	#bottom .link-site .site-list .link { min-height:4.8rem; border-top:.1rem solid #CDD1D5; border-right:none; }
	#bottom .link-site .site-list li:first-child .link { border-left:none;  border-top:none; }

	#bottom .f-cnts { flex-direction:column; margin-bottom:2.4rem; }
	#bottom .f-link .btn { font-size:1.6rem; }
	#bottom .f-link .btn .svg-icon { width:1.6rem; height:1.6rem; }



	#bottom .f-info { font-size:1.6rem; margin-bottom:1.6rem; }
	#bottom .f-info .f-num { margin-bottom:.8rem; }
	#bottom .f-info .f-num span { margin-left:.4rem; }

	#bottom .f-btm { flex-direction:column; }
	#bottom .f-btm .f-menu { font-size:1.5rem; flex-wrap:wrap; margin-bottom:1.2rem; }
	#bottom .f-btm .f-menu li { margin-left:.8rem; }

	#bottom .f-btm .copy { font-size:1.5rem; }
}













/* 서브레이아웃 */
#scontainer { width:100%; background:linear-gradient(180deg, rgba(245, 248, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 200px); margin:0 auto 100px; }
#scontainer > .inner { padding:0; }
	#sleft { float:left; width:280px; margin-right:60px; }
	#sright { float:left; position:relative; width:calc(100% - 340px); }
		#content { width:100%; }


@media (min-width:1281px) and (max-width:1400px){
	#scontainer { width:100%; padding:0 24px; background:linear-gradient(180deg, rgba(245, 248, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 60%); margin:0 auto 100px; }				
	#scontainer > .inner { padding:0; }

		#sleft { float:left; width:250px; margin-right:50px; }
		#sright { float:left; position:relative; width:calc(100% - 300px); }
			#content { width:100%; }
}


@media (min-width:1025px) and (max-width:1280px){
	#scontainer { width:100%; padding:0 24px; background:linear-gradient(180deg, rgba(245, 248, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 60%); margin:0 auto 100px; }		
	#scontainer > .inner { padding:0; }

		#sleft { float:left; width:220px; margin-right:30px; }
		#sright { float:left; position:relative; width:calc(100% - 250px); }
			#content { width:100%; }
}



@media (min-width:769px) and (max-width:1024px){
	#scontainer { width:100%; background:none; margin:0 auto 75px; }		
	#scontainer > .inner { padding:0; }

		#sleft { display:none; }
		#sright { float:none; position:relative; width:100%; padding:0 24px; }
			#content { width:100%; }
}


@media (max-width:768px){
	#scontainer { width:100%; background:none; margin:0 auto 50px; }
	#scontainer > .inner { padding:0; }

		#sleft { display:none; }
		#sright { float:none; position:relative; width:100%;  }
			#content { width:100%; padding:0 16px; }
}







/* 좌측메뉴 */
.leftmenu > ul > li { display:none; }
.leftmenu > ul > li > a { display:none !important; }


.leftmenu { position:relative; width:100%; margin:30px 0 30px; border-radius:20px; overflow:hidden; box-shadow:5px 5px 10px rgba(0,0,0,0.07); }
.leftmenu h1 { position:relative; height:110px; padding-top:22px; border-radius:20px 20px 0 0; background:linear-gradient(120deg, #eff4fc , #d9e7f8, #b6e6ed); background-size:200%; color:#6b7390; text-align:center; font-size:200%; font-family:pgovb; overflow:hidden; 
	animation : leftmenu 10s ease-in-out infinite;
}
.leftmenu h1:after { content:'진안군의회'; color:#779ecd; font-size:1.7rem; display:block; margin-top:7px; }


.leftmenu > ul > li > ul { width:100%; border:1px solid #ddd; border-top:none; border-radius:0 0 20px 20px; overflow:hidden;  }
.leftmenu > ul > li > ul > li { width:100%; border-bottom:1px solid #ddd; }
.leftmenu > ul > li > ul > li:last-child { border-bottom:none; }
.leftmenu > ul > li > ul > li > a:link,
.leftmenu > ul > li > ul > li > a:visited { width:100%; height:50px; line-height:50px; padding-left:15px; box-sizing:border-box; background:url(/broadcast/images/common/leftmenu_blt1_off.gif) no-repeat right 20px top 50%; font-size:105%; display:block; }
.leftmenu > ul > li > ul > li > a:active,
.leftmenu > ul > li > ul > li > a:focus,
.leftmenu > ul > li > ul > li > a:hover { font-weight:bold; background:#f2f9f3 url(/broadcast/images/common/leftmenu_blt1_on.gif) no-repeat right 20px top 50%; color:#2d7f39; }
.leftmenu > ul > li > ul > li > a.select { background:#f2f9f3 url(/broadcast/images/common/leftmenu_blt1_on.gif) no-repeat right 20px top 50%; color:#2d7f39; font-family:pgovb; }




@keyframes leftmenu {
	0% { background-position:0 50%; }
	50% { background-position:100% 50%; }
	100% { background-position:0 50%; }
}
