@charset "utf-8";

@import url(../gis/reset.css);
@import url(../gis/button.css);
@import url(../gis/table.css);

/* 레이아웃 공통 */
HTML {
 overflow:auto;
 }
 
BODY {
	font:0.75em/130% "맑은 고딕","Malgun Gothic", "나눔고딕", "NanumGothic", "ng", "dotum", "돋움";
	}

#wrap {
	position:relative;
	width:100%;
	height:100%;
	}

.w80 { width:80px; }
.w100 { width:100px; }
.w110 { width:104px; }
.w120 { width:120px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w165 { width:164px; }
.w170 { width:170px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w290 { width:294px; }
.w300 { width:300px; }
.w400 { width:400px; }
.w90per { width:90%; }
.w100per { width:100%; }
.h15 { height:15px; }
.pdr5 { padding-right:5px; }
.pdr10 { padding-right:10px; }
.brx { border:none; }

/* FORM 공통 */
input[type=text], 
input[type=password] {
	height:17px;
	line-height:17px;
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	font-size:13px;
	color:#333;
	vertical-align:middle;
	}

select {
	border:1px solid #ccc;
	padding:2px 4px 2px 1px;
	font-size:1.0em;
	color:#333;
	vertical-align:middle !important;
	}

:root select {
	height:25px \0/IE9; 
	} 


/* 본문바로가기 숨김영역 */
#skipNavi {
    position: absolute;
    margin: 0 auto;
    width: 100%;
	list-style: none;
    font-size: 1.15em;	
	top: -10.5em;
    left: 0;
    z-index: 20;
	}

#skipNavi a:active, #skipNavi a:focus {
    position: absolute;
	padding-top: 0.5em;
    width: 100%;
	height: 2em;
    top: 10.5em;
    /* left: 0; */
	text-align: center;
	color: #000;
	font-weight:bold;
	/* text-decoration: underline;*/
    background: #fff;
    border: 1px solid #475470;
    outline: 0;
	}

.invisible {
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	}

/* LAYOUT */
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:980px;
	height:80px;
	z-index:30
	}

#container {
	position:absolute;
	top:80px;
	right:0;
	bottom:0;
	left:0;
	z-index:20;
	}


#container #map_area {
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
/* 	background:url("../../images/gis/common/map.jpg") 0 0 no-repeat; */
	background-size:100%;
	}

#content {
	
	}

 /*
#container #map_area {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	}

#container #map_area IMG {
	position: absolute; 
	top: 190px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	}
*/

#container .marker {
	position:absolute;
	top:375px;
	left:870px;
	}




/* HEADER */
#header H1 {
	height:38px;
	padding:8px 20px 2px 30px;
	/*background:url("../../images/gis/common/bg_top.gif") 0 0 repeat-x;*/
	}

/* HEADER TOOLBAR */
#header .toolbar {
	position:relative;
	height:32px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #8e8e8e;
	background:url("../../images/gis/common/bg_top2.gif") 0 0 repeat-x;
	}

/* HEADER 범례선택 */
#header .maplegend {
	position:absolute;
	top:5px;
	right:550px;
	}

#header .maplegend LABEL {
	color:#fff;
	font-weight:bold;
	}

#header .maplegend SELECT {
	height:23px;
	}

/* HEADER TOOLBAR - 일반/위성지도*/
#header .toolbar .mapsort {
	position:absolute;
	top:5px;
	right:220px;
	}

#header .toolbar .mapsort LI {
	float:left;
	height:23px;
	line-height:23px;
	margin-right:3px;
	text-align:center;
	}

#header .toolbar .mapsort LI .chtxt{
	margin-right:7px;
	font-weight:bold;
	color:#d07703;
	}	

#header .toolbar .mapsort LI A {
	display:block;
	padding:0 12px 0 10px;
	text-decoration:none;
	}

/*#header .toolbar .mapsort UL {
	overflow:hidden;
	margin:10px 0;
	}

#header .toolbar .mapsort UL LI A {
	display:block;
	float:left;
	width:66px;
	height:22px;
	line-height:20px;
	background:url("../../images/gis/common/top_btnbg.gif") no-repeat;
	text-align:center;
	}

#header .toolbar .mapsort UL LI A:hover {
	text-decoration:none;
	}

#header .toolbar .mapsort UL LI A.mapsort2 {
	margin-top:-3px;
	background-position:0 -22px;
	}

#header .toolbar .mapsort UL LI.on A.mapsort1 {
	width:76px;
	background-position:-66px 0;
	color:#fff;
	}

#header .toolbar .mapsort UL LI.on A.mapsort2 {
	width:76px;
	background-position:-66px -22px;
	color:#fff;
	}*/

/* HEADER TOOLBAR - 툴모음*/
#header .toolbar .tools {
	position:absolute;
	top:5px;
	right:20px;
	}

#header .toolbar .tools LI {
	float:left;
	margin-right:3px;
	text-align:center;
	}

#header .toolbar .tools LI A {
	padding:0 11px;
	}

#header .toolbar .tools LI .tool0 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -72px 0 no-repeat;
	}

#header .toolbar .tools LI .on .tool0 {
	background:url("../../images/gis/btn/ico_tools.png") -72px -26px no-repeat;
	}

