

@charset "utf-8";

/*########## Common Button ##############################################################################################################*/
a.btn_big {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

a.btn_normal {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

a.btn_small {
    display: inline-block;
    padding: 2px 5px 0px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
}

/* 글자크게 */
/* a.btn_font_inc {
    display: inline-block;
    width: 56px;
    height: 20px;
    background: url(/_css/img/btn/btn_font_inc.png) no-repeat;
} */

/* 글자작게 */
/* a.btn_font_dec {
    display: inline-block;
    width: 56px;
    height: 20px;
    background: url(/_css/img/btn/btn_font_dec.png) no-repeat;
} */

/* 회수대상(Brown) */
a.btn_recall {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/recallmed_01.png) no-repeat;
}

a.btn_recall :hover {
    background: url(/_css/img/btn/recallmed_02.png) no-repeat;
}

a.btn_recall :active {
    background: url(/_css/img/btn/recallmed_03.png) no-repeat;
}

/* 거래승인 */
a.btn_permit {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(/_css/img/btn/permit_blue01.png) no-repeat;
}

a.btn_permit:hover {
    background: url(/_css/img/btn/permit_blue02.png) no-repeat;
}

a.btn_permit:active {
    background: url(/_css/img/btn/permit_blue03.png) no-repeat;
}

/* 신규승인 */
a.btn_permit_new {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(/_css/img/btn/permit_new_green01.png) no-repeat;
}

a.btn_permit_new:hover {
    background: url(/_css/img/btn/permit_new_green02.png) no-repeat;
}

a.btn_permit_new:active {
    background: url(/_css/img/btn/permit_new_green03.png) no-repeat;
}

/* 승인취소(파랑) */
a.btn_permit_cancel.ibtn_blue {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(/_css/img/btn/permit_cancel_blue01.png) no-repeat;
}

a.btn_permit_cancel.ibtn_blue:hover {
    background: url(/_css/img/btn/permit_cancel_blue02.png) no-repeat;
}

a.btn_permit_cancel.ibtn_blue:active {
    background: url(/_css/img/btn/permit_cancel_blue03.png) no-repeat;
}

/* 승인취소(빨강) */
a.btn_permit_cancel.ibtn_red {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(/_css/img/btn/permit_cancel_red01.png) no-repeat;
}

a.btn_permit_cancel.ibtn_red :hover {
    background: url(/_css/img/btn/permit_cancel_red02.png) no-repeat;
}

a.btn_permit_cancel.ibtn_red :active {
    background: url(/_css/img/btn/permit_cancel_red03.png) no-repeat;
}

/* 업체검색(아이콘 없는 버튼) */
a.btn_search_company01 {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url(/_css/img/btn/search_company01_blue01.png) no-repeat;
}

a.btn_search_company01:hover {
    background: url(/_css/img/btn/search_company01_blue02.png) no-repeat;
}

a.btn_search_company01:active {
    background: url(/_css/img/btn/search_company01_blue03.png) no-repeat;
}

/* 업체검색(아이콘 있는 버튼) */
a.btn_search_company02 {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/search_company02_blue01.png) no-repeat;
}

a.btn_search_company02:hover {
    background: url(/_css/img/btn/search_company02_blue02.png) no-repeat;
}

a.btn_search_company02:active {
    background: url(/_css/img/btn/search_company02_blue03.png) no-repeat;
}

/* 양식다운로드 */
a.btn_form_down {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/down_green01.png) no-repeat;
}

a.btn_form_down:hover {
    background: url(/_css/img/btn/down_green02.png) no-repeat;
}

a.btn_form_down:active {
    background: url(/_css/img/btn/down_green03.png) no-repeat;
}
/* 주문 */
a.btn_order {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/order_blue01.png) no-repeat;
}

a.btn_order:hover {
    background: url(/_css/img/btn/order_blue02.png) no-repeat;
}

a.btn_order:active {
    background: url(/_css/img/btn/order_blue03.png) no-repeat;
}

/* 반품 */
a.btn_return {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/return_blue01.png) no-repeat;
}

a.btn_return:hover {
    background: url(/_css/img/btn/return_blue02.png) no-repeat;
}

