/* stylesheet */

.snb{width:200px; border-bottom:2px solid #878787;}
.snb .snb_title{height:46px; font-size:28px; color:black; font-family:'malgun gothic', '맑은 고딕';font-weight:bold;}
/*
.snb.snb_03 .snb_title {color:#00b9ef;}
.snb.snb_05 .snb_title {color:#977047;}*/
.snb .snb_title_underbar{height:2px;width:200px; background-position-x:-100px; background-image:url('../img/snb/snb_pattern_01.png'); background-repeat:repeat;}
/*
.snb.snb_03 .snb_title_underbar{background-image:url('../img/snb/snb_pattern_03.jpg');}
.snb.snb_05 .snb_title_underbar{background-image:url('../img/snb/snb_pattern_05.jpg');}*/
.snb ul{padding:0;margin:0;}
.snb>ul>li{width:200px;min-height: 45px;height: auto;font-size:16px;font-family:'malgun gothic', '맑은 고딕';line-height:45px;border-bottom:1px solid #9d9e9e;list-style:none;}
.snb>ul>li>a:hover{text-decoration:none;font-weight:bold;}
.snb>ul>li.active>a{font-family:'malgun gothic', '맑은 고딕'; color:#36B14A;}

.snb>ul>li>ul{
    height: 0;
    overflow: hidden;
}
.snb>ul>li>ul>li{
    list-style: none;
    line-height: 30px;
    font-size: 12px;
    padding-left: 10px;
}
.snb>ul>li.active>ul{
    height: auto;
}
.snb>ul>li>ul>li.active>a{color:#36B14A;}
/*
.snb.snb_03 ul li.active a{font-family:'malgun gothic', '맑은 고딕'; color:#00b9ef;}
.snb.snb_05 ul li.active a{font-family:'malgun gothic', '맑은 고딕'; color:#977047;}*/
.snb>ul>li.last{border-bottom:none;}