@charset "utf-8";

@import "reset.css";
@import "default.css";
@import "base.css";
@import "sub_base.css";


/*유니트*/

.unit .tab_wrap {
	width: 100%;
	height: 49px;
	margin-bottom: 33px;}
	
	.unit .tab_wrap li {
		width: 83px;
		float: left;}
		
	.unit .tab_wrap .list_01,
	.unit .tab_wrap .list_03,
	.unit .tab_wrap .list_05,
	.unit .tab_wrap .list_07 { width: 84px;}
	.unit .tab_wrap .list_08 { width: 82px;}
		
		.unit .tab_wrap a {
			width: 100%;
			height: 49px;
			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: -84px 0px;}
		.unit .tab_wrap .list_03 a { background-position: -167px 0px;}
		.unit .tab_wrap .list_04 a { background-position: -251px 0px;}
		.unit .tab_wrap .list_05 a { background-position: -334px 0px;}
		.unit .tab_wrap .list_06 a { background-position: -418px 0px;}
		.unit .tab_wrap .list_07 a { background-position: -501px 0px;}
		.unit .tab_wrap .list_08 a { background-position: -585px 0px;}
		.unit .tab_wrap .list_09 a { background-position: -668px 0px;}

/*단지조경플랜*/

.plan .tab_wrap {
	width: 100%;
	height: 29px;
	margin-bottom: 20px;}
	
	.plan .tab_wrap li {
		width: 390px;
		float: left;}
		
	.plan .tab_wrap .list_02 { width: 360px;}
		
		.plan .tab_wrap a {
			width: 100%;
			height: 29px;
			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: -390px 0px;}









