@charset "utf-8";
a {
	text-decoration: none;
}

.jp-video {
	position: relative;
	font-family: Arial, sans-serif;
}
.jp-video-270p {
	width: 600px;
}

.jp-title h1 {
	font-size: 1em;
	text-align: center;
	color: #555;
}


.jp-video-play {
	
	position: absolute;
	top: 50%;
	left: 50%;
    margin:-77px 0px 0px -57px;
}
.jp-video-play a {
	width: 114px;
    height: 114px;
    display: inline-block;
    text-align: center;
	background: url("https://pic.neungyule.com/nebuildandgrow/leveltest/btn_video_play2.png") no-repeat; 
	outline:none;
}


.jp-interface {
	width:100%;
	bottom: 0;
	position: relative;
	background: #333;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); 
}

.jp-interface a {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.jp-controls, .jp-toggles {
	padding:15px 20px 0 20px;
	margin: 0; 
	font-family:'nanumgothic';
	height:47px;


}
.jp-toggles {
	position: absolute;
	top: 14px;
	right: 14px;
}
.jp-controls li, .jp-toggles li {
	display: inline;
}
.jp-play {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
	background: url("https://pic.neungyule.com/nebuildandgrow/leveltest/btn_video_play.png") no-repeat; 
	outline: none;
}
.jp-pause {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
	background: url("https://pic.neungyule.com/nebuildandgrow/leveltest/btn_video_pause.png") no-repeat; 
	outline: none;
}
.jp-mute {
    position: absolute;
    right:138px;
    top: 21px;
    width: 28px;
    height: 25px;
    display: inline-block;
	background: url("https://pic.neungyule.com/nebuildandgrow/leveltest/btn_unmute.png") no-repeat; 
	outline: none;
}

.jp-unmute {
    position: absolute;
    right: 138px;
    top: 21px;
    width:28px;
    height:25px;
    display: inline-block;
    line-height: 43px;	
	background: url("https://pic.neungyule.com/nebuildandgrow/leveltest/btn_mute.png") no-repeat; 
	outline: none;
}

.jp-progress {
    background-color: #505050;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
	cursor:pointer; 
}
.jp-play-bar {
    height: 5px;
	background-color: #faa731;
}
.jp-volume-bar {
    position: absolute;
    right: 20px;
    top:28px;
    width:110px;
    height:10px;
	background-color: #505050;
    overflow: hidden;
}
.jp-volume-bar-value {
    background-color: #faa731;
    height:10px;
}
.jp-current-time {
    color: #FFF;
    font-size:19px;
    line-height: 14px;
    position: absolute;
    font-family:nGothic, dotum, gulim;
    left:74px;
    top: 26px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

/***
	FULL SCREEN VIDEO
***/

.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; 
	position:relative;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
	z-index:1000;
}
.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; 
	position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}
.jp-video-full .jp-interface {
	position: absolute !important;
	position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}
.jp-video-full .jp-gui {
	position: fixed !important; 
	position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

.jp-video-full .jp-video-play a {
	font-size: 3em;
	height: 80px;
	width: 80px;
	line-height: 95px;
}
.jp-video-full .jp-progress {
	width: 83%;
}

