    nav.inews-www-hover{
        position:relative;
    }

    a.inews-www-hover {
        display:inline-block;
        position:relative;
        font-weight: 600;
        font-size: 18px;
    }

    menu.inews-www-hover{

        position:absolute;
        z-index:1;
        background-color:white;
        border:1px solid #e6e6e6;
        padding:0px 20px;
        height:40px;
        line-height:40px;
        border-radius:4px;
        top:55px;
        display:none;
        box-shadow: 2px 2px rgba(0,0,0,0.2);
        font-size:0px;
     
    }

    menu.inews-www-hover.active{

        display:inline-block;

    }

    menu.inews-www-hover > a{
        display: inline-block;
        height: 100%;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        padding: 0px 10px;
        
    }
    nav.inews-www-hover > div:first-of-type >  menu{
      
        left:20px;
    }
    nav.inews-www-hover > div:last-of-type > menu{
        right:20px;
    }

    nav.inews-www-hover > div:nth-of-type(2) > menu{
        left:calc(200px  -  (333px/2) );
       
    }
    nav.inews-www-hover > div:nth-of-type(3) > menu{
        left:calc(296px  - (190px/2));
     
    }
    nav.inews-www-hover > div:nth-of-type(4) > menu{
        left:calc(380px  - (292px/2));
    }
    
    nav.inews-www-hover > div:nth-of-type(5) >  menu{
        left:calc(481px  - (350px/2)); 
    }

    
    /*문화*/
    nav.inews-www-hover > div:nth-of-type(6) >  menu{
        left:calc(595px  - (350px/2));
    
    }

    nav.inews-www-hover > div:nth-of-type(7) >  menu{
        left:calc(745px  - (190px/2) - 110px);
    
    }

    nav.inews-www-hover > div:nth-of-type(8) >  menu{
        left:calc(845px  - (170px/2));
       
    }


    /*연예 스포츠*/
    nav.inews-www-hover > div:nth-of-type(9) >  menu{

        left:calc(935px  - (137px/2));
 
    }

    div.inews-www-hover {
        display:inline;
        font-size:0px;

    }

    nav.inews-www.first time{
        position:absolute;
        left:calc(50% + 200px);
        height:20px;
        
        top:calc(50% - 10px);
        font-size:14px;        
        color:#595959;
        line-height:20px;
        font-family: Malgun Gothic, '맑은 고딕', sans-serif;

    }

    img.logo-transparent {
        background-color:transparent;
    }

    span.a3120 {
        position:absolute; 
        left:0px; 
        bottom:0px; 
        top:10px; 
        line-height:0px;
    }
    
    span.photo-special {
        position:absolute; 
        right:0px; 
        bottom:0px; 
        top:0px; 
        font-weight:bold;
    }

/** 총선 관련 **/

header > hr:last-of-type{

    background-color: #8db6e4;
    height:2px;
}
header > hr:nth-of-type(2){

    background-color: #e6e6e6;
    height:1px;
}