@charset "utf-8";
html, body{height: 100%;}

#wrap{width:100%; margin: 0 auto;}

/* 우측 네비게이션 */
#fp-nav{
	position: fixed; 
	right: 40px; 
	top: 50%; 
	transform: translateY(-50%); 
	z-index: 300;
}

#fp-nav li{margin-bottom: 22px;}

/* 네비게이션 하나의 스타일 */
#fp-nav li a{
	display: block; 
	width:10px; 
	height: 10px; 
	border-radius: 50%; 
	text-indent: -9999px; 
	background:none; 
	opacity: 0.7; 
	transition: background 0.2s;
}

/* 네비게이션 on 스타일 */
#fp-nav .on a{
	background: none; 
	border: 2px solid #fff;
}


/*공통영역*/
#fullpage{height: 100%;}
#fullpage section{height: 100%; width: 100%; padding: 0; margin: 0; margin: 0 auto;}

/* section 내용 css */
#fullpage #cont1{
	width: 100%;
	height: 100%;
	background: url('../img/S1/prologue/prologue.jpg?d=240924') no-repeat center 0/cover;
}











