/*lg*/
@media screen and (min-width:768px) {
	section#features .animation1,
	.features-contents .animation1 {
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75.5%, 0 41.7%);
	          clip-path: polygon(0 0, 100% 0, 100% 75.5%, 0 41.7%);
	  /*background:#111;*/
	  z-index:1;
		display:block;
		width:41vw;
		height:calc(41vw / 1484 * 1646);
    position: absolute;
    bottom:2vw;
    left: 24vw;
	}
	section#features .loaded,
	.features-contents .loaded {
	  position: relative;
	}
	section#features .loaded img,
	.features-contents .loaded img {
		position: absolute;
		bottom:0;
		opacity:0;
		filter: alpha(opacity=0);
	}
	section#features .loaded img.moving,
	section#features .loaded img.stop,
	.features-contents .loaded img.moving,
	.features-contents .loaded img.stop {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/*2k*/
@media screen and (min-width:1920px) {
	section#features .animation1,
	.features-contents .animation1 {
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% 76.3%, 0 42.5%);
	          clip-path: polygon(0 0, 100% 0, 100% 76.3%, 0 42.5%);
		width:58vw;
		height:calc(58vw / 1484 * 1646);
    bottom:-4.4vw;
    left:13vw;
	}
}