	.button, .button-bevel {box-sizing:border-box; font-size:14px; display: inline-block; text-align: center; padding:10px 22px; margin:2px 0; cursor: pointer; -webkit-transition: 0.1s linear; -moz-transition: 0.1s linear; -ms-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear;}
.button {border-radius: 0px;}
.button:active {box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;}
.rounded {border-radius: 20px;}

.sbutton, .sbutton-bevel {font-size:0.9em; font-weight:bold; color: #385583; display: inline-block; text-align: center; padding:0px 10px; height:35px; line-height:33px;  box-sizing:border-box; vertical-align:top; cursor: pointer; -webkit-transition: 0.1s linear; -moz-transition: 0.1s linear; -ms-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear;}
.sbutton {border-radius: 0px;}
.sbutton:active {box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;}

.s02button, .sbutton-bevel {font-size:0.9em; font-weight:bold; color: #fff; display: inline-block; text-align: center; padding:4px 10px; margin:2px 2%; cursor: pointer; -webkit-transition: 0.1s linear; -moz-transition: 0.1s linear; -ms-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear;}
.s02button {border-radius: 0px;}
.s02button:active {box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;}

/* blue -> green 변경 */
.blue {background:#385583; border:1px solid #385583;}

.gray {
  background:#fff;
  border:1px solid #385583;
  color:#385583;
  
} 

.button-bevel {vertical-align: top; border-radius: 4px; border: none; padding: 10px 25px 12px;}
.button-bevel:active {position: relative; top: 5px;}
.button-bevel.blue {box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;}
.button-bevel.blue:active {box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;}
.button-bevel.gray {box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;}
.button-bevel.gray:active {box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;}
.button span, .button-bevel span {
  font-size: 15px;
  font-weight: bold;
  line-height: 0;
  margin-right: .1em;
}


.fwhite {color:#fff;}

.inquiry:after { content: "조회"; color:#385583; }
.delete:after { content: "삭제"; color:#385583; }
.cancel:after { content: "취소"; color:#385583; }
.basket:after { content: "장바구니"; color:#385583;}
.wish:after { content: "찜하기"; color:#385583;}
.modify:after { content: "수정"; color:#385583;}
.goshopping:after { content: "계속쇼핑하기"; color:#385583;}
.prevView:after { content: "◀ 이전 "; color:#385583;}
.nextView:after { content: " 다음 ▶"; color:#385583;}
.prevView02:after { content: "◀"; color:#385583;}
.nextView02:after { content: "▶"; color:#385583;}
.idFind:after { content: "아이디찾기"; color:#385583;}
.pwFind:after { content: "비밀번호찾기"; color:#385583;}
.inquiry02:after { content: "조회"; color:#fff; }
.add:after { content: "추가"; color:#fff; }
.card:after { content: ""; color:#fff;}
.detail:after { content: "주문상세"; color:#fff;}
.buy:after { content: "구매하기"; color:#fff;}
.order:after { content: "주문하기"; color:#fff;}
.ordercancel:after { content: "주문취소"; color:#fff;}
.writ:after { content: "쓰기"; color:#fff;}
.change:after { content: "변경"; color:#fff;}
.okay:after { content: "확인"; color:#fff;}

/*.search:after { content: "검색"; color:#fff;}*/
.out:after { content: "회원탈퇴"; color:#fff;}
.account:after { content: "계좌번호변경"; color:#fff;}
.pw:after { content: "비밀번호변경"; color:#fff;}
.zipcode:after { content: "우편번호"; color:#fff;}
.spouse:after { content: "배우자추가"; color:#fff;}