#header .toolbar .tools LI:hover .tool0 {
	background:url("../../images/gis/btn/ico_tools.png") -72px -26px no-repeat;
	}


#header .toolbar .tools LI .tool1 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") 0 0 no-repeat;
	}

#header .toolbar .tools LI .on .tool1 {
	background:url("../../images/gis/btn/ico_tools.png") 0 -26px no-repeat;
	}

#header .toolbar .tools LI:hover .tool1 {
	background:url("../../images/gis/btn/ico_tools.png") 0 -26px no-repeat;
	}

#header .toolbar .tools LI .tool2 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -18px 0 no-repeat;
	}

#header .toolbar .tools LI .on .tool2 {
	background:url("../../images/gis/btn/ico_tools.png") -18px -26px no-repeat;
	}

#header .toolbar .tools LI:hover .tool2 {
	background:url("../../images/gis/btn/ico_tools.png") -18px -26px no-repeat;
	}

#header .toolbar .tools LI .tool3 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -36px 0 no-repeat;
	}

#header .toolbar .tools LI .on .tool3 {
	background:url("../../images/gis/btn/ico_tools.png") -36px -26px no-repeat;
	}

#header .toolbar .tools LI:hover .tool3 {
	background:url("../../images/gis/btn/ico_tools.png") -36px -26px no-repeat;
	}

#header .toolbar .tools LI .tool4 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -54px 0 no-repeat;
	}

#header .toolbar .tools LI .on .tool4 {
	background:url("../../images/gis/btn/ico_tools.png") -54px -26px no-repeat;
	}

#header .toolbar .tools LI:hover .tool4 {
	background:url("../../images/gis/btn/ico_tools.png") -54px -26px no-repeat;
	}

#header .toolbar .tools LI .tool5 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") 0 -13px no-repeat;
	}

#header .toolbar .tools LI .on .tool5 {
	background:url("../../images/gis/btn/ico_tools.png") 0 -39px no-repeat;
	}

#header .toolbar .tools LI:hover .tool5 {
	background:url("../../images/gis/btn/ico_tools.png") 0 -39px no-repeat;
	}

#header .toolbar .tools LI .tool6 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -18px -13px no-repeat;
	}

#header .toolbar .tools LI .on .tool6 {
	background:url("../../images/gis/btn/ico_tools.png") -18px -39px no-repeat;
	}

#header .toolbar .tools LI:hover .tool6 {
	background:url("../../images/gis/btn/ico_tools.png") -18px -39px no-repeat;
	}

#header .toolbar .tools LI .tool7 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -36px -13px no-repeat;
	}

#header .toolbar .tools LI .on .tool7 {
	background:url("../../images/gis/btn/ico_tools.png") -36px -39px; no-repeat;
	}

#header .toolbar .tools LI:hover .tool7 {
	background:url("../../images/gis/btn/ico_tools.png") -36px -39px; no-repeat;
	}

#header .toolbar .tools LI .tool8 {
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-10px;
	display:block;
	width:18px;
	height:13px;
	background:url("../../images/gis/btn/ico_tools.png") -54px -13px no-repeat;
	}

#header .toolbar .tools LI .on .tool8 {
	background:url("../../images/gis/btn/ico_tools.png") -54px -39px no-repeat;
	}

#header .toolbar .tools LI:hover .tool8 {
	background:url("../../images/gis/btn/ico_tools.png") -54px -39px no-repeat;
	}


/* Search Window */
#content .search_window {
	position:absolute;
	top:90px;
	left:15px;
	width:250px;
	background:#fafafa;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	z-index:100;
	}

#content .search_window H2 {
	height:40px;
	line-height:38px;
	border-bottom:1px solid #e5e5e5;
	font-size:17px;
	color:#333;
	font-weight:bold;
	text-align:center;
	letter-spacing:-2px;
	background:#ffba00;
	}



/* 가격 조회 */
#content .search_window .price {
	position:relative;
	}
	
#content .search_window .price H2 {
	height:40px;
	line-height:38px;
	padding-left:35px; 
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	text-align:left;
	background-color:#f1f1f1;
	background-image:url("../../images/gis/common/ico_price.png");
	background-position:15px 50%;
	background-repeat:no-repeat;
	}

#content .search_window .price H2.chbar {
	background-color:#ffba00;
/* 	text-align:center; */
	}

#content .search_window .price H2 A {
	font-size:15px;
	color:#333;
	letter-spacing:-2px;
	}

#content .search_window .price .acco {
	position:absolute;
	top:10px;
	right:10px;
	}

#content .info_window_popup .nodata {
	height:300px;
	line-height:300px;
	border:none;
	text-align:center;
	font-size:14px;
	}

#content .info_window_popup .supplyInfo {
	margin-top:10px;
	padding:7px 20px;
	background:#f5f5f5;
	font-size:12px;
	color:#777;
	}

/* 감정원 실거래가&관리비 상세정보 */
#content .info_window_popup .rtmsFilter {
	padding:20px;
	background:#f1f1f1;
	}

#content .info_window_popup .rtmsFilter LABEL {
	margin-right:10px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	}

