@charset "utf-8";
/* CSS Document */
.quick ul li{
    border: 0px;
}

input, button {
    font-family: "Nanum Gothic", sans-serif;
}

#layer_fixed {
    width: 90px;
    color: #555;
    font-size: 12px;
    position: fixed;
    z-index: 10000;
    top: 85px;
    right: 0px;
}

#layer_fixed ul {
    list-style: none;
}

#layer_fixed ul li {
    margin: 0px;
    padding: 0px;
    /* font-size: 0px; */
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #4d4947;
    background-color: rgb(0 0 0 / 70%);
}
#layer_fixed ul li:hover {
    background-color: rgb(0 0 0 / 90%);
}
#layer_fixed ul li:first-child {
    padding: 0;
    border-bottom: 0px solid #4d4947;
}
#layer_fixed .quick_menu {
    width: 90px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    border-top: 0px solid #a09575;
        
}


