.Family_site {
    position: absolute;
    width: 250px;
    height: 45px;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    z-index: 100;
}

.Family_site button {
    font-family: 'pe_bd';
    width: 100%;
    height: 43px;
    color: #333;
    font-size: 18px;
    padding-top: 6px;
    border: 0;
    padding-left: 30px;
    text-align: left;
    background: #f2f2f2 url(../img/main/down.png) right 30px center no-repeat;
	outline: none;
}

.Family_site .family_list {
    position: absolute;
    top: 44px;
    display: none;
    background: #f2f2f2;
    height: 497px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow-y: auto;
}

.Family_site .family_list a {
    display: block;
    font-family: 'pe_bd', 'nanum';
    font-size: 14px;
    color: #555;
    line-height: 40px;
    padding: 0 10px;
	text-decoration: none;
}
