/*
 * Copyright inpleworks, Co.
 * default is Mobile
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
*, 
*:before, 
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, 
body { 
	height:100%;
	font-size: 14px;
	line-height: 1.42857143;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { 
	margin: 0; 
	padding: 0; 
	color: #1b1b1b; 
	background: #fff;
}
html, body, table, th, td, button, input { font-family: 'Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
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; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}


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;
}
embed,
object,
video {
	max-width: 100%;
}

.text-overflow {
	text-overflow: ellipsis !important;
}
.xet-layout {
	overflow: hidden;
	opacity: 0;
}

/* 로딩바 */
#loading-bar.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 999 !important;
    animation: loading-bar 400ms linear infinite;
}
#loading-bar.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #39c7f5;
    border-left-color: #39c7f5;
    border-radius: 50%;
}
@keyframes loading-bar {
    0%   { transform: rotate(0deg);   transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
.h1 {
	font-weight: 900;
}
.h1 .thin {
	font-weight: 400;
}
.h2 {
	font-weight: 700;
}
.h2 .thin {
	font-weight: 400;
}
.h3 {
	font-weight: 500;
}
.h3 .thin {
	font-weight: 300;
}
.h4 {
	font-weight: 500;
}
.h5 {
	font-weight: 500;
}
.h6 {
	font-weight: 500;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;	
}
#xet-header .xet-header-top {
	color: #dadada;
	background-color: #141414;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;	
}
#xet-header .xet-header-top .h-tel {
	display: flex;
	align-items: center;
	height: 40px;
}
#xet-header .xet-header-top ul {}
#xet-header .xet-header-top ul>li {
	float: left;
	padding: 0 10px;
	display: flex;
	align-items: center;
	width: 121px;
	height: 40px;
	border-left: 1px solid rgba(255,255,255,.2)
}
#xet-header .xet-header-top ul li.h_date {
	width: auto;
	border-left: 0;
	padding: 0 30px;
}
#xet-header .xet-header-top ul>li a,
#xet-header .xet-header-top ul>li button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 12px; 
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
	border: 0;
	color: #dadada;
}
#xet-header .xet-header-top ul>li button > i[class^="xi-caret-"] {
	position: absolute;
	top: 14px;
	right: 0;
}
/* Lang list */
#xet-header .xet-header-top ul>li.active {}
#xet-header .xet-header-top ul>li.xet-lang>button {
	padding-left: 20px;
	padding-right: 15px;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 14px;
}

#xet-header .xet-header-top ul ul {
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #3b3b3b;
	transform: translateY(5%);
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;
}
#xet-header .xet-header-top ul ul.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

#xet-header .xet-header-top ul ul li {
	float: none;
	margin: 0;
	min-width: 122px;
	padding: 0 10px;
	border: 0;
	display: block;
	border-top: 1px solid rgba(255,255,255,.05);
}
#xet-header .xet-header-top ul ul li a,
#xet-header .xet-header-top ul ul li button {
	display: flex; 
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 40px;
	text-align: left;
	font-size: 12px; 
	cursor: pointer;
	font-weight: normal; 
	white-space: normal;
	padding: 0px;
	border: 0;	
	background-color: transparent;
	color: #ababab;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;
}
#xet-header .xet-header-top ul ul li .lang {
	padding-left: 20px;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 14px;
}
#xet-header .xet-header-top ul ul li a:hover,
#xet-header .xet-header-top ul ul li button:hover {
	color: #fff
}

#xet-header .xet-header-body {
	position: relative;
	background-color: #fff;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;	
}
#xet-header .xet-header-body.b-line {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#xet-header .xet-header-body .xet-container,
#xet-header .xet-header-body .xet-container-fluid {
	position: relative;
}
/* btn */
#xet-header .xet-header-body .xet-btn-res {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 60px;
	color: #1b1b1b;
	border-left: 1px solid rgba(0,0,0,.1);
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;	
	font-size: 16px;
}
/* scroll to hide */
#xet-header.hd-pinned {
    transform: translateY(0%);
}
#xet-header.hd-unpinned {
    transform: translateY(0%);
}
#xet-header.hd-not-top .xet-header-top {
	background-color: #1b1b1b !important;
}
#xet-header.hd-not-top .xet-header-body {
	border-bottom: 0;
	background-color: #fff !important;
	box-shadow: 0px 2px 4px rgba(0,0,0,.07);
}



