.wg-mainbanner {
	position: relative;
	height: 570px;
	color: #fff;
	overflow: hidden;
}
.wg-mainbanner .mainbnn-image {
	position: absolute;
	width: 100%;
	height: 130%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.wg-mainbanner .mainbnn-content {
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.wg-mainbanner .mainbnn-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.bnn-text-wrap {
	position: relative;
	height: 50%;
}

.wg-mainbanner .bnn-text1 {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 100%;
	text-shadow: 1px 2px 3px rgba(0,0,0,.3);
	opacity: 0;
	filter: alpha(opacity=0);
}
.wg-mainbanner .bnn-text2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 100%;
	text-shadow: 1px 2px 3px rgba(0,0,0,.3);
	opacity: 0;
	filter: alpha(opacity=0);
}
.wg-mainbanner .bnn-linkbtn {
	position: absolute;
	left: 0;
	top: 70%;
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wg-mainbanner .bnn-linkbtn a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px #fff solid;
	border-radius: 30px;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 100%;
}
.wg-mainbanner .bnn-linkbtn a:hover {
	background-color: rgba(0,0,0,.6);
}


.wg-mainbanner .mainbnn-movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.wg-mainbanner .mainbnn-movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

@media (max-width: 1280px) {
	.wg-mainbanner {
		height: 400px;
	}
	.wg-mainbanner .bnn-text1 {
		font-size: 45px;
	}
	.wg-mainbanner .bnn-text2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.wg-mainbanner {
		height: 200px;
	}
	.wg-mainbanner .bnn-text1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.wg-mainbanner .bnn-text2 {
		font-size: 16px;
	}
}


@media (max-width: 360px) {
	.wg-mainbanner .bnn-text1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.wg-mainbanner .bnn-text2 {
		font-size: 14px;
		letter-spacing: -1px;
	}
}