.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #131313; 

  }

.jp-audio {
  width: 400px;
  padding: 20px; }

.jp-audio-stream {
  width: 101px;
  padding: 20px 20px 10px 20px; }

.jp-video-270p {
  width: 440px; }

.jp-video-360p {
  width: 640px; }

.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-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-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-interface {
  position: relative;
  width: 100%;
  background-color: #131313;
  padding:20px 0px 20px 0px;
  /* Required for the full screen */ }


.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  height: 34px;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  cursor: pointer; }

/* @end */


/* 재생버튼 */
.jp-type-playlist .jp-play {
  margin-left:20px;
  width: 40px; height:40px; margin-right:5px; background: url("../image/jplayer.pink.flag2.jpg") -0px -0px no-repeat; }

.jp-type-playlist .jp-play:focus {
  width: 40px; height:40px; margin-right:5px; background: url("../image/jplayer.pink.flag2.jpg") -40px -40px no-repeat; }

.jp-state-playing div.jp-type-playlist .jp-play {
  width: 40px; height:40px; margin-right:5px; background: url("../image/jplayer.pink.flag2.jpg") -0px -40px no-repeat; }

.jp-state-playing div.jp-type-playlist .jp-play:focus {
  width: 40px; height:40px; margin-right:5px; background: url("../image/jplayer.pink.flag2.jpg") -0px -40px no-repeat; }

.jp-type-playlist .jp-stop {
  width: 32px; height:32px; margin:4px 5px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -80px -0px no-repeat; }

.jp-type-playlist .jp-stop:focus {
  width: 32px; height:32px; margin:4px 5px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -80px -40px no-repeat; }

.jp-type-playlist .jp-previous {
  width: 32px; height:32px; margin:4px 5px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -120px -0px no-repeat; }

.jp-type-playlist .jp-previous:focus {
  width: 32px; height:32px; margin:4px 5px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -120px -40px no-repeat; }

.jp-type-playlist .jp-next {
  width: 32px; height:32px; margin:4px 15px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -160px -0px no-repeat; }

.jp-type-playlist .jp-next:focus {
  width: 32px; height:32px; margin:4px 15px 0px 0; background: url("../image/jplayer.pink.flag2.jpg") -160px -40px no-repeat; }

/* @end */
/* @group TOGGLES */
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-audio .jp-toggles {
  width: 55px; }

.jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-video .jp-toggles {
  float: right;
  width: 105px;
  margin: 13px 0 0 15px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../image/jplayer.pink.flag2.jpg") -80px -110px no-repeat;
  margin-left: 15px; }

.jp-full-screen:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -80px -130px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../image/jplayer.pink.flag2.jpg") -80 -110px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -80 -130px no-repeat; }

.jp-repeat {
  background: url("../image/jplayer.pink.flag2.jpg") -60px -110px no-repeat;
  margin-left: 50px; }

.jp-repeat:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -60px -130px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../image/jplayer.pink.flag2.jpg") -60px -110px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -60px -130px no-repeat; }

.jp-shuffle {
  background: url("../image/jplayer.pink.flag2.jpg") -100px -110px no-repeat;
  margin-left: 15px; }

.jp-shuffle:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -100px -130px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../image/jplayer.pink.flag2.jpg") -100px -110px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -100px -130px no-repeat; }

.jp-audio .jp-shuffle {
  margin-left: 5px; }


/* 재생바 */
.jp-progress {
  float:left;
  border-radius:10px;
  width: 180px;
  height: 5px;
  overflow: hidden;
  }

div.jp-video .jp-progress {
  border-top: 0px solid #180a1f;
  border-bottom: 0px solid #554560;
  width: 180px;
  margin:17px 0px 0px 0px;
  background-image: none;
  }

.jp-seek-bar {
  background: url("../image/jplayer.pink.flag2.jpg") 0px -85px repeat-x;
  width: 0px;
  height: 100%;
  overflow: hidden;
  cursor: pointer; }

.jp-play-bar {
  background: url("../image/jplayer.pink.flag2.jpg") 0px -80px repeat-x;
  width: 0px;
  height: 100%;
  overflow: hidden; }

/* 시간 */
.jp-current-time, .jp-duration {
  float:left;
  font-size: .5em;
  color: #777; 
  padding-top:10px;
  }

.jp-video .jp-current-time {
  padding-left: 15px; }

.jp-video .jp-duration {
  padding-left: 10px; }


/* 볼륨 */
.jp-volume-bar {
  position: absolute;
  background: url("../image/jplayer.pink.flag2.jpg") 0px -85px repeat-x;
  margin-top:17px;
  margin-left: 480px;
  cursor: pointer; }

 .jp-volume-bar {
  border-radius:10px;
  width: 70px;
  }

.jp-volume-bar-value {
  background: url("../image/jplayer.pink.flag2.jpg") 0px -80px repeat-x;
  height: 5px; }

.jp-volume-controls button {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 460px;
  margin-top: 20px;
  padding: 0;
  width: 16px;
  height: 11px;
  border: none;
  cursor: pointer; }

.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 0; }

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 0; }

.jp-video .jp-volume-controls .jp-mute,
.jp-video .jp-volume-controls .jp-unmute {
  left: 0;
  top: 14px; }

.jp-video .jp-volume-controls .jp-volume-max {
  left: 84px;
  top: 14px; }

.jp-volume-controls .jp-mute {
  background: url("../image/jplayer.pink.flag2.jpg") 0px -110px no-repeat; }

.jp-volume-controls .jp-mute:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -20px -110px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute {
  background: url("../image/jplayer.pink.flag2.jpg") -20px -110px no-repeat; }

.jp-state-muted .jp-volume-controls .jp-mute:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -20px -130px no-repeat; }

.jp-volume-controls .jp-volume-max {
  background: url("../image/jplayer.pink.flag2.jpg") -40px -110px no-repeat; }

.jp-volume-controls .jp-volume-max:focus {
  background: url("../image/jplayer.pink.flag2.jpg") -40px -130px no-repeat; }

.jp-audio .jp-interface .jp-volume-bar,



/* @end */
/* @group playlist */
.jp-details {
  font-size: .7em;
  margin: 0;
  padding: 0; }

.jp-details .jp-title {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  cursor: default; }

.jp-video .jp-details { 
 }

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.jp-video .jp-playlist ul {
  margin: 0px; }

.jp-playlist li {
  position: relative;
  padding: 10px 20px;
  overflow: hidden; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:first-child {
  border-top: none;
  }

div.jp-type-playlist div.jp-playlist li:last-child {
  border-bottom: none;
  }

div.jp-type-playlist div.jp-playlist a {
  font-size:14px;
  font-family:"맑은 고딕";
  color: #fff;
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: #fff; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  background-color: #9a0000;
  margin: 0 ;
  padding: 10px 20px;
  }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
  color: #fff; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-left: 20px;
  font-weight: bold;
  color: #8C7A99; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #E892E9; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  color: #8C7A99; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #8C7A99; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #E892E9; }

span.jp-artist {
  font-size: .8em;
  color: #8C7A99; }

/* @end */
.jp-video .jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */ }

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-video-full .jp-video-play {
  height: 100%; }