#content .info_window_popup .rtmsFilter SELECT {
	width:150px;
	height:28px;
	padding:2px;
	font-size:13px;
	vertical-align:middle;
	} 

#content .info_window_popup .rtmsFilter IMG {
	vertical-align:middle;
	} 

#content .info_window_popup .rtmsFilter .ssBtn {
	display:inline-block;
	margin-left:10px;
	}

#content .info_window_popup .rtmsFilter .ssBtn A {
	display:block;
	width:80px;
	height:30px;
	line-height:28px;
	text-align:center;
	border:1px solid #e5e5e5;
	background:#fff;
	}
	
#content .info_window_popup .rtmsDanji {
	padding:20px;
	border-bottom:1px solid #e5e5e5;
	}

#content .info_window_popup .rtmsDanji LABEL {
	margin-right:10px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	}

#content .info_window_popup .rtmsDanji SELECT {
	width:150px;
	height:28px;
	padding:2px;
	border:2px solid #333;
	font-size:13px;
	vertical-align:middle;
	}

#content .info_window_popup .rm_rtms,
#content .info_window_popup .rm_kapt,
#content .info_window_popup .rm_tech {
	display:block;
	height:24px;
	margin-top:22px;
	text-align:right;
	}
	
/* 공동주택가결열람필터 */
#content .info_window_popup .pblFilter {
	margin-bottom:10px;
	padding:10px;
	background:#f1f1f1;
	}

#content .info_window_popup .pblFilter LABEL {
	margin-left:10px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	}

#content .info_window_popup .pblFilter SELECT {
	width:150px;
	height:28px;
	padding:2px;
	font-size:13px;
	vertical-align:middle;
	} 

#content .info_window_popup .pblFilter .ssBtn {
	display:inline-block;
	margin-left:10px;
	}

#content .info_window_popup .pblFilter .ssBtn A {
	display:block;
	width:80px;
	height:30px;
	line-height:28px;
	text-align:center;
	border:1px solid #e5e5e5;
	background:#fff;
	}
	
/* Search Window - SearchForm */
#content .search_window .searchform {
	padding:13px 10px 18px 10px;
	background:#fff;
	}

#content .search_window .searchform LI {
	margin-bottom:3px;
	}

#content .search_window .searchform LI LABEL {
	display:inline-block;
	width:75px;
	padding:0px 0px 7px 6px;
	color:#333;
	font-weight:bold;
	letter-spacing:-1px;
	}

#content .search_window .searchform LI.pilsoo LABEL {
	display:inline-block;
	width:75px;
	padding-left:6px;
	background:url("../../images/gis/common/ico_spot.gif") 0 3px no-repeat;
	color:#333;
	font-weight:bold;
	}

#content .search_window .searchform LI SELECT {
	width:142px;
	}

#content .search_window .searchform LI INPUT {
	width:136px;
	}

#content .search_window .searchform LI INPUT.calendar {
	width:110px;
	font-size:11px;
	}
	
#content .search_window .searchform LI .calIco{
	vertical-align:middle;
	}

#content .search_window .searchform .cword {
	margin:10px 0 3px 0;
	font-size:11px;
	color:#999;
	letter-spacing:-1px;
	text-align:right;
	}

#content .search_window .searchform .cword .spot {
	color:#ff0000;
	}

#content .search_window .searchform .cword STRONG {
	color:#333;
	font-weight:normal;
	}

#content .search_window .searchform .btns {
	text-align:right;
	}

#content .search_window .searchform .btns A {
	padding:0 12px 0 10px;
	}

#content .search_window .searchform .btns .ico_zoom {
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:3px;
	background:url("../../images/gis/common/ico_zoom.gif") 0 0 no-repeat;
	}



/* 왼쪽 메뉴 탭 */
#content .search_window .searchform .tab_menu UL.tap {
	overflow:hidden;
	margin:10px 0;
	}

*:first-child+html #content .search_window .searchform .tab_menu UL.tap {
	margin-bottom:-15px;
	} /* for ie7 */

#content .search_window .searchform .tab_menu UL.tap LI.on A {
	z-index:10;
	}

#content .search_window .searchform .tab_menu UL.tap LI A {
	display:block;
	float:left;
	width:76px;
	height:30px;
	line-height:28px;
	background:url("../../images/gis/common/tap_bg.gif") no-repeat;
	text-align:center;
	}

#content .search_window .searchform .tab_menu UL.tap LI A:hover {
	text-decoration:none;
	}

#content .search_window .searchform .tab_menu UL.tap LI A.tapM2 {
	margin-top:-3px;
	background-position:0 -30px;
	}

*:first-child+html #content .search_window .searchform .tab_menu UL.tap LI A.tapM2 {
	margin-top:-19px;
	} /* for ie7 */

#content .search_window .searchform .tab_menu UL.tap LI A.tapM3 {
	margin-top:-3px;
	background-position:0 -60px;
	}

*:first-child+html #content .search_window .searchform .tab_menu UL.tap LI A.tapM3 {
	margin:-38px 0 0 150px;
	} /* for ie7 */

#content .search_window .searchform .tab_menu UL.tap LI.on A.tapM1 {
	width:77px;
	background-position:-76px 0;
	color:#fff;
	}

