.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

/* 버튼 */
.s_btn{width:57px; height:25px; background-color:#4476ba; border-radius:2px; font-size:13px; display: inline-block;padding-bottom:3px;}
.s_btn01{width:57px; height:25px; background-color:#999; border-radius:2px; font-size:13px; display: inline-block;padding-bottom:3px;}
.btn_Grey{display:inline-block;min-width: 100px;rder:1px solid #000;height:30px;padding: 5px 40px;margin-top:10px;line-height:20px;background-color:#333;color:#fff;font-weight:400;text-decoration:none;text-align:center;border-radius:2px;cursor:pointer;}
.btn_Grey span{font-size:16px}

.btn_Cancel {
    display: inline-block;
    min-width: 50px;
    border: 1px solid #bbb;
    height: 30px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 20px;
    background-color: #666;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.btn_blue {
    display: inline-block;
    min-width: 50px;
    border: 1px solid #0088cc;
    height: 30px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 20px;
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.btn_white {
    display: inline-block;
    min-width: 50px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 20px;
    background-color: #fff;
    border-color:  #ccc;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.btn_red {
    display: inline-block;
    min-width: 50px;
    border: 1px solid #dc3545;
    height: 30px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 20px;
    background-color: #dc3545;
    border-color:  #dc3545;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.btn_green {
    display: inline-block;
    min-width: 50px;
    border: 1px solid #47a447;
    height: 30px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 20px;
    background-color: #47a447;
    border-color:  #47a447;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.popup_window{
    width:300px;
    border-radius: 4px;
    border:3px solid #777;
    display:none;
    background:#fff;
}
/*

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-primary {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #ffffff;
}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-success {
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #FFF;
}*/
