/*
 * 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; 
	background: #ffffff; 
	color: #221c24; 
}



html, body, table, th, td, button{ font-family:'Raleway','Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', '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%;
}
body.fixed,
.xet-layout-body {
	overflow: hidden;
}


/*파트너*/
.title_eng {font-family:'Raleway'}
/* Section - Partner
-------------------------------------- */  
.xet-partner {
	height: 530px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}
.xet-partner-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
}
.xet-partner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* 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;
}
.fadeIn, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight, 
.bounceInDown, 
.bounceInLeft, 
.bounceInRight {
    visibility: visible;
}
/* 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; 
}


/*준중간 흰색라인 투명 버튼*/
.xet-btns { 	
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ffffff;
	font-size: 16px;
	width:150px;height:54px;
	padding-top:15px;
	border-radius: 2px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	color: #fff;
}
.xet-btns:hover { 
	border-color: #ae8259;
	background-color: #ae8259;
	color: #fff;
}


/*준중간 흰색라인 투명 버튼*/
.xet-btnb { 	
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ffffff;
	font-size: 16px;
	width:150px;height:54px;
	padding-top:15px;
	border-radius: 2px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	color: #fff;
	background-color:#000000;
}
.xet-btnb:hover { 
	border-color: #ae8259;
	background-color: #ae8259;
	color: #fff;
}



/*준중간 블랙라인 투명 버튼*/
.xet-btnsb { 	
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #d7a47a;
	font-size: 16px;
	width:100px;height:40px;
	border-radius: 20px;
	padding-top:9px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background-color:#d7a47a;
	color: #fff;
	
}


/*준버튼 오버되었을경우색상지정*/
.xet-btnsb:hover { 
	border-color:#cc8f62;
	background-color:#cc8f62;
	color:#fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-weight: 600;
}
h1 .thin {
	font-weight: 400;
}
h2 {
	font-weight: 500;
}
h2 .thin {
	font-weight: 300;
}
h3 {
	font-weight: 400;
}
h3 .thin {
	font-weight: 200;
}
h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
}
h6 {
  	font-weight: 400;
}



/* page top */
.xet-page-top {
	z-index: 20;
	background-color: #2b2b2b;
	color: #fff;
}
.xet-page-top > div {
	position: relative;
	height: auto;
}
.xet-page-top a {
	color: #fff;
}
/* page top NAV */
.xet-page-top .page-lnb {}
.xet-page-top .xet-nav-ul > li {
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	vertical-align: top;
}
.xet-page-top .xet-nav-ul > li a {
	height: auto;
	line-height: normal;
	font-size: 14px;
	padding: 8px 0;
	margin: 0 15px;
	color: #fff;
}
.xet-page-top .xet-nav-ul li a img {
	vertical-align: middle;
}
.xet-page-top .xet-nav-ul > li > a.current {
	border-bottom: 1px solid #fff; 
}
.xet-page-top .xet-nav-ul ul.submenu {
	left: -10px;
	width: 200px;
}
.xet-page-top .xet-nav-ul ul.submenu li a {
	padding: 10px 22px;
}
.xet-page-top .xet-nav-ul ul.submenu li a.current {
	color: #fff;
}
.xet-page-top .xet-nav-ul ul.submenu li {
	display: block;
}



/* BG jarallax scroll */
.xet-slider .xet-jarallax {
    height: calc(80vh - 60px);
}
.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;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
#xet-header .xet-header-body {
	background-color: #fff;
	border-bottom: 1px solid;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
#xet-header .xet-header-body .xet-container,
#xet-header .xet-header-body .xet-container-fluid {
	position: relative;
}

/* scroll to hide */
#xet-header.hd-pinned {
    transform: translateY(0%);
}
#xet-header.hd-unpinned {
    transform: translateY(-100%);
}
#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: 180px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	overflow: hidden;
}
#xet-header .xet-header-logo a {
	position: relative;
	height: 60px;
	display: block;
	font-size: 24px;
	font-weight: 500;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
#xet-header .xet-header-logo a > span {
    display: inline-block;
    height: 100%;
}
#xet-header .xet-header-logo a img {		
	position: absolute;
    max-width: 100%; 
    max-height: 100%;
    width: auto; 
    height :auto;
    margin: auto;
    top:0; 
    bottom:0;
    left:0; 
    right:0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}	
