@charset "utf-8";

#panelLNB{
    width: 228px;
    position: relative;
    height:auto;
    float:left;
    margin-top: 5px;
    margin-bottom: 30px;
}
#panelLNB h2{
    width: 230px;
    height: 45px;
    color: #0069a8;
    text-indent: 20px;
    font: 23px "NanumGothicBold", NanumGothicBold, Dotum, "NanumGothic", Arial, sans-serif;
    padding-top: 20px;
    background-color: white;
    border-bottom: 6px solid #8d8d8d;
    border-top: 6px solid #7fb4d3;
    float:left;
}
#panelLNB ul.lnb_v , #panelLNB ul.lnb_v li{
    float: left;
}
#panelLNB ul.lnb_v li a{
    padding-top: 9px;
    height: 24px;
    width: 228px;
    border:1px solid #d9d9d9;
    border-top: none;
    float: left;
    font: 14px "NanumGothicBold", NanumGothicBold, Dotum, "NanumGothic", Arial, sans-serif;
    color: #262626;
    text-indent: 20px;
    background-repeat: no-repeat;
    background-position: 210px center;
}
#panelLNB ul.lnb_v li li a{
    color:#828282;
    font: 14px "NanumGothic", NanumGothic, Dotum, "NanumGothic", Arial, sans-serif;
    text-indent: 30px;
    background-position: 18px center;
}
#panelLNB ul.lnb_v li li li a{
    font: 12px "NanumGothic", NanumGothic, Dotum, "NanumGothic", Arial, sans-serif;
    text-indent: 40px;
    background-image: url('../images/bul_Lnb.png');
    background-position: 33px center;
}
 #panelLNB ul.lnb_v li a:hover
,#panelLNB ul.lnb_v li li a:hover
,#panelLNB ul.lnb_v li li li a:hover{
     text-decoration: none;
     background-color: #f3f3f3;
}
#panelLNB ul.lnb_v li a.select:hover
,#panelLNB ul.lnb_v li li a.select:hover
,#panelLNB ul.lnb_v li li li a.select:hover{
    background-color: #6cb2dc;
}
#panelLNB ul.lnb_v li a.select{
    background-color: #6cb2dc;
    color: white;
}
#panelLNB ul.lnb_v li li a.select{
    background-color: #6cb2dc;
    color: white;
}
#panelLNB ul.lnb_v li li li a.select{
    background-color: #6cb2dc;
    background-image: url('../images/bul_Lnb_over.png');
    color: white;
}