/*
 * Copyright inpleworks, Co.
 * layout.css
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body { 
	height:100%;
	line-height: 1.42857143;
	-webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { margin:0; padding:0; background: #fff; color: #000; }
html, body, table, th, td, button, input, .xe_content { font-family: 'Lato', 'Noto Sans KR', 'Apple SD Gothic Neo','Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; font-size: 16px;}
div,h1,h2,h3,h4,h5,h6,form,input,textarea,p,figure,fieldset { margin:0; padding:0; }
fieldset, img { border:0 none; }
a, a:visited, a:hover, a:active, a:focus { text-decoration:none; }
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}
a, input { outline:none; }
:focus { outline: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
/* 반응형을 위한 */
img,
embed,
object,
video {
	max-width: 100%;
}

.theme-color {
	color: #58c4a7 !important;
}

.xet-layout-body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 70px;
}
.xet-layout-body a.disabled,
.xet-layout-body button.disabled {
	pointer-events: none !important;
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: relative;
}

/* top header
-------------------------------------- */ 
.xet-header_top {
	background-color: #262829;
	color: #fff;	
}
.xet-header_top_wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	font-size: 12px;
}
.xet-header_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-header_top ul > li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	height: 40px;
}
.xet-header_top ul > li+li {
	margin-left: 20px;
}

/* account */
.xet-header_top ul > li > a,
.xet-header_top ul > li > button { 	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	cursor: pointer;	
	text-decoration:none; 
	text-align:center; 
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: inherit; 	
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.xet-header_top ul > li > a i,
.xet-header_top ul > li > button i {
	margin-right: 4px;
}
.xet-header_top ul > li > button.search-btn { 
	width: 32px;
	font-size: 16px; 
}

/* bottom header
-------------------------------------- */ 
.xet-header_bottom {
	background-color: #fff;
}
.xet-header_bottom > div {
	position: relative;
}
/* scroll to fixed */
.xet-header_bottom.scroll-to-fixed-fixed {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.xet-header_bottom.scroll-to-fixed-fixed,
.xet-header_bottom.scroll-to-fixed-fixed .xet-logo a,
.xet-header_bottom.scroll-to-fixed-fixed .xet-nav-ul > li { 
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
}

/* 모바일 메뉴 오픈 버튼 */
.xet-nav-open-btn {
	float: right;
	display: flex;
	align-items: center;
	height: 70px;
}

/* 전화걸기 버튼 */
.xet-tel-btn {
	float: right;
	display: flex;
	align-items: center;
	height: 70px;
}
.xet-tel-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

/* Logo */
.xet-logo {
	float: left;
	width: 200px;
	height: 70px;
	overflow: hidden;
}
.xet-logo a {
	display: flex;
	align-items: center;
	height: inherit;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xet-logo a>img {
}
.xet-logo a>img.logo-dark {
	display: none;
}

/* PC NAV */  
.xet-nav {
	float: right;
}
.xet-nav-ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	height: 90px;
}
.xet-nav-ul > li { 
	position: relative;
	margin: 0 0 0 25px;
	padding: 0; 	
}
.xet-nav-ul > li > a { 
	position: relative;
	display: inline-block;
	font-size: 16px; 
	font-weight: 700;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	margin: 0;
	padding: 10px 0; 
	background: none;
	color: #1b1b1b;
	transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s; 
}
.xet-nav-ul > li:hover > a.current::after {
    width: 0;
}
/* Hover color NAV 1차 */
.xet-nav-ul > li:hover > a,
.xet-nav-ul > li:hover > button,
.xet-nav-ul > li > a.current {
	color: #58c4a7;
}

/* 2차, 3차 메뉴 */
.xet-nav-ul ul { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 50%; 
	top: 90%;	
	transform: translate3d(-50%,30px,0);
	min-width: 160px;
	list-style: none;
	margin: 0; 
	padding: 15px;
	background: #262829;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
}
.xet-nav-ul ul li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
}
.xet-nav-ul ul li:first-child { 
	border-top: 0; 
}
.xet-nav-ul ul li a { 
	position: relative;
	display: block; 
	font-size: 14px; 
	font-weight: normal; 
	white-space: nowrap;
	padding: 8px 0;
	margin: 0 15px;
	color: #fff; 
	transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; 
	transform: translateX(0px);
}
.xet-nav-ul ul li a::after {
	position: absolute;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
	width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
    background: rgba(255,255,255,.3);
}
.xet-nav-ul ul li span.child {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	padding: 8px 0;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;	
	color: #999;
}
.xet-nav-ul > li > ul::after,
.xet-nav-ul ul > li > ul::after {
    position: absolute;
    top: 0px;
    content: "";
    height: 3px;
    left: 0;
    max-width: 100%;
	width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
    background: #58c4a7 none repeat scroll 0 0;
}
.xet-nav-ul > li:hover > ul::after,
.xet-nav-ul ul > li:hover > ul::after {
    width: 100%;
}
.xet-nav-ul ul li:hover > a {}
/* 3차 메뉴 */
.xet-nav-ul ul ul { 
	top: 0; 
	left: 100%; 
	margin: 0;
	padding: 15px;
	transform: translate3d(0,30px,0);
}
.xet-nav-ul li:last-child ul ul { 
	left: auto !important;
	right: 100% !important; 
}

/* Show NAV 2차, 3차 */
.xet-nav-ul li.hovered > ul {
	opacity: 1;
	visibility: visible;
    transform: translate3d(-50%,0,0);
    transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
}
.xet-nav-ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
    transform: translate3d(0,0,0);
    transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
}

