
.radio-shd-onair {background-color: #000; color: #fff; margin-bottom: 10px; position: relative;}
.radio-shd-next {background-color: #000; color: #fff; margin-bottom: 10px;}
.radio-shd-next .radio-shd-boxs {max-height: 200px; overflow-y: scroll;}
.radio-shd-onair-box {position: absolute; bottom: 5px; right: 5px; padding: 5px 10px; font-size: 14px; display: inline-block; background-color: red; border-radius: 5px;}

.radio-shd-next .radio-shd-next-title {font-weight: bold; padding: 5px;} 
.radio-shd-box {padding: 5px;}

.radio-shd-onair .radio-shd-title {font-weight: bold;} 

.radio-shd-btn .btn {margin-bottom: 10px;}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.radio-info-live {padding-top: 15px; padding-bottom: 15px;}
.radio-info-live #radio-shd-radio {float:left;width:100%;}
.radio-home .radio-shd-next {float: left;width: 100%;}
.radio-shd-onair {float: left;width: 100%;}

.radio-info-newvdo { padding-top: 15px; padding-bottom: 15px;}
.radio-info-hotvdo { padding-top: 15px; padding-bottom: 15px;}
.radio-info-title {text-align: center; margin-bottom: 15px; font-weight: bold; font-size: 28px; position: relative;}
.radio-info-title .sub {font-weight: normal; font-size: 16px;}
.radio-info-title .lnk-read-all {position: absolute; top: 50%; right: 0;}

#radioList {margin-right : -15px; margin-left: -15px;}
#radioList .radioBox {padding-right: 15px; padding-left: 15px;}

.radio-info-left {padding: 15px; background-color: #000; color: #fff;}
.radio-info-radio {margin-bottom: 35px;}
.radio-info-list {}

.radio-info-more-zone {text-align: right;}
.radio-info-more-zone .btn-more {background-color: #FFCC00; color: #000; border-radius: 15px; font-weight: bold;}

.radio-info-desc {}
.radio-info-desc .desc-title {font-size: 30px; font-weight: bold;}
.radio-info-desc .desc-detail {font-size: 18px;}

.radio-live-lnk {padding: 5px 15px; background-color: #fff; color: blue; border-radius: 15px; display: inline-block; font-weight: bold; cursor: pointer; margin-bottom: 15px;}
.radio-live-lnk-play {}
.radio-live-lnk-stop {}

.radio-shd-radio {position: relative;}
.radio-shd-radio .volume-up {position: absolute; top: 50%; right: 0;}

.audio-row {}
.audio-row .detail-date {position: relative;}
.audio-row .detail-date .audio-lnk {position: absolute; top: 50%; right: 0;}
.audio-lnk-btn {color: #20489F; font-size: 28px; cursor: pointer;}
.audio-lnk-btn-play {}
.audio-lnk-btn-stop {}

.audio-cant-play {border: 1px solid #ccc; padding: 5px; text-align: center; border-radius: 5px;}