	.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: #000; 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:#000; border:1px solid #000;}

.gray {
  background:#fff;
  border:1px solid #000;
  color:#000;
  
} 

.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;}