a.btn_return:active {
    background: url(/_css/img/btn/return_blue03.png) no-repeat;
}

/* 엑셀 */
a.btn_excel {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/excel_green01.png) no-repeat;
}

a.btn_excel:hover {
    background: url(/_css/img/btn/excel_green02.png) no-repeat;
}

a.btn_excel:active {
    background: url(/_css/img/btn/excel_green03.png) no-repeat;
}

/* 닫기 */
a.btn_close {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/close_red01.png) no-repeat;
}

a.btn_close:hover {
    background: url(/_css/img/btn/close_red02.png) no-repeat;
}

a.btn_close:active {
    background: url(/_css/img/btn/close_red03.png) no-repeat;
}


/* 조회 */
a.btn_search {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/search_blue01.png) no-repeat;
}

a.btn_search:hover {
    background: url(/_css/img/btn/search_blue02.png) no-repeat;
}

a.btn_search:active {
    background: url(/_css/img/btn/search_blue03.png) no-repeat;
}

/* 수정 */
a.btn_modify {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/modify_blue01.png) no-repeat;
}

a.btn_modify:hover {
    background: url(/_css/img/btn/modify_blue02.png) no-repeat;
}

a.btn_modify:active {
    background: url(/_css/img/btn/modify_blue03.png) no-repeat;
}

/* 신규 */
a.btn_new {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/new_blue01.png) no-repeat;
}

a.btn_new:hover {
    background: url(/_css/img/btn/new_blue02.png) no-repeat;
}

a.btn_new:active {
    background: url(/_css/img/btn/new_blue03.png) no-repeat;
}

/* 답글 */
a.btn_reply {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/reply_blue01.png) no-repeat;
}

a.btn_reply:hover {
    background: url(/_css/img/btn/reply_blue02.png) no-repeat;
}

a.btn_reply:active {
    background: url(/_css/img/btn/reply_blue03.png) no-repeat;
}

/* 저장 */
a.btn_save {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/save_blue01.png) no-repeat;
}

a.btn_save:hover {
    background: url(/_css/img/btn/save_blue02.png) no-repeat;
}

a.btn_save:active {
    background: url(/_css/img/btn/save_blue03.png) no-repeat;
}

/* 취소 */
a.btn_cancel {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/cancel_red01.png) no-repeat;
}

a.btn_cancel:hover {
    background: url(/_css/img/btn/cancel_red02.png) no-repeat;
}

a.btn_cancel:active {
    background: url(/_css/img/btn/cancel_red03.png) no-repeat;
}

/* 삭제 */
a.btn_del {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/del_red01.png) no-repeat;
}

a.btn_del:hover {
    background: url(/_css/img/btn/del_red02.png) no-repeat;
}

a.btn_del:active {
    background: url(/_css/img/btn/del_red03.png) no-repeat;
}



/* 보기 */
/*a.btn_search {*/
/*    display: inline-block;*/
/*    width: 62px;*/
/*    height: 20px;*/
/*    background: url(/_css/img/btn/view_blue01.png) no-repeat;*/
/*}*/
/**/
/*a.btn_search:hover {*/
/*    background: url(/_css/img/btn/view_blue02.png) no-repeat;*/
/*}*/
/**/
/*a.btn_search:active {*/
/*    background: url(/_css/img/btn/view_blue03.png) no-repeat;*/
/*}*/
a.btn_view {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/view_blue01.png) no-repeat;
}

a.btn_view:hover {
    background: url(/_css/img/btn/view_blue02.png) no-repeat;
}

a.btn_view:active {
    background: url(/_css/img/btn/view_blue03.png) no-repeat;
}


/* 목록(파랑) */
a.btn_list.ibtn_blue {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/list_blue01.png) no-repeat;
}

a.btn_list.ibtn_blue:hover {
    background: url(/_css/img/btn/list_blue02.png) no-repeat;
}

a.btn_list.ibtn_blue:active {
    background: url(/_css/img/btn/list_blue03.png) no-repeat;
}

/* 목록(녹색) */
a.btn_list.ibtn_green {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/list_green01.png) no-repeat;
}

a.btn_list.ibtn_green:hover {
    background: url(/_css/img/btn/list_green02.png) no-repeat;
}