/* Current NAV 2차, 3차 */
.xet-nav-ul ul li:hover > a::after,
.xet-nav-ul ul li.current > a::after {
    width: 100%;
}
.xet-nav-ul ul li.current > a {}




/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-body {
	flex: 1 0 auto;
	background-color: #fff;
}
.xet-content {}

/* page top */
.xet-section.page-top {
	background-color: #58c4a7;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.xet-section.page-top a {
	color: #fff;
}

/* page lnb */
.xet-lnb-top {
	background-color: #262829;
}
.xet-lnb-top a {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.xet-lnb-top a::after {
	position: absolute;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
	width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;	
    background: #58c4a7;
}
.xet-lnb-top .text-center a {
	margin: 0 15px;
}
.xet-lnb-top a img {
	vertical-align: middle;
}
.xet-lnb-top a.current::after,
.xet-lnb-top a:hover::after {
	width: 100%;
}

.xet-lnb-top.lnb3 {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
.xet-lnb-top.lnb3 a {
	color: #1b1b1b;
}
.xet-lnb-top a:hover,
.xet-lnb-top a.current {
	color: #58c4a7;
}

/* 가로형 2차 메뉴 타이틀 */
.xet-sub-title {
	padding: 0 0 15px;
	border-bottom: 1px solid #1b1b1b;
}
.xet-lnb-v .xet-sub-title {
	padding-left: 15px;
}
.xet-lnb-v .xet-nav-m {
	padding: 0 !important;
}
.xet-lnb-v .xet-nav-m li:first-child {
	border: 0 !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	color: #ccc;
	background-color: #1b1b1b;
	word-break: keep-all;
}
#xet-footer .footer-container {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#xet-footer .footer-container>div+div {
	margin-top: 30px;
}

#xet-footer .h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#xet-footer .xet-plus-list a,
#xet-footer .xet-plus-list span {
	color: #ccc !important;
}

