html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination{display:none;}

.swiper-button-next {
	top: 480px;
}

.swiper-button-prev {
	top: 480px;
}

/* 홈페이지 */
.homepage01 {
	width: 100%;
	height: auto;
	background: #fff url(../webdesign/homepage/img/homepage01_bg.jpg) top repeat;
}

.homepage02 {
	width: 100%;
	height: auto;
	background: #fff url(../webdesign/homepage/img/homepage02_bg.jpg) top repeat;
}

.homepage03 {
	width: 100%;
	height: auto;
	background: #fff url(../webdesign/homepage/img/homepage03_bg.jpg) top repeat;
}

.homepage04 {
	width: 100%;
	height: auto;
	background: #fff;
}
.homepage05 {
	width: 100%;
	height: auto;
	background: #fff;
}
.homepage06 {
	width: 100%;
	height: auto;
	background: #000000;
}
.homepage06 img{margin:6% 0;}

.homepage07 {
	width: 100%;
	height: auto;
	background: #000000;
}
.homepage07 img{margin:6% 0;}

.homepage08 {
	width: 100%;
	height: auto;
	background: #fff;
}
.homepage09 {
	width: 100%;
	height: auto;
	background: #fff;
}


/* 렌딩페이지 */
.rending01 {
	width: 100%;
	height: auto;
	background: #fff url(../webdesign/lending/img/rending01_bg.jpg) top repeat;
}

.rending02 {
	width: 100%;
	height: auto;
	background: #fff url(../webdesign/lending/img/rending02_bg.jpg) top repeat;
}

.rending03 {
	width: 100%;
	height: auto;
	background: #fff;
}

.rending04 {
	width: 100%;
	height: auto;
	background: #fff;
}
.rending05 {
	width: 100%;
	height: auto;
	background: #fff;
}
.rending06 {
	width: 100%;
	height: auto;
	background: #fff;
}

/* 제품상세페이지 */
.product01 {
	width: 100%;
	height: auto;
	background: #000000;
}

.product02 {
	width: 100%;
	height: auto;
	background: #000000;
}

.product03 {
	width: 100%;
	height: auto;
	background: #000000;
}

.product04 {
	width: 100%;
	height: auto;
	background: #000000;
}
.product05 {
	width: 100%;
	height: auto;
	background: #000000;
}
.product06 {
	width: 100%;
	height: auto;
	background: #000000;
}


@media all and (max-width:1200px) {
	.swiper-button-next {
		top: 250px;
		right: 0;
	}
	.swiper-button-prev {
		top: 250px;
		left: 0;
	}
	.swiper-slide img{width:100%; height:auto;}
	.homepage01{background: none;}
	.homepage02{background: none;}
	.homepage03{background: none;}
	.homepage04{padding: 0 8%; min-height:640px;}
	.homepage05{padding: 0 8%; min-height:640px;}
	.homepage06{padding: 10% 8%; min-height:640px;}
	.homepage07{padding: 10% 8%; min-height:640px;}
	.homepage08{padding: 10% 8%; min-height:640px;}
	.homepage09{padding: 10% 8%; min-height:640px;}
	
	.rending02{background: none;}
	.rending03{padding: 0 8%;}
	.rending04{padding: 0 8%;}
	.rending05{padding: 0 8%;}
	.rending06{padding: 0 8%;}
	
	.product01{padding: 0 8%;}
	.product02{padding: 0 8%;}
	.product03{padding: 0 8%;}
	.product04{padding: 0 8%;}
	.product05{padding: 0 8%;}
	.product06{padding: 0 8%;}
}








