.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: #666;
}



/*audio*/
.jp-audio .jp-interface {
  position: relative;
  height: 85px;
  background-color: #374f73;
  background-image: url("../image/jplayer.kfm.bg");
  background-repeat: repeat-x;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #000
}
.jp-audio .jp-controls {
  width: 380px;
  padding: 13px 20px 0 16px;
}
.jp-audio .jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-play {
  width: 57px;
  height: 58px;
  margin-right: 7px
}
.jp-play {
  background: url("../image/jplayer.kfm.buttons.png") 0 0 no-repeat; }

.jp-play:focus {
  background: url("../image/jplayer.kfm.buttons.png") -58px 0 no-repeat; }

.jp-state-playing .jp-play {
  background: url("../image/jplayer.kfm.buttons.png") 0 -60px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("../image/jplayer.kfm.buttons.png") -58px -60px no-repeat; }

.jp-previous, .jp-next {
  width: 31px;
  height: 31px;
  margin-top: 27px
}
.jp-previous {
  background: url("../image/jplayer.kfm.buttons.png") 0 -121px no-repeat; }

.jp-previous:focus {
  background: url("../image/jplayer.kfm.buttons.png") -32px -121px no-repeat; }

.jp-next {
  margin-left: 3px;
  background: url("../image/jplayer.kfm.buttons.png") 0 -154px no-repeat; }

.jp-next:focus {
  background: url("../image/jplayer.kfm.buttons.png") -32px -154px no-repeat; }

  /* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #ddd
}

.jp-audio .jp-progress {
  position: absolute;
  top: 22px;
  height: 7px
}
.jp-audio .jp-type-playlist .jp-progress {
  left: 122px;
  width: 280px;
  z-index: 99
}


  .jp-seek-bar {
    background: url("../image/jplayer.kfm.buttons.png") 0 -249px repeat-x;
    width: 0px;
    height: 100%;
    cursor: pointer; }

  .jp-play-bar {
    background: url("../image/jplayer.kfm.buttons.png") 0 -263px repeat-x;
    width: 0px;
    height: 100%; }

  /* The seeking class is added/removed inside jPlayer */
  .jp-seeking-bg {
    background: url("../image/jplayer.blue.monday.seeking.gif"); }

  /* @end */
  /* @group volume controls */
  .jp-state-no-volume .jp-volume-controls {
    display: none; }

.jp-volume-controls {
  position: absolute;
  top: 14px;
  left: 80%;
  width: 125px
}

  .jp-audio-stream .jp-volume-controls {
    left: 70px; }

  .jp-video .jp-volume-controls {
    top: 12px;
    left: 50px; }

  .jp-volume-controls button {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer; }

  .jp-mute,
  .jp-volume-max {
    width: 25px;
    height: 25px
  }

  .jp-mute {
    background: url("../image/jplayer.kfm.buttons.png") 0 -187px no-repeat; }

  .jp-mute:focus {
    background: url("../image/jplayer.kfm.buttons.png") -25px -187px no-repeat; }

  .jp-state-muted .jp-mute {
    background: url("../image/jplayer.kfm.buttons.png") 0 -213px no-repeat; }

  .jp-state-muted .jp-mute:focus {
    background: url("../image/jplayer.kfm.buttons.png") -25px -213px no-repeat; }


.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("../image/jplayer.kfm.buttons.png") 0 -250px repeat-x;
  top: 10px;
  left: 30px;
  width: 72px;
  height: 4px;
  cursor: pointer
}

.jp-volume-bar-value {
  background: url("../image/jplayer.kfm.buttons.png") 0 -262px repeat-x;
  width: 0px;
  height: 5px
}

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: absolute;
  top: 18px
}

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 84px;
  width: 355px;
}

  .jp-current-time,
  .jp-duration {
    width: 60px;
    font-size: .64em;
    font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default;
  color: #48fdee
}

  .jp-duration {
    float: right;
    display: inline;
    text-align: right;
    cursor: pointer; }

  .jp-video .jp-current-time {
    margin-left: 20px; }

  .jp-video .jp-duration {
    margin-right: 20px; }

  /* @end */

.jp-audio .jp-type-playlist .jp-toggles {
  width: 110px;
  margin: 0;
  position: absolute;
  left: 80%;
  top: 48px;
  padding-left: 5px;
}

.jp-toggles button {
  display: block;
  float: right;
  width: 25px;
  height: 23px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../image/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-full-screen:focus {
  background: url("../image/jplayer.blue.monday.jpg") -30px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../image/jplayer.blue.monday.jpg") -60px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/jplayer.blue.monday.jpg") -90px -310px no-repeat; }

.jp-repeat {
  margin-left: 5px;
  background: url("../image/jplayer.kfm.buttons.png") 0 -302px no-repeat; }

.jp-repeat:focus {
  background: url("../image/jplayer.kfm.buttons.png") -25px -302px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../image/jplayer.kfm.buttons.png") -53px -302px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../image/jplayer.kfm.buttons.png") -53px -302px no-repeat; }

.jp-shuffle {
  background: url("../image/jplayer.kfm.buttons.png") 0 -276px no-repeat;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../image/jplayer.kfm.buttons.png") -26px -276px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../image/jplayer.kfm.buttons.png") -52px -276px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/jplayer.kfm.buttons.png") -52px -276px no-repeat; }

/*details*/
.jp-audio .jp-details {
  position: absolute;
  top: 47px;
  left: 154px;
  width: 300px;
  overflow: hidden;
  font-size: 12px;
}
.jp-audio .jp-details .jp-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}


/*playlist*/
.jp-audio .jp-type-playlist .jp-playlist {
  margin-top: 20px;
  font-size: 14px
}

.jp-audio .jp-type-playlist .jp-playlist .list-group {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li a {
  display: inline-block;
  padding: .75rem 1.25rem;
  color: #000
}
.jp-audio .jp-type-playlist .jp-playlist .list-group .jp-playlist-item {
  width: 100%;
  font-family :"맑은 고딕";
}
.jp-audio .jp-type-playlist .jp-playlist .list-group .jp-playlist-item-view {
  position: absolute;
  width: 8%;
  top: 1px;
  right:0;
  text-align: center;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li a:hover {
  background-color: #f1f5fb;
  text-decoration: none;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group .jp-playlist-item-view:hover {
  background-color: #fff;
  color: #3976d1
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li .jp-artist {
  float: left!important;
  padding-right: 5px;
  font-size: 14px;
  color: #000
}

.jp-audio .jp-type-playlist .jp-playlist .list-group li .jp-artist::before {
  content: '<'
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li .jp-artist::after {
  content: '>'
}

.jp-audio .jp-type-playlist .jp-playlist .list-group li.jp-playlist-current,
.jp-audio .jp-type-playlist .jp-playlist .list-group li.jp-playlist-current a:hover,
.jp-audio .jp-type-playlist .jp-playlist .list-group li.jp-playlist-current a:focus {
  background-color: #d9edf7;
  text-decoration: none;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li.jp-playlist-current a {
  color: #374f73;
  font-weight: bold;
}
.jp-audio .jp-type-playlist .jp-playlist .list-group li.jp-playlist-current .jp-artist {
  /*color: #eee*/
}
