@charset "utf-8";
/* CSS Document */

#phantomWrap {
	width: 640px;
	position: relative;
}
#onAirCatch {
	width: 623px;
	margin: 40px auto 30px;
}
#bannerArea {
    background: url("../../img/arrowLine.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin-bottom: 45px;
    padding-top: 60px;
}
#bannerArea li {
	padding-bottom: 5px;
}
.sliced {
    position: relative;
    width: 640px; 
    height: 879px;
}
.tile { 
    float: left;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tile-animated {
    opacity: 1;
}