/* footer menu */
.xet-footer-ul { 
	margin: 0; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-ul > li { 
	display: block; 
	margin: 0 0 5px;
	padding: 0;	
}
.xet-footer-ul > li a { 
	display:inline-block;
	font-weight:normal; 
	cursor: pointer;
	color: #ccc;
}
.xet-footer-ul > li a:hover { 
	text-decoration: underline;
}

.sns-code ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.sns-code ul li {
	
}
.sns-code ul li a {
	color: inherit;
}

/* copyright */
.xet-copyright {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.xet-copyright h4 {
	margin-bottom: 10px;
}
.xet-copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.xet-copyright ul li {
	display: block;
	margin: 0 20px 10px 0;
}

/* lang btn */
#xet-footer button.xet-lang-btn {
	cursor: pointer;
	border: 0;
	background: none;
	color: #ccc;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Push nav Mobile
/* ------------------------------------------------------------------------------------------------------------------ */
/* header hamburger icon */
.xet-toggle-menu {
	position: relative;
	display: block;
	width: 34px;
	height: 48px;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
}
.xet-toggle-menu span, 
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 24px;
	background: #000;
}
.xet-toggle-menu span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.xet-toggle-menu span::before, 
.xet-toggle-menu span::after {
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.xet-toggle-menu span::before {
	top: -8px;
}
.xet-toggle-menu span::after {
	top: 8px;
}
.xet-toggle-menu.active span {
	background: none;
}
.xet-toggle-menu.active span::before, 
.xet-toggle-menu.active span::after {
	background: #fff;
}
.xet-toggle-menu.active span::before {
	transform: translateX(4px) translateY(0px) rotate(45deg);
}
.xet-toggle-menu.active span::after {
	transform: translateX(4px) translateY(1px) rotate(-45deg);
}

/* Push */
.xet-push-nav {
	z-index: 1100;
	position: fixed;
	overflow: hidden;
	background: #fff;
}
.xet-push-nav-top,
.xet-push-nav-bottom {
	width: 100%;
	height: 100%;
	left: 0;
}	
.xet-push-nav-top {
	top: -100%;
}
.xet-push-nav-bottom {
	bottom: -100%;
}
.xet-push-nav-left,
.xet-push-nav-right {
	height: 100%;
    top: 0;
}
.xet-push-nav-left {
	width: 320px;
    left: -380px;
    
}
.xet-push-nav-right {
	width: 320px;
    right: -380px;
}
.xet-push-nav-top.push-open {
    top: 0;
}
.xet-push-nav-bottom.push-open {
    bottom: 0;
}
.xet-push-nav-left.push-open {
    left: 0;
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.xet-push-nav-right.push-open {
    right: 0;
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 320px !important;
}
.push-toleft {
    left: -320px !important;
}

body,
.xet-layout-body,
.xet-push-nav, 
.push {
    transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}


/* push nav */
.xet-push-nav .xet-mobile-top {
	background-color: #262829;
}
.xet-push-nav .xet-mobile-acc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding: 0 20px;
	color: #fff;
}
.xet-push-nav .xet-mobile-acc button {
	margin: 0;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	color: #fff;
}
.xet-push-nav .xet-mobile-acc button.xet-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.xet-push-nav .xet-mobile-acc a {
	color: #fff;
}
.xet-push-nav .xet-mobile-acc img {
	vertical-align: middle;
}


/* mobile nav */
.xet-push-nav .xet-mobile-body {
	position: relative;
}
#xet-nav-m {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */		
}
#xet-nav-m::-webkit-scrollbar {
	display: none;
}
/* m nav */
.xet-nav-m {
	list-style: none;
	margin: 0;
	padding: 0 16px 16px;
}
.xet-nav-m li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e1e1e1;
}
.xet-nav-m li.submenu-open {
	background: #f1f1f1;
}
.xet-nav-m li.admin {
	background-color: #f1f1f1;
}
.xet-nav-m li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 48px;
	white-space: nowrap;
	vertical-align: middle;
	color: #1b1b1b;	
}
.xet-nav-m li.current > a {
	color: #58c4a7;
}
.xet-nav-m li a img {
	vertical-align: middle;
}
.xet-nav-m li .arrow {
	position: absolute;
	top: 0;
	right: 20px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xet-nav-m ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
	background: #f1f1f1;
}
.xet-nav-m ul li {
	border: 0;
}
.xet-nav-m ul li a {
	padding: 0 15px 0 30px;
}
.xet-nav-m ul ul li a {
	padding: 0 15px 0 45px;
}


#xet-shadow-layer {
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: none;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
#xet-shadow-layer.is-visible {
    animation: 0.3s ease 0s normal none 1 running cd-fade-in;
    display: block;
}
@keyframes cd-fade-in {
	0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}
@keyframes cd-fade-in {
	0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll { 
	z-index:999;
	display: none;
	position:fixed; 
	bottom: 85px;
	right: 15px;
}
#xet-top-scroll a { 
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden; 
	width: 48px; 
	height: 48px; 
	text-decoration:none;
	font-size: 0;
	border-radius: 50%;
	color: #fff;
	background: url(../img/up.png) center no-repeat rgba(0,0,0,.5);
	background-size: 16px;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
#xet-top-scroll a:hover { 
	opacity: 1;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* 모바일 하단 버튼
/* ------------------------------------------------------------------------------------------------------------------ */
.mobile-bottom-btn {
	z-index: 88;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3b3b3b;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-btn a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 70px;
	background-color: #58c4a7;
	color: #fff;	
}
.mobile-bottom-btn a + a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-bottom-btn a i {
	font-size: 20px;
	margin-bottom: 4px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* waypoint - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-wp-f,
.xet-wp-fl, 
.xet-wp-fr, 
.xet-wp-fu, 
.xet-wp-fud, 
.xet-wp-fd, 
.xet-wp-bl, 
.xet-wp-br,
.xet-wp-bd {
    visibility: hidden;
    opacity: 0;
}
.fadeIn, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight, 
.bounceInDown, 
.bounceInLeft, 
.bounceInRight {
    visibility: visible;
    opacity: 1;
}
/* delay time
---------------------------------*/
.delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-10s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.delay-15s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}
.delay-18s { 
	animation-delay: 1.8s; 
	-webkit-animation-delay: 1.8s; 
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Preloader
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-preloader-wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #000;
}
#xet-preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #58c4a7;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#xet-preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8fc559;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#xet-preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c5b059;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#xet-preloader-text {	
	opacity: 0;
	position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	-moz-animation: loading-text-opacity 1.5s linear 0s infinite normal;
	-o-animation: loading-text-opacity 1.5s linear 0s infinite normal;
	-webkit-animation: loading-text-opacity 1.5s linear 0s infinite normal;
	animation: loading-text-opacity 1.5s linear 0s infinite normal;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}