/* Header Logo
----------------------------------------------------------- */
#xet-header .xet-header-logo {
	width: 185px;
	height: 60px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
}
#xet-header .xet-header-logo.text-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	justify-content: center;
}
#xet-header .xet-header-logo a {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;	
}
#xet-header .xet-header-logo a img {		
	max-width: 100%;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;	
}	
#xet-header .xet-header-logo a .logo-img-b,
#xet-header.dark .xet-header-logo a .logo-img-w {
	display: inline-block;
}
#xet-header .xet-header-logo a .logo-img-w,
#xet-header.dark .xet-header-logo a .logo-img-b {
	display: none;
}


/* NAV - Dropdown
----------------------------------------------------------- */	
.xet-nav-ul { 
	display: table;
	margin: 0 auto;
	padding: 0 20px;
	list-style: none;
}
.xet-nav-ul > li { 
	position:relative; 
	float: left;
	margin: 0;
	padding: 0 15px; 	
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}
.xet-nav-ul > li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 8px;
	margin-top: -2px;
	background: #c2c2c2;
}
.xet-nav-ul > li:first-child:after {
	background: transparent;
}
.xet-nav-ul > li.xet-megamenu {
	position: static;
}
.xet-nav-ul > li > a,
.xet-nav-ul > li > button { 
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px; 
	font-weight: 500;
	height: 60px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	margin: 0;
	padding: 0; 
	background: none;
	color: #1b1b1b;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}


/* NAV Center */
.xet-nav.float-center {
	width: 100%;
	margin: 0;
	padding: 0;
}
.xet-nav.float-center .xet-nav-ul {
	padding: 0;
}

/* Current NAV 1차 */
.xet-nav-ul > li > a.current {
	position: relative;
}
.xet-nav-ul > li > a.current:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #1b1b1b;
}

/* 2차 메뉴 */
.xet-nav-ul ul.submenu { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0px; 
	top: 100%;	
	width: 210px;
	list-style: none;
	margin: 0; 
	padding: 10px 0;
	background: rgba(33,33,33,.9);
	border: 0px solid rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;	
}
.xet-nav-ul ul.submenu li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	padding: 0 22px;
	border-top: 0px solid rgba(0, 0, 0, .1);
}
.xet-nav-ul ul.submenu li:first-child { 
	border-top: 0; 
}
.xet-nav-ul ul.submenu li a { 
	position: relative;
	display: block; 
	font-size: 13px; 
	cursor: pointer;
	white-space: normal;
	font-weight: normal; 
	padding: 10px 0;
	margin: 0;
	color: #ababab; 
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;	
}
.xet-nav-ul ul.submenu li span.child {
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 0; 
	text-align: center;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;	
	background: #fff;
}

.xet-nav-ul ul.submenu li:hover > a,
.xet-nav-ul ul.submenu li:hover > button {
	border-left-color: #38b5c7;
	color: #fff;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
.xet-nav-ul ul.submenu li:hover span.child {
	opacity: 1;
}

/* 3차 메뉴 */
.xet-nav-ul ul.submenu ul.submenu { 
	top: -10px; 
	left: 100%; 
}

/* 우측정렬인경우 2,3차 메뉴 출력위치 */
.xet-nav.float-right .xet-nav-ul>li:last-child ul.submenu {
	left: auto;
	right: 0;
}
.xet-nav.float-right .xet-nav-ul>li:last-child ul.submenu ul.submenu {
	right: 100%;
}

/*----------------------------------------------------------- */	


/* NAV - Mega Menu
----------------------------------------------------------- */	
.xet-nav-ul .megamenu-inner { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0px; 
	right: 0px;
	top: 100%;	
	background: rgba(33,33,33,.9);
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;	
}
.xet-nav-ul .megamenu-inner ul {
	list-style: none;
	margin: 0 auto;
	padding: 30px 0 0;
}
.xet-nav-ul .megamenu-inner ul li {
	float: left;
	width: 20%;
	margin: 0 0 30px;
	padding: 0;
	height: auto;
	line-height: 1.42857143;
	border-left: 1px solid rgba(255,255,255,.05);
}
.xet-nav-ul .megamenu-inner ul li:first-child,
.xet-nav-ul .megamenu-inner ul li:nth-child(6n),
.xet-nav-ul .megamenu-inner ul li:nth-child(11n) {
	border-left: 0;
}
.xet-nav-ul .megamenu-inner ul li a {
	display: block;
	padding: 10px 30px;
	transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;	
}
.xet-nav-ul .megamenu-inner ul li p {
	margin: 10px 0 0;
}
.xet-nav-ul .megamenu-inner ul li p > a {
	position: relative;
	font-weight: bold;
	color: #f0f0f0;
}
.xet-nav-ul .megamenu-inner ul li p > a:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	width: 10px;
	height: 2px;
	background: #38b5c7;
}

