	@charset "UTF-8";

	@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css"); 
	@import url("http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");

/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}

ol, ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}

blockquote, q {
	quotes:none;
}

q:before, q:after {
	content:"";
}

input, textarea, select {
/*	font:12px Arial, Helvetica, sans-serif; */
	font-family:"나눔고딕","Nanum Gothic","맑은고딕","Malgun Gothic","돋움","Dotum","굴림","Gulim",Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}

textarea {
	overflow:auto;
	resize:none;
}

body {
	font-family:"나눔고딕","Nanum Gothic","맑은고딕","Malgun Gothic","돋움","Dotum","굴림","Gulim",Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:21px;
	color:#2A2B27;
	background-color:#fff;
}

iframe {width:0;height:0;visibility:hidden;display:none}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:33px;
	margin-bottom:15px;
}

h2 {
	font-size:25px;
	margin-bottom:15px;
}

h3 {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:16px;
	margin-bottom:15px;
}

h5 {
	font-size:14px;
	margin-bottom:15px;
}

h6 {
	font-size:12px;
	margin-bottom:15px;
}

	/*  links
	******************************/
	a {color: #516322;text-decoration: none;}
	a:hover {color: #516322;text-decoration: none;}

	/*  superscript and subscript
	******************************/
	sup, sub {vertical-align: baseline;position: relative;top: -0.4em;}
	sub { top: 0.4em; }
	
	/*  lists
	*****************************
	ul, ol {padding:0;margin:0;}
	ul li {list-style-type:disc;}
	ol li {list-style-type:decimal;}
	ul li,
	ol li {font-size: 12px; line-height: 16px;margin: 0 0 10px 15px;}
	*/


	/*  tables
	******************************/
	table,th,td {border:0px solid #BBBBBB;}
	th {padding:3px; font-weight:bold;color:#5c5a45;}
	tr {margin:0 0 5px 0;padding:3px;}
	td {padding:5px;margin:0 1px;}
	
	/*  horizontal lines
	******************************/
	hr {border-bottom: 1px solid #BDBDC5;margin:5px 0;padding:0;height:2px;width:100%; margin-bottom:10px;}

.blankH200 { clear:both;height:200px;display:block;}
.blankH100 { clear:both;height:100px;display:block;}
.blankH90 { clear:both;height:90px;display:block;}
.blankH80 { clear:both;height:80px;display:block;}
.blankH70 { clear:both;height:70px;display:block;}
.blankH60 { clear:both;height:60px;display:block;}
.blankH50 { clear:both;height:50px;display:block;}
.blankH40 { clear:both;height:40px;display:block;}
.blankH30 { clear:both;height:30px;display:block;}
.blankH20 { clear:both;height:20px;display:block;}
.blankH10 { clear:both;height:10px;display:block;}
.blankH5 { clear:both;height:5px;display:block;}
.blankH3 { clear:both;height:3px;display:block;}
.blankH2 { clear:both;height:2px;display:block;}
.blankH1 { clear:both;height:1px;display:block;}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*---- header start ----*/

#header_top {
	width:100%;
	margin:0 auto;
	margin-bottom:5px;
}

#header_top nav{
	position:relative;
	width:1200px;
	margin:0 auto;
}

.main-bg {
  background-image: url("/img/main-bg.jpg");
  background-color: #cccccc;
  height: 200px;
  background-position: center;
  background-repeat: repeat-X;
  background-size: cover;
  position: relative;
}

.container {
	width:1200px;
	margin:0 auto;
	padding:0;
}


section {
	display:block;
	width:1200px;
	background-color:#fff;
	padding-top:7px;
}

section:after {display:block;content:"";clear:both;}

#contents {
	width:990px;
	float:right;
	margin-bottom:30px;
	text-align:center;
}



#aside_left {
	display: inline-block;
	width:200px;
	border:0px;
	margin:0 0 10px 0;
	float:left;
}

#nav_menu_1{
	width:200px;
	float:left;
	border:1px solid #f00;
	margin:0 0 10px;
}

#nav_menu_2{
	clear:both;
	width:200px;
	display:block;
	border:1px solid #ff0;
	margin:0 0 10px;
}

#nav_menu_3{
	clear:both;
	width:200px;
	display:block;
	border:1px solid #00f;
	margin:0 0 10px;
}

#aside_right {
	width:130px;
	float:right;
	border:1px solid #dedede;
	margin:0 0 10px 10px;
}


/*///---- header end ----///*/



.panel-tle {height:45px;text-align:left;padding:10px 0 0 15px;}
.panel-tle >.left35{display:inline-block;width:35%;text-align:left;}
.panel-tle >.left50{display:inline-block;width:50%;text-align:left;}
.panel-tle >.right65{display:inline-block;width:65%;font-size:12pt;text-align:right;padding-right:5px;vertical-align:bottom;opacity: 0.5;}
.panel-tle >.right50{display:inline-block;width:50%;font-size:12pt;text-align:right;padding-right:5px;vertical-align:bottom;opacity: 0.5;}
.panel-tle >.left65{display:inline-block;width:65%;text-align:left;}
.panel-tle >.right35{display:inline-block;width:35%;font-size:12pt;text-align:right;padding-right:5px;vertical-align:bottom;opacity: 0.5;}
.panel-tle:after {display:block;content:"";clear:both;}



