.btn-form-search {
    display: block; text-align: left;
}
.btn-form-search>div { margin: 3px 0;}
.btn-form-search:after { content: ""; display: block; clear: both;}

.btn-group {
    display: block; text-align: right;
}
.btn-group:after { content: ""; display: block; clear: both;}

.btn-group .btn-item { display: inline-block;}

.btn-form-search input,
.btn-form-search select
{border: 1px solid #CCCCCC;}

.btn input, .btn button {
    -webkit-appearance: none;
    text-shadow: none;
    line-height: 120%;
    display: inline-block;
    outline: 0;
    padding: 6px 13px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: black;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;
}

.btn .button {
    -webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 120%;
    display: inline-block;
    outline: 0;
    padding: 6px 10px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: black;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;

    background-color: ButtonFace;
}

.btn a {
    -webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 120%;
    display: inline-block;
    outline: 0;
    padding: 6px 10px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: black;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;

    background-color: ButtonFace;
}

/* 새로고침 20200508*/
#drj_reload_btn {z-index:999; display:none; position: fixed; right:0px; bottom:100px; z-index:99}

.btn.redo{
    -webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 100%;
    display: inline-block;
    outline: 0;
    padding:5px 0 4px 0;
    margin: 0;
    position: relative;
    border-radius:10px;
    color:#797979;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;
    box-sizing: border-box;
    font-size: 1em;
    text-align:center;
    background:rgba(247,247,247,0.6);
    border: 1px solid #c3c3c3;
}

.btn.redo span:first-child{display:block; }
.btn.redo span:last-child{display:block; font-size:0.8em; margin-top:5px;}

/*20200508*/
/* .btn.redo:hover{
	color: black;
} */

/*.btn.new input, .btn.new button, .btn.new a {background-color: #51a9ff; color: white;border: 1px solid transparent; }*/
.btn.new input, .btn.new button, .btn.new a {background-color: #0abab5; color: white;border: 1px solid transparent; }
.btn.info input, .btn.info button, .btn.info a {background-color: #00b347; color: white;border: 1px solid transparent; }
.btn.alert input, .btn.alert button, .btn.alert a {background-color: #e07424; color: white;border: 1px solid transparent; }
.btn.dark input, .btn.dark button, .btn.dark a {background-color: #333333; color: white;border: 1px solid transparent; }
.btn.white input, .btn.white button, .btn.white a {background-color: #FFFFFF; color: black;border: 1px solid #AAAAAA; }
.btn input[type="submit"] { background-color:#0abab5;; color: white;border: 1px solid transparent;}



/*badge style*/
.inquriy.badge{ display: inline-block;
    background: #ff1313;
    /*background-image: -webkit-linear-gradient(top, #fa927f, #fc0d0d);
    background-image: -moz-linear-gradient(top, #fa927f, #fc0d0d);
    background-image: -ms-linear-gradient(top, #fa927f, #fc0d0d);
    background-image: -o-linear-gradient(top, #fa927f, #fc0d0d);
    background-image: linear-gradient(to bottom, #fa927f, #fc0d0d);*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    border: solid transparent 1px;
    font-size:10px !important;
    line-height: 170%;
}

.inquriy.badge::before{ content: ''; padding-left: 7px; }
.inquriy.badge::after{ content: ''; padding-right: 7px; }

.black_button{ background-color: #000 ; color:white; border: 1px solid transparent; padding:10px 15px; }
.white_button{ background-color: #fff ; color:#000; border: 1px solid #000; padding:10px 15px; }

@media all and (max-width:1023px){
    /*top 메뉴 */
    .m-footer .top {display: block; position: fixed; z-index:99; right: 0; bottom:150px; overflow: auto; padding: 2px 8px; background:rgba(247,247,247, 0.6);  border-radius: 10px; text-align: center; border: 1px solid #c3c3c3;}
    .m-footer .top a{color:#797979;}
    /* .m-footer .top a:hover{background-color: rgba(185, 181, 181, 0.9 ); opacity: 0.9;} */
    .m-footer .top span{display:block;}
}