/*
 * Copyright inpleworks, Co.
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */  
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body { 
	height:100%;
	line-height: 1.5;
	font-size: 14px;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { margin:0; padding:0; background: #f9f9f9; color: #555; }
hmtl, body, table, th, td, button, input { font-family: 'Lato', '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 { 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;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Login Error Message
/* ------------------------------------------------------------------------------------------------------------------ */  
.error-message {
	z-index: 200;
	position: absolute;
	left: 0;
	right: 0;
 	top: 0;
	font-size: 16px;
	color: #c00;
	background-color: #fff;
}
.error-message i {
	padding: 15px;
	cursor: pointer;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Page loader
/* ------------------------------------------------------------------------------------------------------------------ */  
.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100000;	
}
.page-loader .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -25px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	white-space: nowrap;
	color: #fff;
	font-size: 12px;
}
.page-loader .loader{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 0px solid rgba(255,255,255, 0.3);
  border-right: 0px solid rgba(255,255,255, 0.3);
  border-bottom: 0px solid rgba(255,255,255, 0.3);
  border-left: 3px solid rgba(255,255,255, 0.7);  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;  
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.xet-push-body.loading {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; /* ie8 */
	-webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -ms-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition: opacity .6s;
}
.xet-push-body.loaded {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}
/* IE 9+10 hack */ 
@media screen and (min-width:0\0){
	.xet-push-body.loading {
		opacity: 1;
	}
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* slides
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider h1.h1 {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

/* full Custom */
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: auto;
    bottom: 75px;
    cursor: pointer;
    width: 32px !important;
    height: 32px !important;
    border: 0;
    opacity: 0.4;
    filter:alpha(opacity=40);
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	 -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.fp-controlArrow.fp-prev {
    left: 50%;
    margin-left: -50px;
    background: url(../img/prev.png) center no-repeat;
}
.fp-controlArrow.fp-next {
    right: 50%;
    margin-right: -50px;
    background: url(../img/next.png) center no-repeat;
}
.no-move-down .fp-controlArrow.fp-prev {
	margin-left: -34px;
}
.no-move-down .fp-controlArrow.fp-next {
	margin-right: -34px;
}
.fp-controlArrow:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.fp-slidesNav ul {
	text-align: center;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 3px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #9a9a9a;
}

/* 캡션이 있을경우 */
.xet-slider.bg-layer .fp-tableCell {
	background: rgba(0,0,0,.2);
}

#fp-nav {
	display: none;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* scroll Top and Down Buttons
/* ------------------------------------------------------------------------------------------------------------------ */
/* scroll to Up btn */
.xet-move-top {	
	visibility: hidden;
	z-index: 999;
	position: absolute;	
	left: 50%;
 	bottom: 117px;
 	margin-left: -16px;
	width: 32px;
	height: 32px;
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* ie8 */
	font-size: 0;
	text-indent: -999999px;
	vertical-align: middle;
	text-align: center;	
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
	color: #fff;
	background: url(../img/up.png) center no-repeat transparent;
}
.xet-move-top.only {
	bottom: 75px;
}
.xet-move-top:hover {
	opacity: 1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}

/* scroll to down btn */
.xet-move-down {
	visibility: hidden;
	z-index: 999;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
	position: absolute;	
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0;
	text-indent: -999999px;
	vertical-align: middle;
	text-align: center;
	left: 50%;
 	bottom: 75px;
 	margin-left: -16px; 	
	color: #fff;
	background: url(../img/down.png) center no-repeat;
	
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
}
.xet-move-down:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}

/* Scroll down icon */
@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 75px; }
	50%{ bottom: 85px; }
	100%{ bottom: 75px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 75px; }
	50%{ bottom: 85px; }
	100%{ bottom: 75px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 75px; }
	50%{ bottom: 85px; }
	100%{ bottom: 75px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 75px; }
	50%{ bottom: 85px; }
	100%{ bottom: 75px; }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* header
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	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.5s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition:all 0.5s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition:all 0.5s cubic-bezier(0, 0, 0.58, 1) 0s;
}
#xet-header .xet-container-fluid {
	width: 100% !important;
}
#xet-header.sticky {
	position: fixed;
	transition:all 0.5s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition:all 0.5s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition:all 0.5s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/* Logo */
.xet-logo {	
}
.xet-logo a {	
	display: inline-block;
	vertical-align: middle;
	margin-top: 13px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 300;
	color: #333;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;	
}
.xet-logo img { 
	height: 100%;
	vertical-align: top;
}

/* Logo_Art */

.xet-logo-art {	
}
.xet-logo-art a {	
	display: inline-block;
	vertical-align: middle;
	margin-top: 13px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 300;
	color: #333;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;	
}
.xet-logo-art img { 
	height: 100%;
	vertical-align: top;
}



/* navigation trigger - visible on mobile devices only */
.xet-hambuger {
	position: relative;
}
.xet-toggle-menu {
	position: relative;
	display: block;
	width: 34px;
	height: 60px;
	line-height: 60px;
	font-size: 0;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;	
}
/* hamburger icon in CSS */
.xet-toggle-menu span, 
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {  
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #333;
}
/* line in the center */
.xet-toggle-menu span { 
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 0px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.xet-toggle-menu span::before, 
.xet-toggle-menu span::after {
	/* other 2 lines */
	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 {
	/* 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);
}

@media \0screen { 
	.xet-toggle-menu {
	    background: url(../img/old_ie/menu-button-b.png) 50% no-repeat;
	}	 
	.xet-toggle-menu.push-active {
		background: url(../img/old_ie/menu-close-b.png) 50% no-repeat;
	}
}

/* NAV DropDown
-------------------------------------- */  
.xet-nav { 
	margin: 0 15px;
	padding: 0;
	list-style: none;
}
.xet-nav > li { 
	position:relative; 
	float: left;
	margin: 0 20px;
	padding: 0; 	
}
.xet-nav > li:after {
	position:absolute;
	left:-24px;
	top:50%;
	margin-top:-2px;
	width: 4px;
	height: 4px;
	background: #000;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
}
.xet-nav > li:first-child:after {
	display:none;
}
.xet-nav > li > a { 
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 13px; 
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	margin: 0;
	padding: 0; 
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* ie8 */
	color: #000;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
}
.xet-nav > li > a > i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.xet-nav > li.active > a,
.xet-nav > li:hover > a,
.xet-nav > li > a.current {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}

/* 2차 메뉴 */
.xet-nav ul { 
	z-index: 99; 
	display: none;
	position: absolute; 
	left: -20px; 
	top: 100%;	
	width: 180px;
	list-style: none;
	margin: 0; 
	padding: 10px 0;
	background-color: #000;
	background-color: rgba(30,30,30,.9);
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	border-radius: 5px;
}
.xet-nav ul li { 
	position: relative;
	float: none; 
	width: 100%;
	height: auto;
	padding: 5px 20px;
	line-height: 1.5;	
}
.xet-nav ul li a { 
	display: block; 
	text-align: left;
	font-size: 12px; 
	font-weight: normal; 
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* ie8 */
	color: #fff; 	
	transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-webkit-transition:opacity 0.3s ease-in-out;
}
.xet-nav ul li a.child {
	background: url(../img/arrow-next-12.png) right center no-repeat;
}

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

/* show */
#xet-header.active .xet-nav li.on > ul,
.xet-nav li:hover > ul {
	display: block;
	-moz-animation: fadeIn .3s ease-in ;
    -webkit-animation: fadeIn .3s ease-in ;
    animation: fadeIn .3s ease-in;
}
/* last child */
#xet-header .float-right .xet-nav > li.last ul { 
	left: auto !important;
	right: -20px !important;
}
#xet-header .float-right .xet-nav > li.last ul li a { 
	text-align: right !important; 
}
#xet-header .float-right .xet-nav > li.last ul li a.child { 
	background:url(../img/arrow-prev-12.png) left center no-repeat;
}
#xet-header .float-right .xet-nav > li.last ul ul { 
	right: 100% !important;
}