/* 3차 메뉴 */
.xet-nav-ul .megamenu-inner .megamenu-items a {
	font-size: 13px;
	color: #ababab; 
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.xet-nav-ul .megamenu-inner .megamenu-items a:hover {
	color: #fff;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
.xet-nav-ul .megamenu-inner .megamenu-items a.current {
	color: #fff;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
/* Show Dropdown menu 2차, 3차 */
.xet-nav-ul li.hovered > .megamenu-inner,
.xet-nav-ul li.hovered > ul.submenu,
.xet-nav-ul ul.submenu li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-in;
	-moz-transition: all 0.33s ease-in;
	-webkit-transition: all 0.33s ease-in;	
}

/* Hover NAV 2차, 3차 */
.xet-nav-ul ul.submenu li:hover > a::after {
	width: 100%;
}
.xet-nav-ul ul.submenu li.current::after {
	height: 1px;
     background-color: #38b5c7;
}
.xet-nav-ul ul.submenu li.current > a {
	transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
	color: #fff;
}
.xet-nav-ul ul.submenu li.current >a>span {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

/*----------------------------------------------------------- */	
/* scroll to fixed */
#xet-header.scroll-fixed .xet-nav-ul ul.submenu {
	top: 100%;
}
#xet-header.scroll-fixed .xet-nav-ul ul.submenu ul.submenu {
	top: -10px;
}


/* Mobile hamburger icon 
----------------------------------------------------------- */	
#xet-toggle-btn {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
#xet-toggle-btn.toggle-btn-right {
	left: auto;
	right: 0;
}
.xet-toggle-menu {
	position: relative;
	display: block !important;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}
.xet-toggle-menu.none {
	pointer-events: none;
}
.xet-toggle-menu span,
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
  /* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #333;
}
.xet-toggle-menu span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: 0px;
	margin-left: -12px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	background: #333;
}
.xet-toggle-menu span::before, 
.xet-toggle-menu span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-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 {
	/* menu icon top line */
	top: -6px;
}
.xet-toggle-menu span::after {
	/* menu icon bottom line */
	top: 6px;
}
.xet-toggle-menu.push-active span {
	/* hide line in the center */
	background: none;
}
.xet-toggle-menu.push-active span::before, 
.xet-toggle-menu.push-active span::after {
	/* keep visible other 2 lines */
	background: #333;
}
.xet-toggle-menu.push-active span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.xet-toggle-menu.push-active span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}


/* Header transparent
----------------------------------------------------------- */	
#xet-header.trans.intro {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#xet-header.trans.hd-top .xet-header-body .xet-btn-res {
	border-left-color: rgba(255,255,255,.2) !important;
	color: #fff !important;
	background-color: transparent !important;
}
#xet-header.trans .xet-header-top {
	background-color: rgba(0,0,0,.7);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#xet-header.trans .xet-header-body { 
	border-bottom: 1px solid rgba(255,255,255,.2);
	background-color: transparent;
}
#xet-header.trans.hd-not-top .xet-header-body {
	border: 0;
}
#xet-header.trans.hd-top .xet-header-logo a,
#xet-header.trans.hd-top .xet-nav-ul > li > a,
#xet-header.trans.hd-top .xet-nav-ul > li > button { 
	color: #fff;
}
#xet-header.trans.hd-top .xet-nav-ul > li > a.current:after {
	background-color: #fff;
}
#xet-header.trans.hd-top .xet-nav-ul > li > a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}
#xet-header.trans.hd-top .xet-header-logo a .logo-img-w {
	display: inline-block;
}
#xet-header.trans.hd-top .xet-header-logo a .logo-img-b {
	display: none;
}
#xet-header.trans .xet-toggle-menu {
	border-color: rgba(255,255,255,.2);
}
#xet-header .xet-toggle-menu,
#xet-header.hd-not-top .xet-toggle-menu {
	border-color: rgba(0,0,0,.1);
}
#xet-header.trans.hd-top .xet-toggle-menu span,
#xet-header.trans.hd-top .xet-toggle-menu span::before,
#xet-header.trans.hd-top .xet-toggle-menu span::after {
	background: #fff;
}
#xet-header.trans.hd-top .xet-toggle-menu.push-active span {
	background: none;
}