#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 { 
	margin: 0;
	padding: 0;
	list-style: none;
}
.xet-nav-ul > li { 
	position:relative; 
	float: left;
	margin: 0 20px;
	padding: 0; 	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-nav-ul > li > a,
.xet-nav-ul > li > button { 
	position: relative;
	display: inline-block;
	font-size: 14px; 
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	margin: 0;
	padding: 0; 
	background: none;
	color: #221c24;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-nav-ul > li.li-btn {
	margin: 0;
}
.xet-nav-ul > li.li-btn:first-child {}
.xet-nav-ul > li.li-btn > a,
.xet-nav-ul > li.li-btn > button { 
	vertical-align: top;
	width: 60px;
	font-size: 18px; 
	text-align: center;
	color: #221c24;
}

/* Hover color NAV 1차 */
.xet-nav-ul > li.current > a {
	color: #38b5c7 !important;
}

/* 2차 메뉴 */
.xet-nav-ul ul.submenu { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: -20px; 
	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-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
.xet-nav-ul ul.submenu li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	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 22px 10px 22px;
	margin: 0;
	color: #ababab; 
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
.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-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;	
	background: #ababab;
}

.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;
	background: #38b5c7;
}

/* 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%;
}

/*----------------------------------------------------------- */	

/* 언어선택 리스트 */
.xet-nav-ul > li > button {
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}
.xet-nav-ul ul.lang-list {
	left: auto;
	right: -15px;
	width: 140px;
}
.xet-nav-ul ul.lang-list li button {
	display: block; 
	width: 100%;
	text-align: left;
	font-size: 12px; 
	cursor: pointer;
	font-weight: normal; 
	padding: 10px 12px 10px 40px;
	border: 0;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: transparent;
	color: #ababab;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

/* NAV - Mega Menu
----------------------------------------------------------- */	
.xet-nav-ul .megamenu-inner { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 30px; 
	right: 30px;
	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-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
.xet-nav-ul .megamenu-inner ul {
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
}
.xet-nav-ul .megamenu-inner ul li {
	float: left;
	width: 20%;
	margin: 0;
	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(2n+6) {
	border-left: 0;
}
.xet-nav-ul .megamenu-inner ul li a {
	display: block;
	padding: 10px 30px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
.xet-nav-ul .megamenu-inner ul li p {
	margin: 20px 0 0;
}
.xet-nav-ul .megamenu-inner ul li p > a {
	position: relative;
	font-weight: bold;
	color: #fff;
}
.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;
}
/* 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-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}

/* 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 {
	color: #38b5c7;
}
/*----------------------------------------------------------- */	

/* 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;
	border-left: 1px solid;
	background: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.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 */
	width: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	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 .xet-header-body {
	border-color: rgba(255,255,255,.2);
}
#xet-header.trans .xet-header-body { 
	background-color: transparent;
}
#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 {
	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 { 
	border-color: rgba(255,255,255,.2);
	background-color: #1c1c1c;
}
#xet-header.dark.trans .xet-header-body { 
	background-color: transparent;
}
#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-section {
	position: relative;
	background-color: #fff;
}
.xet-section.bg-f1 {
	background-color: #f1f1f1;
}
.xet-section.bg-f9 {
	background-color: #f9f9f9;
}
.xet-section.bg-e7 {
	background-color: #f6f6f6;
}
.xet-section.bg-26 {
	background-color: #262829;
}

.xet-section img { 
	vertical-align: top;
	max-width: 100%;
}
.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;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

