body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.scroll-container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.scroll-container section {
	width: 100%;
	height: 100%;
}

.dots {	
	z-index: 1;
	list-style: none;
	padding: 0;
	position: absolute;	
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dots li a {
	padding: 0px;
	width: 112px;
	height: 22px;
	display: block;
	margin:8px 0;
}



.dots li a:before {
	content: '';
	position: absolute;
	width: 112px;
	height: 22px;
	background: url('/images/navi_c2.png') no-repeat center center;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

/* .dots li a.active:before {
	content: '';
	background-color: #FFFFFF;
	width: 14px;
	height: 14px;
	margin-top: -4px;
	left: 7px; 
	background-color: white;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
} */


.dots li:nth-child(1) a.active:before {
	content: '';
	background: url('/images/navi_1.png') no-repeat center center;
	width:112px;
	height: 22px;
	left: 0px; 
	transform: scale(1.0);
}

.dots li:nth-child(2) a.active:before {
	content: '';
	background: url('/images/navi_2.png') no-repeat center center;
	width:112px;
	height: 22px;
	left: 0px; 
	transform: scale(1.0);
}

.dots li:nth-child(3) a.active:before {
	content: '';
	background: url('/images/navi_3.png') no-repeat center center;
	width:112px;
	height: 22px;
	left: 0px; 
	transform: scale(1.0);
}

.dots li:nth-child(4) a.active:before {
	content: '';
	background: url('/images/navi_4.png') no-repeat center center;
	width:112px;
	height: 22px;
	left: 0px; 
	transform: scale(1.0);
}

.dots-right {
	left: 25px;
}

.dots-left {
	right: 0px;
}