a.btn_list.ibtn_green:active {
    background: url(/_css/img/btn/list_green03.png) no-repeat;
}

/* 다음(아이콘 없는 버튼) */
a.btn_next01.ibtn_big {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: url(/_css/img/btn/next01_blue_big01.png) no-repeat;
}

a.btn_next01.ibtn_big:hover {
    background: url(/_css/img/btn/next01_blue_big02.png) no-repeat;
}

a.btn_next01.ibtn_big:active {
    background: url(/_css/img/btn/next01_blue_big03.png) no-repeat;
}

/* 다음(아이콘 있는 버튼) */
a.btn_next02 {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/next02_blue01.png) no-repeat;
}

a.btn_next02:hover {
    background: url(/_css/img/btn/next02_blue02.png) no-repeat;
}

a.btn_next02:active {
    background: url(/_css/img/btn/next02_blue03.png) no-repeat;
}




/* 다음글 */
a.btn_next_list {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/next_list_blue01.png) no-repeat;
}

a.btn_next_list:hover {
    background: url(/_css/img/btn/next_list_blue02.png) no-repeat;
}

a.btn_next_list:active {
    background: url(/_css/img/btn/next_list_blue03.png) no-repeat;
}

/* 이전글 */
a.btn_prev_list {
    display: inline-block;
    width: 62px;
    height: 20px;
    background: url(/_css/img/btn/prev_list_blue01.png) no-repeat;
}

a.btn_prev_list:hover {
    background: url(/_css/img/btn/prev_list_blue02.png) no-repeat;
}

a.btn_prev_list:active {
    background: url(/_css/img/btn/prev_list_blue03.png) no-repeat;
}

/* 도움말(녹색) */
a.btn_help.ibtn_green {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/help_green01.png) no-repeat;
}

a.btn_help.ibtn_green:hover {
    background: url(/_css/img/btn/help_green02.png) no-repeat;
}

a.btn_help.ibtn_green:active {
    background: url(/_css/img/btn/help_green03.png) no-repeat;
}

/* 도움말(빨강) */
a.btn_help.ibtn_red {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/help_red01.png) no-repeat;
}

a.btn_help.ibtn_red:hover {
    background: url(/_css/img/btn/help_red02.png) no-repeat;
}

a.btn_help.ibtn_red:active {
    background: url(/_css/img/btn/help_red03.png) no-repeat;
}

/* 약품복사 */
a.btn_copy_medi {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/copy_medi_blue01.png) no-repeat;
}

a.btn_copy_medi:hover {
    background: url(/_css/img/btn/copy_medi_blue02.png) no-repeat;
}

a.btn_copy_medi:active {
    background: url(/_css/img/btn/copy_medi_blue03.png) no-repeat;
}

/* 주문허용 */
a.btn_order_permit {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/order_permit_blue01.png) no-repeat;
}

a.btn_order_permit:hover {
    background: url(/_css/img/btn/order_permit_blue02.png) no-repeat;
}

a.btn_order_permit:active {
    background: url(/_css/img/btn/order_permit_blue03.png) no-repeat;
}

/* 주문불허 */
a.btn_order_nopermit {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/order_nopermit_red01.png) no-repeat;
}

a.btn_order_nopermit:hover {
    background: url(/_css/img/btn/order_nopermit_red02.png) no-repeat;
}

a.btn_order_nopermit:active {
    background: url(/_css/img/btn/order_nopermit_red03.png) no-repeat;
}

/* 약품조회 */
a.btn_search_medi01 {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/search_medi01_blue01.png) no-repeat;
}

a.btn_search_medi01:hover {
    background: url(/_css/img/btn/search_medi01_blue02.png) no-repeat;
}

a.btn_search_medi01:active {
    background: url(/_css/img/btn/search_medi01_blue03.png) no-repeat;
}

/* 약품검색 */
a.btn_search_medi02 {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/search_medi02_blue01.png) no-repeat;
}

a.btn_search_medi02:hover {
    background: url(/_css/img/btn/search_medi02_blue02.png) no-repeat;
}

a.btn_search_medi02:active {
    background: url(/_css/img/btn/search_medi02_blue03.png) no-repeat;
}

