#youtube_subject {
	width: 90%;
	padding: 3px 3px 0 10px;
	text-align: center;
}

#youtube-video-container {
	position: relative;
	float: left;
	width: calc(100% - 16%);
	margin: 0 auto;
	padding: 0;
	z-index: 3;
}

.video-container{position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;background-color: #111;border-radius: 3px;}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

.youtube_playlistcomponent {
	position: relative;
	float:left;
	list-style: none;
	overflow: hidden;
	width: calc(100%/5 - 8px);
	width: 100%;
}

.youtube_playlistimg {
	width:100%;
}

#youtube-custom-list {
	float: left;
	width: calc(16.74% - 6px);
	padding: 0 3px;
	background-color: #383131;
	display: none;
	overflow: hidden;
}

#youtube-custom-list>.youtube_playlistcomponent:first-child {
	margin: 6px 0 3px;
}

#youtube-custom-list2 {
	float: left;
	display: block !important;
	width: calc(348px - 16px);
	padding: 0 8px 5px;
	background-color: #434343;
	overflow: hidden;
}

#youtube-custom-list2 .youtube_playlistcomponent {
	margin: 6px 0 3px;
}

#youtube-custom-list a > .youtube_textwrapper {
	position: absolute;
	left: 4px;
	bottom: 0;
}

#youtube-custom-list a > .youtube_textwrapper > .yu_title {
	display: block;
	height: 2.5em;
	margin: 1px 0 3px;
	padding-right: 3px;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: Arial, sans-serif;
	text-shadow: -1px 1px 1px rgb(0 0 0 / 80%), 1px -1px 1px rgb(0 0 0 / 80%);
}

#youtube-custom-list a > .youtube_textwrapper > .yu_description {
	display: -webkit-box;
	height: 3.2em;
	font-size: 11px;
	color: #afafbc;
	line-height: 1.6;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

.youtube_playlistcomponent:nth-child(5) {
	margin-right: 0px;
}

#youtube-btn .buttonPro.small {
	min-width: 55px;
	font-size: 11px;
	/*height: 24px;*/
	margin-right: 2px;
	font-family: 'Noto Sans KR', sans-serif;
}

#youtube-btn .buttonPro.small.black {
	margin: 0 6px 5px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#0c1c33));
}

#youtube-btn > div > span {
	display :none;
}