@charset "utf-8";
/* CSS Document */
@media (min-width: 1180px){
#content_wrap {
	height:948px;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 18s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:948px;
    background:url("../images/desktop/bg01.jpg") center top no-repeat;
}
.cb-slideshow li:nth-child(2) { 
    height:948px;
	margin-top:-948px;
    background:url(../images/desktop/bg02.jpg) center top no-repeat;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
    height:948px;
	margin-top:-948px;
    background:url(../images/desktop/bg03.jpg) center top no-repeat;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    height:948px;
	margin-top:-948px;
    background:url(../images/desktop/bg04.jpg) center top no-repeat;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    height:948px;
	margin-top:-948px;
    background:url(../images/desktop/bg05.jpg) center top no-repeat;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    height:948px;
	margin-top:-948px;
    background:url(../images/desktop/bg06.jpg) center top no-repeat;
	animation-delay: 15s;
}
}

@media (max-width: 1179px){
#content_wrap {
	height:0;
	padding-bottom:calc(973 / 750 * 100%);
	background-size: contain;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 18s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:0;
	padding-top:calc(973 / 750 * 100%);
    background:url(../images/smp/bg01.jpg) center top no-repeat;
	background-size: contain;
}
.cb-slideshow li:nth-child(2) { 
    height:0;
	padding-top: calc(973 / 750 * 100%);
	margin-top: calc(-973 / 750 * 100%);
    background:url(../images/smp/bg02.jpg) center top no-repeat;
	background-size: contain;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
    height:0;
	padding-top: calc(973 / 750 * 100%);
	margin-top: calc(-973 / 750 * 100%);
    background:url(../images/smp/bg03.jpg) center top no-repeat;
	background-size: contain;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    height:0;
	padding-top: calc(973 / 750 * 100%);
	margin-top: calc(-973 / 750 * 100%);
    background:url(../images/smp/bg04.jpg) center top no-repeat;
	background-size: contain;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    height:0;
	padding-top: calc(973 / 750 * 100%);
	margin-top: calc(-973 / 750 * 100%);
    background:url(../images/smp/bg05.jpg) center top no-repeat;
	background-size: contain;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    height:0;
	padding-top: calc(973 / 750 * 100%);
	margin-top: calc(-973 / 750 * 100%);
    background:url(../images/smp/bg06.jpg) center top no-repeat;
	background-size: contain;
	animation-delay: 15s;
}
}

@keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    16% { opacity: 1 }
    24% { opacity: 0 }
    100% { opacity: 0 } 
} 
@-webkit-keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    16% { opacity: 1 }
    24% { opacity: 0 }
    100% { opacity: 0 } 
}
.no-cssanimations .cb-slideshow li {
	opacity: 1;
}