#content .search_window .searchform .tab_menu UL.tap LI.on A.tapM2 {
	width:77px;
	background-position:-77px -30px;
	color:#fff;
	}

#content .search_window .searchform .tab_menu UL.tap LI.on A.tapM3 {
	width:77px;
	background-position:-76px -60px;
	color:#fff;
	}

*:first-child+html #content .search_window .searchform .tab_menu UL.tap {
	} /* for ie7 */


/* 탭4컬럼 */
#content .search_window .searchform .tabArea .tap4col {
	overflow:hidden;
	height:63px;
	margin:10px 0;
	background:url("../../images/gis/common/bg_tab4col.gif") 0 0 no-repeat;
	}

#content .search_window .searchform .tabArea .tap4col LI {
	float:left;
	width:113px;
	}
	
#content .search_window .searchform .tabArea .tap4col LI A {
	display:block;
	height:31px;
	line-height:29px;
	text-align:center;
	font-size:12px;
	}

#content .search_window .searchform .tabArea .tap4col #searchPriceTab3,
#content .search_window .searchform .tabArea .tap4col #searchPriceTab4 {
	margin-top:-2px;
	}
	
#content .search_window .searchform .tabArea .tap4col #searchPriceTab1.on {
	background:url("../../images/gis/common/bg_tab4col.gif") 0 -63px no-repeat;
	}

#content .search_window .searchform .tabArea .tap4col #searchPriceTab2.on {
	background:url("../../images/gis/common/bg_tab4col.gif") -114px -126px no-repeat;
	}

#content .search_window .searchform .tabArea .tap4col #searchPriceTab3.on {
	background:url("../../images/gis/common/bg_tab4col.gif") 0 -221px no-repeat;
	}

#content .search_window .searchform .tabArea .tap4col #searchPriceTab4.on {
	background:url("../../images/gis/common/bg_tab4col.gif") -114px -284px no-repeat;
	}

#content .search_window .searchform .tabArea .tap4col LI A:hover {
	text-decoration:none;
	}

#content .search_window .searchform .tabArea .tap4col .on A {
	color:#fff;
	}



/* Search Window - Guide 
#content .search_window .guide {
	clear:both;
	height:300px;
	padding:10px;
	border-bottom:1px solid #ccc;
	}

#content .search_window .guide DT {
	height:28px;
	margin-bottom:10px;
	line-height:26px;
	padding-left:30px;
	font-size:1.2em;
	font-weight:600;
	background:url("../../../../../images/gis/egovframework/psms/portal/mapservice/ico_q.png") 0 0 no-repeat;
	}

#content .search_window .guide DD {
	margin-bottom:10px;
	}
*/

/* Search Window - 검색결과 */
#content .search_window .searchresult {
	overflow:hidden;
	position:relative;
	clear:both;
	min-height:320px;
	padding:7px 12px;
	}

#content .search_window .searchresult H3 {
	float:left;
	display:block;
	color:#333;
	padding-left:15px;
	background:url("../../images/gis/common/ico_arrow2.gif") 0 4px no-repeat;
	color:#444;
	font-weight:bold;
	}

#content .search_window .searchresult .info {
	float:right;
	font-size:11px;
	}

#content .search_window .searchresult .info STRONG {
	color:#9e7e5e;
	}

#content .search_window .searchresult .list {
	clear:both;
	margin-top:20px;
	}

#content .search_window .searchresult .list .scrolltable {
	overflow-x:hidden;
	overflow-y:scroll;
	height:285px;
	border-right:solid 1px #9AAFBD;
	border-bottom:solid 1px #9AAFBD;
	}



/* Search Window - Fold */
#content .fold {
	clear:both;
	position:relative;
	height:30px;
	line-height:30px;
	text-align:center;
	}

#content .fold A {
	display:block;
	color:#fff;
	background:#666;
	text-decoration:none;
	}

#content .fold A:hover {
	background:#ccc;
	}
	
#content .fold IMG {
	position:absolute;
	top:7px;
	right:13px;
	}

/* 맵 네비게이터 */
.mapnav {
	position:absolute;
	top:90px;
	right:20px;
	z-index:500;
	}

.mapnav .landiv {
	position:absolute;
	top:90px;
	right:30px;
	z-index:501;
	}

/* 동별정보보기 */
.dongview {
	position:absolute;
	top:272px;
	right:15px;
	z-index:501;
	}

/* 로드뷰 */
.roadview {
	position:absolute;
	top:100px;
	right:80px;
	z-index:501;
	}

.nearby {
	position:absolute;
	top:155px;
	right:80px;
	z-index:502;
	}

.d3view {
	position:absolute;
	top:211px;
	right:80px;
	z-index:503;
	}

/* 범례창 */
#content .note_window {
	position:absolute;
	bottom:62px;
	right:22px;
	width:270px;
	background:#f5f5f5;
	border:1px solid #404040;
	z-index:100;
	}

#content .note_window .header {
	height:30px;
	line-height:30px;
	padding-left:17px;
	background:#ccc;
	color:#fff;
	}

#content .note_window .header H4 {
	color:#333;
	font-weight:bold;
	}

