.pg_tv_banner {
	width: 100%;
	height: 570px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #f2f1ef;
	display: flex;
	align-items: flex-end;
}

.pg_tvContainer_inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 100px;
}

.pg_tvContainer {
	width: 710px;
	height: 530px;
	background-position: left;
	background-position-x: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 35px 15px 80px 75px;

}

.pg_tvContainer_popcornLeft {
	display: none;
	width: 250px;
	height: 350px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: -150px;
	bottom: -115px;
}

.pg_tvContainer_popcornRight {
	display: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;

}

.pg_tvContainer_content {
	display: flex;
	flex-direction: column;
}

.pg_tvContainer_contentSubTitle {
	color: #FF8F00;
	font-family: Montserrat-Bold, sans-serif;
	margin-bottom: 20px;
}

.pg_tvContainer_contentTitle {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: Montserrat-Bold, sans-serif;
}

.pg_tvContainer_content section {
	color: #fff;
	display: grid;
	align-items: center;
	grid-template-columns: 25px 1fr;
	grid-gap: 15px;
}

.pg_tvContainer_content section:not(:last-child) {
	margin-bottom: 20px;
}

.pg_tvContainer_content svg {
	width: 25px;
	height: 25px;
}

.pg_tvContainer_buttonBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.pg_tvContainer_buttonBox a {
	padding: 20px 60px;
}

@media (min-width: 768px) {
	.pg_tvContainer_popcornLeft {
		display: block;
		left: -170px;
		bottom: -80px;
	}

	.pg_tvContainer_buttonBox {
		margin-top: 20px;
	}

	.pg_tvContainer_contentSubTitle {
		margin-bottom: 25px;
	}

	.pg_tvContainer_contentTitle {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.pg_tvContainer {
		background-position: center;
		background-size: contain;
		background-position-x: 0;
		padding: 60px;
	}
}

@media (min-width: 998px) {
	.pg_tvContainer_popcornLeft {
		display: block;
		left: -150px;
		bottom: -115px;
	}

	.pg_tvContainer_buttonBox {
		margin-top: 15px;
	}

	.pg_tvContainer_popcornRight {
		display: block;
		width: 320px;
		height: 420px;
		right: -140px;
		top: 90px;
	}
}

@media (min-width: 1300px) {
	.pg_tvContainer {
		width: 850px;
	}

	.pg_tvContainer_popcornRight {
		width: 420px;
		height: 490px;
		right: -195px;
		top: 45px;
	}
}