@charset "euc-kr";
/* CSS Document */


/* Animation delays */
.carousel-caption div:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-captiondiv:nth-child(3) {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
