@charset "utf-8";

/* 설문조사 */
.title_poll{
	margin-top:20px;
	background:url(../images/application/bg_poll_title.png) repeat 0 0;
	padding:20px;
	font-weight: bold;
	}
.title_poll h5{
	margin-left:0px !important;
	margin-top:25px !important;
	}
.poll_list{
	margin-top:20px;
	}
.poll_list > dt {
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #cccccc;
	font-weight: bold;
	}
.poll_list > dt > span{
	border-radius:3px;
	background:url(../images/application/icon_q.png) no-repeat 0 50%;
	padding-left:30px;
	padding-right:10px;
	display:inline-block;
	line-height:35px;
	font-weight:bold;
	color:#111111;
	}
.footer_poll{
	border-top:1px dotted #cccccc;
	margin-top:20px;
	padding-top:10px;
	}
.poll_list .box{
	position:relative;
	margin-top: 10px;
	}
.poll_list .box .count{
	position:absolute;
	left:10px;
	top: 27px;
	color:#111111;
	}
.poll_list .graph{
	width:100%;
	position:relative;
	border: 1px solid #cccccc;
    border-radius: 3px;
    height: 30px;
    box-shadow:0px 2px 4px #cccccc inset;
	}
.poll_list .graph > span{
	position:absolute;
	left: -1px;
    top: -1px;
	display:block;
	height:30px;
	border-radius: 3px;
	border:1px solid #FEC514;
	background:#F9D35C;
	opacity:0.8;
	box-shadow:2px 0px 4px #cccccc;
	}
.poll_list li{
	margin-top: 20px;
}
	
/* 지도 */
.map_box {
	border: 1px solid #dedede;
	border-radius:5px;
	margin-top: 10px;
	width: 790px;
	height:450px;
	}
.map_con {
	position: relative;
	width: 300px;
	}
.map_con .box {
	background: #ffffff;
	height: 100px;
	padding: 10px;
	}
.map_con .big_box{
	background: #ffffff;
	height: 260px;
	padding: 10px;
}
.map_con .box .title {
	display: block;
	font-size: 18px;
	padding-bottom: 7px;
	font-family: 'NanumGothicWebB';
	border-bottom: 2px solid #333333;
	color:#333333;
	}
.map_con .big_box .title {
	display: block;
	font-size: 18px;
	padding-bottom: 7px;
	font-family: 'NanumGothicWebB';
	border-bottom: 2px solid #333333;
	color:#333333;
	}