#content .note_window .header A {
	position:absolute;
	top:5px;
	right:5px;
	}

#content .note_window .view .noteST {
	padding:10px 15px 0 15px;
	}

#content .note_window .view .noteST SELECT {
	width:240px;
	}

#content .note_window .view {
	overflow:hidden;
	padding:0 10px 20px 0;
	}

#content .note_window .view LI {
	float:left;
	width:50%;
	height:35px;
	line-height:35px;
	}

#content .note_window .view LI IMG {
	display:inline-block;
	vertical-align:middle;
	padding:10px 5px 10px 10px; 
	}



/* 임대주택정보 Window */
.info_window {
	position:absolute;
/*  	top:100px;  */
/*  	left:370px;  */
	width:528px;
	background:#fff;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	z-index:101;
	}

.info_window .header {
	height:40px;
	padding-left:17px;
	background:#fff;
	border-bottom:1px solid #666;
	}

.info_window .header H3 {
	display:block;
	height:24px;
	padding-top:10px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	letter-spacing:-1px;
	}

.info_window .header .close {
	position:absolute;
	top:12px;
	right:15px;
	}

.info_window .info {
	position:relaive;
	clear:both;
	padding:13px 15px 50px 15px;
	background:#fff;
	}

.info_window .info.roadview-area {
	clear:both;
	padding:0;
	background:#fff;
	} /* 로드뷰 영역 */

/*삭제 2014-03-14
.info_window .info TABLE {
	margin-bottom:15px;
	}

.info_window .info TABLE.nomargin {
	margin-bottom:0px;
	}
*/	

.info_window .info .platview {
	display:block;
	margin:0 auto;
	text-align:center;
	}

.info_window .btns {
	position:absolute;
	right:15px;
	bottom:15px;
	}

.info_window .btns A {
	padding:0 5px 0 5px;
	}

.info_window .btns .ico_roadv {
	display:inline-block;
	width:15px;
	height:16px;
	background:url("../../images/gis/btn/ico_btns.png") -45px -1px no-repeat;
	vertical-align:middle;
	}
*:first-child+html .info_window .btns .ico_roadv {
	background:url("../../images/gis/btn/ico_btns.png") -45px 1px no-repeat;
	} /* for ie7 */

.info_window .btns .ico_3d {
	display:inline-block;
	width:15px;
	height:16px;
	vertical-align:middle;
	background:url("../../images/gis/btn/ico_3d.png") 0 0 no-repeat;
	}
	
.info_window .btns .ico_view {
	display:inline-block;
	width:15px;
	height:16px;
	background:url("../../images/gis/btn/ico_btns.png") 0 -1px no-repeat;
	vertical-align:middle;
	}

*:first-child+html .info_window .btns .ico_view {
	background:url("../../images/gis/btn/ico_btns.png") 0px 1px no-repeat;
	} /* for ie7 */

.info_window .btns .ico_detail {
	display:inline-block;
	width:15px;
	height:16px;
	background:url("../../images/gis/btn/ico_btns.png") -15px -1px no-repeat;
	vertical-align:middle;
	}

*:first-child+html .info_window .btns .ico_detail {
	background:url("../../images/gis/btn/ico_btns.png") -15px 1px no-repeat;
	} /* for ie7 */

.info_window .btns .ico_print {
	display:inline-block;
	width:15px;
	height:16px;
	background:url("../../images/gis/btn/ico_btns.png") -30px -1px no-repeat;
	vertical-align:middle;
	}

*:first-child+html .info_window .btns .ico_print {
	background:url("../../images/gis/btn/ico_btns.png") -30px 0px no-repeat;
	} /* for ie7 */

.info_window .btnsT {
	position:absolute;
	right:15px;
	top:42px;
	margin-bottom:15px;
	}

.info_window .btnsT A {
	padding:0 5px 0 5px;
	}

.info_window .btnsT .ico_price {
	display:inline-block;
	width:15px;
	height:16px;
	background:url("../../images/gis/btn/ico_btns.png") -60px -1px no-repeat;
	vertical-align:middle;
	}

*:first-child+html .info_window .btnsT .ico_price {
	background:url("../../images/gis/btn/ico_btns.png") -60px 0px no-repeat;
	} /* for ie7 */

.info_window_popup .btnsRprice {
	overflow:hidden;
	padding:10px 15px 0 0;
	text-align:right;
	}

.info_window_popup .btnsRprice .priceBtn A {
	float:right;
	display:block;
	width:100px;
	padding:5px 20px;
	background:#333 !important;
	border:none;
	color:#fff !important;
	text-align:center;
	}
	
.info_window_popup .btnsRprice .priceBtnOff A {
	float:right;
	display:block;
	width:100px;
	padding:5px 20px;
	background:#ccc !important;
	border:none;
	color:#eee !important;
	text-align:center;
	}

	
.info_window .tableWarp {
	padding-top:30px;
	}

.info_window .priceBtn {
	position:absolute;
	top:10px;
	rihgt:10px;
	}
	
.info_window .priceBtnOff {
	position:absolute;
	top:10px;
	rihgt:10px;
	}	
	