/* color */
.xet-nav li:hover > a {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* Dark Theme
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header.dark {
	background-color: #000;
}
/*  logo */
#xet-header.dark .xet-logo a {	
	color: #fff;
}
#xet-header.dark .xet-logo .logo-img-b { 
	display: none !important;
}
#xet-header.dark .xet-logo .logo-img { 
	display: inherit !important;
}

/*  logo-art */
#xet-header.dark .xet-logo-art a {	
	color: #fff;
}
#xet-header.dark .xet-logo-art .logo-img-b { 
	display: none !important;
}
#xet-header.dark .xet-logo-art .logo-img { 
	display: inherit !important;
}


/* Nav */
#xet-header.dark .xet-nav > li:after {
	background: #fff;
}
#xet-header.dark .xet-nav > li > a,
#xet-header.dark .xet-acc > ul > li > a {
	color: #fff;
}
/* Mbile Nav */	
#xet-header.dark .xet-toggle-menu span, 
#xet-header.dark .xet-toggle-menu span::before,
#xet-header.dark .xet-toggle-menu span::after,
#xet-header.dark .xet-toggle-menu.push-active span::before, 
#xet-header.dark .xet-toggle-menu.push-active span::after {
 	background: #fff;
}
#xet-header.dark .xet-toggle-menu.push-active span {
  	background: none;
}

