@charset "UTF-8";

.livetv-4ch .choiced .chann-station span,
.livetv-4ch .chann-station span.focus {
  opacity: 0.8 !important;
}
.livetv-4ch .choiced .chann-title .ch-t1,
.livetv-4ch .chann-title .ch-t1.focus {
  opacity: 1 !important;
}

/** genre categories */
.livetv-4ch .channel-tab-menu ul li {
  min-width: 30px !important;
  padding-right: 60px !important;
}
.livetv-4ch .gerneBtn {
  height: 33px;
  opacity: 0.5;
  font-size: 22px;
  font-family: Prompt;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.44px;
  text-align: left;
  color: #ffffff;
}
.livetv-4ch .gerneBtn.on {
  opacity: 1;
  font-weight: 600;
  color: #ee831a;
}
/* .livetv-4ch #gerneBtn-0 {width: 31px;}
.livetv-4ch #gerneBtn-1 {width: 67px;}
.livetv-4ch #gerneBtn-2 {width: 100px;}
.livetv-4ch #gerneBtn-3 {width: 102px;}
.livetv-4ch #gerneBtn-4 {width: 62px;} */
.livetv-4ch .gerneBtn-lg {width:106px}
.livetv-4ch .gerneBtn-sm {width:61px}
.livetv-4ch .gerneBtn-my {width:31px}


/**  channel name */
.livetv-4ch .chann-station { width: 92px !important; }
.livetv-4ch .chann-station span{
  width:100%; 
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

.livetv-4ch .channel-tab-list li {
  cursor: pointer;
}

.livetv-4ch .chann-title {
  padding-right: 3.9vw;
  padding-left: 1.5vw;
}

/** program name */
.livetv-4ch .ch-t1 {
  height: 26px;
}

/* visualon player custom */
.livetv-4ch .player-container {
  position: absolute;
  width: 50% !important;
  height: 50% !important; 
  float: left;
  z-index: 1;
  overflow: hidden;
}
.livetv-4ch #player-container-one { top: 0; left: 0; }
.livetv-4ch #player-container-two { top: 0; left: 50%; }
.livetv-4ch #player-container-three { top: 50%; left: 0;}
.livetv-4ch #player-container-four { top: 50%; left: 50%;}

.livetv-4ch .vop-logoText-container, .vop-logoImage-container {display: none;}
.livetv-4ch .vop-skin-container,
.livetv-4ch .vop-logoText {
  visibility: hidden;
}
.visible{
visibility: visible !important;
}
.hidden {
visibility: hidden !important;
}

/* 4ch common style */
.display-none { display:none !important}

/* channel button style */
.livetv-4ch .chan-btn { 
    position: absolute;
    width: 23.077%;
    height: 11.726%;
    max-width: 130px;
    max-height: 36px;
    border-radius: 2px;
    z-index: 2;
    color: #fff;
    background-color: #404040;
    /* max-width: 120px; */
    /* max-height: 60px; */
}
#player-container-one .chan-btn {right: 20px; bottom: 20px;}
#player-container-two .chan-btn {left: 20px; bottom: 20px;}
#player-container-three .chan-btn {right: 20px; top: 20px;}
#player-container-four .chan-btn {left: 20px; top: 20px;}

/** blocked channel */
.player-container.blocked {    
  /* background: url(../image/img_sample_block.svg) no-repeat; */
  /* background-size: cover; */
  background: #191b27;
}
.player-container.blocked .blocked-txt {    
  text-align: center;
  /* line-height: 3.5rem; */
  position: relative;
  top: calc(50% - 1.75rem);
}
.player-container.blocked .blocked-txt .block-msg{    
  color: #d1a97a;
  font-size: 1.25rem;
  letter-spacing: -0.7px;
}
.player-container.blocked .blocked-txt .block-sub-msg{    
  color: #ffffff;
  font-size: 0.7rem;
  letter-spacing: -0.34px;
  opacity: 50%;
}

/* modal style */
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  }
  
  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .modal-container {
    width: 42.396%;
    height: 67.592%;
    margin: 0px auto;
    padding: 3.177% 0;
    border-radius: 2px;
    background-color: #1d1d1d;
    display: inline-block;
    box-shadow: 0 0 0 0.5px #101010 inset;
  }

  .modal-title {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .modal-title span {
    width: 116px;
    height: 30px;
    font-family: Prompt;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center;
    color: #e3e3e3;
  }

  .modal-title .bt-prev-genre {
    left: -65px;
    background: url(../../images/icon/arw_ch_l.png)no-repeat center;
  }
  .modal-title .bt-next-genre {
    left: 65px;
    background: url(../../images/icon/arw_ch_r.png)no-repeat center;
  }
  .modal-title .bt-prev-genre, .modal-title .bt-next-genre {
    position: relative;
    width: 12px;
    height: 26px;
    object-fit: contain;
  }

  .modal-body {
    height: 52vh;
    width: 80.098%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }
  .modal-body ul {
    padding: 10px 0;
  }
  .modal-body li {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: #1d1d1d;
    cursor: pointer;
    opacity: 0.8;
    font-family: NotoSans;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: -0.38px;
    text-align: left;
    color: #ffffff;
  }

  .modal-body li.active {
    background-color: #2f2f2f;
    font-weight: 600;
    opacity: 1;
    border-bottom: 1px solid #2f2f2f;
  }

  .modal-body li:hover {
    font-weight: 600;
    opacity: 1;
  }


  .modal-body .chann-preview {
    width: 151px;
    height: 84px;
    display: table-cell;
    padding: 6px
  }
  .modal-body .chann-preview img {
    width: 100%;
    height: 100%;
  }
  .modal-body .chann-title {
    padding-left: 20px;
    padding-right: 42px !important
  }
  .modal-body::-webkit-scrollbar {
    width: 4px;
    height: 140px;
  }
  .modal-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
  }

  /*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
  
  .modal-enter {
    opacity: 0;
  }
  
  .modal-leave-active {
    opacity: 0;
  }
  
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .modal-close-btn {
    background: url(../images/icon_search_x.svg) no-repeat;
    position: fixed;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    object-fit: contain;
    margin-left: 25px;
  }


  /** progress bar */
 .livetv-4ch .ch-progress-bar {
  max-width: 100% !important;
}
.livetv-4ch .bar, .modal-body .bar {
  max-width: 100% !important;
}

