@charset "utf-8";

/* reset css include */
@import"global.css";

@media all and (min-width: 1921px) {
	.sub_design_top .innerb {
		width:100%;
		}
	#ent_large { display:block; }
	#ent_middle { display:none; }
	#ent_mob { display:none; }	
	#video_large {
		width:100%;
		margin:0;
		padding:0;
		}
	#video_large .video_wrap_l {
		width:100%;
		height:100%;
		}
	#video_large .video_wrap_l iframe {
		position:absolute;
		width:100%;
		height:168%;
		top:235%;
		}
	/*#video_large .video_wrap_l iframe {
		position:absolute;
		top:10%;
		left:19%;
		width:63.5%;
		height:78.8%;
		border:5px solid #fff;
		}*/
	#video_middle {
		display:none;
		}
	#video_mob {
		display:none;
		}
}

@media all and (min-width: 1024px) and (max-width:1920px){
	.sub_design_top .innerb {
			width:1920px;
			}
	#ent_large { display:block; }
	#ent_middle { display:none; }
	#ent_mob { display:none; }	
	#video_large {
		width:100%;
		margin:0;
		padding:0;
		position:relative;
		}
	#video_large .video_wrap_l {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		}
	#video_large .video_wrap_l iframe {
		width:100%;
		height:100%;
		}
	#video_middle {
		display:none;
		}
	#video_mob {
		display:none;
		}
}

@media all and (min-width: 768px) and (max-width:1024px){
	.sub_design_top .innerb {
			width:100%;
			}
	#ent_large { display:none; }
	#ent_middle { display:block; }
	#ent_mob { display:none; }
	#video_large {
		display:none;
		}
	#video_middle {
		width:100%;
		margin:0;
		padding:0;
		position:relative;
		}
	#video_middle .video_wrap_l {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		}
	#video_middle .video_wrap_l iframe {
		width:100%;
		height:100%;
		}
	#video_mob {
		display:none;
		}
}


@media all and (max-width: 767px) {
	.sub_design_top .innerb {
		width:100%;
		}
	#ent_large { display:none; }
	#ent_middle { display:none; }
	#ent_mob { display:block; }
	#video_large {
		display:none;
		}
	#video_middle {
		display:none;
		}
	#video_mob {
		width:100%;
		margin:0;
		padding:0;
		position:relative;
		}
	#video_mob .video_wrap_l {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		}
	#video_mob .video_wrap_l iframe {
		width:100%;
		height:100%;
		}
}
