
/* ¼­ºê¸Þ´º ÇöÀç ÆäÀÌÁö Ç¥½Ã */
.SNB ul li:nth-of-type(6) ul{
display: block;
}

.SNB ul li:nth-of-type(6) li:nth-of-type(4) span{
display: inline-block;
margin-right:3px;
font-size: 12px;
color: red;
}
