/* ------------------

member_management.css 

--------------------- */

#member_management_wh {
    margin: 70px 7px 7px;
}

/* 검색 */
#search_box_8 {
    display: flex;
    align-items: flex-end;
    height: 30px;
    padding-bottom: 30px;
    background-color: #fde4ab;
}

#search_option_8 {
    font-size: 18pt;
    text-align: center;
    width: 40px;
}

#search_word_8 {
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 10pt;
    height: 30px;
    border-radius: 0;
    background-color: #fde4ab;
    padding: 0;
}

#search_btn_8 {
    font-size: 11pt;
    text-align: center;
    width: 40px;

}

/*임시*/
#people_8 {
    word-break: break-all;
}

.input_number_box_8 {
    display: flex;
    justify-content: center;
}

.select_country_box_8 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #191621;
    padding-right: 20px;
}

.select_country_box_8 select {
    font-size: 11pt;
    letter-spacing: 1px;
}

.input_text_8 {
    display: flex;
    justify-content: center;
}

.input_text_8 input {
    padding: 0;
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 11pt;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 5px;
}