
/* 메인롤링 */
.visual1, .visual2 {
	position:relative;
}
.visual1 {
	background:url(../img/visual1.jpg) no-repeat center center;
	background-color:#EEEBEA;
}
.visual2 {
	background:url(../img/visual2.jpg) no-repeat center center;
	background-color:#A895A7;
}
.visual-img {
	position:relative;
	width:1200px;
	height:640px;
	margin:0 auto;
}
.visual1 .wrap-title {
	position:absolute;
	width:538px;
	height:195px;
	top:155px;
	left:30px;
}
.visual1 .wrap-title .tt1 {	margin-bottom:15px; }
.visual1 .wrap-title .tt3 {	margin-bottom:15px; }

.visual2 .wrap-title {
	position:absolute;
	width:962px;
	height:141px;
	top:146px;
	left:30px;
}
.visual2 .wrap-title div {
	/*border:1px solid red;*/
}
.visual2 .wrap-title .tt1 {	margin-bottom:5px; }
.visual2 .wrap-title .tt2 {	margin-bottom:8px; }

#wrap-quickmenu {
	position:relative;
	background-color:#4B0049;
}
.m-quick {
	position:relative;
	width:1200px;
	height:140px;
	margin:0 auto;
	background:url(../img/m_quick.jpg) no-repeat;
}

.m-quick .qm {
	position:absolute;
	width:235px;
	height:110px;
	top:16px;
	cursor:pointer;
}
.m-quick .qm1 {
	left:0;
}
.m-quick .qm2 {
	left:330px;	
}
.m-quick .qm3 {
	left:650px;		
}
.m-quick .qm4 {
	left:970px;	
}

#wrap-content {
	position:relative;
	background-color:#F4F4F4;
}
#wrap-content .m-content {
	position:relative;
	width:1200px;
	height:340px;
	background:url(../img/m_content.jpg) no-repeat;
	margin:0 auto;
}

/* 분양중 */
#wrap-sale {
	position:absolute;
	top:20px;
	left:300px;
	width:435px;
	height:300px;
}
#wrap-sale .icon-sale {
	position:absolute;
	width:90px;
	height:52px;
	top:0px;
	right:0px;
	bottom:65px;
	z-index:101;
}
#wrap-sale .shadow {
	position:absolute;
	width:435px;
	height:300px;
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#wrap-sale .wrap-text {
	position:absolute;
	width:435px;
	height:300px;
	color:#fff;
}
.wrap-text .txt1 {
	font-size:31px;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	margin-top:75px;
}
.wrap-text .txt2 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
#wrap-sale .sale-site {
	position:absolute;
	width:181px;
	height:38px;
	left:119px;
	bottom:65px;
	cursor:pointer;
}


/* Main Visual Slider */
.main-visual, .main-sale {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-visual #slider-prev, #slider-next {
	position:absolute;
	width:63px;
	height:63px;
	top:300px;
	cursor:pointer;
}
.main-visual #slider-prev { left:0; }
.main-visual #slider-next { right:0; }
.main-visual .bx-wrapper .bx-pager {
	bottom:20px;
	z-index:100;
	display:none;
}
#slider-control {
	position:absolute;
	width:18px;
	height:18px;
	bottom:23px;
	left:440px;
	cursor:pointer;
	background:url(../img/stop.png) no-repeat;
	z-index:10;
}
#slider-control.on {
	background:url(../img/play.png) no-repeat;	
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffff00;
}

#wrap-sale .bx-pager {
	display:absolute;
	z-index:100;
	bottom:10px;
	right:10px;
}

/* 공지, 뉴스 */
.m-notice, .m-news {
	position:absolute;
	width:263px;
	left:18px;
}
.m-notice {
	top:67px;
}
.m-news {
	top:230px;
}
.m-notice .list a,
.m-news .list a {
	color:#333;
	line-height:20px;
}



/* 버튼 */
.m-recruit, .m-cooperate {
	position:absolute;
	width:223px;
	height:144px;
	top:20px;
	cursor:pointer;
}
.m-recruit {
	right:237px;
}
.m-cooperate {
	right:0;
}