@charset "utf-8";
/* CSS Document */

/********************************************************************************************************
 * BASIC 버튼 설정
*********************************************************************************************************/
.btn {
	position:relative;
	display:inline-block;
	padding:6px 10px;
	margin:0;
	line-height:18px;
	font-weight:500;
	color:#666;
	text-indent:0;
	text-align:center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:middle;
	cursor:pointer;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: -moz-linear-gradient(#fff, #e6e6e6);
	background: -ms-linear-gradient(#fff, #e6e6e6);
	background: -o-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border:1px solid #cccccc;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	z-index:1;
}

.btn:hover {
	color:#000;
	text-decoration:none;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#cdcdcd));
	background: -webkit-linear-gradient(#fff, #cdcdcd);
	background: -moz-linear-gradient(#fff, #cdcdcd);
	background: -ms-linear-gradient(#fff, #cdcdcd);
	background: -o-linear-gradient(#fff, #cdcdcd);
	background: linear-gradient(#fff, #cdcdcd);
}

.large {
	padding:6px 10px;
	font-size:16px;
	line-height:normal;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.small {
	padding:2px 6px;
	line-height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:.875em;
}

.mini {
	padding:2px 6px;
	*padding:0 6px;
	font-size:11px;
	height:14px;
	*height:16px;
	line-height:14px;
	*line-height:16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

/********************************************************************************************************
 * COLOR 버튼 설정
*********************************************************************************************************/
.btn-orange {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	border-color: #E6880B;
	background: #FEBC3C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEBC3C), to(#E6880B));
	background: -webkit-linear-gradient(#FEBC3C, #E6880B);
	background: -moz-linear-gradient(#FEBC3C, #E6880B);
	background: -ms-linear-gradient(#FEBC3C, #E6880B);
	background: -o-linear-gradient(#FEBC3C, #E6880B);
	background: linear-gradient(#FEBC3C, #E6880B);
}
.btn-orange:hover {
	color:#fff;
	background: #FEA83C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEA83C), to(#E6650B));
	background: -webkit-linear-gradient(#FEA83C, #E6650B);
	background: -moz-linear-gradient(#FEA83C, #E6650B);
	background: -ms-linear-gradient(#FEA83C, #E6650B);
	background: -o-linear-gradient(#FEA83C, #E6650B);
	background: linear-gradient(#FEA83C, #E6650B);
}


/********************************************************************************************************
 * COLOR 버튼 설정
*********************************************************************************************************/
.btn-blue {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	border-color: #2298d1;
	background: #68BCE4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#68BCE4), to(#2298d1));
	background: -webkit-linear-gradient(#68BCE4, #2298d1);
	background: -moz-linear-gradient(#68BCE4, #2298d1);
	background: -ms-linear-gradient(#68BCE4, #2298d1);
	background: -o-linear-gradient(#68BCE4, #2298d1);
	background: linear-gradient(#68BCE4, #2298d1);
}
.btn-blue:hover {
	color:#fff;
	background: #68ADE4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#68ADE4), to(#2280D1));
	background: -webkit-linear-gradient(#68ADE4, #2280D1);
	background: -moz-linear-gradient(#68ADE4, #2280D1);
	background: -ms-linear-gradient(#68ADE4, #2280D1);
	background: -o-linear-gradient(#68ADE4, #2280D1);
	background: linear-gradient(#68ADE4, #2280D1);
}


/********************************************************************************************************
 * COLOR 버튼 설정
*********************************************************************************************************/
.btn-red {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	border-color: #DE5A5A;
	background: #ED9589;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ED9589), to(#DE5A5A));
	background: -webkit-linear-gradient(#ED9589, #DE5A5A);
	background: -moz-linear-gradient(#ED9589, #DE5A5A);
	background: -ms-linear-gradient(#ED9589, #DE5A5A);
	background: -o-linear-gradient(#ED9589, #DE5A5A);
	background: linear-gradient(#ED9589, #DE5A5A);
}
.btn-red:hover {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	background: #E77C70;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E77C70), to(#D63F59));
	background: -webkit-linear-gradient(#E77C70, #D63F59);
	background: -moz-linear-gradient(#E77C70, #D63F59);
	background: -ms-linear-gradient(#E77C70, #D63F59);
	background: -o-linear-gradient(#E77C70, #D63F59);
	background: linear-gradient(#E77C70, #D63F59);
}
/********************************************************************************************************
 * COLOR 버튼 설정
*********************************************************************************************************/
.btn-green {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	border-color: #23A41A;
	background: #47C83E;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#47C83E), to(#23A41A));
	background: -webkit-linear-gradient(#47C83E, #23A41A);
	background: -moz-linear-gradient(#47C83E, #23A41A);
	background: -ms-linear-gradient(#47C83E, #23A41A);
	background: -o-linear-gradient(#47C83E, #23A41A);
	background: linear-gradient(#47C83E, #23A41A);
}
.btn-green:hover {
	color:#fff;
	background: #35B62C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#35B62C), to(#23A41A));
	background: -webkit-linear-gradient(#35B62C, #23A41A);
	background: -moz-linear-gradient(#35B62C, #23A41A);
	background: -ms-linear-gradient(#35B62C, #23A41A);
	background: -o-linear-gradient(#35B62C, #23A41A);
	background: linear-gradient(#35B62C, #23A41A);
}


/********************************************************************************************************
 * 붙어있는 버튼 설정
*********************************************************************************************************/

.btn-group {
	position: relative;
	display:inline-block;
	margin:0 auto;
}

.btn-group:before,
.btn-group:after {
	display: table;
	content: "";
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	float:left;
	margin-top:0;
	margin-left: -1px;
	margin-right:0;
	padding:2px 6px!important;	
	font-weight:500;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px!important;
	-moz-border-radius-topleft: 4px!important;
	border-top-left-radius: 4px!important;
	-webkit-border-bottom-left-radius: 4px!important;
	-moz-border-radius-bottomleft: 4px!important;
	border-bottom-left-radius: 4px!important;
}
.btn-group > .btn:last-child {
	-webkit-border-top-right-radius: 4px!important;
	-moz-border-radius-topright: 4px!important;
	border-top-right-radius: 4px!important;
	-webkit-border-bottom-right-radius: 4px!important;
	-moz-border-radius-bottomright: 4px!important;
	border-bottom-right-radius: 4px!important;
}

.btn-group input[type="radio"] {position:absolute; left:-9999px; width:16px; height:16px; opacity:0; filter:alpha(opacity=0);}
.btn-group label {display:inline-block; position: relative; z-index:auto;}
.btn-group label.on {
	color:#fff;
	text-shadow:0 1px 1px rgba(80, 80, 80, 0.75) !important;
	border-color: #2298d1;
	background: #68BCE4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2298d1), to(#68BCE4));
	background: -webkit-linear-gradient(#2298d1, #68BCE4);
	background: -moz-linear-gradient(#2298d1, #68BCE4);
	background: -ms-linear-gradient(#2298d1, #68BCE4);
	background: -o-linear-gradient(#2298d1, #68BCE4);
	background: linear-gradient(#2298d1, #68BCE4);
}