#introWrap { overflow:hidden; width:100%; max-width:1000px; text-align:center; }
#introWrap .full {position:relative; width:100%; overflow:hidden; text-align:center; width:100%; }
#introWrap .full > img {position:relative; top:0; margin-left:50%; transform:translate(-50%); max-width:100%; }
#formWrap { margin:0 auto; max-width:1920px; padding:100px 0; background:url('img/03_bg.jpg') center center repeat-y; background-size:100%; }
#formTitle h1 { font-weight:800; font-size:40px; }

.footer { max-width:1920px; margin:auto; }
@media all and (max-width:1200px) {
#introWrap .full > img { width:100%; }
#formWrap { margin:0 auto; }
#formTitle h1 { font-weight:800; font-size:24px; }
#formTitle h2 { font-weight:800; font-size:18px; }
}

	.videoBox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
		margin: 2% 0;
	}

	.videoBox iframe {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
	}