/* Header Dark Color
----------------------------------------------------------- */
#xet-header.dark .xet-header-body .xet-btn-res {
	border-left-color: rgba(255,255,255,.2) !important;
	color: #fff !important;
	background-color: transparent !important;
}
#xet-header.dark .xet-header-body { 
	border-top: 1px solid rgba(255,255,255,.2);
	background-color: #1c1c1c;
}
#xet-header.dark .xet-header-body.b-line { 
	border-bottom: 0;
}
#xet-header.dark.trans .xet-header-body { 
	background-color: transparent;
	border-top: 0;
}
#xet-header.dark.hd-not-top .xet-header-body {
	border-bottom: 0;
	background-color: #1c1c1c !important;
}
#xet-header.dark .xet-toggle-menu,
#xet-header.dark.hd-not-top .xet-toggle-menu {
	border-color: rgba(255,255,255,.2);
}
#xet-header.dark .xet-header-logo a {
	color: #fff;
}
#xet-header.dark .xet-nav-ul > li > a,
#xet-header.dark .xet-nav-ul > li > button {
	color: #fff;
}

#xet-header.dark .xet-toggle-menu.push-active span {
	background: none;
}
#xet-header.dark .xet-toggle-menu span,
#xet-header.dark .xet-toggle-menu span::before,
#xet-header.dark .xet-toggle-menu span::after {
	background: #fff;
}

.side-panel-top .xet-toggle-menu.push-active span::before,
.side-panel-top .xet-toggle-menu.push-active span::after,
#xet-header.dark .xet-toggle-menu.push-active span::before, 
#xet-header.dark .xet-toggle-menu.push-active span::after {
	background: #fff;
}







/* ------------------------------------------------------------------------------------------------------------------ */
/* MAIN - SECTIONS
/* ------------------------------------------------------------------------------------------------------------------ */

/* 메인 섹션 스크롤 메뉴 */
#xet-scroll-to-section {
	display: none;
	z-index: 97;
	position: fixed;
	left: 20px;
	top : 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#xet-scroll-to-section a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 14px;
	margin-bottom: 4px;
	overflow-y: hidden;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555356;
}
#xet-scroll-to-section a>span {
	opacity: 0;
	visibility: hidden;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
}
#xet-scroll-to-section a:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	display: inline-block;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
}
#xet-scroll-to-section a.current>span {
	opacity: 1;
	visibility: visible;
}
#xet-scroll-to-section a.current {
	color: #38b5c7;
}
#xet-scroll-to-section a.current:after {
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #38b5c7;
}

/* 메인 섹션들 */
.xet-section {
	position: relative;
	background-color: #efefef;
}
.xet-main-sections .xet-section:nth-child(odd) {
	background-color: #ffffff;
}
.xet-section img { 
	vertical-align: top;
	max-width: 100%;
}

/* Section Title */
.xet-section .section-title {
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
.xet-section .section-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 1px;
	background: #1b1b1b;
}
.xet-section .section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 1px;
	background: #1b1b1b;
}
.xet-section .section-title>strong {
	display: none;
	opacity: 0;
	font-size: 0;
	white-space: nowrap;
	color: rgba(0,0,0,.05);
}
.xet-section .section-title>span {
	font-size: 32px;
}
.xet-section.xet-page-top .section-title {
	color: #fff;
}
.xet-section.xet-page-top .section-title:after,
.xet-section.xet-page-top .section-title:before {
	background: #fff;
}


/* BG jarallax scroll */
.xet-slider .xet-jarallax {
    height: calc(80vh);
}
.xet-slider.fullSzie .xet-jarallax {	
    height: calc(100vh);
}
.xet-jarallax {
    position: relative;
    z-index: 0;
}
.xet-jarallax > .xet-jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.xet-jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.xet-jarallax-keep-img > .xet-jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
span[data-jarallax-element] {
    display: inline-block;
}