.xet-bg-cover {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.xet-bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-position:50% 50%\9 !important;
	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media \0screen { 
	.xet-bg-fixed {		
		background-attachment: scroll;
		background-position: 50% 0;
	}	
}

/* Under Dash */
.xet-dash {
	position: relative;
}
.xet-dash:before, 
.xet-dash:after {
	content: '';
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.xet-dash:before {
	height: 1px;
	width: 280px;
	bottom: -14px;
	background: rgba(0, 0, 0, 0.2);
}
.xet-dash:after {
	height: 9px;
	width: 50px;
	bottom: -18px;
	background: #d9a577;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider {
	overflow: hidden;
	position: relative;
	background-color: #2b2b2b !important;
}
.xet-slider .swiper-caption {
	padding: 0 30px;
}
.xet-slider h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
}
.xet-slider h1,
.xet-slider h5,
.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 {
	background-color: rgba(0,0,0,.05);
}
.xet-slider .xet-slider-next, 
.xet-slider .xet-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    width: 170px;
    background-size: 64px;
    color: #8f8f8f;
    text-shadow: none;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
.xet-slider .xet-slider-next {
	background-position: center right;
	right: 30px;
    background-image: url('../img/next.png');
}
.xet-slider .xet-slider-prev {
	background-position: center left;
	left: 30px;
    background-image: url('../img/prev.png');
}
.xet-slider .xet-slider-next:hover {
	 transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}
.xet-slider .xet-slider-prev:hover {
	transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
}

.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-progressbar {
	top: auto !important;
	bottom: 0 !important;
}
.xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #38b5c7;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER Style2
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider2 {
	overflow: hidden;
	position: relative;
	background-color: #2b2b2b !important;
}
.xet-slider2 .swiper-caption {
	text-align: center;
}
.xet-slider2 h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
}
.xet-slider2 h1,
.xet-slider2 h5,
.xet-slider2 .xet-more {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.xet-slider2 .xet-more a {
	color: #fff;
	border-bottom-color: #fff;
}
.xet-slider2 .xet-slider-container {
	position: relative;
	width: 100%;
    height: calc(80vh - 60px);
    margin-top: 60px;
}
.xet-slider2.fullSzie .xet-slider-container {	
    height: calc(100vh - 60px);
}
.xet-slider2 .xet-slider-container .swiper-slide {
    color: #fff;
}
.xet-slider2 .xet-slider-container .vertical-align {}
.xet-slider2 .xet-slider-arrows {
	z-index: 10;
	position: absolute;
	left: 15px !important;
	right: 15px !important;
	bottom: 10% !important;
}
.xet-slider2 .xet-slider-next, 
.xet-slider2 .xet-slider-prev {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 100px;
    background-size: 64px;
    color: #fff;
    opacity: .5;
    text-shadow: none;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
.xet-slider2 .xet-slider-next {
	padding-right: 20px;
	background-position: center right;
    background-image: url('../img/next.png');
}
.xet-slider2 .xet-slider-prev {
	padding-left: 20px;
	background-position: center left;
    background-image: url('../img/prev.png');
}
.xet-slider2 .xet-slider-next:hover {
	opacity: 1;
}
.xet-slider2 .xet-slider-prev:hover {
	opacity: 1;
}

.xet-slider2 .xet-slider-next.swiper-button-disabled, 
.xet-slider2 .xet-slider-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.xet-slider2 .xet-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 10px !important;
	color: #ccc;
	text-align: center;
}
.xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar {
	top: auto !important;
	bottom: 0 !important;
}
.xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #38b5c7;
}

.xet-slider2 .xet-slider-img {
	position:absolute; 
	right:0; 
	top: 0;
	width: 100%; 
	height: 100%; 
}
.xet-slider2 .xet-slider-caption {
	position:absolute; 
	left: 15px; 
	right: 15px;
	top: 0;
	height: 100%; 
}



/* OIE */
.xet-slider-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.xet-slider-pagination .swiper-active-switch {
  background-color: #38b5c7;
}
/* */

.xet-slider-pagination .swiper-pagination-current {
	font-size: 200%;
	color: #fff;
}
.xet-slider-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	opacity: 0.7;
    background-color: #f1f1f1;
}
.xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 8px;
	opacity: 1.0;
	background-color: #38b5c7;
}
.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet {
	opacity: 0.7;
    background-color: #f1f1f1;
}
.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1.0;
	background-color: #38b5c7;
	border-radius: 30px;
}

.xet-slider .swiper-pagination-progress {
	z-index: 10;
}
.xet-slider .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #38b5c7;
}