/* 중복확인 */
a.btn_overlap {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/overlap_red01.png) no-repeat;
}

a.btn_overlap:hover {
    background: url(/_css/img/btn/overlap_red02.png) no-repeat;
}

a.btn_overlap:active {
    background: url(/_css/img/btn/overlap_red03.png) no-repeat;
}

/* 회원가입(아이콘 없는 버튼) */
a.btn_join01.ibtn_big {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: url(/_css/img/btn/join01_blue_big01.png) no-repeat;
}

a.btn_join01.ibtn_big:hover {
    background: url(/_css/img/btn/join01_blue_big02.png) no-repeat;
}

a.btn_join01.ibtn_big:active {
    background: url(/_css/img/btn/join01_blue_big03.png) no-repeat;
}

/* 회원가입(아이콘 있는 버튼) */
a.btn_join02 {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/join02_blue01.png) no-repeat;
}

a.btn_join02:hover {
    background: url(/_css/img/btn/join02_blue02.png) no-repeat;
}

a.btn_join02:active {
    background: url(/_css/img/btn/join02_blue03.png) no-repeat;
}


/* 장바구니 */
a.btn_basket {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/basket_blue01.png) no-repeat;
}

a.btn_basket:hover {
    background: url(/_css/img/btn/basket_blue02.png) no-repeat;
}

a.btn_basket:active {
    background: url(/_css/img/btn/basket_blue03.png) no-repeat;
}

/* 동일성분 */
a.btn_same_ingredient {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/same_ingredient_green01.png) no-repeat;
}

a.btn_same_ingredient:hover {
    background: url(/_css/img/btn/same_ingredient_green02.png) no-repeat;
}

a.btn_same_ingredient:active {
    background: url(/_css/img/btn/same_ingredient_green03.png) no-repeat;
}

/* 다빈도등록 */
a.btn_dabindo_in {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/dabindo_in_blue01.png) no-repeat;
}

a.btn_dabindo_in:hover {
    background: url(/_css/img/btn/dabindo_in_blue02.png) no-repeat;
}

a.btn_dabindo_in:active {
    background: url(/_css/img/btn/dabindo_in_blue03.png) no-repeat;
}

/* 다빈도취소 */
a.btn_dabindo_out {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/dabindo_out_red01.png) no-repeat;
}

a.btn_dabindo_out:hover {
    background: url(/_css/img/btn/dabindo_out_red02.png) no-repeat;
}

a.btn_dabindo_out:active {
    background: url(/_css/img/btn/dabindo_out_red03.png) no-repeat;
}

/* 설정저장 */
a.btn_setsave {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/setsave_blue01.png) no-repeat;
}

a.btn_setsave:hover {
    background: url(/_css/img/btn/setsave_blue02.png) no-repeat;
}

a.btn_setsave:active {
    background: url(/_css/img/btn/setsave_blue03.png) no-repeat;
}

/* 주문내역출력 */
a.btn_jumun_print {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/jumun_print_green01.png) no-repeat;
}

a.btn_jumun_print:hover {
    background: url(/_css/img/btn/jumun_print_green02.png) no-repeat;
}

a.btn_jumun_print:active {
    background: url(/_css/img/btn/jumun_print_green03.png) no-repeat;
}

/* 매출처검색(파랑) */
a.btn_search_salescompany.ibtn_blue {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/search_salescompany_blue01.png) no-repeat;
}

a.btn_search_salescompany.ibtn_blue:hover {
    background: url(/_css/img/btn/search_salescompany_blue02.png) no-repeat;
}

a.btn_search_salescompany.ibtn_blue:active {
    background: url(/_css/img/btn/search_salescompany_blue03.png) no-repeat;
}

/* 매출처검색(빨강) */
a.btn_search_salescompany.ibtn_red {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/search_salescompany_red01.png) no-repeat;
}

a.btn_search_salescompany.ibtn_red:hover {
    background: url(/_css/img/btn/search_salescompany_red02.png) no-repeat;
}

a.btn_search_salescompany.ibtn_red:active {
    background: url(/_css/img/btn/search_salescompany_red03.png) no-repeat;
}