/** player bottom bar */
.live4ch-bottom-bar {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  display: block;
  object-fit: contain;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.live4ch-bottom-bar>div {
  margin-left: 20px;
  margin-right: 20px;
}
.live4ch-progress-bar {
  position: relative;
  width: 100%;
  cursor: pointer;
  outline: none;
  height: 3px;
  /* opacity: 0.2;
  background-color: #ffffff; */
  background: hsla(0,0%,75%,.3);
  margin-top: 10px;
  margin-bottom: 14px;
}
.live4ch-progress-bar .live4ch-play-progress {
  height: 3px;
  width: 0px;
  background-image: linear-gradient(to right, #ee8719, #f15a26 60%, #ee2a27);
  max-width: 100% !important;
}
.live4ch-control-bar {margin-bottom: 10px;}
.live4ch-control-bar.full {margin-bottom: 50px !important;}
.player-4ch-icon {
  width: 40px;
  height: 30px;
  object-fit: contain;
  cursor: pointer;
  display: inline-block;
}
.full .player-4ch-icon{
  width: 70px !important;
  height: 52px !important;
}
.icon_4ch_play {background:url('../images/player/icon_vod_play.svg')no-repeat center;}
.full .icon_4ch_play {background:url('../images/player/icon_vod_full_play.svg')no-repeat center !important;}
.icon_4ch_pause {background:url('../images/player/icon_vod_pause.svg')no-repeat center;}
.full .icon_4ch_pause {background:url('../images/player/icon_vod_full_pause.svg')no-repeat center !important;}
.icon_4ch_volume {background:url('../images/player/icon_vod_volume.svg')no-repeat center;}
.full .icon_4ch_volume {background:url('../images/player/icon_vod_full_volume.svg')no-repeat center !important;}
.icon_4ch_volume:hover {background:url('../images/player/icon_vod_volume_hover.svg')no-repeat center;}
.full .icon_4ch_volume:hover {background:url('../images/player/icon_vod_full_volume_hover.svg')no-repeat center !important;}
.icon_4ch_volume_mute {background:url('../images/player/icon_vod_volume_mute.svg')no-repeat center;}
.full .icon_4ch_volume_mute {background:url('../images/player/icon_vod_full_volume_mute.svg')no-repeat center !important;}
.icon_4ch_volume_mute:hover {background:url('../images/player/icon_vod_volume_mute_hover.svg')no-repeat center;}
.full .icon_4ch_volume_mute:hover {background:url('../images/player/icon_vod_full_volume_mute_hover.svg')no-repeat center !important;}
.icon_4ch_sub {float: right; background:url('../images/player/icon_vod_sub.svg')no-repeat center;}
.full .icon_4ch_sub {float: right; background:url('../images/player/icon_vod_full_sub.svg')no-repeat center !important;}
.icon_4ch_sub:hover {float: right; background:url('../images/player/icon_vod_sub_hover.svg')no-repeat center;}
.full .icon_4ch_sub:hover {float: right; background:url('../images/player/icon_vod_full_sub_hover.svg')no-repeat center !important;}
.icon_4ch_full {float: right; background:url('../images/player/icon_vod_full.svg')no-repeat center;}
.icon_4ch_full_small {float: right; background:url('../images/player/icon_vod_full_small.svg')no-repeat center;}

.player-4ch-volume-wrap, .player-4ch-sub-wrap { 
  object-fit: contain;
  display: inline-block;
}
.player-4ch-sub-wrap {float: right}
.player-4ch-volume-set { 
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.full .player-4ch-volume-set {
  top: 13px;
}
.volume-set-4ch { height: 4px; }
.volume-set-4ch .circle_vol_slider {
  position: relative;
  background-color: #919191;
  width: 100px;  
}

.volume-set-4ch input[type='range'],
.volume-set-4ch input[type='range']::-webkit-slider-runnable-track,
.volume-set-4ch input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
/* 2.1 THUMB */
.volume-set-4ch input[type=range]::-webkit-slider-thumb {
  background-color: #f15a26;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}
.volume-set-4ch input[type=range]::-moz-range-thumb {
  background-color: #f15a26;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}
.volume-set-4ch input[type=range]::-ms-thumb {
  background-color: #f15a26;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}
/* 2.2 TRACK */
.volume-set-4ch input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  cursor: pointer;
}
.volume-set-4ch input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}
.volume-set-4ch input[type=range]::-moz-range-track {
  height: 4px;
  cursor: pointer;
}
.volume-set-4ch input[type=range]::-ms-track {
  height: 4px;
  cursor: pointer;
}

.player-4ch-pgtime {
  object-fit: contain;
  display:inline-block;
  width: auto;
  height: 30px;
  position: absolute;
  margin-left: 10px;
}
.player-4ch-pgtime .pgtime-txt {
   opacity: 0.7;
   font-family: NotoSans;
   font-size: 15px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.73;
   letter-spacing: -0.3px;
   text-align: left;
   color: #ffffff;
}
.full .player-4ch-pgtime .pgtime-txt{
  font-size: 17px;
  padding-top: 13px;
}

.player-4ch-lang-pop {
  width: 140px;
  height: 148px;
  border-radius: 2px;
  background-color: #292929;
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 3;
  padding: 16px 10px 16px 22px;
}
.full .player-4ch-lang-pop {
  bottom: 100px !important;
  right: 85px !important;
}
.player-4ch-lang-pop .pop-title {
  /* width: 43px; */
  height: 22px;
  font-family: Prompt;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #e3e3e3;
}
.player-4ch-lang-pop .pop-body {
  height: 100px;
  overflow: auto;
}
.player-4ch-lang-pop li { padding-top: 10px; }
.player-4ch-lang-pop li>a {
  height: 20px;
  opacity: 0.6;
  font-family: NotoSans;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.player-4ch-lang-pop li>a.active {
  color: #ff872b;
  opacity: 1;
}
.icon-check-4ch {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  object-fit: contain;
  background:url('../images/player/icon_check_org.svg')no-repeat center
}


.dim-multiview {
  opacity: 0.5;
  background-color: #000000;
  z-index: 99999;
}

.mark-multiview{display:inline-block;	width:30px; height:30px;}
.mark-multiview.one{background:url('../images/player/icon_multiview_1.png')no-repeat center;}
.mark-multiview.two{background:url('../images/player/icon_multiview_2.png')no-repeat center;}
.mark-multiview.three{background:url('../images/player/icon_multiview_3.png')no-repeat center;}
.mark-multiview.four{background:url('../images/player/icon_multiview_4.png')no-repeat center;}

/* 4CH 1366  */
@media(max-width:1599px){

  /** genre categories */
  .livetv-4ch .channel-tab-menu ul li {
    min-width: 23px !important;
    padding-right: 36px !important;
  }
  .livetv-4ch .gerneBtn {
    height: 24px;
    opacity: 0.5;
    font-size: 16px;
    font-family: Prompt;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-align: left;
    color: #ffffff;
  }
  /* .livetv-4ch #gerneBtn-0 {width: 23px;}
  .livetv-4ch #gerneBtn-1 {width: 49px;}
  .livetv-4ch #gerneBtn-2 {width: 73px;}
  .livetv-4ch #gerneBtn-3 {width: 75px;}
  .livetv-4ch #gerneBtn-4 {width: 45px;} */
  .livetv-4ch .gerneBtn-lg {width:95px}
  .livetv-4ch .gerneBtn-sm {width:53px}
  .livetv-4ch .gerneBtn-my {width:23px}
  


  /** channel name */
  .livetv-4ch .chann-station { width: 70px !important; }

  /** program name */
  .livetv-4ch .ch-t1 {
    height: 22px;
  }

  /** modal */
  .modal-body li {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: -0.28px;
  }

  .modal-title span {
    width: 82px;
    height: 21px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }

}