.all-0{border:0px;padding:0px;}

/*---- span문자 start ----*/

span.letter-bg-box {
	font-size:12px;margin:0px;padding:0;display:inline;border-radius:3px;
}

span.myun-yun { background-color:#b5ba29;font-weight:600;color:#fff;}
span.myun-pyo { background-color:#ba7e29;font-weight:600;color:#fff;}
span.myun-jun { background-color:#33ba29;font-weight:600;color:#fff;}
span.myun-sil { background-color:#2971ba;font-weight:600;color:#fff;}
span.price-ws { background-color:#3a78ff;font-weight:600;color:#fff;}
span.price-js { background-color:#00a650;font-weight:600;color:#fff;}
span.price-me { background-color:#ec6546;font-weight:600;color:#fff;}

span.txt-pyong { font-weight:600;color:#ff4800;}		/* DV */
span.txt-price { font-weight:600;color:#ff4e00;}		/* DV */

span.park { background-color:#999;font-weight:600;color:#fff;margin-right:3px;}

/*///---- span문자 end ----*/





/*----메인메뉴 start----*/
#aside_left .main_box {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background-color: #efefef;
	padding:5px 0;
	margin-bottom:10px;
}

#aside_left .main_tle {
	font-size:13pt;
	font-weight:600;
	text-align:center;
	padding:5px 0;
}

#aside_left .main_sub {
	border: 1px solid #dedede;
	border-radius: 7px;
	background-color: #fff;
	padding:7px 0 5px 0;
	margin:0 2px;
}

#aside_left .main_row {
	height:25px;
}

#aside_left .main_intle {
	width:108px;
	font-size:11pt;
	font-weight:600;
	margin:1px 0 0 8px;
	padding:0px;
	display:inline-block;
	text-align:left
}


#aside_left span.letterbox {
	width:33px;height:20px;font-size:12px;font-weight:600;color:#fff;margin:0px;padding:0px;display:inline-block;border-radius:4px;text-align:center;vertical-align:middle;
}

#aside_left span.sale { background-color:#f60; }
#aside_left span.rent { background-color:#56a6ff;}

#aside_left .letterbox a:link, #aside_left .letterbox a:visited {
	color: #fff;
	text-decoration: none;
}

#aside_left .letterbox a:hover, #aside_left .letterbox a:focus {
	text-shadow: 1px 1px 0px #000;
	color:#FC0;
	font-weight:600;
}

/*///----메인메뉴 end----///*/













/*----테마별 메뉴 start----*/
#aside_left .tm_box {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background-color: #efefef;
	padding:5px 0;
	margin-bottom:10px;
}

#aside_left .tm_tle {
	font-size:13pt;
	font-weight:600;
	text-align:center;
	padding:5px 0;
}

#aside_left .tm_sub {
	border: 1px solid #dedede;
	border-radius: 7px;
	background-color: #fff;
	padding:7px 0 5px 0;
	margin:0 2px;
}

#aside_left .tm_intle {
	width:100%;
	height:25px;
	font-size:11pt;
	font-weight:600;
	margin:0px;
	padding-left:10px;
	display:block;
}
/*///----테마별 메뉴 end----///*/






/*----IC 별 매물검색 start----*/
#aside_left .ic_box {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background-color: #efefef;
	padding:5px 0;
	margin-bottom:10px;
}

#aside_left .ic_tle {
	font-size:13pt;
	font-weight:600;
	text-align:center;
	padding:5px 0;
}

#aside_left .ic_sub {
	border: 1px solid #dedede;
	border-radius: 7px;
	background-color: #fff;
	padding:7px 0 10px 0;		/*이해안됨 clear:both로 인해 마지막 float 크기에 영향? float는 absolute이므로???*/
	margin:0 2px;
}

#aside_left .ic_row {
	padding:7px 10px 5px 10px;
}

#aside_left .ic_intle {
	width:100%;
	font-size:11pt;
	font-weight:600;
	padding:0 0 0px 10px;
	color:#579410;
}

#aside_left .ic_item{
	display:inline-block;
	padding-left:5px;
	line-height:18px;
}

/*///----IC 별 매물검색 end----///*/





/*----왼쪽 메뉴 기타 start----*/
#aside_left  #consult {
	padding:5px 0 7px 0;
	font-size:12pt;
	text-align:center;
}

#aside_left  #consult .btn { 
	width:90px;
	font-size:14px;
	font-weight:600;
}


#aside_left #calc {
	padding:5px;
	font-size:12pt;
	text-align:center;
}

#aside_left .ban-box-txt {
	width:100%;
	font-size:15pt;
	text-align:center;
	margin-bottom:10px;
}

#aside_left .ban-img {
	display:block;
	width:100%;
	text-align:center;
}

/*///----왼쪽 메뉴 기타 end----///*/










/*---- main search start ----*/

#srch_main_box {
	display: inline-block;
	width:990px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background-color: #efefef;
	padding:10px;
	margin:0px;
	margin-bottom:10px;
}