/* 회원로그인(아이콘 없는 버튼) */
a.btn_login_member01.ibtn_big {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: url(/_css/img/btn/login_member01_blue_big01.png) no-repeat;
}

a.btn_login_member01.ibtn_big:hover {
    background: url(/_css/img/btn/login_member01_blue_big02.png) no-repeat;
}

a.btn_login_member01.ibtn_big:active {
    background: url(/_css/img/btn/login_member01_blue_big03.png) no-repeat;
}

/* 회원로그인(아이콘 있는 버튼) */
a.btn_login_member02 {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/login_member02_blue01.png) no-repeat;
}

a.btn_login_member02:hover {
    background: url(/_css/img/btn/login_member02_blue02.png) no-repeat;
}

a.btn_login_member02:active {
    background: url(/_css/img/btn/login_member02_blue03.png) no-repeat;
}

/* 관리자로그인(아이콘 없는 버튼) */
a.btn_login_admin.ibtn_big {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: url(/_css/img/btn/login_admin_red_big01.png) no-repeat;
}

a.btn_login_admin.ibtn_big:hover {
    background: url(/_css/img/btn/login_admin_red_big02.png) no-repeat;
}

a.btn_login_admin.ibtn_big:active {
    background: url(/_css/img/btn/login_admin_red_big03.png) no-repeat;
}

/* 정보수정(아이콘 없는 버튼) */
a.btn_modify_information.ibtn_big {
    display: inline-block;
    width: 72px;
    height: 30px;
    background: url(/_css/img/btn/modify_information_blue_big01.png) no-repeat;
}

a.btn_modify_information.ibtn_big:hover {
    background: url(/_css/img/btn/modify_information_blue_big02.png) no-repeat;
}

a.btn_modify_information.ibtn_big:active {
    background: url(/_css/img/btn/modify_information_blue_big03.png) no-repeat;
}


/* 로그인(메인화면) */
a.btn_login_main {
    display: inline-block;
    width: 72px;
    height: 42px;
    background: url(/_css/img/btn/login_main_blue01.png) no-repeat;
}

a.btn_login_main:hover {
    background: url(/_css/img/btn/login_main_blue02.png) no-repeat;
}

a.btn_login_main:active {
    background: url(/_css/img/btn/login_main_blue03.png) no-repeat;
}

/* 아이디/비밀번호찾기(메인화면) */
a.btn_idpw {
    display: inline-block;
    width: 130px;
    height: 20px;
    background: url(/_css/img/btn/idpw_blue01.png) no-repeat;
}

a.btn_idpw:hover {
    background: url(/_css/img/btn/idpw_blue02.png) no-repeat;
}

a.btn_idpw:active {
    background: url(/_css/img/btn/idpw_blue03.png) no-repeat;
}

a.btn_print {
    display: inline-block;
    width: 73px;
    height: 20px;
    background: url(/_css/img/btn/btn_print_2.png) no-repeat;
}
a.btn_print:hover {
    background: url(/_css/img/btn/btn_print_1.png) no-repeat;
}

a.btn_print:active {
    background: url(/_css/img/btn/btn_print_2.png) no-repeat;
}


/* 결제시작 */
a.btn_pay_start {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/paygo_blue01.png) no-repeat;
}
a.btn_pay_start:hover {
    background: url(/_css/img/btn/paygo_blue02.png) no-repeat;
}
a.btn_pay_start:active {
    background: url(/_css/img/btn/paygo_blue03.png) no-repeat;
}

/* 결제취소 */
a.btn_pay_cancel {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/paycancel_red01.png) no-repeat;
}
a.btn_pay_cancel:hover {
    background: url(/_css/img/btn/paycancel_red02.png) no-repeat;
}
a.btn_pay_cancel:active {
    background: url(/_css/img/btn/paycancel_red03.png) no-repeat;
}

/* 결제 */
a.btn_pay {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/paying_blue01.png) no-repeat;
}
a.btn_pay:hover {
    background: url(/_css/img/btn/paying_blue02.png) no-repeat;
}
a.btn_pay:active {
    background: url(/_css/img/btn/paying_blue03.png) no-repeat;
}
/* 매입금액 복사 */
a.btn_pay_copy {
    display: inline-block;
    width: 105px;
    height: 20px;
    background: url(/_css/img/btn/payment_blue01.png) no-repeat;
}
a.btn_pay_copy:hover {
    background: url(/_css/img/btn/payment_blue02.png) no-repeat;
}
a.btn_pay_copy:active {
    background: url(/_css/img/btn/payment_blue03.png) no-repeat;
}



