@charset "utf-8";
/* 공통 */
.tit_txt{font-size:110%; padding:0 0 7px 18px; background:url(/images/child/common/bul_circle.gif) no-repeat 0 4px;}
.star li{padding:0 0 0 16px; background:url(/images/child/common/bul_star.png) no-repeat 0 3px;}

/* 의장인사말 */
#sub_greeting .greeting{float:left; width:450px;}
#sub_greeting .greeting p{margin:0 0 20px 0; font-weight:bold; font-size:150%; color:#6a6a6a; line-height:150%;}
#sub_greeting .picture{float:right; width:207px;}

/* 의회연혁 */
#sub_history h4{display:inline-block; width:116px; height:34px; margin:0 0 0 27px; line-height:34px; text-align:center; background:#a2d592; border-radius:8px; behavior:url("/css/PIE.htc");}
#sub_history ul{margin:-19px 0 20px 0; padding:30px 0 20px 40px; border:1px solid #a2d592;}
#sub_history ul li *{display:inline-block; vertical-align:top;}
#sub_history ul li strong{width:120px;}
#sub_history ul li span{width:540px;}

/* 의회조직 */
#sub_org .star{padding:0 0 25px 10px;}
#sub_org .star li *{display:inline-block; vertical-align:top;}
#sub_org .star li:nth-child(2) strong{width:75px;}
#sub_org .star li:nth-child(2) span{width:625px;}
#sub_org .org{padding:33px 10px; border:1px solid #a2d592; text-align:center;}

/* 의회에서하는일 */
#sub_work {padding:0 0 210px; background:url(/images/child/pages/bg_work.gif) no-repeat center bottom;}
#sub_work p{margin:0 0 1.5em 0; font-size:105%;}
#sub_work dt{font-weight:bold; font-size:110%; color:#482500;}
#sub_work dd{padding:0 0 1.2em 1.25em;}
#sub_work dd strong{display:block;}
#sub_work dd div{margin:0.5em 0 0 0; padding:0.5em 0 0.5em 2em; background:#d7ffca; color:#482500;}

/* 방청관람 */
#sub_tour p{margin:0 0 0.7em 0; font-size:120%;}
#sub_tour p span{color:#f29300;}
#sub_tour .detail{margin:0 0 1em 0; line-height:180%;}
#sub_tour dl{padding:0 0 30px 36px; font-size:105%; background:#e6ffd2 url(/images/child/pages/bg_tour.gif) no-repeat 515px 50px;}
#sub_tour dl dt{padding:30px 0 10px 0;}
#sub_tour dl dd ul{margin:0 0 1em 0;}
#sub_tour dl dd li{padding-bottom:5px;}
#sub_tour dl dd strong{display:block; width:185px; height:40px; line-height:40px; text-align:center; font-size:105%; background:#ffce63;}

/* 유용한사이트 */
#sub_site .site{overflow:hidden; width:728px; border:1px solid #acdb00; border-radius:10px; behavior:url("/css/PIE.htc"); background:#f2fdcb url(/images/child/pages/bg_site.gif) no-repeat 415px 210px;}
#sub_site .site ul {float:left;}
#sub_site .site ul.detail1{padding:30px 0 0 50px;}
#sub_site .site ul.detail2{width:420px; padding:0 0 25px 50px}
#sub_site .site ul li{float:left; width:200px; padding:0 0 15px 8px; background:url(/images/common/bullet/bul_dotGray.gif) no-repeat 0 8px;}

#sub_gallery .photo li{padding: 0 0.72em 1.5em 0.72em;}

/**
768
**/
@media screen and (max-width:999px) {

	/* 의장인사말 */
	#sub_greeting .greeting{width:300px;}

	/*의회연혁*/
	#sub_history ul li span{width:350px;}
	
	/* 의회조직 */
	#sub_org .star li span{margin:0 0 0.5em 0;}
	#sub_org .star li:nth-child(2) span{width:530px;}

	#sub_tour dl{background:#e6ffd2;}

	/* 유용한사이트 */
	#sub_site .site{width:528px; background:#f2fdcb;}

}

/**
768미만
**/
@media screen and (max-width:767px) {
	/* 의장인사말 */
	#sub_greeting .greeting{width:63%;}
	#sub_greeting .picture{width:37%; text-align:right;}

	/*의회연혁*/
	#sub_history ul{padding-left:0.7em;}
	#sub_history ul li{margin-bottom:0.3em;}
	#sub_history ul li span{width:98%;}

	#sub_org .star{padding-bottom:1em;}
	#sub_org .star li:nth-child(2) span{width:100%;}
	#sub_org .org{padding:0.5em;}

	#sub_work{padding:0 0 9em 0; background-size:85%;}
	#sub_work dd div{padding-left:0.7em;}

	#sub_tour dl{padding:0 0.5em 1em 1em;}
	#sub_tour dl dt{padding-top:1em;}
	#sub_tour .detail{line-height:150%;;}

	#sub_site .site{width:99.6%;}
	#sub_site .site ul.detail1{padding:1em 0 0 0.5em;}
	#sub_site .site ul.detail2{width:98%; padding:0 0 0.5em 0.5em;}
	#sub_site .site ul li{width:47%; padding:0 0 0.5em 9px; background-position:3px 8px;}
	
}