@charset "UTF-8";


#title{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-top:60px;
}
#title .inner{
	position: relative;
	width:60%;
	height: 100%;

}
#title .inner>div{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-45%);
	   -moz-transform: translate(-50%,-45%);
	    -ms-transform: translate(-50%,-45%);
	     -o-transform: translate(-50%,-45%);
	        transform: translate(-50%,-45%);
}

#title .scroll{
	display: block;
	margin:0 auto;
	width:100px;
	height:50px;
	margin-top:30px;
	background:url(../img/top2/scroll-txt.png) no-repeat center 10px rgba(0,0,0,0.5);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

/*#title .scroll:hover{
	background-color:rgba(0,0,0,0.8);
	height: 55px;
}*/
#title .scroll-inner{
	position: relative;
	width: 100%;
	height: 100%;
}
#title .scroll-inner img{
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left:-11px;
			    animation: updown .5s ease-in-out 0s infinite alternate;
	     -o-animation: updown .5s ease-in-out 0s infinite alternate;
	    -ms-animation: updown .5s ease-in-out 0s infinite alternate;
	   -moz-animation: updown .5s ease-in-out 0s infinite alternate;
	-webkit-animation: updown .5s ease-in-out 0s infinite alternate;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes updown {
	0%{ -webkit-transform: translate(0px,-2px); }
	100%{ -webkit-transform: translate(0px,3px); }
}
@-moz-keyframes updown {
	0%{ -moz-transform: translate(0px,-2px); }
	100%{ -moz-transform: translate(0px,3px); }
}
@-ms-keyframes updown {
	0%{ -ms-transform: translate(0px,-2px); }
	100%{ -ms-transform: translate(0px,3px); }
}
@-o-keyframes updown {
	0%{ -o-transform: translate(0px,-2px); }
	100%{ -o-transform: translate(0px,3px); }
}
@keyframes updown {
	0%{ transform: translate(0px,-2px); }
	100%{ transform: translate(0px,3px); }
}
#wrapper .banners{
	position: absolute;
	bottom:10px;
	right:10px;
}


#testimony{
	color:#fff;
	height: auto;
}
#testimony .text{
	position: relative;
	padding-top:150px;
	padding:150px 50px 0;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	box-sizing:border-box;
}

#testimony .text .inner{
	width:60%;
	padding-bottom:50px;
}

/*#testimony .text .inner{
	padding:50px;
	margin:0 auto;
	max-width: 700px;
	opacity: 0;
	-webkit-transform: translate(0px,50px);
	   -moz-transform: translate(0px,50px);
	    -ms-transform: translate(0px,50px);
	     -o-transform: translate(0px,50px);
	        transform: translate(0px,50px);
}*/
#testimony.active .text .inner{
	opacity: 1;
	-webkit-transform: translate(0px,0px);
	   -moz-transform: translate(0px,0px);
	    -ms-transform: translate(0px,0px);
	     -o-transform: translate(0px,0px);
	        transform: translate(0px,0px);
	-webkit-transition: all .8s ease .5s;
	   -moz-transition: all .8s ease .5s;
	    -ms-transition: all .8s ease .5s;
	     -o-transition: all .8s ease .5s;
	        transition: all .8s ease .5s;
}
#testimony .lead{
	font-weight: bold;
	font-size:17px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	padding-bottom:1em;
	padding-right:30px;
}
#testimony dl{
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-bottom:30px;
	padding-right:30px;
}
#testimony dl:nth-child(2n+1){
	clear: both;
}

#testimony dt {
	font-size:16px;
	font-weight:bold;
	padding-bottom:.5em;
}
#testimony dt:before {
	color:#cab977;
	content:'■';
	font-size:16px;
	margin-right:.25em;
}
#testimony dt span {
	color:#cab977;
}
#testimony dd {
	font-weight:normal;
	font-size:14px;
	line-height:1.78;
}



#v{
	box-sizing:border-box;
	padding-top:60px;
	position: absolute;
	top:0;
	right:0;
	width:48.75%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	background: #000;
}
#v .inner{
	position:relative;
	/*top:60px;
	left:0;*/
	width:100%;
	height: 100%;
	background: url(../img/testimony/v.jpg) no-repeat center center;
	background-size:cover;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	
}
#testimony.active .v{
	opacity: 1;
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