/* BG parallax scroll */
.xet-parallax-scroll {
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Tab Swiper 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-tab-swiper-list {
	position: relative;
	overflow: hidden; 
	height: 40px;
}
.xet-tab-swiper-list:after,
.xet-tab-swiper-list:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
}
.xet-tab-swiper-list:after {
	right: 0;
	z-index: 0;
    background: -moz-linear-gradient(right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    pointer-events: none;
}
.xet-tab-swiper-list:before {
	left: 0;
	z-index: 1;    
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    pointer-events: none;
}
.xet-main-sections .xet-section .xet-tab-swiper-list:after {
	 background: -moz-linear-gradient(right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
    background: -webkit-linear-gradient(right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
    background: linear-gradient(to right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
}
.xet-main-sections .xet-section .xet-tab-swiper-list:before {
	background: -moz-linear-gradient(left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
    background: -webkit-linear-gradient(left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
    background: linear-gradient(to left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 50%);
}
.xet-main-sections .xet-section:nth-child(odd) .xet-tab-swiper-list:after {
	background: -moz-linear-gradient(right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
}
.xet-main-sections .xet-section:nth-child(odd) .xet-tab-swiper-list:before {
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
}	
.xet-tab-swiper-list .scroller {
	overflow: hidden; 
	width: 100%; 
	height: 60px; 
	overflow-x: auto; 
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15px;
}
.xet-tab-swiper-list ul {
	list-style: none;
	padding: 0 20px;
	margin: 0 auto;
	display: table; 
	text-align: center;
}
.xet-tab-swiper-list li { 
	position: relative;
	display: table-cell; 
	margin: 0;
	padding: 0px 20px;
}
.xet-tab-swiper-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 8px;
	margin-top: -4px;
	background: #c2c2c2;
}
.xet-tab-swiper-list li:first-child:after {
	background: transparent;
}
.xet-tab-swiper-list li a { 
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 5px;
	color: #1b1b1b;
	border-bottom: 1px solid transparent;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}
.xet-tab-swiper-list li.on a {
	border-color: #1b1b1b;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider {
	overflow: hidden;
	position: relative;
	background-color: #2b2b2b !important;
}
.xet-slider.fullSzie {}
.xet-slider .swiper-caption {
	padding: 0 30px;
}
.xet-slider .h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.xet-slider .h1,
.xet-slider .h3,
.xet-slider .xet-more {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.xet-slider .xet-more a {
	color: #fff;
	border-bottom-color: #fff;
}
.xet-slider .xet-slider-container {
	position: relative;
	width: 100%;
    height: calc(80vh - 60px);
}
.xet-slider.fullSzie .xet-slider-container {	
    height: calc(100vh);
}
.xet-slider .xet-slider-container .swiper-slide {
    color: #fff;
}
.xet-slider .xet-slider-container .vertical-align {}
.xet-slider .xet-slider-next, 
.xet-slider .xet-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: .5;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    width: 140px;
    color: #fff;
    text-shadow: none;
    transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;	
}
.xet-slider .xet-slider-next i, 
.xet-slider .xet-slider-prev i {
	line-height: inherit;
}
.xet-slider .xet-slider-next {
	right: 30px;
	text-align: right;
}
.xet-slider .xet-slider-prev {
	left: 30px;
	text-align: left;
}
.xet-slider .xet-slider-next:hover {
	opacity: 1;
	 transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}
.xet-slider .xet-slider-prev:hover {
	opacity: 1;
	transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.xet-slider-next.swiper-button-disabled, 
.xet-slider-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.xet-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px !important; 
	color: #ccc;
	text-align: center;
}
.xet-slider-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 !important;
	border-radius: 0;
	background: #fff;
}
.xet-slider-pagination.swiper-pagination-progressbar {
	top: auto !important;
	bottom: 0 !important;
}
.xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #38b5c7;
}

.scroll-arrow {
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -40px;
	z-index: 10;
	width: 80px;
	height: 60px;
	text-align: center;
	color: #fff;
}
.scroll-arrow:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 20px;
}
.scroll-arrow div:nth-child(1) {
	font-size: 20px;
    -webkit-animation: arrow 1200ms 0s linear infinite ;
    -moz-animation: arrow 1200ms 0s linear infinite ;
    animation: arrow 1200ms 0s linear infinite ;
}
.scroll-arrow .scroll-arrow-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: .8;
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(0px, 9px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, 18px);
        opacity: 0;
    }
}
@-moz-keyframes arrow {
    0% {
        -moz-transform: translate(0px, 0px);
        opacity: 0;
    }
    50% {
        -moz-transform: translate(0px, 9px);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0px, 18px);
        opacity: 0;
    }
}
@keyframes arrow {
    0% {
        transform: translate(0px, 0px);
        opacity: 0;
    }
    50% {
        transform: translate(0px, 9px);
        opacity: 1;
    }
    100% {
        transform: translate(0px, 18px);
        opacity: 0;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* slider Video 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video {
	color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Banner 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-banner {
	height: 320px;
	background-color: #000 !important;
	color: #fff;
}
.xet-banner .xet-lightbox {
	display: inline-block;
	color: #fff
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */
/* page top */
.xet-page-top {
	z-index: 20;
	height: 180px;
	text-transform: uppercase;
	background-color: #3b3b3b;
	color: #fff;
}
.xet-page-top a {
	color: #fff;
}
.xet-page-path ul li {
	display: inline;
}

/* 가로형 LNB */
.xet-page-lnb {
	background-color: rgba(240,240,240,1);
}
.xet-lnb {
	position: relative;
	height: 51px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px;
}
.xet-lnb:after,
.xet-lnb:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
}
.xet-lnb:after {
	right: 0;
	z-index: 0;
    background: -moz-linear-gradient(left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    background: -webkit-linear-gradient(left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    background: linear-gradient(to right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    pointer-events: none;
}
.xet-lnb:before {
	left: 0;
	z-index: 1;    
    background: -moz-linear-gradient(right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    background: -webkit-linear-gradient(right,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    background: linear-gradient(to left,rgba(240,240,240,0) 0,rgba(240,240,240,1) 24%);
    pointer-events: none;
}
.xet-lnb .xet-lnb-ul {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto;
	display: block;
	height: 70px;
}
.xet-lnb .xet-lnb-ul > a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
	color: #1b1b1b;
}
.xet-lnb .xet-lnb-ul > a:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 8px;
    margin-top: -2px;
    background: #c1c1c1;
}
.xet-lnb .xet-lnb-ul > a:first-child:after {
	background: none;
	width: 0;
}
.xet-lnb .xet-lnb-ul > a img {
	vertical-align: middle;
}
.xet-lnb .xet-lnb-ul > a > span {
	display: inline;
	padding-bottom: 5px;
}
.xet-lnb .xet-lnb-ul > a.active > span {
	border-bottom: 1px solid #111; 
}
.xet-lnb2 {
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* 세로형 LNB */
.xet-lnb-v .submenu-indicator {
	margin-top: -10px;
}
.xet-lnb-v li a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.xet-lnb-v li li a {
	padding-left: 15px !important
}
.xet-lnb-v .submenu-indicator {
	right: 0 !important
}

/* content */
.xet-content {
	min-height: 300px;
	background-color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	position: relative;
	background-color: #ffffff;
	border-top: 1px solid rgba(0,0,0,.1); 
}
#xet-footer .xet-footer-header {
	background-color: #f1f1f1;
	border-bottom: 1px solid rgba(0,0,0,.1); 
}
#xet-footer .xet-footer-logo {}
#xet-footer .xet-footer-logo img {
	max-width: 200px;
	vertical-align: top;
}
#xet-footer .xet-copyright {
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.1); 
}
#xet-footer a {
	color: #5b5b5b;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;	
}
#xet-footer .h6 {
	color: #1b1b1b;
}

/* Footer Nav */
.xet-footer-nav { 
	margin: 30px 0; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-nav > li { 
	display: inline-block; 
	margin: 0 15px;
	padding: 5px 0;	
}
.xet-footer-nav > li a { 
	display: inline-block;
	font-weight:normal; 
	white-space: nowrap;
	cursor: pointer;
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;	
}


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

/* Dark */
#xet-footer.dark {
	border-color: rgba(255,255,255,.1);
	background-color: #141414;
	color: #6f6f6f;
}
#xet-footer.dark .xet-footer-header {
	border-color: rgba(255,255,255,.1);
	background-color: #1c1c1c;
}
#xet-footer.dark .h6 {
	color: #fff;
}
#xet-footer.dark a {
	color: #6f6f6f;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 1100;
	position: fixed;
	width: 300px;
	background-color: rgba(255,255,255,.85);
	border-right: 1px solid rgba(0,0,0,.1);
}
.xet-side-panel .side-panel-top {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.xet-side-panel .side-panel-top button.xet-modal-btn,
.xet-side-panel .side-panel-top a {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 60px;
	border: 0;
	background: none;
	color: #1b1b1b;
}
.xet-side-panel .side-panel-top a {
	line-height: 60px;
}
.xet-side-panel .side-panel-top ul {
	display: table;
	width: 100%;
}
.xet-side-panel .side-panel-top li {
	display: table-cell;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}
.xet-side-panel .side-panel-top li:first-child {
	border-left: 0;
}
.xet-side-panel .side-panel-top li>button,
.xet-side-panel .side-panel-top li>a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 30px;
	height: 50px;
	white-space: nowrap;
	color: #1b1b1b;
	border: 0;
	background: none;
}
.xet-side-panel .side-panel-top li>a {
	padding: 0 30px;
	line-height: 50px;
}
.xet-side-panel .side-panel-top > span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.xet-side-panel .side-panel-top img {
	vertical-align: middle;
}
.xet-side-panel .side-panel-top a,
.xet-side-panel .side-panel-top button {
	font-size: 13px;
}
.xet-side-panel .side-panel-top button.xet-toggle-menu {
	border-color: rgba(0,0,0,.1);
}
.xet-side-panel .side-panel-top .xet-toggle-menu span {
}
.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::before, 
.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::after {
	background: #333;
}
.xet-side-panel .side-panel-body {
	position: relative;
	overflow: hidden;
	background-color: rgba(255,255,255,.95);
}	
.xet-side-panel .side-panel-body .xet-accordion-menu {
	height: calc(100vh - 200px);
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
	-ms-overflow-style: none;
}
.xet-side-panel .side-panel-footer {
	text-align: center;
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,.1);
}	
.xet-side-panel .side-panel-footer button.xet-modal-btn {
	display: inline-block;
	margin: 0;
	padding: 10px 25px;
	border: 0;
	color: #1b1b1b;
	background: none;
	background-position: 0px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

/* colorset */
.xet-side-panel.dark {
	background-color: rgba(0,0,0,.8);
	border-color: rgba(255,255,255,.1);
}
.xet-side-panel.dark .side-panel-top .xet-toggle-menu.push-active span::before, 
.xet-side-panel.dark .side-panel-top .xet-toggle-menu.push-active span::after {
	background: #fff;
}
.xet-side-panel.dark .side-panel-top {
	border-color: rgba(255,255,255,.1);
}
.xet-side-panel.dark .side-panel-top button.xet-toggle-menu {
	border-color: rgba(255,255,255,.1);
}
.xet-side-panel.dark .side-panel-top li {
	border-color: rgba(255,255,255,.1);
}
.xet-side-panel.dark .side-panel-top a,
.xet-side-panel.dark .side-panel-top button {
	color: #cbcbcb;
}
.xet-side-panel.dark .side-panel-body {
	background-color: rgba(0,0,0,.9);
}
.xet-side-panel.dark .side-panel-footer {
	color: #cbcbcb;
	border-color: rgba(255,255,255,.1);
}
.xet-side-panel.dark .side-panel-footer button.xet-modal-btn {
	color: #cbcbcb
}

/* Push */
.xet-push-left,
.xet-push-right {
	height: 100%;
    top: 0;
}
.xet-push-left {
	left: -300px;
}
.xet-push-right {
	right: 300px;
}
.xet-push-left.push-open {
    left: 0;
}
.xet-push-right.push-open {
    right: 0;
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 300px !important;
}
.push-toleft {
    left: -300px !important;
}


.xet-side-panel, 
.push {
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
/* push nav */

#xet-side-panel-overlay {
	display: none;
	z-index: 1100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    cursor: pointer;   
    cursor: url(../img/close.png) 15 15, default;
    background-color: rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Guide
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-guide {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translate(200px, 0);
    visibility: hidden;
    opacity: 0;
    background-color: #38b5c7;
    z-index: 1000;
    transition: all 0.6s;
}
.xet-guide.active {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.xet-guide .xet-guide-nav li {
	position: relative;
	display: inline;
	padding: 0 20px;
}
.xet-guide .xet-guide-nav li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 6px;
	margin-top: -2px;
	background: #fff;
}
.xet-guide .xet-guide-nav li:first-child:after {
	width: 0;
}
.xet-guide .xet-guide-nav li a {
	display: inline-block;
	margin: 10px 0;
	color: #fff;
}
.xet-guide-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 15px 15px;
	background: rgba(0,0,0.5);
	border-top: 1px solid #333;
}
.xet-guide-footer .xet-guide-nav li {
	display: block;
}
.xet-guide-footer .xet-guide-nav li:after {
	width: 0;
}

/* 가이드 버튼 */
.xet-guide-floating {
	position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1001;
}
.xet-guide-floating.Y {
    bottom: 140px;
}
.xet-guide-floating a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
    height: 48px;
    text-align: center;
	color: #fff;
	background: #38b5c7;
	border-radius: 50%;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,.3);
}
.xet-guide-floating a.active {
	background: rgba(0,0,0,.8);
}
.xet-guide-floating a i {
	line-height: inherit;
	font-size: 22px;
}
.xet-guide-floating a>span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;	
}
.xet-guide-floating a .on  {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
}
.xet-guide-floating a.active .off {
	opacity: 0;
	transform: scale(0) rotate(0deg);
}
.xet-guide-floating a.active .on {
	transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* 전화걸기 버튼 */
.xet-tel-floating {
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.xet-tel-floating.Y {
    bottom: 80px;
}
.xet-tel-floating a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
    height: 48px;
    text-align: center;
	color: #fff;
	background: #38b5c7;
	border-radius: 50%;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,.3);
}
.xet-tel-floating a i {
	line-height: inherit;
	font-size: 22px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll { 
	z-index:999;
	display: none;
	position:fixed; 
	bottom: 80px;
	right: 20px;
}
#xet-top-scroll a { 
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden; 
	width: 48px; 
	height: 48px; 
	text-align: center;
	border-radius: 50%;
	text-decoration:none;
	color: #fff;
	background: rgba(0,0,0,.5);; 
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,.3);
}
#xet-top-scroll a > i {
	line-height: inherit;
	font-size: 22px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* wow - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.wow {
  visibility: hidden;
}