/* 결제 */
a.btn_pay_basket {
    display: inline-block;
    width: 72px;
    height: 20px;
    background: url(/_css/img/btn/spay_blue01.png) no-repeat;
}
a.btn_pay_basket:hover {
    background: url(/_css/img/btn/spay_blue02.png) no-repeat;
}
a.btn_pay_basket:active {
    background: url(/_css/img/btn/spay_blue03.png) no-repeat;
}



a.btn_auth {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/btn_auth.png) no-repeat;
}

a.btn_auth_cancel {
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(/_css/img/btn/btn_auth_cancel.png) no-repeat;
}





/* a.btn_blue {
    background-color: #1c3d8f;
    border: 1px solid #1c3d8f;
    color: #fff;
}

a.btn_blue:hover {
    background-color: #346aac;
    color: #fff;
} */

a.btn_blue {
    background: #3d50a1;
    background: -moz-linear-gradient(top, #688dd1 0%, #3d50a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#688dd1), color-stop(100%,#3d50a1));
    background: -webkit-linear-gradient(top, #688dd1 0%,#3d50a1 100%);
    background: -o-linear-gradient(top, #688dd1 0%,#3d50a1 100%);
    background: -ms-linear-gradient(top, #688dd1 0%,#3d50a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688dd1', endColorstr='#3d50a1',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #688dd1 0%,#3d50a1 100%);
    border: 1px solid #2b4daf;
    color: #fff;
}
a.btn_blue:hover {
    background: #243ba5;
    background: -moz-linear-gradient(top, #4879d5 0%, #243ba5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4879d5), color-stop(100%,#243ba5));
    background: -webkit-linear-gradient(top, #4879d5 0%,#243ba5 100%);
    background: -o-linear-gradient(top, #4879d5 0%,#243ba5 100%);
    background: -ms-linear-gradient(top, #4879d5 0%,#243ba5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4879d5', endColorstr='#243ba5',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #4879d5 0%,#243ba5 100%);
    color: #fff;
}

/* a.btn_green {
    background-color: #2e7d32;
    border: 1px solid #2e7d32;
    color: #fff;
}

a.btn_green:hover {
    background-color: #43a047;
    color: #fff;
} */

a.btn_green {
    background: #388b43;
    background: -moz-linear-gradient(top, #91b388 0%, #388b43 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91b388), color-stop(100%,#388b43));
    background: -webkit-linear-gradient(top, #91b388 0%,#388b43 100%);
    background: -o-linear-gradient(top, #91b388 0%,#388b43 100%);
    background: -ms-linear-gradient(top, #91b388 0%,#388b43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b388', endColorstr='#388b43',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #91b388 0%,#388b43 100%);
    border: 1px solid #347924;
    color: #fff;
}
a.btn_green:hover {
    background: #0d6d1c;
    background: -moz-linear-gradient(top, #5aab46 0%, #0d6d1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aab46), color-stop(100%,#0d6d1c));
    background: -webkit-linear-gradient(top, #5aab46 0%,#0d6d1c 100%);
    background: -o-linear-gradient(top, #5aab46 0%,#0d6d1c 100%);
    background: -ms-linear-gradient(top, #5aab46 0%,#0d6d1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aab46', endColorstr='#0d6d1c',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #5aab46 0%,#0d6d1c 100%);
    color: #fff;
}

/* a.btn_red {
    background-color: #c62828;
    border: 1px solid #c62828;
    color: #fff;
}

a.btn_red:hover {
    background-color: #e53935;
    color: #fff;
} */

a.btn_red {
    background: #ff4040;
    background: -moz-linear-gradient(top, #ff9a9a 0%, #ff4040 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a9a), color-stop(100%,#ff4040));
    background: -webkit-linear-gradient(top, #ff9a9a 0%,#ff4040 100%);
    background: -o-linear-gradient(top, #ff9a9a 0%,#ff4040 100%);
    background: -ms-linear-gradient(top, #ff9a9a 0%,#ff4040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a9a', endColorstr='#ff4040',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #ff9a9a 0%,#ff4040 100%);
    border: 1px solid #FF6262;
    color: #fff;
}
a.btn_red:hover {
    background: #ff0d0d;
    background: -moz-linear-gradient(top, #ff6767 0%, #ff0d0d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6767), color-stop(100%,#ff0d0d));
    background: -webkit-linear-gradient(top, #ff6767 0%,#ff0d0d 100%);
    background: -o-linear-gradient(top, #ff6767 0%,#ff0d0d 100%);
    background: -ms-linear-gradient(top, #ff6767 0%,#ff0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6767', endColorstr='#ff0d0d',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #ff6767 0%,#ff0d0d 100%);
    color: #fff;
}

/* a.btn_gray {
    background-color: #d0d0d0;
    border: 1px solid #d0d0d0;
}

a.btn_gray:hover {
    background-color: #eee;
} */

a.btn_gray {
    background: #7e89a5;
    background: -moz-linear-gradient(top, #c1c7d3 0%, #7e89a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c7d3), color-stop(100%,#7e89a5));
    background: -webkit-linear-gradient(top, #c1c7d3 0%,#7e89a5 100%);
    background: -o-linear-gradient(top, #c1c7d3 0%,#7e89a5 100%);
    background: -ms-linear-gradient(top, #c1c7d3 0%,#7e89a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c7d3', endColorstr='#7e89a5',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #c1c7d3 0%,#7e89a5 100%);
    border: 1px solid #b3bbd0;
    color: #fff;
}
a.btn_gray:hover {
    background: #72788b;
    background: -moz-linear-gradient(top, #7e89a5 0%, #72788b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e89a5), color-stop(100%,#72788b));
    background: -webkit-linear-gradient(top, #7e89a5 0%,#72788b 100%);
    background: -o-linear-gradient(top, #7e89a5 0%,#72788b 100%);
    background: -ms-linear-gradient(top, #7e89a5 0%,#72788b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e89a5', endColorstr='#72788b',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #7e89a5 0%,#72788b 100%);
    color: #fff;
}

/* a.btn_lightgray {
    background-color: #eee;
    border: 1px solid #d0d0d0;
}

a.btn_lightgray:hover {
    background-color: #d0d0d0;
} */

a.btn_lightgray {
    background: #c1c7d3;
    background: -moz-linear-gradient(top, #f9f9fa 0%, #c1c7d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9fa), color-stop(100%,#c1c7d3));
    background: -webkit-linear-gradient(top, #f9f9fa 0%,#c1c7d3 100%);
    background: -o-linear-gradient(top, #f9f9fa 0%,#c1c7d3 100%);
    background: -ms-linear-gradient(top, #f9f9fa 0%,#c1c7d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fa', endColorstr='#c1c7d3',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #f9f9fa 0%,#c1c7d3 100%);
    border: 1px solid #b3bbd0;
    color: #777;
}
a.btn_lightgray:hover {
    background: #c5cad6;
    background: -moz-linear-gradient(top, #c1c7d3 0%, #c5cad6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c7d3), color-stop(100%,#c5cad6));
    background: -webkit-linear-gradient(top, #c1c7d3 0%,#c5cad6 100%);
    background: -o-linear-gradient(top, #c1c7d3 0%,#c5cad6 100%);
    background: -ms-linear-gradient(top, #c1c7d3 0%,#c5cad6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c7d3', endColorstr='#c5cad6',GradientType=0 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */
    background: linear-gradient(to bottom, #c1c7d3 0%,#c5cad6 100%);
    color: #fff;
}


/* 관리자화면 승인회원 고객 정보로 로그인 */
a.btn_user_login {
	display: inline-block;
    width: 178px;
    height: 20px;
    background: url(/_css/img/btn/userlogin_01.png) no-repeat;
	text-indent: -9999px;
}
a.btn_user_login:hover {
    background: url(/_css/img/btn/userlogin_02.png) no-repeat;
}
a.btn_user_login:active {
    background: url(/_css/img/btn/userlogin_03.png) no-repeat;
}