@media \0screen { 
	#xet-header.dark .xet-toggle-menu {
	    background: url(../img/old_ie/menu-button.png) 50% no-repeat;
	}	 
	#xet-header.dark .xet-toggle-menu.push-active {
		background: url(../img/old_ie/menu-close.png) 50% no-repeat;
	}
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* slider index active
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header.active {
	height: 80px;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
/* header active logo */
#xet-header.active .xet-logo a {
	margin-top: 23px;
	color: #fff;
}
#xet-header.active .xet-logo .logo-img,
#xet-header .xet-logo .logo-img-b { 
	display: inherit;
}
#xet-header.active .xet-logo .logo-img-b,
#xet-header .xet-logo .logo-img { 
	display: none;
}
/* header active logo art */
#xet-header.active .xet-logo-art a {
	margin-top: 23px;
	color: #fff;
}
#xet-header.active .xet-logo-art .logo-img,
#xet-header .xet-logo-art .logo-img-b { 
	display: inherit;
}
#xet-header.active .xet-logo-art .logo-img-b,
#xet-header .xet-logo-art .logo-img { 
	display: none;
}

/* header active Nav */
#xet-header.active .xet-nav > li:after {
	background: #fff;
}
#xet-header.active .xet-nav > li > a {
	height: 80px;
	line-height: 80px;
}
#xet-header.active .xet-nav > li > a,
#xet-header.active .xet-acc > ul > li > a {
	color: #fff;
}
/* header active Mbile Nav */	
#xet-header.active .xet-toggle-menu {
	height: 80px;
	line-height: 80px;
}
#xet-header.active .xet-toggle-menu span, 
#xet-header.active .xet-toggle-menu span::before,
#xet-header.active .xet-toggle-menu span::after,
#xet-header.active .xet-toggle-menu.push-active span::before, 
#xet-header.active .xet-toggle-menu.push-active span::after {
 	background: #fff;
}
#xet-header.active .xet-toggle-menu.push-active span {
  	background: none;
}

@media \0screen { 
	#xet-header.active .xet-toggle-menu {
	    background: url(../img/old_ie/menu-button.png) 50% no-repeat;
	}	 
	#xet-header.active .xet-toggle-menu.push-active {
		background: url(../img/old_ie/menu-close.png) 50% no-repeat;
	}
}

	
/* ------------------------------------------------------------------------------------------------------------------ */
/* main sections
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-section {
	position: relative;    
	overflow: hidden;
	color: #555;
	background-color: #f1f1f1;	
}

.color-white,
.color-white .xe-icon.circle,
.color-white a {
	color: #fff !important;
	border-color: #fff !important;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}

/* background image full */
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: inherit;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.xet-section img { 
	vertical-align: top;
	max-width: 100%;
}


