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

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

.video-container{position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;   background-color: #111;}
.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;
    margin: 8px 10px 8px 0;
    list-style: none;
	.overflow: hidden;
	width: calc(100%/5 - 8px);

	width: 100%;
	margin: 6px 0px 3px 0;
}

.youtube_playlistimg {
	width:100%;
}

#youtube-custom-list {
	width: calc(100% - 18px);
	background-color: #434343;
	padding: 0 8px;

    float: left;
	width: calc(116px - 16px);
	overflow: hidden;
}

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

#youtube-custom-list a > .youtube_textwrapper > .yu_title {
    display: block;
    height: 14px;
    margin: 1px 0 3px;
    padding-right: 3px;
    font-size: 11px;
    color: #f1f1f1;
    font-weight: bold;
    line-height: 15px;
    white-space: normal;
	text-overflow: ellipsis;
    overflow: hidden;
}

#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;
}

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

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