/* 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-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-1_1s { 
	animation-delay: 1.1s; 
	-webkit-animation-delay: 1.1s; 
}
.delay-1_5s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}
.delay-1_8s { 
	animation-delay: 1.8s; 
	-webkit-animation-delay: 1.8s; 
}
.delay-2s { 
	animation-delay: 2s; 
	-webkit-animation-delay: 2s; 
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Preloader
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-preloader-wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 1;
    background: #fff;
    -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#xet-preloader-wrp.dark {
    background: #141414;
}
.xet-preloader {
    display: block;
    position: relative;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xet-preloader > .logo {}
.xet-preloader > .logo > img {
	width: 300px;
	max-width: 50%;
}
@-webkit-keyframes scale {
  	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; 
   }
   45% {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0.7; 
    }
	80% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; 
    } 
}
@keyframes scale {
  	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; 
    }
	45% {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0.7; 
    }
	80% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; 
    } 
 }

.ball-pulse > div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div {
	background-color: #38b5c7;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	display: inline-block; 
}

#xet-preloader-wrp.dark .ball-pulse > div {
	background-color: #38b5c7;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-theme,
button.xet-btn-theme {
    padding: 10px 40px;
    position: relative;
    text-align: center;
    border: 0;
    color: #fff;
    background-color: #1b1b1b;
}
.xet-btn-bd1-bottom {
	border-bottom: 1px solid #fff;
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.text-theme {
	color: #38b5c7 !important;
}
.bg-theme {
	background-color: #38b5c7 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-rest .owl-nav {
	-webkit-tap-highlight-color: transparent; 
}
.owl-rest .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	width: auto;
	height: 50px;
	font-size: 0;
	margin: -40px 0 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	color: #fff !important;
}
.owl-rest .owl-nav [class*='owl-'] span {
	display: none;
}
.owl-rest .owl-nav button.owl-next {
	right: 15px;
}
.owl-rest .owl-nav button.owl-prev {
	left: 15px;
}
.owl-rest .owl-nav [class*='owl-']:hover {
	text-decoration: none; 
}
.owl-rest .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
/* scroll qa */
.owl-rest.owl-rest-qa .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.owl-rest.owl-rest-qa .owl-nav [class*='owl-'] {
	position: relative;
	bottom: auto;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.owl-rest.owl-rest-qa .owl-nav button.owl-next {
	left: auto;
}

.owl-rest .owl-nav.disabled + .owl-dots {}
.owl-rest .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-rest .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-rest .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
	transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
}
.owl-rest .owl-dots .owl-dot.active span, 
.owl-rest .owl-dots .owl-dot:hover span {
	background: #38b5c7; 
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* 모바일 하단 버튼
/* ------------------------------------------------------------------------------------------------------------------ */
.mobile-bottom-btn {
	z-index: 888;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0 2px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-btn>li {
	flex: 1;
	margin: 0 4px;
	padding: 8px 0;
}
.mobile-bottom-btn>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	border-radius: 8px;
	border: 0;
	background-color: #f1f1f1;
	color: #111;	
}