/* Vertical */
.xet-slider-pagination.vertical {
	z-index: 10;
	position: absolute;
	left: auto !important;
	bottom: auto !important;
	right: 30px;
	top: 50% !important; 
	width: auto !important;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	color: #ccc;
	text-align: center;
}
.xet-slider-pagination.vertical .swiper-pagination-bullet {
	display: block !important;
	margin: 10px 0 !important;
	width: 30px !important;
	height: 2px !important;
	border-radius: 0 !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* slider Video 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video {
	color: #fff;
}

/* Section - Info
-------------------------------------- */ 
.xet-info {
	background: #03b6e7;
	color: #fff;
	background: -moz-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 28.28%, #671955 43.95%, #cc2119 64.92%, #f57713 84.2%, #5cf1f5 100%);
	background: -webkit-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 28.28%, #671955 43.95%, #cc2119 64.92%, #f57713 84.2%, #5cf1f5 100%);
	background: linear-gradient(to right, #54a0d2 0%, #5154b1 12%, #511e7d 28.28%, #671955 43.95%, #cc2119 64.92%, #f57713 84.2%, #5cf1f5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54a0d2', endColorstr='#5cf1f5', GradientType=1 );	
}

/* Section - Work
-------------------------------------- */ 
.xet-work .xe-widget-wrapper {
	overflow: visible !important;
}

/*준 포토 배경*/
.photo_bg {background-image: url('/img/photo_bg.jpg');background-position: center;background-attachment: fixed;}
.photo_bg2 {background-image: url('/img/photo_bg2.jpg');background-position: center;}


/*준 포토 프로필*/
.photo1 {border:20px solid #ffffff;border-radius:70px; width:140px;height:140px; overflow: hidden;left:50%;margin-left:-70px;position: absolute;}


/* 준 라스트섹션
-------------------------------------- */ 
.about_1 {color:#ffffff; text-align: center;}
.about_2 {color:#ffffff;}



.letter-1 {letter-spacing:-1px;}





/* Section - Feature
-------------------------------------- */ 
.icon-box {
	
    align-items: center;
    cursor: default;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
}
.icon-border {border:1px solid rgba(255, 255, 255, 1);}
.icon-box::before, 
.icon-box::after {
    content: "";
    height:0px;
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width:0px;
}
.icon-box::before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
}
.icon-box::after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
}
.icon-box img {
	vertical-align: top;
}
.icon-box .divider {
    margin: 13px auto;
    max-width: 100%;
    transition: all 0.33s ease 0s;
}
.icon-box .box-top, .icon-box .box-body {
    filter: blur(0px);
    position: relative;
    transition: all 0.33s ease 0s;
    will-change: transform;
}
.icon-box .box-top {
    top: 0;
}
.icon-box .box-body {
    max-width: 100%;
}
.icon-box .box-header {
    bottom: 0;
}
.icon-box .box-icon {
    align-items: center;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    min-height: 46px;
}
.icon-box * + .box-header {
    margin-top: 5px;
}

.icon-box.hover .divider, .icon-box:hover .divider {
    width: 168px;
}
.icon-box.hover .box-top, .icon-box:hover {
	background-color: #fff;
	 transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
}

.inbox {padding-top:20px;padding-bottom:20px;margin-top:340px;}
.inbox_desc {height:150px; overflow:hidden;}
.inbox_desc p{padding:20px;font-size:14px;text-align:left;}
.inbox_title {font-size:40px;text-align:center;font-weight:bold;filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);color:#ffffff;}



@media (max-width: 768px) {
	.inbox {padding-top:10px;padding-bottom:10px;margin-top:0px;}
	.inbox_desc {height:170px; overflow:hidden;}
  	.inbox_desc p{padding:10px;font-size:13px;text-align:left;}
}

/* work box
-------------------------------------- */  

.work-box {
    align-items: center;
    cursor: default;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
}

.work-box::before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
}
.work-box::after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
}

.work-box .box-top {
    top: 0;
}
.work-box .box-body {
    max-width: 100%;
}
.work-box .box-header {
    bottom: 0;
}

.work-box * + .box-header {
    margin-top: 5px;
}


.workinbox {position:relative;padding-top:20px;padding-bottom:20px;z-index:999;}
.workinbox p{color:#ffffff;font-size:20px;}
.workinbox strong{margin-top:5px;font-size:40px;font-family:'Noto Sans KR';}
.workinbox i{font-size:70px;color:rgb(255,255,255,0.8)}
.workinbox_title {font-size:20px;text-align:center;margin-bottom:5px;}

.workinbox .show_box {opacity:1; visibility:visible;
	transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;}

.workinbox .hidden_box{opacity:0.2; filter: blur(6px);
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);top:-80px;position:relative;transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s ease-out 0s;-webkit-transition: all 0.6s ease-out 0s;font-size:15px;font-family:'Noto Sans KR'}

.workinbox:hover .show_box{filter: blur(6px);
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	 opacity: 0.2;
	 transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	}

.workinbox:hover .hidden_box{
	 filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	 opacity: 1;
	 transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	visibility: visible;
}



/*매거진박스*/
.tx{position:relative;line-height:22px;padding-top:1px;padding-bottom:1px;z-index:999;cursor: default;}
.tx p{color:#ffffff;font-size:20px;}
.tx .tx_show {opacity:1;
	transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;visibility:visible;font-size:20px;}


.tx .tx_hide {opacity:0; filter: blur(6px);font-size:24px;
	-webkit-filter: blur(6px);color:#ffffff;top:-22px;position:relative;
	-moz-filter: blur(6px);transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s ease-out 0s;-webkit-transition: all 0.6s ease-out 0s;}


.tx:hover .tx_show{filter: blur(6px);
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	 opacity: 0;
	 transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	}

.tx:hover .tx_hide{
	 filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	 opacity: 1;
	 transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	visibility:visible;
}




/* Section - Movie
-------------------------------------- */  
.xet-movie {
	background-color: #000;
	color: #fff;
}
.xet-movie:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.9);
}
.xet-movie .xet-youtube {
	height: 480px;
}
.xet-section.xet-movie a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}

