
.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 545px;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(/home/site/celadon/img/main/pattern.png) no-repeat top left;
}
.cb-slideshow li span.BackImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 73.125s linear infinite 0s;
    -moz-animation: imageAnimation 73.125s linear infinite 0s;
    -o-animation: imageAnimation 73.125s linear infinite 0s;
    -ms-animation: imageAnimation 73.125s linear infinite 0s;
    animation: imageAnimation 73.125s linear infinite 0s;
}

.cb-slideshow li div.Title {
    z-index: 2;
    position: absolute;
    bottom: 130px;
    left: -530px;
    width: 565px;
	margin-left:50%;
    opacity: 0;
	text-align:right;
    -webkit-animation: titleAnimation 73.125s linear infinite 0s;
    -moz-animation: titleAnimation 73.125s linear infinite 0s;
    -o-animation: titleAnimation 73.125s linear infinite 0s;
    -ms-animation: titleAnimation 73.125s linear infinite 0s;
    animation: titleAnimation 73.125s linear infinite 0s;
}
.cb-slideshow li div.Title h3 {
    font-size: 4.0em;
	font-weight:600;
	letter-spacing:-5px;
    padding: 0;
    line-height: 70px;
	color: rgba(255,255,255, 1);
}
.cb-slideshow li div.Title p {
    font-size: 1.2em;
    padding: 10px 0;
    line-height: 17px;
	color: rgba(255,255,255, 1);
	letter-spacing:-1px;
}

.cb-slideshow li div.Title p.hanmun {
    font-size: 0.5em;
    padding: 10px 0;
    line-height: 17px;
	color: rgba(255,255,255, 1);
	letter-spacing:-1px;
	font-family: "나눔명조",NamumMyeongjo,serif;
	font-weight:normal;
}

