/***************** 공통 *****************/
/****************************************/
.buttonXS, .buttonS, .buttonM, .buttonB, .buttonXL {position:relative; display:inline-block; text-align:center;}

/* 아주 작은 버튼 */
.buttonXS span {padding:0 10px !important; font-size:14px; height:32px; line-height:34px; display:inline-block;}
.buttonXS span img {position:relative; top:1px;}


/* 작은 버튼 */
.buttonS span {padding:0px 10px 0 10px; font-size:11px;}

/* 중간 버튼 */
.buttonM span {padding:6px 10px 5px !important; display:inline-block; font-size:12px; line-height:24px;}

/* 큰 버튼 */
.buttonB span {padding:15px 50px !important; display:block; font-size:16px; line-height:18px;}

/* 가장큰버튼 */
.buttonXL span {padding:16px 60px; display:block; font-size:15px; font-weight:400;}

/***************** 버튼 백그라운드 *****************/
/****************************************/

span.icon_del {position:relative; left:7px; margin-right:3px; display:inline-block; width:8px; height:7px; padding:0; background:url(../../img/btn_pack.gif) no-repeat;}
*:first-child+html span.icon_del {top:-8px;}
/***************** 색상 *****************/
/****************************************/
 
/* background */
.btn_bg {background:url(../../img/bg_banner_store.jpg) repeat; font-weight:400; color:#fff; border:1px solid #175092;}
 
/* black */
.btn_black {background-color:#3f3f41; font-weight:400; color:#fff; border:1px solid #3f3f41;}

/* white */
.btn_white {background-color:#fff; border:1px solid #1091d0; font-weight:400; color:#1091d0;}

/* blue */
.btn_blue {background-color:#1091d0; border:1px solid #1091d0; font-weight:400;}
.btn_blue span {color:#fff !important;}
.btn_blue b {font-weight:400;}
/* pink */
.btn_pink {background-color:#ee6ebc; border:1px solid #e35daf;}

/* orange */
.btn_orange {background-color:#f0930d; border:1px solid #f06d0d;}

/* green */
.btn_green {background-color:#adcc46; border:1px solid #97b436;}

/* violet */
.btn_violet {background-color:#a764eb; border:1px solid #984fe2;}

/* mint */
.btn_mint {background-color:#34dabd; border:1px solid #25c3a7;}

/* red */
.btn_red {background-color:#e85e5e; border:1px solid #d44444;}

/* skyblue */
.btn_skyblue {background-color:#54bddb; border:1px solid #39a5c4;}

/* yellow */
.btn_yellow {background-color:#ffcc61; border:1px solid #ffcc61; color:#3F3F41;}

/* gray */
.btn_gray {background-color:#9a9a9a; border:1px solid #292929;}
.btn_gray span {color:#fff !important;}