/* 모집공고 상세정보 팝업Window */
#content .info_window_popup {
	position:absolute;
	top:150px;
	left:470px;
	width:806px;
	background:#fff;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	z-index:550;
	}

.info_window_popup .header {
	height:40px;
	padding-left:17px;
	background:#626673;
	}

.info_window_popup .header H3 {
	display:block;
	height:24px;
	padding-top:10px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	}

#content .info_window_popup .scrolltable {
   	overflow-x:hidden;
	overflow-y:scroll;
	height:180px;
	border-top:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
   } 


.info_window_popup .header A {
	position:absolute;
	top:8px;
	right:5px;
	}

#content .info_window_popup .tab {
	overflow:hidden;
	margin:20px 15px 0 15px;
	border-bottom:1px solid #f3ad3b;
	}

#content .info_window_popup .tab LI {
	float:left;
	vertical-align:bottom;
	}

#content .info_window_popup .tab LI IMG {
	vertical-align:bottom;
	}

#content .info_window_popup .header .close {
	position:absolute;
	top:12px;
	right:15px;
	}

#content .info_window_popup .danji {
	position:relative;
	margin-top:25px;
	padding-bottom:-15px;
	}

#content .info_window_popup .danji .danjiname {
	display:block;
	width:80%;
	padding:0 0 0 18px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	letter-sapcing:-1px;
	line-height:130%;
	}

#content .info_window_popup .danji .priceBtn {
	position:absolute;
	top:0px;
	right:15px; 
	}
	
#content .info_window_popup .danji .priceBtnOff {
	position:absolute;
	top:0px;
	right:15px; 
	}	
	
#content .info_window_popup .danji .priceBtn A {
	display:block;
	width:100px;
	padding:5px 20px;
	background:#333 !important;
	border:none;
	color:#fff !important;
	text-align:center;
	}
	
#content .info_window_popup .danji .priceBtnOff A {
	display:block;
	width:100px;
	padding:5px 20px;
	background:#ccc !important;
	border:none;
	color:#eee !important;
	text-align:center;
	}	
	
#content .info_window_popup .danji UL {
	overflow:hidden;
	padding:20px 15px 0px 15px;
	}

#content .info_window_popup .danji UL LI {
	float:left;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	}

#content .info_window_popup .danji UL LI A {
	display:block;
	height:30px;
	line-height:28px;
	padding:0 20px;
	border-bottom:1px solid #888;
	color:#666;
	}

#content .info_window_popup .danji UL LI A.last {
	border-right:1px solid #e5e5e5;
	}

#content .info_window_popup .danji UL LI A.on {
	border-bottom:1px solid #f5b846;
	color:#d57e1a;
	}

#content .info_window_popup .danji UL LI A:hover {
	text-decoration:none;
	}

#content .info_window_popup .guide_title {
	position:relative;
	width:200px;
	height:31px;
	margin:20px 5px;
	/*background:url("../../images/gis/content/guide_title.gif") 0 0 no-repeat;*/
	}

#content .info_window_popup .guide_title H4 {
	position:relative;
	padding-left:15px;
	/*background:url("../../images/gis/content/guide_title.gif") 100% 0 no-repeat;*/
	font-size:16px;
	color:#cc6600;
	font-weight:bold;
	}

#content .info_window_popup .import {
/* 	margin-top:10px; */
/* 	margin-bottom:-40px; */
	margin:20px;
	padding:10px 20px 10px 0;
	border-top:1px solid #e5e5e5;
	overflow-x:hidden;
	overflow-y:scroll;
	height:530px;
	}	

#content .info_window_popup .info {
	clear:both;
	padding:15px 15px 28px 15px;
	background:#fff;
	}
	
#content .info_window_popup .info H5 {
	float:left;
	margin-top:15px;
	}

#content .info_window_popup .info .imageview {
	clear:both;
	position:relative;
	}

#content .info_window_popup .info .imageview .image {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	}

#content .info_window_popup .info .imageview .image LI {
	display:inline-block;
	margin:0 10px;
	padding:1px;
	/*border:1px solid #b8b8b8;*/
	*display:inline;
	*zoom:1;
	}

#content .info_window_popup .info .imageview .prev {
	position:absolute;
	top:50px;
	left:20px;
	}

#content .info_window_popup .info .imageview .next {
	position:absolute;
	top:50px;
	right:20px;
	}

#content .info_window_popup .info .scrolltable,
#content .info_window_popup .info .scrolltable2 {
	clear:both;
	}
	
/* #content .info_window_popup .import { */
/* 	overflow-x:hidden; */
/* 	overflow-y:scroll; */
/* 	padding-left:10px; */
/* 	padding-right:25px; */
/* 	height:530px; */
/* 	} */

#content .info_window_popup .scrolltable2 {
   overflow-x:hidden;
   overflow-y:scroll;
   height:100px;
   border-right:solid 1px #e5e5e5;
   border-bottom:solid 1px #e5e5e5;
   }
   
/* 레이어 H5 설정 */
.info H5 {
	padding:7px 0;
	background:url("../../images/gis/common/ico_circ3.gif") 0 0 no-repeat;
	font-size:14px;
	color:#333;
	font-weight:bold;
	}
	