.cb-slideshow li div.Title a.Btn {
    display:block;
	padding:10px 20px; 
	border:2px solid #fff;
	width:100px;
	margin-top:30px;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.cb-slideshow li:nth-child(1) span.BackImg { background-image: url(/home/site/celadon/img/main/main_visual01.jpg); }
.cb-slideshow li:nth-child(2) span.BackImg {
    background-image: url(/home/site/celadon/img/main/main_visual01.jpg);
    -webkit-animation-delay: 14.625s;
    -moz-animation-delay: 14.625s;
    -o-animation-delay: 14.625s;
    -ms-animation-delay: 14.625s;
    animation-delay: 14.625s;
}
.cb-slideshow li:nth-child(3) span.BackImg {
    background-image: url(/home/site/celadon/img/main/main_visual01.jpg);
    -webkit-animation-delay: 29.25s;
    -moz-animation-delay: 29.25s;
    -o-animation-delay: 29.25s;
    -ms-animation-delay: 29.25s;
    animation-delay: 29.25s;
}
.cb-slideshow li:nth-child(4) span.BackImg {
    background-image: url(/home/site/celadon/img/main/main_visual01.jpg);
    -webkit-animation-delay: 43.875s;
    -moz-animation-delay: 43.875s;
    -o-animation-delay: 43.875s;
    -ms-animation-delay: 43.875s;
    animation-delay: 43.875s;
}
.cb-slideshow li:nth-child(5) span.BackImg {
    background-image: url(/home/site/celadon/img/main/main_visual01.jpg);
    -webkit-animation-delay: 58.5s;
    -moz-animation-delay: 58.5s;
    -o-animation-delay: 58.5s;
    -ms-animation-delay: 58.5s;
    animation-delay: 58.5s;
}

.cb-slideshow li:nth-child(2) div.Title {
    -webkit-animation-delay: 14.625s;
    -moz-animation-delay: 14.625s;
    -o-animation-delay: 14.625s;
    -ms-animation-delay: 14.625s;
    animation-delay: 14.625s;
}
.cb-slideshow li:nth-child(3) div.Title {
    -webkit-animation-delay: 29.25s;
    -moz-animation-delay: 29.25s;
    -o-animation-delay: 29.25s;
    -ms-animation-delay: 29.25s;
    animation-delay: 29.25s;
}
.cb-slideshow li:nth-child(4) div.Title {
    -webkit-animation-delay: 43.875s;
    -moz-animation-delay: 43.875s;
    -o-animation-delay: 43.875s;
    -ms-animation-delay: 43.875s;
    animation-delay: 43.875s;
}
.cb-slideshow li:nth-child(5) div.Title {
    -webkit-animation-delay: 58.5s;
    -moz-animation-delay: 58.5s;
    -o-animation-delay: 58.5s;
    -ms-animation-delay: 58.5s;
    animation-delay: 58.5s;
}


/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(70px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(70px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(70px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(70px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(70px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(1);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}



.cb-slideshow li div.staticImg { z-index:2; position:absolute; bottom:70px; left:55%; margin-left:0;
	margin:0;
	opacity: 0;
	background-size:auto 100%;
	background-position: 0 0;
	-webkit-animation: fave 73.125s steps(17, end) infinite ;
	animation: fave 73.125s steps(17, end) infinite ;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.cb-slideshow li:nth-child(1) div.staticImg { background-image: url(/home/site/celadon/img/main/showcase1.png); width:545px; height:400px; bottom:20px;}
.cb-slideshow li:nth-child(2) div.staticImg {
    background-image: url(/home/site/celadon/img/main/showcase2.png);
	 width:545px; height:400px; bottom:20px;
    -webkit-animation-delay: 14.625s;
    -moz-animation-delay: 14.625s;
    -o-animation-delay: 14.625s;
    -ms-animation-delay: 14.625s;
    animation-delay: 14.625s;
}
.cb-slideshow li:nth-child(3) div.staticImg {
    background-image: url(/home/site/celadon/img/main/showcase3.png);
	 width:450px; height:210px;
    -webkit-animation-delay: 29.25s;
    -moz-animation-delay: 29.25s;
    -o-animation-delay: 29.25s;
    -ms-animation-delay: 29.25s;
    animation-delay: 29.25s;
}
.cb-slideshow li:nth-child(4) div.staticImg {
    background-image: url(/home/site/celadon/img/main/showcase4.png);
	 width:535px; height:400px; bottom:20px;
    -webkit-animation-delay: 43.875s;
    -moz-animation-delay: 43.875s;
    -o-animation-delay: 43.875s;
    -ms-animation-delay: 43.875s;
    animation-delay: 43.875s;
}
.cb-slideshow li:nth-child(5) div.staticImg {
    background-image: url(/home/site/celadon/img/main/showcase5.png);
	 width:545px; height:400px; bottom:20px;
    -webkit-animation-delay: 58.5s;
    -moz-animation-delay: 58.5s;
    -o-animation-delay: 58.5s;
    -ms-animation-delay: 58.5s;
    animation-delay: 58.5s;
}

@-webkit-keyframes fave {
	0% {
		opacity: 0;
		background-position: 0 0;
	}
	7% {
		opacity: 1;
		background-position: 0 0;
	}
	17% {
		opacity: 1;
		background-position: -7650px 0;
	}
	17.1% {
		opacity: 1;
		background-position: 0 0;
	}
	19% {
		opacity: 0;
		background-position: 0 0;
	}
	100% {
		opacity: 0;
		background-position: 0 0;
	}
}
@keyframes fave {
	0% {
		opacity: 0;
		background-position: 0 0;
	}
	7% {
		opacity: 1;
		background-position: 0 0;
	}
	17% {
		opacity: 1;
		background-position: -7650px 0;
	}
	17.1% {
		opacity: 1;
		background-position: 0 0;
	}
	19% {
		opacity: 0;
		background-position: 0 0;
	}
	100% {
		opacity: 0;
		background-position: 0 0;
	}
}

