/* Waiting for server response */
.wfsr {
	z-index: 100;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif;
	color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	box-shadow: 0 0 5px #000;
	background: #333 url("/images/msg.loading.gif") no-repeat center 15px;
}

.user_menu { cursor: pointer;}

.userinfo-menu {
    z-index:1000;
    position: absolute;
    background-color:#e0e0e0;
    border: 1px solid black;
    padding: 2px;
}

.userinfo-menu a { text-decoration:none; color:#000;}

.userinfo-menu ul { list-style:none; padding:0; margin:0;}
.userinfo-menu li{ margin:3px 10px; padding:3px 0; cursor: pointer; }
.userinfo-menu li + li{ border-top:1px dotted #222; margin-bottom:3px; }

.temp_msg { background: #ff9670; color: #000; border: 1px solid #f47546; margin-top:10px; padding: 10px 10px; border-radius: 10px;}


.apply_go {position:absolute; top:40px; right:15%; margin-right:-100px; z-index:1000;}
.aa{position: absolute; top:0; right: 10px; }
.bb{position: absolute; top:0; right: 155px; }

@media screen and (max-width:750px) {
    .apply_go {
        right: 5%;
        margin-right: 0;
    }

    .apply_go img {
        width: 100%;
    }
}

    .order_menu { cursor: pointer; color:#7b8900;}
    .ordinfo-title { font-size: 12pt; color: orange; font-weight: bold; padding: 5px;}

    .ordinfo-menu {
        z-index:1000;
        position: absolute;
        background-color:#e0e0e0;
        border: 1px solid black;
        padding: 2px;
        cursor: pointer;
    }

    .ordinfo-menu a { text-decoration:none; color:#000;}

    .ordinfo-menu ul { list-style:none; padding:0; margin:0;}
    .ordinfo-menu li{ margin:3px 10px; padding:3px 0; }
    .ordinfo-menu li + li{ border-top:1px dotted #222; margin-bottom:3px; }


    .money_menu { cursor: pointer; color:green;}
    .ordmoneyinfo-title { font-size: 12pt; color: orange; font-weight: bold; padding: 5px;}

    .ordmoneyinfo-menu {
        z-index:1000;
        position: absolute;
        background-color:#e0e0e0;
        border: 1px solid black;
        padding: 2px;
        cursor: pointer;
    }

    .ordmoneyinfo-menu a { text-decoration:none; color:#000;}

    .ordmoneyinfo-menu ul { list-style:none; padding:0; margin:0;}
    .ordmoneyinfo-menu li{ margin:3px 10px; padding:3px 0; }
    .ordmoneyinfo-menu li + li{ border-top:1px dotted #222; margin-bottom:3px; }


    .deli_menu { cursor: pointer; color:green;}
    .deliinfo-title { font-size: 12pt; color: orange; font-weight: bold; padding: 5px;}

    .deliinfo-menu {
        z-index:1000;
        position: absolute;
        background-color:#e0e0e0;
        border: 1px solid black;
        padding: 2px;
        cursor: pointer;
    }

    .deliinfo-menu a { text-decoration:none; color:#000;}

    .deliinfo-menu ul { list-style:none; padding:0; margin:0;}
    .deliinfo-menu li{ margin:3px 10px; padding:3px 0; }
    .deliinfo-menu li + li{ border-top:1px dotted #222; margin-bottom:3px; }


    .mid_manual { text-decoration: none; color: green; cursor: pointer;}


    #search_member-wrap {display:block;border:1px solid #e0e0e0;width:calc(100% - 20px);margin:15px 0 10px 0; padding:10px;
        position:relative;-webkit-overflow-scrolling:touch;padding-top:16px;}
    #member-list { overflow: auto; max-height: 200px; width: 100%; margin-top: 10px; }
    #search_member-wrap .btnCloseLayer { position: absolute; top:5px; right: 5px; }
    #search_member-wrap .sel_user { cursor: pointer;}
    #search_member-wrap .sel_user:hover { background: #f8f8f8;}
    #search_member-wrap table.list_members {
        border-collapse: collapse;
        text-align: left;
        line-height: 1.5;
        border-left: 1px solid #ccc;
        margin: 0;
        width: 100%;
    }

    #search_member-wrap table.list_members thead th {
        padding: 10px;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 2px solid #c00;
        background: #dcdcd1;
        text-align:center;
    }
    #search_member-wrap table.list_members tbody th {
        width: 150px;
        padding: 10px;
        font-weight: bold;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #ececec;
        text-align:center;
    }
    #search_member-wrap table.list_members tbody {
    }
    #search_member-wrap table.list_members td {

        padding: 10px;
        text-align:center;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .Url-Modify { color: darkblue !important; }

*[data-drj-modify] { cursor: pointer; color: blue;}
*[data-drj-view] { cursor: pointer; color: green;}