.map_con .box .body {
	color: #666666;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	}
.map_con .big_box .body {
	color: #666666;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	}
/* 재산세자동산출 */
.money_total{
	background: #f5f5f5;
    margin-top: 10px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 15px;
    text-align: center;
    font-family: 'NanumGothicWeb';
    font-size: 16px;
    color: #333333;
	}
	
/* 응용단에 들어가는 tab */
.tab_body{
	border-bottom: 1px solid #cacaca;
	padding:0 10px;
	margin-top:20px;
	}
.tab_body > ul > li{
	float:left;
	}
.tab_body > ul > li > a,
.tab_body > ul > li > span{
	display:block;
	text-align:center;
	font-family: 'NanumGothicWebB';
	font-size:16px;
	color:#888888 !important;
	}
.tab_body > ul > li > a{
	padding:10px 21px;
	}
.tab_body > ul > li > span{
	padding:10px 21px 10px 18px;
	}
.tab_body > ul > li > span label{
	font-family: 'NanumGothicWebB';
	font-size:16px;
	color:#888888;
	cursor:pointer;
	}
.tab_body > ul > li > a.on,
.tab_body > ul > li > span.on{
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-left:1px solid #cacaca;
	border-bottom:1px solid #ffffff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-bottom:-1px;
	}
.tab_body > ul > li > span.on label{
	color:#333333;
	}
.tab_body input[type="radio"]{
	cursor:pointer;
	}

/* 대형폐기물 */
.select_num{
	width:60px;
	margin-left:-4px;
	}
.btn_waste_del{
	background:url(../images/board/delete.png) no-repeat 0 0;
	width:16px;
	height:16px;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin:0 auto;
	}
.waste_total{
	background:#f5f5f5;
	margin-top:10px;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	padding:15px;
	text-align:center;
	font-family: 'NanumGothicWeb';
	font-size:16px;
	color:#333333;
	}
.waste_total #totalCnt{
	font-family: 'NanumGothicWebB';
	font-size:18px;
	margin-left:10px;
	}
	
/* 포토갤러리 */
.photo_gallery{
	}
.photo_gallery  ul > li{
	width:33.3%;
	float:left;
	}
.photo_gallery  ul > li > div{
	border:1px solid #d4d4d4;
	margin:7px 5px;
	min-height:215px;
	padding:5px;
	}
.photo_gallery  ul > li:nth-child(3n+1) >  div{
	margin-left:0px;
	margin-right:10px;
	}
.photo_gallery  ul > li:nth-child(3n+0) >  div{
	margin-left:10px;
	margin-right:0px;
	}
.photo_gallery ul > li a{
	display:block;
	text-align:center;
	}
.photo_gallery  ul > li p{
	font-family: 'NanumGothicWeb';
	font-size:14px;
	margin-top:10px;
	padding-bottom:5px;
	text-align:left;
	border-bottom:1px dotted #d4d4d4;
	overflow : hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.photo_gallery ul > li .date{
	display:block;
	font-family: 'NanumGothicWeb';
	font-size:13px;
	text-align:right;
	padding:5px 0px;
	color:#666666;
	}
.gallery_img > img{
	width:100%;
	}
.is-ie .gallery_img{
	width:800px;
	}
.gallery_img > div{
	background: #474f5a;
	padding:5px 15px;
	position:relative;
	}
.gallery_img > div > p{
	color:#ffffff;
	}
.gallery_img > div > a{
    position:absolute;
    right:0px;
    top:0px;
    color:#FFF586 !important;
    border-left:1px solid #353B44;
    display:block;
    padding:5px 15px;
	}
.relation_list ul > li{
	float:left;
	width:20%;
	text-align:center;
	margin-top:10px;
	}
.relation_list ul > li > a{
	display:block;
	}
div[class^="viewPhoto"]{
	}
div[class^="viewPhoto"] .title{
	display:inline-block;
	width:70px;
	background:#EDFAFF;
	text-align:center;
	padding:7px 5px;
	}
.viewPhoto_next{
	margin-top:20px;
	border-top:1px solid #dadada;
	border-bottom:1px dashed #dadada;
	}
.viewPhoto_prev{
	border-bottom:1px solid #dadada;
	}
.relation_img{
	padding-top:20px;
	text-align:center;
	}
.relation_photoView .btn{
	text-align:center;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:10px 0px;
	}
.relation_photoView .btn a.btn_white{
	padding:5px 13px;
	}
.relation_photoView ul{
	background:#f5f5f5;
    padding: 10px;
    border-top: 1px solid #dadada;
	}
.relation_img {
	background: #474f5a;
	padding:10px 0 0px 0;
	margin-top:20px;
	}
.relation_img > div {
	position:relative;
	margin-top:10px;
 	border-top:1px solid #353B44;
 	text-align:right;
	}
.relation_img > div > a{
	color:#FFF586 !important;
    border-left:1px solid #353B44;
    display:inline-block;
    padding:5px 15px;
	}
.relation_img > div select{
	position:absolute;
	left:5px;
	top:3px;
	}
	
/* 업무안내 */
.dept_work{
	padding:15px;
	margin-top:20px;
	background:#f5f5f5;
	border-top:1px dashed #dadada;
	border-bottom:1px dashed #dadada;
	}
	
/* 사이트맵 */
.sitemap {
	}
.sitemap .st_box { float: left; width: 290px; margin: 0 15px 40px; }
.sitemap .st_box a { display: block; }
.sitemap .st_list > li { border-top: 1px solid #dcdcdc; }
.sitemap .st_list > li > a { height: 36px; padding-left: 20px; background: #f0f0f0; font-size: 1.153em; font-weight: 700; line-height: 36px; }
.sitemap .st_box h3 { height: 50px; background: #414286; color: #fff; font-size: 1.230em; font-weight: 700; text-align: center; line-height: 52px; }
.sitemap .st_list { border: 1px solid #dcdcdc; border-top: 0; }
.sitemap .st_list ul a { padding-left: 34px; background: url(../images/sub/icon_bar.gif) no-repeat 22px 8px; }
.sitemapArea {
	clear: both;
	border: 1px solid #dedede;
	background: #fff;
	margin-bottom: 15px;
	}
.sitemapLeft {
	float: left;
	width: 27%;
	}
.sitemapLeft h4.sitemap_title {
	font-size: 18px !important;
	color: #2f78d3 !important;
	margin: 20px !important;
	padding: 0 0 0 25px !important;
	}
.sitemapRight {
	float: left;
	width: 72%;
	border-left: 1px solid #dedede;
	min-height:58px;
	}
.sitemapRight > ul {
	padding: 10px;
	}
.sitemapRight  > ul > li > div > ul > li {
	float:left;
	width: 33%;
	margin-bottom:5px;
	}
.sitemapRight > ul > li > div{
	margin-top:5px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:5px;
	}
.sitemapRight > ul > li > div > ul > li > a{
	padding: 0 15px 0 9px;
	background: url(../images/common/bul_depth03.png) no-repeat 0 6px !important;
	display:inline-block;
	line-height:16px;
	letter-spacing:-1px;
	}
.sitemapRight  > ul > li > a{
	display:inline-block;
	clear:both;
	background: url(../images/common/bul_h6.png) no-repeat left 10px !important;
	letter-spacing:-1px;
	padding: 5px 0 0 15px;
	font-weight: bold;
	margin-top:10px;
	}
.sitemapRight  > ul > li:first-child > a{
	margin-top:0px;
	}
.sitemapRight > ul > li > div > ul > li:nth-child(3n+1){
	clear:left;
	}
	
/* 개별공시지가조회 */
.box_inquiry{
	background:url(../images/application/icon_housejiga.png) no-repeat 70px 20px;
	border:1px solid #cccccc;
	border-radius:5px;
	margin-top:20px;
	padding:25px 15px;
	overflow:hidden;
	}
.box_inquiry legend{
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
	}
.box_inquiry > fieldset{
	margin-left:250px;
	position:relative;
	margin-top:20px;
	}
.box_inquiry ul > li{
	background:url(../images/common/bul_arrow.png) no-repeat 0 7px;
	padding-left:10px;
	margin-bottom:10px;
	}
.box_inquiry ul > li > label{
	font-weight:bold;
	}
.box_inquiry ul > li > select{
	margin-left:5px;
	}
.box_inquiry .area_type{
	margin-left:33px;
	}
.box_inquiry input[id$="bun2"]{
	width:130px;
	}
.box_inquiry .btn_inquiry{
	position:absolute;
	bottom: 9px;
	right: 180px;
	}
.btn_kab{
	background:#f1f6fc;
	padding:10px 0px;
	text-align:center;
	margin:30px -15px -25px -15px;
	}
/*배너  */	
.banner_group_wrap { overflow:hidden; display:block; width:105%; margin-left:-10px; clear:both; }
.banner_group_wrap ul li { margin-top:10px; margin-left:10px; float:left;}
.banner_group_wrap ul li a img { width:128px; height:43px;}