@charset "UTF-8";

.effect-fade0 {
	opacity: 0;
	transform: translate(0, 0px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.effect-fade0.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-d01 {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s 0.2s;
	-moz-transition: all 1s 0.2s;
	-o-transition: all 1s 0.2s;
	-ms-transition: all 1s 0.2s;
	transition: all 1s 0.2s;
}

.effect-fade-d01.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-d02 {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s 0.4s;
	-moz-transition: all 1s 0.4s;
	-o-transition: all 1s 0.4s;
	-ms-transition: all 1s 0.4s;
	transition: all 1s 0.4s;
}

.effect-fade-d02.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-d03 {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s 0.6s;
	-moz-transition: all 1s 0.6s;
	-o-transition: all 1s 0.6s;
	-ms-transition: all 1s 0.6s;
	transition: all 1s 0.6s;
}


.effect-fade-d03.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-d04 {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s 0.8s;
	-moz-transition: all 1s 0.8s;
	-o-transition: all 1s 0.8s;
	-ms-transition: all 1s 0.8s;
	transition: all 1s 0.8s;
}


.effect-fade-d04.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-d05 {
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transition: all 1s 0.01s;
	-moz-transition: all 1s 0.01s;
	-o-transition: all 1s 0.01s;
	-ms-transition: all 1s 0.01s;
	transition: all 1s 0.01s;
}


.effect-fade-d05.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}



.effect-fade-l {
	opacity: 0;
	transform: translate(-40px, 0px);
	-webkit-transition: all 1s 0.02s;
	-moz-transition: all 1s 0.02s;
	-o-transition: all 1s 0.02s;
	-ms-transition: all 1s 0.02s;
	transition: all 1s 0.02s;
}


.effect-fade-l.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-r {
	opacity: 0;
	transform: translate(40px, 0px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}


.effect-fade-r.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-ll {
	opacity: 0;
	transform: translate(-800px, 0px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}


.effect-fade-ll.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-rr {
	opacity: 0;
	transform: translate(800px, 0px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}


.effect-fade-rr.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

@keyframes firstfade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein01 {
	from {
		opacity: 0;
		transform: translate(-50px, 100px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes fadein02 {
	from {
		opacity: 0;
		transform: translate(50px, -100px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes fadein03 {
	from {
		opacity: 0;
		transform: translate(-50px, 100px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes fadein04 {
	from {
		opacity: 0;
		transform: translate(50px, -100px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes fadein05 {
	from {
		opacity: 0;
		transform: translate(-50px, 100px);
	}

	to {
		opacity: 1;
		transform: translate(0);
	}
}

.col1 {
	animation: firstfadeout01 3s ease 0s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 0s 1 forwards;

}

.col2 {
	animation: firstfadeout01 3s ease 1s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1s 1 forwards;

}

.col3 {
	animation: firstfadeout01 3s ease 0.4s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 0.4s 1 forwards;

}

.col4 {
	animation: firstfadeout01 3s ease 2s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 2s 1 forwards;

}

.col5 {
	animation: firstfadeout01 4s ease 0.6s 1 forwards;
	-webkit-animation: firstfadeout01 4s ease 0.6s 1 forwards;

}

.col6 {
	animation: firstfadeout01 3s ease 1.2s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1.2s 1 forwards;

}

.col7 {
	animation: firstfadeout01 4s ease 0.4s 1 forwards;
	-webkit-animation: firstfadeout01 4s ease 0.4s 1 forwards;

}

.col8 {
	animation: firstfadeout01 3s ease 1.6s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1.6s 1 forwards;

}

.col9 {
	animation: firstfadeout01 4s ease 1.2s 1 forwards;
	-webkit-animation: firstfadeout01 4s ease 1.2s 1 forwards;

}

.col10 {
	animation: firstfadeout01 3s ease 1.8s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1.8s 1 forwards;

}

.col11 {
	animation: firstfadeout01 4s ease 0.2s 1 forwards;
	-webkit-animation: firstfadeout01 4s ease 0.2s 1 forwards;

}

.col12 {
	animation: firstfadeout01 3s ease 1.4s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1.4s 1 forwards;

}

.col13 {
	animation: firstfadeout01 3s ease 2.2s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 2.2s 1 forwards;

}

.col14 {
	animation: firstfadeout01 3s ease 0.4s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 0.4s 1 forwards;

}

.col15 {
	animation: firstfadeout01 3s ease 1.2s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 1.2s 1 forwards;

}

.col16 {
	animation: firstfadeout01 3s ease 0.8s 1 forwards;
	-webkit-animation: firstfadeout01 3s ease 0.8s 1 forwards;

}

@keyframes firstfadeout01 {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.camera-fade01 {
	opacity: 0;
	transform: translate(-50px, 100px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}


.camera-fade01.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.camera-fade02 {
	opacity: 0;
	transform: translate(50px, -100px);
	-webkit-transition: all 1s 0.2s;
	-moz-transition: all 1s 0.2s;
	-o-transition: all 1s 0.2s;
	-ms-transition: all 1s 0.2s;
	transition: all 1s 0.2s;
}


.camera-fade02.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.camera-fade03 {
	opacity: 0;
	transform: translate(-50px, 100px);
	-webkit-transition: all 1s 0.4s;
	-moz-transition: all 1s 0.4s;
	-o-transition: all 1s 0.4s;
	-ms-transition: all 1s 0.4s;
	transition: all 1s 0.4s;
}


.camera-fade03.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.camera-fade04 {
	opacity: 0;
	transform: translate(50px, -100px);
	-webkit-transition: all 1s 0.6s;
	-moz-transition: all 1s 0.6s;
	-o-transition: all 1s 0.6s;
	-ms-transition: all 1s 0.6s;
	transition: all 1s 0.6s;
}


.camera-fade04.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.camera-fade05 {
	opacity: 0;
	transform: translate(-50px, 100px);
	-webkit-transition: all 1s 0.8s;
	-moz-transition: all 1s 0.8s;
	-o-transition: all 1s 0.8s;
	-ms-transition: all 1s 0.8s;
	transition: all 1s 0.8s;
}


.camera-fade05.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.educationwrap {
	text-align: center;
	margin-bottom: 100px;
}

.educationwrap .arrow {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.educationwrap .box {
	background-color: #FFFFFF;
	width: 138px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6em;
	color: #6F6F6F;
	padding-left: 26px;
	padding-right: 26px;
}

.educationwrap .box h5 {
	color: #FA6980;
	border-bottom: 1px solid #EBEDED;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-weight: bold;
}