/******************************************************
* #### jQuery-Youtube-Channels-Playlist v7.0 ####
* Coded by Ican Bachors 2014.
* https://github.com/bachors/jQuery-Youtube-Channels-Playlist
* Updates will be posted to this site.
******************************************************/

/* CUSTOMIZED BY CHO */
img {
	width: 100%;
	object-fit: cover;
	object-position: 50% !important;
}

.nd-tv-wrap {
	margin: 60px 0;
}

.nd-tv-wrap:first-child {
	margin-top: 30px;
}

.nd-tv-tit {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
/* CUSTOMIZED BY CHO */
.ycp {
	font-family: 맑은 고딕, AppleSDGothicNeo-Regular, '맑은 고딕', 'Malgun Gothic';
	font-size: 1em;
	color: #444;
	/* background: #000; */
	display: block;
	width: 100%;
	height: 439px;
	/* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12); */
}

.ycp, .ycp .belah {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.ycp .belah {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.ycp .belah:first-of-type {
	width: 65%;
}

.ycp .belah:last-of-type {
	width: 35%;
	padding-left: 15px; /*241226 추가 yj*/

}

.ycp .belah .luhur {
	color: #fff;
	background: #222;
	display: block;
	width: 100%;
	height: 57px;
	box-sizing: border-box;
	padding: 15px 10px 10px;
	margin: 0;
	text-align: right;
}

.ycp .belah .handap {
	color: #000;
	/* background: #111; */
	height: calc(100% - 70px);
	padding: 0;
	overflow-y: auto;
	/* -moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	box-shadow: inset 0 0 10px #000; */
}

.ycp .belah .handap, .ycp .belah .bingkay {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	height: 382px; /*241226 추가 yj*/
    border: 1px solid #eaeaea;/*241226 추가 yj*/

}

.ycp .belah .bingkay {
	height: 100%;
	border: 0;
}

.ycp .belah .luhur span.tombol {
	font-weight: bold;
	font-size: 18px;
	background: #828282;
	color: #fff;
	padding: 0 10px 5px;
}

.ycp .belah .luhur span.about {
	float: right;
	background: #111;
	padding: 2px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
}

.ycp a {
	text-decoration: none;
	outline: 0;
}

.ycp a img {
	border: 0;
}

.ycp .belah.ycp_vid_play {
	cursor: pointer;
}
    /* 20210119 유튜브버튼 사이즈 축소, 이미지로 교체 CHO */
.ycp .belah.ycp_vid_play a {
	width: 120px;
	height: 85px;/*75px에서 아이콘 이미지 잘림으로 85px로 수정  20240118 nd-yj*/
	display: block;
	position: relative;
	top: calc(50% - 37px);
	left: calc(50% - 60px);
	background-image: url('//image.newdaily.co.kr/site/etc/nd/yt_icon.png');
	background-size: cover;
	padding-bottom: 9px;
	/* background: #e52d27;
	border-radius: 10%;
	text-align: center; */
}

/* .ycp .belah.ycp_vid_play a::before {
	color: #fff;
	content: "\25B6";
	z-index: 100;
	font-size: 50px;
} */

.ycp .belah .thumb {
	float: left;
	margin-right: 10px;
	position: relative;
	height: 94px;
}

.ycp .belah .thumb span {
	position: absolute;
	right: 2px;
	bottom: -2px;
	padding: 2px;
	background: #000;
	color: silver;
	font-size: .8em;
}

.ycp .belah .play {
	margin: 0;
	padding: 15px 5px;
	display: block;
	overflow: hidden;
	*overflow: visible;
	 border-bottom: 1px solid #eaeaea;/*241226 추가 yj*/

}

.ycp .belah .play:last-child {/*241226 추가 yj*/
    border-bottom: 0;
}
.ycp .belah .luhur div.title {
	color: #fff;
	display: inline;
	float: left;
	margin: 5px 0 0 5px;
	font-size: 14px;
}

.ycp .belah .handap div.title {
	display: inline;
	font-size: 15px;
}

.ycp .belah span.mute, .ycp .belah span.about a {
	color: #767676;
	font-size: .8em;
}

.ycp .belah .thumb img {
	width: 168px;
	height: 94px;
	border: 2px solid #000;
}

.ycp .belah .play:hover, .ycp .belah .vid-active {
	/* background: #000; */
}

.ycp .belah .luhur .vid-prev, .ycp .belah .luhur .vid-next, .ycp .belah .play
	{
	cursor: pointer;
}

/* width */
.ycp ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.ycp ::-webkit-scrollbar-track {
	background: #ccc;
}

/* Handle */
.ycp ::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.ycp ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media screen and (max-width:414px) {
	.ycp .belah:first-of-type {
		height: 220px !important;
	}
}

@media screen and (max-width:767px) {
	.nd-tv-wrap {
		width: 95%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.ycp .belah:first-of-type {
		height: 270px;
	}

    /* 20210119 유튜브버튼 사이즈 축소, 이미지로 교체 CHO */

	.ycp .belah.ycp_vid_play a {
	    width: 50px;
    	height: 35px;
    	top: calc(50% - 17px);
    	left: calc(50% - 25px);
    	padding-bottom: 0;
    }

    /* .ycp .belah.ycp_vid_play a::before {
	    font-size: 36px;
	} */
}

@media screen and (min-width: 768px) and (max-width:999px) {
	.ycp .belah:first-of-type {
		height: 360px;
	}
}

@media screen and (max-width:999px) {
	.ycp {
		height: 100%;
	}
	.ycp .belah, .ycp .belah:first-of-type, .ycp .belah:last-of-type {
		width: 100%;
		display: block;
	}
	.ycp .belah:last-of-type {
		height: 60%;
		padding-left: 0; /*241226 추가 yj*/
        padding-top: 15px;  /*241226 추가 yj*/

	}
}