/*°Ô½ÃÆÇ ÀúÀÛ±Ç ½Å°í°ü·Ã*/
div#licenseBoard{
    width:100%;
    margin:0px;
    padding:0px;
    margin-bottom:20px;
}
div#licenseBoard div.content {
    border-left:2px solid #dedede;
    border-right:2px solid #dedede;
}
div#licenseBoard ul{
    clear:both;
    width:100%;
    margin:0px;
    padding:0px;
    overflow:hidden;
    background:#fbfbfb;
}
div#licenseBoard ul li{
    width:95%;
    background:url(/image/access/board/licenseDot.gif) no-repeat left 3px;
    margin-top:3px;
    margin-left:7px;
    padding-left:15px;
    font-size:1em;
    list-style-type:none;
    line-height:18px;
    text-align:justify;
}
div#licenseTop{
    width:100%;
    height:10px;
    overflow:hidden;
    background:url(/image/access/board/licenseTopLeft.gif) no-repeat left top;
}
div#licenseTopRight{
    float:right;
    width:10px;
    height:10px;
    overflow:hidden;
    background:url(/image/access/board/licenseTopRight.gif) no-repeat left top;
}
div#licenseBottom{
    width:100%;
    height:10px;
    overflow:hidden;
    background:url(/image/access/board/licenseBottomLeft.gif) no-repeat left top;
}
div#licenseBottomRight{
    float:right;
    width:10px;
    height:10px;
    overflow:hidden;
    background:url(/image/access/board/licenseBottomRight.gif) no-repeat left top;
}
div#licenseBoard em {
    font-style:normal;
    color:#9A1515;
}