/* Section - Skill
-------------------------------------- */  
.xet-skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.xet-skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.xet-skillbar-title span {
	display:block;
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.xet-skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.xet-skillbar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/* Section - Team
-------------------------------------- */  
.xet-team-thumbnail {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-align: center;
	padding:20px;
}
.xet-team-thumbnail .xet-team-thumbnail-image {
    position: relative;
}
.xet-team-thumbnail .xet-team-thumbnail-image, 
.xet-team-thumbnail .xet-team-thumbnail-image > img {
    border-radius: 50%;
}
.xet-team-thumbnail .xet-team-thumbnail-image > img {
    pointer-events: auto;
    width: auto;
}
.xet-team-thumbnail .xet-team-thumbnail-image-inner {

}
.xet-team-thumbnail .xet-team-thumbnail-image-inner a {
	z-index: 3;
	display: inline-block;
	margin: 0 10px;
	font-size: 24px;
	color: #fff;
}
.xet-team-thumbnail .xet-team-thumbnail-caption .h5 {
    color: #ffffff;
}
.xet-team-thumbnail .xet-team-thumbnail-caption p{
    color: #ffffff;
}


/* Section - Service
-------------------------------------- */  
.xet-service {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
}




/* Box 3개짜리 준 신종추가*/
.xet-icon-box {
    cursor: default;
    padding: 35px 30px;
    position: relative;
    text-align: center;
}
.xet-icon-box::before, 
.xet-icon-box::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    height: calc(50% - 40px);
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width: calc(100%);
}
.xet-icon-box::before {
    border-width: 1px 1px 0 1px;
    left: 0;
    top: 0;
}
.xet-icon-box::after {
    border-width: 0 1px 1px 1px;
    bottom: 0;
    right: 0;
}
.xet-icon-box:hover::before, 
.xet-icon-box:hover::after {
    border-color: #81bcff;
    height: calc(50% - 5px);
    width: 100%;
}
.xet-icon-box:hover {
	background-color: #fff;
	 transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
.xet-icon-box .moreLink {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}








/* scroll btn */
.xet-service .service-swiper-nav {
	position: relative;
}
.xet-service .xet-service-next, 
.xet-service .xet-service-prev {
	position: absolute;
    bottom: -10px;
    z-index: 10;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.xet-service .xet-service-next {
	right: 50%;
	margin-right: -100px;
    background-image: url('../img/next.png');
}
.xet-service .xet-service-prev {
	left: 50%;
	margin-left: -100px;
    background-image: url('../img/prev.png');
}
.xet-service-next.swiper-button-disabled, 
.xet-service-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.xet-service-pagination .swiper-pagination-current {
	font-size: 200%;
}
.xet-service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#d9a577;
}

/* Section - Blog
-------------------------------------- */  
.xet-blog {}




/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-body {
	background: #fff;
}

/* page top */
.xet-section.page-top {
	background-color:#d9a577;
	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 30px 0 0;
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-lnb-top a::after {
	position: absolute;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
	width: 0;
    transition: all 0.33s ease-out 0s;
    -moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
    background:#d9a577;
}
.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 a:hover,
.xet-lnb-top a.current {
	color:#d9a577;
}

/* content */
.xet-content { }


/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	position: relative;
	color: #7b7b7b;
	background-color: #ffffff;
}
#xet-footer p > a {
	color: #7b7b7b;
}
#xet-footer h5 {
	color: #111;
}

