@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){

  .pkt_topmainmvbox h1{
    border-radius:0;
    width:100%;
    height:auto;
    max-height:64px;
    background-color:transparent;
    padding-bottom:0;
  }
  
  .pkt_topmainmvbox .pkt_nwlive{
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    justify-content: flex-start;
  }
  
  .pkt_topmainmvbox .pkt_nwlive p{
    display: inline-block;
    padding-left:3em;
    padding-top:24px;
  }
  .pkt_topmainmvbox .pkt_nwlive img{
     max-width: 160px;
  }
  
  .pkt_topmvcontbx{
    width:100%;    
    background-color:#be0000;
    border-radius: 0;
    padding-bottom:10px;
  }

  .pkt_topmvcontinner{
    background-color:#000;
    margin:0 auto;
    width:100%;
  }
  
  .pkt_topmainmvbox span{
    display:block;
    width:100%;
  }
  
  .pkt_topmainmvbox span img{
    min-width:180px;
    width:30%;
  }
  
  .pkt_topmainmvbox h3{
    width:100%;
    margin:0 auto;
    font-size:0.75em;
  }
  
  .pkt_lvcapwrap{
    font-size:0.65em;
  }
  
  .pkt_topmainmvbox #pkt_live_ossm{
    display:none;
  }
}