@charset "utf-8";
/* 
XET CSS v2.0.1 -2021-01-22 for supported in all modern browsers 
ie11.0, chrome 29.0, safari 10, firefox 22.0, opera 48 
By xetemplate(https:xetemplate.com)
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* Button
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn { 	
	display: inline-flex;
    align-items: center;
	text-decoration: none;
	white-space: nowrap;
	justify-content: center;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	outline: 0;
	font-size: 14px;
	height: 44px;
	margin: 0;
	padding: 0 24px;
	border-radius: 4px;	
	border: 1px solid transparent;
	color: #1b1b1b;
	background-color: transparent;
	-webkit-transition: color 0.2s, border 0.2s, background-color 0.2s ease-in-out;
	transition: color 0.2s, border 0.2s, background-color 0.2s  ease-in-out;
    
	-webkit-appearance: none;
}

/* size */
.xet-btn-lg {
	height: 50px;
	font-size: 16px;
	padding: 0 40px;
}
.xet-btn-md {
	height: 44px;
	margin: 0;
}
.xet-btn-sm {
	height: 36px;
	font-size: 13px;
}
.xet-btn-xs {
	font-size: 12px;
	height: 30px;
	padding: 0 12px;
}
.xet-btn-full {
	width: 100%;
}

/* Default Color */
.xet-btn-solid {
	border-color: #0d6efd;
	background-color: #0d6efd;
	color: #fff;
}
.xet-btn-ghost {
	border-color: #0d6efd;
	background-color: transparent;
	color: #0d6efd;
}
.xet-btn-light {
	background-color: #f0f0f0;
	color: #0d6efd;
}
.xet-btn-outline {
	border-color: #c1c1c1;
	background-color: #ffffff;
	color: #1b1b1b;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* btn group
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;	
}
.xet-btn-group>.xet-btn {
	border-radius: 0;
}
.xet-btn-group>.xet-btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.xet-btn-group>.xet-btn:not(:first-child):not(:last-child) {
	border-radius: 0px;
}
.xet-btn-group>.xet-btn:first-child {
	margin-left: 0;
}
.xet-btn-group>.xet-btn:last-child:not(:first-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.xet-btn-group .xet-btn+.xet-btn, 
.xet-btn-group .xet-btn+.xet-btn-group, 
.xet-btn-group .xet-btn-group+.xet-btn, 
.xet-btn-group .xet-btn-group+.xet-btn-group {
	margin-left: -1px;
}
.xet-btn-group>.xet-btn {
	position: relative;
	float: left;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* shadow
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-sd {
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Button Color
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-gray {
	border-color: transparent;
	color: #fff;
	background-color: #6a6a6a;
}
.xet-btn-info {
	border-color: transparent;
    color: #fff;
    background-color: #5bc0de;
}
.xet-btn-success {
	border-color: transparent;
	color: #fff;
	background-color: #5cb85c;
}
.xet-btn-danger {
	border-color: transparent;
	color: #fff;
	background-color: #d9534f;
}
.xet-btn-red {
	border-color: transparent;
	color: #fff;
	background-color: #c00;
}
.xet-btn-orange {
	border-color: transparent;
	color: #fff;
	background-color: #f39c12;
}
.xet-btn-green {
	border-color: transparent;
	color: #fff;
	background-color: #00cc2a;
}
.xet-btn-dark { 	
	border-color: transparent;
	background-color: #262829;
	color: #fff
}
.xet-btn-submit {
	border-color: transparent;
	color: #fff;
    background-color: #00d1b2;
}
.xet-btn-disable {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}



/* SNS Button Color 
---------------------------------------------- */
.xet-btn-google > i,
.xet-btn-twitter > i,
.xet-btn-naver > i,
.xet-btn-kakao > i,
.xet-btn-facebook > i {
	font-size: 16px;
}
.xet-btn-twitter,
.xet-btn-twitter:hover {
	border-color: transparent;
	background-color: #1DA1F2 !important;
	color: #fff !important;
}
.xet-btn-google,
.xet-btn-google:hover {
	border-color: transparent;
	background-color: #DC4B3F !important;
	color: #fff !important;
}
.xet-btn-naver,
.xet-btn-naver:hover {
	border-color: transparent;
	color: #fff !important;
    background-color: #2DB400 !important;
}
.xet-btn-kakao,
.xet-btn-kakao:hover {
	border-color: transparent;
	color: #3B1E1E !important;
    background-color: #FBE300 !important;
}
.xet-btn-facebook,
.xet-btn-facebook:hover {
	border-color: transparent;
	color: #fff !important;
	background-color: #46629E !important;
}
.xet-btn-kbbank,
.xet-btn-kbbank:hover {
	border-color: transparent;
	color: #5d5147 !important;
	background-color: #ffe570 !important;
}


/* Responsive
---------------------------------------------------------------------------- */ 
@media (max-width: 320px) {	
	.xet-btn {
		font-size: 13px;
		padding: 6px 12px;
	}
}
@media (min-width: 992px) {	
	.xet-btn:hover {
		
	}	
}