/* Footer Nav */
.xet-footer-nav { 
	margin: 0; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-nav > li { 
	display: inline-block; 
	margin: 0 7px 14px;
	padding: 0;	
}
.xet-footer-nav > li a { 
	display: inline-block;
	font-weight:normal; 
	cursor: pointer;
	color: #7b7b7b;
}
.xet-footer-nav > li a:hover { 
	text-decoration: underline;
}


/* 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;
	color: #111;
}
.xet-footer-ul > li a:hover { 
	text-decoration: underline;
}

/* Dark */
#xet-footer.dark {
	background-color: rgba(53, 53, 53, 0.9);
	color: #bcbcbc;
}
#xet-footer.dark p > a {
	color: #bcbcbc;
}
#xet-footer.dark h5 {
	color: #fff;
}
#xet-footer.dark .xet-footer-ul > li a { 
	color: #fff;
}
#xet-footer.dark .xet-footer-nav > li a { 
	color: #bcbcbc;
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 1100;
	position: fixed;
	width: 300px;
	background-color: rgba(255,255,255,.95);
}
.xet-side-panel .side-panel-top {
	position: relative;
	height: 61px;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.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;
}	
.xet-side-panel .side-panel-footer {
	text-align: center;
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,.1);
}	

/* colorset */
.xet-side-panel.dark {
	background-color: rgba(0,0,0,.9);
}
.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 a,
.xet-side-panel.dark .side-panel-top button {
	color: #ccc;
}
.xet-side-panel.dark .side-panel-footer {
	color: #ccc;
	border-color: rgba(255,255,255,.1);
}

/* 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: 1000;
    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.1);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll { 
	z-index:999;
	display: none;
	position:fixed; 
	bottom: 15px;
	right: 15px;
	overflow:hidden; 
	width: 40px; 
	height: 40px; 
	line-height: 40px;
	text-align: center;
}
#xet-top-scroll a { 
	display: block;
	text-decoration:none;
	font-size: 0;
	opacity: 0.5;
	color: #fff;
	background: url(../img/up.png) center no-repeat rgba(0,0,0,.5);; 
	background-size: 16px;
	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;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* waypoint - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-animate {
    opacity: 0;
}

/* 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;
    opacity: 0;
    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: 80%;
}
@-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: #000;
	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: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-default {
	border: 1px solid rgba(0,0,0,.1);
}
.xet-btn-default.invert {
	border-color: #9f9f9f;
	color: #9f9f9f;
}
.xet-btn-bg-theme,
button.xet-btn-bg-theme {
    padding: 10px 40px;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #38b5c7;
}
.xet-btn-bg-theme.invert {
	background-color: #1c1c1c;
	color: #fff;
}
.xet-btn-default:hover,
.xet-btn-bg-theme:hover {
	background-color: #1b1b1b;
	color: #fff;
}
.xet-btn-light { 	
	background-color: #e1e1e1 !important;
	color: #555 !important;
}
.xet-btn-dark { 	
	background-color: #38b5c7 !important;
	color: #fff !important;
}

/* hover */
.xet-btn:hover {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-theme-color {
	color: #38b5c7 !important;
}
.xet-theme-bg {
	background-color: #38b5c7 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-frame .owl-nav {
	-webkit-tap-highlight-color: transparent; 
}
.owl-frame .owl-nav [class*='owl-'] {
	position: absolute;
	top: 0;
	width: 100px;
	height: 50px;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}
.owl-frame .owl-nav [class*='owl-'] span {
	display: none;
}
.owl-frame .owl-nav button.owl-next {
	padding-right: 20px !important;
	left: 100px;
	background: url('../img/next.png') right center no-repeat;
	background-size: 64px;
}
.owl-frame .owl-nav button.owl-prev {
	padding-left: 20px !important;
	background: url('../img/prev.png') left center no-repeat;
	background-size: 64px;
}
.owl-frame .owl-nav [class*='owl-']:hover {
	text-decoration: none; 
}
.owl-frame .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
/* scroll qa */
.owl-frame.owl-frame-qa .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.owl-frame.owl-frame-qa .owl-nav [class*='owl-'] {
	position: relative;
	bottom: auto;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.owl-frame.owl-frame-qa .owl-nav button.owl-next {
	left: auto;
}


.owl-frame .owl-nav.disabled + .owl-dots {
	margin-top: 30px; 
}
.owl-frame .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-frame .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-frame .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	margin: 0 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.owl-frame .owl-dots .owl-dot.active span, 
.owl-frame .owl-dots .owl-dot:hover span {
	background: #38b5c7; 
	width: 8px;
}

