@charset "utf-8";
/* 2018-09-10 */

/* ------------------------------------------------------------------------------------------------------------------ */
/* XET buttons 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn { 	
	text-align: center;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	font-size: 14px;
	margin: 0;
	border: 1px solid transparent;
	padding: 7px 12px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	color: #333;
}

/* btn group */
.xet-btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.xet-btn-group>.xet-btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.xet-btn-group>.xet-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.xet-btn-group>.xet-btn:first-child {
	margin-left: 0;
}
.xet-btn-group>.xet-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.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;
}


/* size */
.xet-btn-lg {
	font-size: 16px;
	padding: 15px 30px;
}
.xet-btn-md {
	padding: 10px 20px;
}
.xet-btn-sm {
	padding: 8px 15px;
}
.xet-btn-xs {
	font-size: 12px;
	padding: 5px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.xet-btn-block {
	display: block;
	width: 100%;
}
@media (max-width: 767px) {	
	
}

/* Reset rounded corners */
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn:first-child>.btn-group:not(:first-child)>.xet-btn, 
.input-group-btn:first-child>.xet-btn:not(:first-child), 
.input-group-btn:last-child>.xet-btn, 
.input-group-btn:last-child>.btn-group>.xet-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* defualt color */
.xet-btn-text-white {
	color: #fff;
}
.xet-btn-text-dark {
	color: #333;
}
.xet-btn-text-red {
	color: #c00;
}

/* bg color */
.xet-btn-bg-white {
	background-color: #fff;
}
.xet-btn-bg-dark { 	
	background-color: #262829;
}
.xet-btn-bg-trans {
	background-color: transparent;
}
.xet-btn-danger {
	color: #fff;
	background-color: #d9534f;
	border: 1px solid #d43f3a;
}

/* border */
.xet-btn-bd-c1 { 	
	border: 1px solid #c1c1c1;
}
.xet-btn-bd-dark { 	
	border: 1px solid #333;
}
.xet-btn-bd-white { 	
	border: 1px solid #fff;
}
.xet-btn.bd2-white {
	border: 2px solid #fff;
}
.xet-btn.bd2-dark {
	border: 2px solid #333;
}

/* sns */
.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: #1DA1F2 !important;
	background: #1DA1F2 !important;
	color: #fff !important;
}
.xet-btn-google {
	border-color: #DC4B3F !important;
	background: #DC4B3F !important;
	color: #fff !important;
}
.xet-btn-naver,
.xet-btn-naver:hover {
	color: #fff !important;
    background: #2DB400 !important;
    border-color: #2DB400 !important;
}
.xet-btn-kakao,
.xet-btn-kakao:hover {
	color: #3B1E1E !important;
    background: #FBE300 !important;
    border-color: #FBE300 !important;
}
.xet-btn-facebook,
.xet-btn-facebook:hover {
	color: #fff !important;
	background: #46629E !important;
}



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


/* ------------------------------------------------------------------------------------------------------------------ */
/* btn Color
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-default {
	border: 1px solid #ddd !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.xet-btn-theme {
    position: relative;
    text-align: center;
    color: #fff;
    background: #3498db;
}
.xet-btn-bd-theme {
	border: 1px solid #e3ebf6;
	background: #fff;
}
.xet-btn-bd { 	
	background: none;
	border: 1px solid #3498db;
}
.xet-btn-bd1-bottom { 	
	height: auto;
	padding: 0 0 5px;
	border: 0;
	border-bottom: 1px solid #777;
	background: none;
	 -moz-border-radius: 0;
	-webkit-border-radius: 0; 
	border-radius: 0; 
}
.xet-btn-bd2-bottom { 	
	height: auto;
	padding: 0 0 5px;
	border-bottom: 2px solid #777;
	background: none;
	 -moz-border-radius: 0;
	-webkit-border-radius: 0; 
	border-radius: 0; 
}
.xet-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #42a8c7;
}
.xet-btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
}
.xet-btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #48a348;
}
.xet-btn-success:hover {
	color: #fff;
	background-color: #449d44;
}

.xet-btn-red {
	color: #fff;
	background-color: #c00 !important;
}
.xet-btn-orange {
	color: #fff;
	background-color: #ff9200 !important;
}
.xet-btn-green {
	color: #fff;
	background-color: #00cc2a !important;
}
.xet-btn-kbbank {
	color: #5d5147;
	background-color: #ffe570 !important;
}



/* color styles 
---------------------------------------------- */
/* alizarin */
.xet-btn-alizarin {
	color: #fff !important;
	background: #e74c3c;	
}
.xet-btn-alizarin:active,
.xet-btn-alizarin:hover {
	background: #EA6153;	
}

/* asbestos */
.xet-btn-asbestos {
	color: #fff !important;
	background: #7f8c8d;	
}
.xet-btn-asbestos:active,
.xet-btn-asbestos:hover {
	background: #8b8b8b;	
}

/* amethyst */
.xet-btn-amethyst {
	color: #fff !important;
	background: #9b59b6;	
}
.xet-btn-amethyst:active,
.xet-btn-amethyst:hover {
	background: #A367BC;	
}

/* belize_hole */
.xet-btn-belize_hole {
	color: #fff !important;
	background: #2980b9;	
}
.xet-btn-belize_hole:active,
.xet-btn-belize_hole:hover {
	background: #2E8ECE;	
}