#srch_main_box:after {display:block;content:"";clear:both;}

#srch_main_box .left {
	display:inline-block;
	width:820px;
	padding-left:20px;
}

#srch_main_box .row {
	height:30px;
}

#srch_main_box .right {
	display:inline-block;
	width:140px;
}


#srch_main_box .item1{
	display:inline-block;
	padding-left:3px;
	width:200px;
	float:left;
}

#srch_main_box .btn { width:90%;height:55px;}

/*///---- main search end ----///*/





.hot-outer4 {width:100%;padding-top:5px;}
.hot-outer4 .box{width:24.5%;height:220px;display:inline-block;vertical-align:top;}
.hot-outer4 .inner{margin:0 auto;border:1px solid #cdcdcd;padding:7px 0px;}
.hot-outer4 .pic-box{position:relative;display:;margin:0 auto;width:210px;height:140px;}
.hot-outer4 .pic{z-index:3;left:0px;top:0px;position:absolute;display:;}
.hot-outer4 .pic>img {width:210px;height:140px;border:1px solid #a9a9a9;}
.hot-outer4 .ani{z-index:4;left:144px;top:0px;position:absolute;display:;}
.hot-outer4 .row{height:22px;padding-left:3px;text-align:center;}
.hot-outer4 .area-color{color:#444d66;}
.hot-outer4 .m2-color{color:#000;}
.hot-outer4 .py-color{color:#5065ff;}
.hot-outer4 .price-color{color:#ff3000;}

.hot-outer5 {width:100%;padding-top:5px;}
.hot-outer5 .box{width:19.5%;height:200px;display:inline-block;vertical-align:top;}
.hot-outer5 .inner{margin:0 auto;border:1px solid #cdcdcd;padding:7px 0px;}
.hot-outer5 .pic-box{position:relative;display:;margin:0 auto;width:170px;height:113px;}
.hot-outer5 .pic{z-index:3;left:0px;top:0px;position:absolute;display:;}
.hot-outer5 .pic>img {width:170px;height:113px;border:1px solid #a9a9a9;}
.hot-outer5 .ani{z-index:4;left:110px;top:0px;position:absolute;display:;}
.hot-outer5 .row{height:22px;padding-left:3px;text-align:center;}
.hot-outer5 .area-color{color:#444d66;}
.hot-outer5 .m2-color{color:#000;}
.hot-outer5 .py-color{color:#5065ff;}
.hot-outer5 .price-color{color:#ff3000;}








/*----general----*/

.text_on
{
    border: 1px solid lightgrey;
	width:95%;
	height:25px;
}












/*----start page content----*/

a.btn{
	color:#454546;
	background:#FAEFE3;
	font-size:12px;
	text-decoration:none;
	padding:7px 15px 7px 15px;
	font-weight:bold;
	display:inline-block;
	border:#A4AD8D solid 1px;
}

a.btn:hover{
	text-decoration:underline;
}

/*----start footer content----*/








#footer{
	clear:both;
	height:100px;
	margin-top:10px;
	font-family:"나눔고딕","Nanum Gothic","맑은고딕","Malgun Gothic","돋움","Dotum","굴림","Gulim",Arial, Helvetica, sans-serif;
	background-color:#E4E1DF;
	border:#7171AE dotted 1px;
	padding-top:10px;
}

#footer a{
	color: #404E51;
	text-decoration:underline;
}

#footer a:hover{
	color: #404E51;
	text-decoration:none;
}

#footer .logo {
	display:inline-block;width:18%;height:70px;vertical-align:middle;line-height:60px;text-align:center;
}
#footer .logo .style {
	font-size:33pt;color:#FFF;font-weight:600;text-shadow: 1px 1px 2px #333,0 0 20px #000, 0 0 5px #000;
}
#footer .info {
	display:inline-block;width:68%;height:70px;text-align:center;font-size:13px;color:#000;vertical-align:middle;line-height:150%;
}

#footer address {color:#888;}

#footer .banner {
	display:inline-block;width:14%;text-align:center;vertical-align:middle;
}


/*----end footer content----*/





	/* 버튼 : 위로 */
	.btn_up_layer {
		background-color: #7d7d78; /* Green */
		border: none;
		color: white;
		opacity:0.5!important;
		filter:alpha(opacity=50);
		padding: 8px 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		margin-bottom: 26px;
		margin-right: 20px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
		cursor: pointer;
		border-radius: 4px;
		border: 2px solid #7d7d78;

		position:fixed;right:5px;bottom:60px;display:none;padding:5px 10px;z-index:100;
	}

	/* 버튼 : 위로 */
	.btn_down_layer {
		background-color: #7d7d78; /* Green */
		border: none;
		color: white;
		opacity:0.5!important;
		filter:alpha(opacity=50);
		padding: 8px 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		margin-bottom: 20px;
		margin-right: 20px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
		cursor: pointer;
		border-radius: 4px;
		border: 2px solid #7d7d78;

		position:fixed;right:5px;bottom:30px;display:;padding:5px 10px;z-index:100;
	}