/* xe icon */
.xet-section .xe-icon {}
.xet-section .xe-icon.circle {
	display: inline-block;
	width: 180px;
	height: 180px;
	line-height: 180px;
	border: 1px solid #555;
	color: #555;
}

.xet-section .xe-icon i {
	vertical-align: middle;
}
.xet-section .xe-icon img {
	vertical-align: top;
}

/* add code */
.xet-code {
	font-size: 14px;	
}

/* section Partner */
.xet-section .partner a {
	display: block;
}

/* section Team */
.xet-team-profile {
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
}
.xet-profile-sns a {
	font-size: 18px;
	display: inline-block;
	margin: 0 5px;
	color: #555;
}

/* Contact SNS */
.xet-contact-sns a {
	font-size: 24px;
	display: inline-block;
	margin: 0 10px;
	color: #555 !important;
}

/* align vertical middle */
.xet-table {
	display: table;
	table-layout: fixed;
	width: 100%;	
	height: inherit;
}
.xet-table .table-cell {	
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}
#xet-slides .xet-table .table-cell {	
	padding: 0 15%;
}
.xet-section.slider .caption * {
	position: relative;
}

/* cover box */
.xet-section .cover-box {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
}




/* contact */
.xet-contact .map {
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
}
.xet-contact .info {
	padding: 20px;
	border-radius: 5px;
	font-size: 14px;
	text-shadow: none;
	background-color: #fff;
	color: #555 !important;
}
.xet-contact .info p {
	color:inherit;
    text-decoration:none;
}
.xet-contact .info a {
	text-shadow: none;
	color: #555 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Main
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-body {
	background-color: #fff;
}

/* sub top */
.xet-sub {
	background-color: #111;
	color: #fff;
}
.xet-sub a {
	color: #fff;
}
.xet-sub h2.h2 {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
} 


/* side area */
/* lnb */
.xet-lnb-wrp { 
	margin:0;
	padding:0;
	color: #555;	
}
.xet-lnb-wrp h4.h4 {
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1; 
}
.xet-lnb { 
	margin:0; 
	padding:0; 
	list-style:none; 
	background: #f9f9f9; 
	border-bottom: 1px solid #e1e1e1;
}
.xet-lnb li { 
	position:relative; 
	padding:0; 
	margin:0; 
	text-align:left;
	border-top:1px solid #e1e1e1;
}
.xet-lnb li:first-child {
	border: 0; 
}
.xet-lnb li.child > a { 
	position: relative;
	margin-right: 40px;
	transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-webkit-transition:all 0s ease-in-out;
}

/* arrow button  */
.xet-lnb li.child > button.child {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin-right: 0;
	padding: 0;
	cursor: pointer;
	background: #f9f9f9;
	border: 0;	
	border-left: 1px solid #e1e1e1;
	border-left: 1px solid rgba(0,0,0,.1);
}
.xet-lnb li.child > button.submenu-open {
	height: 41px;
	background: #fff;
}
.xet-lnb li.child > button.child:after {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 13px;
	*zoom:1;
	background: url("../img/arrow-next-16-b.png") no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.xet-lnb li.child > button.submenu-open:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

/* 2차 메뉴 */
.xet-lnb li > a { 
	display: block; 
	overflow: hidden;  
	height: 40px;
	padding: 10px 0 10px 30px; 
	font-size: 12px;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* ie8 */
	color: #111; 	
	white-space: nowrap;
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
}
.xet-lnb > li > a:after {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top:-2px;
	width: 4px;
	height: 4px;
	background: #000;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
}
.xet-lnb li a img { 
	vertical-align:middle; 
}
.xet-lnb li:hover > a,
.xet-lnb li.on > a { 
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}
.xet-lnb li.on { 
	background-color: #fff;
}
.xet-lnb li a.submenu-open {
	background-color: #fff;
}

/* 3차 메뉴 */
.xet-lnb ul.sub-menu {
	display:none; 
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
}
.xet-lnb li.on ul.sub-menu {
	display: block; 
}
.xet-lnb li li { 
	border: 0; 
	background-color: none;
}
.xet-lnb li li > a {
	height: auto;
	padding: 5px 0 5px 45px; 
}



/* side banner */
.xet-sub-banner { 
	position:relative;
}
.xet-sub-banner a { 
	display: block;
}
.xet-sub-banner img { 
	width: 100%;
	vertical-align: top;
}



/* content */
.xet-content-wrp { 
	position: relative; 
	overflow:hidden;
}
.xet-content { 
	position: relative; 
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* footer
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {	
	z-index: 100;
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	background-color: #333;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
}
#xet-footer.no_fixed {	
	position: relative;
	padding: 30px 50px;
	height: auto;
	line-height: 1.5;
	border-top: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	color: #555;
}
#xet-footer li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

/* TOP Scroll buttons
-------------------------------------- */
.xet-top-scroll { 
	z-index:9999;
	position: absolute; 
	bottom: 0;
	right: 0;
	overflow:hidden; 
	width: 50px; 
	height: 50px; 
	line-height: 50px;
	text-align: center;
}
.xet-top-scroll a { 
	display: block;
	text-decoration:none;
	font-size: 24px;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* ie8 */
	color: #fff;
	background: #000;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-top-scroll a:hover { 
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 */
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Push nav Mobile
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-push-body {
	position: relative;	
}
.xet-push {
	z-index: 1000;
  	position: fixed;
  	background: #1b1b1b;
}
.xet-push-container {
	height: calc(100vh);
	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch; 
}
.xet-push .h3 {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.xet-push-top,
.xet-push-bottom {
	width: 100%;
	left: 0;
}	
.xet-push-top {
	top: -200px;
	height: 200px;
}
.xet-push-bottom {
	bottom: -300px;
	height: 300px;
}
.xet-push-left,
.xet-push-right {
	height: 100%;
    top: 0;
}
.xet-push-left {
	width: 300px;
    left: -300px;
}
.xet-push-right {
	width: 300px;
    right: -300px;
}
.xet-push-top.push-open {
    top: 0;
}
.xet-push-bottom.push-open {
    bottom: 0;
}
.xet-push-left.push-open {
    left: 0;
     -webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.xet-push-right.push-open {
    right: 0;
     -webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 300px !important;
}
.push-toleft {
    left: -300px !important;
}

.xet-push-body,
.xet-push, 
.push {
    transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
}




/* nav */
.xet-nav-m {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #2b2b2b;
	border-bottom: 1px solid #1b1b1b;
}
.xet-nav-m li {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #1b1b1b;
}
.xet-nav-m li:first-child {}
.xet-nav-m li a {
	display: block;
	font-size: 14px;
	padding: 10px 10px 10px 30px;
	height: 40px;
	white-space: nowrap;
	vertical-align: middle;
	color: #fff;	
}
.xet-nav-m > li > a:after {
	position:absolute;
	left: 15px;
	top:50%;
	margin-top:-2px;
	width: 4px;
	height: 4px;
	background: #fff;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
}
.xet-nav-m li a img {
	vertical-align: middle;
}
.xet-nav-m .child > a {
 	position: relative;
 	margin-right: 40px;
}
.xet-nav-m .child > button.child {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin-right: 0;
	padding: 0;
	cursor: pointer;
	background: none;
	border: 0;
	border-left: 1px solid #1b1b1b;
}
.xet-nav-m .child > button.child:after {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 13px;
	background: url("../img/arrow-next-16.png") no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.xet-nav-m .child > button.child.submenu-open {
	height: 41px;
	background: #222;
}
.xet-nav-m .child > button.child.submenu-open:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
/* 2,3차 */
.xet-nav-m .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
	background: #222;
}
.xet-nav-m li.on > .sub-menu {
	display: block; 
}
.xet-nav-m .sub-menu li.child {}
.xet-nav-m .sub-menu a {
	padding-left: 45px;	
	color: #ccc;
}

.xet-nav-m .sub-menu .sub-menu li {
	border-top-width: 1px;
}
.xet-nav-m .sub-menu .sub-menu a {
	padding-left: 60px;
}
.xet-nav-m a.on {
	font-weight:bold;
	text-decoration:none; 
	color: #fff;
}


/* search */
.xet-search-m {}
.xet-search-m form {
	position: relative;
}
.xet-search-m .itext { 
	width: 100%;
	height: 40px;
	padding: 10px 5px;
	border: 1px solid #7f7d7a; 
	background: #000;
	color: #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.xet-search-m .itext:focus { 
	color: #fff;
}
.xet-search-m button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	background: #eee;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Push nav PC
/* ------------------------------------------------------------------------------------------------------------------ */

/* login widget */
.xet-login-wrp {
	padding: 15px;
	font-size: 12px;
	color: #aaa;
}
.xet-login-wrp img {
	vertical-align: middle;
}
.xet-login-wrp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-login-wrp ul li {
	margin: 0 0 5px;
	padding: 0;
}
.xet-login-wrp ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.xet-login-wrp a.naver {
	background: #23B400;
}
.xet-login-wrp a.twitter {
	background: #659FCB;
}
.xet-login-wrp a.facebook {
	background: #3D5B99;
}
.xet-login-wrp a.kakaostory {
	background: #FCCC00;
	color: #3B1E1E;
}
.xet-login-wrp a.google {
	background: #fa565a;
}

/* login form */
.xet-login-wrp .xet-signin form {
	margin: 0;
	padding: 0;
}
.xet-login-wrp .xet-signin form fieldset {
	margin: 0;
	padding: 0;
}
.xet-login-wrp .xet-signin form input[type=text],
.xet-login-wrp .xet-signin form input[type=password] {
	width: 100%;
	margin-bottom: 1px;
	padding: 10px 5px;
	border: 0;
	background-color: #fff;
	color: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.xet-login-wrp .xet-signin form #warning {
	display: none;
}
.xet-login-wrp .xet-signin form .error {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #c00;
}
.xet-login-wrp .login-footer a {
	float: left;
	display: block;
	width: 50%;
	height: 60px;
	text-align: center;
	font-size: 12px;
	margin-bottom: -1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0;
	vertical-align: middle;
	color: #aaa;
	border: 1px solid #7f7d7a;
	border-right: 0;
}
.xet-login-wrp .login-footer a:hover {
	color: #fff;
}

/* OR */
.xet-or {
    position: relative;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
}
.xet-or b {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #7f7d7a
}
.xet-or .b-l, .xet-or .b-r {
    position: absolute;
    top: 50%;
}
.xet-or .b-l {
    left: 0;
}
.xet-or .b-r {
    right: 0;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* layout buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-more-btn { 	
	font-size: 13px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 40px;
	text-align: center;
	display: inline-block;
	text-decoration: none;	
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Dosis', sans-serif;
	border: 0;
	color: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-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;
}
.xet-more-btn.full {
	width: 100%;
}
.xet-more-btn.big {
	font-size: 16px;
	line-height: 46px;
}
.xet-more-btn.small {
	font-size: 11px;
	line-height: 28px;
}

.xet-more-btn.login-btn { 	
	background-color: #08c1f3;
	border-color: #08c1f3;
	color: #fff;
}
.xet-more-btn.solid-gray { 	
	background-color: #d5d5d5;
	border: 1px solid #d5d5d5;
	color: #555;
}

/* white */
.xet-section.color-white .xet-more-btn {
	border: 1px solid #fff;
	color: #fff;
}
.xet-section.color-white .xet-more-btn.solid-gray { 	
	background-color: #959595;
	border: 1px solid #959595 !important;
	color: #fff;
}

/* hover */
.xet-more-btn:hover,
.xet-section.color-white .xet-more-btn:hover { 
	color: #fff;
	border-color: #2b2b2b;
	background-color: #2b2b2b;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* for viewportchecker
/* ------------------------------------------------------------------------------------------------------------------ */
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* css3 animation 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-11s { 
	animation-delay: 1.1s; 
	-webkit-animation-delay: 1.1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}