html, body, video {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

.melon-video-player {
  position: relative;
  width: 100%;
}

.melon-video-player *,
.melon-video-player *:after,
.melon-video-player *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.melon-video-player.error .melon-video-controls {
  display: none !important;
  opacity: 0 !important;
}

.melon-video-player.error .melon-video-error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.melon-video-view {
  width: 100%;
  height: auto;
  background-color: #000000;
}

.melon-video-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.melon-video-title {
  margin-bottom: 5px;
  padding: 16px 16px 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}

.melon-video-sub-title {
  padding: 0 16px 0;
  font-size: 11px;
  color: #ffffff;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}

.melon-video-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 252px;
  height: 65px;
  margin: -32.5px 0 0 -126px;
}

.melon-video-prev-btn, .melon-video-play-btn, .melon-video-pause-btn, .melon-video-next-btn {
  position: absolute;
  top: 0;
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  font-family: inherit;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  background-image: none;
  background: none;
  border: 0;
  overflow: visible;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: button;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none !important;
  outline: 0 !important;
}

.melon-video-prev-btn {
  left: 0;
}

.melon-video-prev-btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 32.5px;
  background-image: url(../img/20180605_sprites.png);
  background-position: -39px -41px;
  width: 19px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .melon-video-prev-btn:before {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.melon-video-play-btn {
  left: 93px;
}

.melon-video-play-btn:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 23px;
  background-image: url(../img/20180605_sprites.png);
  background-position: -41px 0px;
  width: 24px;
  height: 33px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .melon-video-play-btn:before {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.melon-video-pause-btn {
  left: 93px;
}

.melon-video-pause-btn:before {
  content: "";
  position: absolute;
  top: 17.5px;
  left: 25.5px;
  background-image: url(../img/20180605_sprites.png);
  background-position: -65px 0px;
  width: 14px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .melon-video-pause-btn:before {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.melon-video-next-btn {
  right: 0;
}

.melon-video-next-btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  background-image: url(../img/20180605_sprites.png);
  background-position: -20px -41px;
  width: 19px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .melon-video-next-btn:before {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.melon-video-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37px;
  padding: 0 9px 0 16px;
}

.melon-video-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
}

.melon-video-progress-bar {
  position: relative;
  height: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.melon-video-progress-bar:after {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

.melon-video-progress-play {
  position: absolute;
  left: 0;
  bottom: 7px;
  right: 0;
  top: 7px;
  border-radius: 2px;
  width: 100%;
  -webkit-transform-origin: 0px 0px 0px;
          transform-origin: 0px 0px 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #1ee13c;
  z-index: 1;
}

.melon-video-progress-handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.melon-video-progress-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 11px;
  height: 11px;
  background: #00cd3c;
  border-radius: 50%;
}

.melon-video-time-info {
  margin: 2px 0 0 10px;
}

.melon-video-time-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.melon-video-time-current, .melon-video-time-total {
  position: relative;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
}

.melon-video-time-current {
  color: #1ee13c;
}

.melon-video-time-total:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  margin: 0 5px 1px;
  background: rgba(255, 255, 255, 0.54);
}

.melon-video-full-screen-btn {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  font-family: inherit;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  background-image: none;
  background: none;
  border: 0;
  overflow: visible;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: button;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none !important;
  outline: 0 !important;
  position: relative;
  width: 36px;
  height: 37px;
  margin-left: 10px;
}

.melon-video-full-screen-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background-image: url(../img/20180605_sprites.png);
  background-position: -79px 0px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .melon-video-full-screen-btn:before {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.melon-video-loading-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}

.melon-video-loading-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background: url(../img/loading_img_for_mobile.png) no-repeat;
  background-size: 4800px 40px;
  -webkit-animation: loading-animation 2s steps(120) infinite;
          animation: loading-animation 2s steps(120) infinite;
}

.melon-video-error-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* 180618 */
.melon-video-error-msg {
  margin: 12px 0 0;
  padding: 0 25px;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  opacity: 0.8;
}
/* // 180618 */

.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none !important;
  outline: 0 !important;
  background-color: transparent !important;
}

/* 180618 */
@media only screen and (max-device-width: 320px) {
  .melon-video-error-msg {
    font-size: 10px;
  }
}
/* // 180618 */

.icon_theme_19-ic {
  background-image: url(../img/20180605_sprites.png);
  background-position: -79px -18px;
  width: 15px;
  height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_19-ic {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_full-screen-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: -79px 0px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_full-screen-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_ic-error-mobile {
  background-image: url(../img/20180605_sprites.png);
  background-position: 0px 0px;
  width: 41px;
  height: 41px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_ic-error-mobile {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_next-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: -20px -41px;
  width: 19px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_next-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_normal-screen-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: 0px -41px;
  width: 20px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_normal-screen-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_pause-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: -65px 0px;
  width: 14px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_pause-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_play-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: -41px 0px;
  width: 24px;
  height: 33px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_play-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_prev-btn {
  background-image: url(../img/20180605_sprites.png);
  background-position: -39px -41px;
  width: 19px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_theme_prev-btn {
    background-image: url(../img/20180605_sprites@2x.png);
    background-size: 97px 62px;
  }
}

.icon_theme_19-ic {
  margin: 0 5px -2px 0;
}

@-webkit-keyframes loading-animation {
  100% {
    background-position: -4800px;
  }
}

@keyframes loading-animation {
  100% {
    background-position: -4800px;
  }
}