/* 스크롤테이블 추가 */   
#content .info_window .scrolltable {
   	overflow-x:hidden;
	overflow-y:scroll;
	height:auto;
	border-right:solid 1px #9AAFBD;
	border-bottom:solid 1px #9AAFBD;
   }   	
	
/**입주가이드 css 삽입*/
.page_cont{width:100%;margin-top:30px;}
.page_cont p.txt{margin:0 0 0 18px;line-height:1.5em;}
.page_cont p.img_rent{position:absolute;top:155px;right:8px;}
.page_cont p.rh_tit{margin:20px 0;border-bottom:1px dotted #b6cac8;padding:3px 0;}
.page_cont h4{background:url('../../images/gis/bul_gre_b.gif') no-repeat 0 1px;color:#296c11;font-size:13px;padding:0 0 5px 17px;}
.page_cont h5{background:url('../../images/gis/bul_gre_s.gif') no-repeat 0 2px;color:#296c11;font-size:12px;margin:8px 0 0 20px;padding:0 8px 5px 13px;font-weight:normal;}
.page_cont li{padding:2px 0 1px 18px;line-height:1.5em;}
.page_cont dl{background:url('../../images/gis/box_1.gif') no-repeat;width:721px;height:95px;padding:6px 15px 6px 6px;}
.page_cont dl.bg_img1{background:url('../../images/gis/box_2.gif') no-repeat;width:721px;height:95px;padding:6px 15px 6px 6px;}
.page_cont dl.bg_img2{background:url('../../images/gis/box_3.gif') no-repeat;width:721px;height:155px;padding:6px 15px 6px 6px;}
.page_cont dt{float:left;}
.page_cont dd{background:url('../../images/gis/bul_dd.gif') no-repeat 0 13px;padding:10px 11px 0;margin-left:170px;}
.page_cont dd.no{background:none;}

table.tbl_list_g{width:100%;margin-bottom:15px;border-collapse:collapse;}
table.tbl_list_g thead th{padding:8px 0 6px 0;border-top:1px solid #5f8d53;border-bottom:1px solid #a6caa1;border-right:1px solid #a6caa1;color:#294c1f;background:#e2efdc;}
table.tbl_list_g thead th.lst{border-right:none;}
table.tbl_list_g thead th.tlst{border-top:none;}
table.tbl_list_g tbody{text-align:center;}
table.tbl_list_g tbody td{padding:7px 5px 5px;border-bottom:1px solid #d9d9d9 ;border-right:1px solid #d9d9d9;}
table.tbl_list_g tbody td.bg{background:#f7f9e6;padding:7px 0 5px 0;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;}
table.tbl_list_g tbody td.lst{border-right:none;}
table.tbl_list_g tbody td.fst{color:#356a00;}
table.tbl_list_g tbody td.tit{text-align:left;padding-left:5px;}
table.tbl_list_g tbody td.al{text-align:left;padding:7px 8px 5px 8px;}

.scr_hide{font-size:0;line-height:0;visibility:hidden;}

.tbl_tit{text-align:center;font-weight:bold;color:#268302;padding:20px 0 5px;}
.tbl_des_list li{background:url('../../images/sub_bullet_s1.gif') no-repeat 0 8px;margin-left:8px;padding:2px 5px 1px 7px;text-align:left;}   /* table�ȿ� ��Ÿ�� */

.tbl_des_list li.no,.h5_des_list li.no{background:none;}   /* table�ȿ� ��Ÿ�� */
.h5_des_list li{background:url('../../images/sub_bullet_s1.gif') no-repeat 0 6px;margin-left:35px;padding:1px 0 1px 7px;line-height:1.5em;}   /* h5�ȿ� ��Ÿ�� */

.tbl_des_list li.no,.h5_des_list2 li.no{background:none;}   /* table�ȿ� ��Ÿ�� */
.h5_des_list2 li{margin-left:32px;margin-bottom:10px; padding:1px 0 10px 0px;line-height:1.6em;}   /* h5�ȿ� ��Ÿ�� */

.tbl_des_list li.no,.h5_des_list3 li.no{background:none;}   /* table�ȿ� ��Ÿ�� */
.h5_des_list3 li{margin-left:0px;margin-bottom:10px; padding:1px 0 10px 0px;line-height:1.6em;}   /* h5�ȿ� ��Ÿ�� */

.list_2de{margin-left:0px; margin-bottom:0px; padding:1px 0 0 0; line-height:1.4em; color:#686868;}   /* h5�ȿ� ��Ÿ�� */
.t20{margin-top:30px;} 

.h5_des_list2 li{padding:0 0 0 0px;}   /* h5�ȿ� ��Ÿ�� */

.scr_out{display:block;overflow:hidden;position:absolute;left:-9999px;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;}
.txt_org{color:#aa3900;}



/* 편의시설 레이어 */


.info_window2 {
	position:relative;
	position:absolute;
 	top:156px; 
 	right:135px; 
	width:230px;
	height:155px;
	background:#fff;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	z-index:101;
	}

.info_window2 .header {
	height:34px;
	padding-left:17px;
	background:#c7a685;
	color:#fff;
	}

.info_window2 .header .close {
	position:absolute;
	top:12px;
	right:15px;
	}

.info_window2 .header H3 {
	display:block;
	height:24px;
	padding-top:10px;
	}

#content .info_window2 UL.nearby {
	overflow:hidden;
	position:absolute;
	width:230px;
	top:0;
	left:0px;
	padding:0;
	margin:0;
	background-color:#fff;
	}

#content .info_window2 UL.nearby LI {
	float:left;
	width:76px;
	height:30px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	}

#content .info_window2 UL.nearby LI A {
	display:block;
	width:76px;
	height:30px;
	line-height:28px;
	padding-left:28px;
	letter-spacing:-1px;
	}

#content .info_window2 UL.nearby LI A.icoN1 {
	background:url("../../images/gis/btn/nearby01.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN2 {
	background:url("../../images/gis/btn/nearby02.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN3 {
	background:url("../../images/gis/btn/nearby03.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN4 {
	background:url("../../images/gis/btn/nearby04.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN5 {
	background:url("../../images/gis/btn/nearby05.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN6 {
	background:url("../../images/gis/btn/nearby06.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN7 {
	background:url("../../images/gis/btn/nearby07.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN8 {
	background:url("../../images/gis/btn/nearby08.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN9 {
	background:url("../../images/gis/btn/nearby09.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN10 {
	background:url("../../images/gis/btn/nearby10.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN11 {
	background:url("../../images/gis/btn/nearby11.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN12 {
	background:url("../../images/gis/btn/nearby12.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN13 {
	background:url("../../images/gis/btn/nearby13.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN14 {
	background:url("../../images/gis/btn/nearby14.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN15 {
	background:url("../../images/gis/btn/nearby15.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN16 {
	background:url("../../images/gis/btn/nearby16.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN17 {
	background:url("../../images/gis/btn/nearby17.gif") 0 50% no-repeat;
	}

#content .info_window2 UL.nearby LI A.icoN18 {
	background:url("../../images/gis/btn/nearby18.gif") 0 50% no-repeat;
	}



/* #content .info_window2 UL.nearby LI A.icoN1:hover { */
/* 	background:url("../../images/gis/btn/nearby01_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN2:hover { */
/* 	background:url("../../images/gis/btn/nearby02_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN3:hover { */
/* 	background:url("../../images/gis/btn/nearby03_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN4:hover { */
/* 	background:url("../../images/gis/btn/nearby04_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN5:hover { */
/* 	background:url("../../images/gis/btn/nearby05_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN6:hover { */
/* 	background:url("../../images/gis/btn/nearby06_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN7:hover { */
/* 	background:url("../../images/gis/btn/nearby07_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN8:hover { */
/* 	background:url("../../images/gis/btn/nearby08_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN9:hover { */
/* 	background:url("../../images/gis/btn/nearby09_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN10:hover { */
/* 	background:url("../../images/gis/btn/nearby10_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN11:hover { */
/* 	background:url("../../images/gis/btn/nearby11_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN12:hover { */
/* 	background:url("../../images/gis/btn/nearby12_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN13:hover { */
/* 	background:url("../../images/gis/btn/nearby13_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN14:hover { */
/* 	background:url("../../images/gis/btn/nearby14_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN15:hover { */
/* 	background:url("../../images/gis/btn/nearby15_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN16:hover { */
/* 	background:url("../../images/gis/btn/nearby16_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN17:hover { */
/* 	background:url("../../images/gis/btn/nearby17_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */

/* #content .info_window2 UL.nearby LI A.icoN18:hover { */
/* 	background:url("../../images/gis/btn/nearby18_on.gif") 0 50% no-repeat; */
/* 	color:#fff; */
/* 	} */



#content .info_window2 UL.nearby LI A:hover {
	text-decoration:none;
	background-color:#ffcc00;
	}

#content .info_window2 UL.nearby LI.br {
	border-right:none;
	}

#content .info_window2 UL.nearby LI.bb {
	border-bottom:none;
	}

/* jq tree 수정 */
ul.jqtree-tree li.jqtree-folder {
	padding:10px;
	border-bottom:1px solid #e5e5e5;
	}

ul.jqtree-tree li.jqtree_common .not_child {
	padding:10px;
	border-bottom:1px solid #e5e5e5;
	}

ul.jqtree-tree li.jqtree_common .not_child .jqtree-title {
	margin-left:0;
	}
	
ul.jqtree-tree .jqtree-toggler {
	display:none;
	}

ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
	background:none;
	background:#ffe154;
	background-color:#ffe154;
	text-shadow:none;
	}

ul.jqtree-tree ul.jqtree_common {
	margin:0;
	padding:5px 0;
	}

ul.jqtree-tree ul.jqtree_common .jqtree_common .jqtree_common .jqtree-title {
	display:block;
	margin:0;	
	padding-left:10px;
	background:url("../../images/gis/btn/ico_re.gif") 0 20% no-repeat;
	}
	
/* 블랭크영역(웹표준) */
.blankA {
	display:none;
	}	


/* 다방 부동산 114 추가 */
.priceChoice {
	width: 100%;
	}

.ydataSelect ul {
	float: left;
	margin-right: 10px;
	}

.ydataSelect ul li {
	float: left;
	}