/* Button Guide */
/** 일반 버튼 **/
.btn_STy1{ 
    display:inline-block !important;
    cursor:pointer;
    padding:1px 9px 3px 11px !important;
    height:28px;
    box-sizing:border-box;
    font-size:13px;
    line-height:24px;
    vertical-align:middle;
    text-align:center;
    margin-left:4px;
}
.btn_STy1 { border:solid 1px #ccc !important; background:#fff !important;}
.btn_STy1_blue { border:solid 1px #9896c3 !important; background:#eeeeee !important;}
.btn_STy1:hover { color:inherit; text-decoration:none; }
.btn_STy1_blk { color:#fff; border:solid 1px #000 !important; background:#222 !important;}
.btn_STy1_blk:hover { color:#fff; border:solid 1px #000 !important; background:#393944 !important;}
.btn_STy1_gray { height:26px !important; font-size:12px !important; padding:0 5px 3px 7px !important; color:#fff; border:solid 1px #494949 !important; background:#555555 !important;}
.btn_STy1_gray:hover { height:26px !important; font-size:12px; padding:0 5px 3px 7px !important; color:#fff; border:solid 1px #494949 !important; background:#393944 !important;}

.btn_STy1.io { padding:0 !important; }
.btn_STy1.active { border:solid 1px #00698c; background:#55637b; color:#fff; }
.btn_STy1.disabled {opacity:0.6; filter:alpha(opacity=60) }
.btn_fixed_80 {width:80px;}
/** //일반버튼 **/

/** 업무버튼 **/
.btn_MTy1,.btn_MTy2 { display:inline-block; height:28px; padding:0 19px 0 19px; font-size:13px; font-weight:bold; line-height:26px; min-width:93px; text-align:center; vertical-align:middle; box-sizing:border-box; margin-left:4px;}
.btn_MTy2 { border:solid 1px #2d5296; background:#3367c5; color:#fff; }
.btn_MTy2.disabled { border:solid 1px #9199a7; background:#b2b7c0; color:#e4e4e4 }
.btn_MTy1 { border:solid 1px #bbb; background:#fff; }
.btn_MTy3 { border:solid 1px #444; background:#fff; color:#333; }
/** //업무버튼 **/

/* 버튼 정렬 */
.btn_L {text-align:left; padding:0 !important; overflow:hidden;}
.btn_C {text-align:center; padding:0 !important; overflow:hidden;}
.btn_R {text-align:right; padding:0 !important; overflow:hidden;}
/* //버튼 정렬 */

/* //Button Guide */
