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

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

.inner_warp{
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
}

.inner{
    width: 100%;
    height: 100%;
    position: relative;
}
2021-10-13



/* 우측 네비게이션 */
#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/view/con2_bg1.jpg) no-repeat center 0/cover;
}

#fullpage #cont2{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg2.jpg) no-repeat center 0/cover;
}

#fullpage #cont17{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg17.jpg) no-repeat center 0/cover;
}

#fullpage #cont15{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg15.jpg) no-repeat center /cover;
}

#fullpage #cont16{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg16.jpg) no-repeat center /cover;
}

#fullpage #cont3{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg3.jpg) no-repeat center 0/cover;
}

#fullpage #cont4{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg4.jpg) no-repeat center 0/cover;
}

#fullpage #cont5{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg5.jpg) no-repeat center 0/cover;
}


/*
#fullpage #cont6{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg6.jpg) no-repeat center 0/cover;
}
*/


#fullpage #cont7{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg7.jpg) no-repeat center 0/cover;
}


#fullpage #cont8{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg8.jpg) no-repeat center 0/cover;
}

#fullpage #cont9{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg9.jpg) no-repeat center 0/cover;
}

#fullpage #cont10{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg10.jpg) no-repeat center 0/cover;
}

/*
#fullpage #cont11{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg11.jpg) no-repeat center 0/cover;
}
*/

#fullpage #cont12{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg12.jpg) no-repeat center 0/cover;
}

#fullpage #cont12_1{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg12_1.jpg) no-repeat center 0/cover;
}

#fullpage #cont13{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg13.jpg) no-repeat center 0/cover;
}

#fullpage #cont14{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg14.jpg) no-repeat center 0/cover;
}

#fullpage #cont15{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg15_1.jpg) no-repeat center top -49px/cover;
}

#fullpage #plus{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg11.jpg) no-repeat center 0/cover;
}

#fullpage #plus2{
	width: 100%;
	height: 100%;
	background: url(../img/S1/view/con2_bg_p1.jpg) no-repeat center 0/cover;
}


