@charset "UTF-8";
#main {
	width: 100%;
	height: auto;
	position:relative;
	top:0;
	left:0;
	z-index:9;
	overflow:hidden;
}
#main .box {
	width:100%;
	height: auto;
	overflow:hidden;
	position:relative;
}
#main .box img {
	width: 100%;
	height: 376px;
	max-height: 460px;
	object-fit: cover;
	opacity:0;
	filter:alpha(opacity=0);
}