@charset "utf-8";

/* 새글 스킨 (latest) */
.lat_ycp {position:relative;margin-bottom:0px;background:#none;padding-top:-30px}
.lat_ycp .ycp_title {display:block;line-height:65px;font-size:1.2em;color:#253dbe}
.lat_ycp .ycp_title a {position:relative;color:#000;display:inline-block}
.lat_ycp input[type='text'] {padding: 10px;width: 300px;margin: 5px;border:1px solid #e5ecee;}
.lat_ycp input[type='submit'] {width: 50px;padding: 10px;border: 0px;background: #222;color: #fff;cursor: pointer;margin: 5px;}
.lat_ycp .error { position: relative; padding:0.75rem 1.25rem; margin-top:1rem; margin-bottom:0; border: 1px solid transparent; border-radius:0.25rem; color:#721c24; background-color:#f8d7da; border-color:#f5c6cb; -ms-flex-align:center !important; align-items:center !important; }
.lat_ycp ul.list_ul {padding:0px 0}
.lat_ycp .list_ul li {position:relative;line-height:18px;margin-bottom:0px}
.lat_ycp .ycp_more {position:absolute;top:0px;right:0;display:block;line-height:35px;color:#3a8afd;border-radius:3px;text-align:right;}
.lat_ycp .ycp_more:hover {color:#777}

.lat_ycp ul.galley_ul:after {display:block;visibility:hidden;clear:both;content:""}
.lat_ycp ul.galley_ul {margin: 0 -10px}
.lat_ycp .galley_ul li {float:left;width:25%;padding:0 10px}
.lat_ycp .galley_ul li.galley_li:nth-child(4n+1) {clear: both!important}
.lat_ycp .galley_ul li .lt_img {margin:5px 0;display:block}
.lat_ycp .galley_ul li .lt_img img, .lat_ycp .galley_ul li .lt_img video{width:100%;height:auto}
.lat_ycp .galley_ul li .title{ width:100%; white-space:normal;line-height:24px;height:24px;px;overflow:hidden;}
.lat_ycp .galley_ul li a:hover {color:#a22121}
.lat_ycp .galley_ul .lt_img {
    position: relative;
}
.lat_ycp #youtube_ico {
    position: absolute;
	width:60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    z-index: 1;
}

.lat_ycp .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.lat_ycp .empty_li:before {background:none;padding:0}

/******************************************************
* #### 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.
******************************************************/

.ycp {
	font-size: 1em;
	color: #444;
	background: #000;
	display: block;
	width: 100%;
	height: 500px;
	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%;
}

.ycp .belah .luhur {
	color: #fff;
	background: #222;
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
}

.ycp .belah .handap {
	color: #ddd;
	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;
}

.ycp .belah .bingkay {
	height: 100%;
	border: 0;
}

.ycp .belah .luhur span.tombol {
	margin-right: 20px;
	color: silver;
}

.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;
}

.ycp .belah.ycp_vid_play a {
	background: #e52d27;
	width: 120px;
	height: 75px;
	display: block;
	border-radius: 10%;
	position: relative;
	top: calc(50% - 35px);
	left: calc(50% - 60px);
	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: 61px;
}

.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: 10px;
	display: block;
	overflow: hidden;
	*overflow: visible;
}

.ycp .belah .luhur div.title {
	color: #fff;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ycp .belah .handap div.title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ycp .belah span.mute,
.ycp .belah span.about a {
	color: #767676;
	font-size: .8em;
}

.ycp .belah .thumb img {
	width: 80px;
	height: 100%;
	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;
}

@media screen and (max-width:767px) {
	.ycp {
		height: 1000px;
	}

	.ycp .belah,
	.ycp .belah:first-of-type,
	.ycp .belah:last-of-type {
		width: 100%;
		display: block;
	}

	.ycp .belah:first-of-type {
		height: 40%;
	}

	.ycp .belah:last-of-type {
		height: 60%;
	}
}