/* carrot */
.xet-btn-carrot {
	color: #fff !important;
	background: #e67e22;	
}
.xet-btn-carrot:active,
.xet-btn-carrot:hover {
	background: #E8852F;	
}

/* clouds */
.xet-btn-clouds {
	color: #555 !important;
	background: #ecf0f1;	
}
.xet-btn-clouds:active,
.xet-btn-clouds:hover {
	background: #F8F9FA;	
}

/* concrete */
.xet-btn-concrete {
	color: #fff !important;
	background: #95a5a6;	
}
.xet-btn-concrete:active,
.xet-btn-concrete:hover {
	background: #A3B1B2;	
}

/* dark */
.xet-btn-dark {
	color: #fff !important;
	background: #2b2b2b;
}
.xet-btn-dark:active,
.xet-btn-dark:hover {
	background: #333;
}

/* light */
.xet-btn-light {
	color: #12263f !important;
	background: #fff;
	border: 1px solid #e3ebf6;
}
.xet-btn-light:active,
.xet-btn-light:hover {
	border-color: #d2ddec;
	background: #f9fbfd;
}

/* light */
.xet-btn-white {
	color: #555 !important;
	background: #fff;
	border: 1px solid #cccdcf;
}
.xet-btn-white:active,
.xet-btn-white:hover {
	background: #f1f1f1;
}

/* gray */
.xet-btn-gray {
	color: #fff !important;
	background: #12263f;
}
.xet-btn-gray:active,
.xet-btn-gray:hover {
	background: #0f1721;
}

/* emerald */
.xet-btn-emerald {
	color: #fff !important;
	background: #2ecc71;
}
.xet-btn-emerald:active,
.xet-btn-emerald:hover {
	background: #40D47E;	
}

/* green_sea */
.xet-btn-green_sea {
	color: #fff !important;
	background: #16a085;	
}
.xet-btn-green_sea:active,
.xet-btn-green_sea:hover {
	background: #19B698;	
}

/* wet_asphalt */
.xet-btn-wet_asphalt {
	color: #fff !important;
	background: #34495e;
}
.xet-btn-wet_asphalt:active,
.xet-btn-wet_asphalt:hover {
	background: #3D566E;
}

/* midnight_blue */
.xet-btn-midnight_blue {
	color: #fff !important;
	background: #2c3e50;	
}
.xet-btn-midnight_blue:active,
.xet-btn-midnight_blue:hover {
	background: #354B60;	
}

/* nephritis */
.xet-btn-nephritis {
	color: #fff !important;
	background: #27ae60;
}
.xet-btn-nephritis:active,
.xet-btn-nephritis:hover {
	background: #2CC36B;	
}


/* orange */
.xet-btn-orange {
	color: #fff !important;
	background: #f39c12;	
}
.xet-btn-orange:active,
.xet-btn-orange:hover {
	background: #F4A62A;	
}

/* pumpkin */
.xet-btn-pumpkin {
	color: #fff !important;
	background: #d35400;	
}
.xet-btn-pumpkin:active,
.xet-btn-pumpkin:hover {
	background: #E85D00;	
}

/* pomegrante */
.xet-btn-pomegrante {
	color: #fff !important;
	background: #c0392b;	
}
.xet-btn-pomegrante:active,
.xet-btn-pomegrante:hover {
	background: #D14233;	
}

/* peter_river */
.xet-btn-peter_river {
	color: #fff !important;
	background: #3498db !important;	
}
.xet-btn-peter_river:active,
.xet-btn-peter_river:hover {
	background: #49A2DF !important;	
}
 
 /* red */
.xet-btn-red {
	color: #fff !important;
	background: #c0392b;	
}
.xet-btn-red:active,
.xet-btn-red:hover {
	background: #D14233;	
}

/* silver */
.xet-btn-silver {
	color: #fff !important;
	text-shadow: 0 -1px -1px rgba(255, 255, 255, 0.75);	
	background: #bdc3c7;	
}
.xet-btn-silver:active,
.xet-btn-silver:hover {
	background: #CBD0D3;	
}

/* sun_flower */
.xet-btn-sun_flower {
	color: #fff !important;
	background: #f1c40f;	
}
.xet-btn-sun_flower:active,
.xet-btn-sun_flower:hover {
	background: #F2CA25;	
}

/* turquoise */
.xet-btn-turquoise {
	color: #fff !important;
	background: #1abc9c;	
}
.xet-btn-turquoise:active,
.xet-btn-turquoise:hover {
	background: #1DD2AF;	
}

/* wisteria */
.xet-btn-wisteria {
	color: #fff !important;
	background: #8e44ad;	
}
.xet-btn-wisteria:active,
.xet-btn-wisteria:hover {
	background: #9B50BA;	
}

/* active
---------------------------------------------------------------------------- */ 
.xet-btn-active,
.xet-btn-submit {
	color: #fff !important;
    background: #12263f !important;
    border-color: #12263f !important;
}

/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-btn-danger:hover {
		border-color: #c9302c;
		background-color: #c9302c;
		color: #fff !important;
	}
	.xet-btn-theme-bd:hover {
		background: #f9fbfd !important;
		color: #12263f !important;
	}
	.xet-btn-default:hover,
	.xet-btn-submit:hover,
	.xet-btn-active:hover,
	.xet-btn-theme:hover {
		border-color: #12263f !important;
		background: #12263f !important;
		color: #fff !important;
	}
	.xet-btn-none:hover {
		color: #2f8ac8 !important;
	}

	
}