.CPfirstSlider .fadeSlider {
	overflow: hidden;
}
#firstPin{
	position:absolute;z-index:30;top:0;
	height:100%;width:100%;
	max-height:100%;
}
#firstPin .prevBtn {
	position: absolute;
	top: 0; bottom: 0; left: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/prevBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .prevBtn:hover {
	transform: scale(1);
}
#firstPin .nextBtn {
	position: absolute;
	top: 0; bottom: 0; right: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/nextBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .nextBtn:hover {
	transform: scale(1);
}
#firstPin .sloganImg {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 79px;
	text-align: center;
}
#firstPin .sloganImg img {
	max-width: 80%;
}

/*영상*/
#firstMovie .scrollDown {
	position: absolute;
	right: 0; left: 0; bottom: 30px;
	margin: auto;
	width: 10px; height: 113px;
	z-index: 30;
}
#firstMovie {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#firstMovie .movie {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
#vimeo-area {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 100%;
	z-index: 10;
}

#firstMovie .mouseMotion {
	position: absolute;
	bottom: 30px; right: 0; left: 0;
	margin: auto;
	width: 34px;
	height: 50px;
	background: url(./../images/mouseBg.png) center center no-repeat;
	overflow: hidden;
	z-index: 10;
}