.video-background-block video {
	width: 100%;
	height: 455px;
	object-fit: cover;
}
.video-bg-block {
	width: 100%;
	height: 435px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.video-bg-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4F4138;
	opacity: 0.42;
}
.video-bg-block a {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 2;
	border: 1px solid white;
	width: 153px;
	height: 48px;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 14px 0 0;
}
.video-bg-block a:hover {
	background: white;
	color:black;
	opacity: 1;
}
.video-bg-block .title p {
	position: absolute;
	color: #F4EFE9;
	font-size: 195px;
	font-family: 'Ethic Serif';
	left: 0;
	right:0;
	bottom: 48px;
	width: 1524px;
	letter-spacing: -0.2rem;
	margin: auto;
}
.youtube-highlight .lower-area {
	position: relative;
	padding-bottom: 67px;
}
.youtube-highlight .lower-area:before {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/bow.png);
	background-size: contain;
	width: 50px;
	height: 87px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -11px;
}
.youtube-highlight .lower-area .inside {
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
	padding-top: 85px;
}
.youtube-highlight .lower-area .inside .title p {
	color: #F4EFE9;
	font-size: 40px;
	font-family: 'Ethic Serif';
	letter-spacing: -0.05rem;
	font-weight: 100;
	margin: 0;
}
.youtube-highlight .lower-area .inside .subtitle {
	color: #F4EFE9;
	font-size: 13px;
	font-weight: 600;
	margin: 23px auto 30px;
	display: block;
	letter-spacing: 0.02rem;
}
.youtube-highlight .lower-area .inside .videos {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.youtube-highlight .lower-area .inside .videos .yt-vid {
	width: 364px;
	position: relative;
	border: 1px solid #FFFFFF;
}
.youtube-highlight .lower-area .inside .videos .yt-vid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.youtube-highlight .lower-area .inside .videos .yt-vid .play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.youtube-highlight .lower-area .inside .videos .yt-vid iframe {
	width: 100%;
	height: 216px;
}
.youtube-highlight .lower-area .inside a {
	border: 1px solid white;
	width: 153px;
	height: 48px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	padding: 14px 0 0;
	text-decoration: none;
	display: block;
	margin: 49px auto 0;
}
.youtube-highlight .lower-area .inside a:hover {
	background: white;
	color: #4f4138;
}
@media all and (max-width:1280px) {
	.video-bg-block .title p {
		font-size: 13vw;
	}
}
@media all and (max-width:1080px) {
	.youtube-highlight .lower-area .inside .videos {
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
		justify-content: center;
	}
	.youtube-highlight .lower-area .inside .videos .yt-vid {
		width: 342px;
		position: relative;
		border: 1px solid #FFFFFF;
		margin: 0 4px 10px;
	}
}
@media all and (max-width:768px) {
	.video-bg-block .title p {
		font-size: 13vw;
		text-align: center;
		width: 100%;
		bottom: 23px;
	}
	.youtube-highlight .lower-area .inside .videos {
		max-width: 500px;
	}
}
@media all and (max-width:500px) {
	.video-bg-block .title p {
		font-size: 15vw;
		width: 100%;
		bottom: 23px;
		white-space: nowrap;
		left: -48px;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.video-bg-block {
		height:300px;
	}
	.youtube-highlight .lower-area .inside .videos .yt-vid {
		width: 100%;
	}
	.youtube-highlight .lower-area .inside .videos .yt-vid iframe {
		width: 100%;
		height: 165px;
	}
	.youtube-highlight {
		overflow: hidden;
	}
}
@media all and (max-width:450px) {
	.video-bg-block .title p {
		font-size: 14vw;
		width: 100%;
		bottom: 11px;
		white-space: nowrap;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
}