@charset "utf-8";

@import "reset.css";
@import "default.css";
@import "base.css";
@import "sub_base.css";


/*유니트*/

.unit .tab_wrap {
	width: 100%;
	height: 32px;
	margin-bottom: 27px;
	background: url(../img/complex/unit_tab_bg.gif) no-repeat top left;}
	
	.unit .tab_wrap li {
		width: 187px;
		float: left;}
	
	.unit .tab_wrap li.list_03 { width: 190px;}
	.unit .tab_wrap li.list_04 { width: 186px;}
				
		.unit .tab_wrap a {
			width: 100%;
			height: 32px;
			display: block;
			background: url(../img/complex/unit_tab_off.gif) no-repeat top left;}
			
		.unit .tab_wrap a.on { background-image: url(../img/complex/unit_tab_on.gif);}
			
		.unit .tab_wrap .list_02 a { background-position: -187px 0px;}
		.unit .tab_wrap .list_03 a { background-position: -374px 0px;}
		.unit .tab_wrap .list_04 a { background-position: -564px 0px;}

/*단지조경플랜*/

.plan .tab_wrap {
	width: 100%;
	height: 32px;
	margin-bottom: 38px;}
	
	.plan .tab_wrap li {
		width: 375px;
		float: left;}
		
	.plan .tab_wrap .list_02 { width: 375px;}
		
		.plan .tab_wrap a {
			width: 100%;
			height: 32px;
			display: block;
			background: url(../img/complex/plan_tab_off.gif) no-repeat top left;}
			
		.plan .tab_wrap a.on { background-image: url(../img/complex/plan_tab_on.gif);}
			
		.plan .tab_wrap .list_02 a{ background-position: -375px 0px;}









