@charset "euc-kr";
/* CSS Document */
body{margin: 0px;}
/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background: url(../image/main_bg1.png) no-repeat; overflow:hidden; background-position:top center; background-size: cover; z-index:1
	}
	
	#section1{
		background: url(../image/sub1.png) no-repeat; overflow:hidden; background-position:center; z-index:1
	}
	#section2{
		background: url(../image/sub2_bg.png) no-repeat; overflow:hidden; background-position:50% 60%; background-size: cover; z-index:1
	}
	#section3{
		background-color:#f4f4f4;overflow:hidden; z-index:1
	}
	#section4{
		background-color:#e9e2d5;overflow:hidden; z-index:1
	}
	#section5{
		background-color:#fbfbfb; overflow:hidden; z-index:1
	}
	#section6{
		background: url(../image/sub6_bg.png) no-repeat; overflow:hidden;  background-position:center; background-size: cover; z-index:1;
	} 
	#section7{
		background: url(../image/sub7_bg.png) no-repeat; overflow:hidden;  background-position:center; z-index:1
	} 
	#section8{
		background-color:#fff;overflow:hidden; z-index:1
	}


@media screen and (max-width:500px) {
	#section1{ background: url(../image/sub1_s.png) no-repeat; background-size: contain; }
}