@charset "utf-8";

/* 유튜브 팝업 */
.reveal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
}
.video-wrapper {
	width: 100%;
	z-index: 99999;
}
.video-wrapper_div2 {
	width: 768px;
	margin: 100px auto;
}
.video-wrapper_div {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.video-wrapper iframe {
	border: 0px;
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}
.reveal .video-popup-closer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99998;
}
/* 유튜브 팝업 */

#latest_video {position:relative; width: 50%; float: right; }
#latest_video .latest_video_wrap {margin-bottom: 100px;}
#latest_video .latest_video_item {width:100%;display:table;position:relative;table-layout:fixed;padding-bottom:10px}
#latest_video .latest_video_img {display:table-cell;vertical-align:top;}
#latest_video .latest_video_content {display:table-cell;padding-left:20px;}
#latest_video .latest_video_content .video_title {font-size:1.582em;font-weight:500;padding-bottom:8px}
#latest_video .latest_video_content .video_content {padding-bottom: 20px;}
#latest_video .latest_video_content .video_info {color:#888;font-size:1.1em;}
#latest_video .latest_video_content .video_info .sv_member {color:#888}



