<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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: #f9f9f9;
	color: #221c24;
}
html, body, table, th, td, button, input { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', 'ë‹ì›€', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
div,h1,h2,h3,h4,h5,h6,form,input,textarea,p,figure,fieldset { margin:0; padding:0; }
fieldset, img { border:0 none; }
a, a:visited, a:hover, a:active, a:focus { text-decoration:none; }
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a, input { outline:none; }
:focus { outline: 0; }
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%;
}
img {
	max-width: 100%;
}
.xet-layout-body {
	overflow: hidden;
	opacity: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* 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;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: relative;
	height: 60px;
}
#xet-header&gt;div {
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	background: rgba(255, 255, 255, 0.99);
	border-bottom: 1px  solid rgba(0, 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);
}

/* scroll to fixed */
#xet-header&gt;.scroll-fixed {
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.99) !important;
	border-bottom: 1px  solid rgba(0, 0, 0, 0.1) !important;
	-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);
	-webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
#xet-header&gt;.scroll-fixed .xet-logo a,
#xet-header&gt;.scroll-fixed .xet-nav-ul &gt; li &gt; a,
#xet-header&gt;.scroll-fixed .xet-nav-ul &gt; li &gt; button {
	color: #111
}
#xet-header&gt;.scroll-fixed .xet-logo a .logo-img-w {
	display: none !important;
}
#xet-header&gt;.scroll-fixed .xet-logo a .logo-img-b {
	display: block !important;
}
/* dark */
#xet-header.dark&gt;.scroll-fixed {
	background: #1E1E1E !important;
	border-bottom: 0 !important
}
#xet-header.dark&gt;.scroll-fixed .xet-logo a,
#xet-header.dark&gt;.scroll-fixed .xet-nav-ul &gt; li &gt; a,
#xet-header.dark&gt;.scroll-fixed .xet-nav-ul &gt; li &gt; button {
	color: #fff !important
}
#xet-header.dark&gt;.scroll-fixed .xet-logo a .logo-img-w {
	display: block !important
}
#xet-header.dark&gt;.scroll-fixed .xet-logo a .logo-img-b {
	display: none !important
}

/* Logo
----------------------------------------------------------- */
.xet-logo {
	width: 50%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.xet-logo a {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-logo a img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
#xet-header .xet-logo a .logo-img-b,
#xet-header.dark .xet-logo a .logo-img-w {
	display: block;
}
#xet-header .xet-logo a .logo-img-w,
#xet-header.dark .xet-logo a .logo-img-b {
	display: none;
}



/* NAV - Dropdown
----------------------------------------------------------- */
.xet-nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.xet-nav-ul &gt; 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 &gt; li &gt; a .child {
	display: none;
	padding-left: 5px;
	color: #777;
}
.xet-nav-ul &gt; li &gt; a,
.xet-nav-ul &gt; li &gt; button {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: #111;
	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 &gt; li.li-btn {
	margin: 0;
}
.xet-nav-ul &gt; li.li-btn:first-child {
}
.xet-nav-ul &gt; li.li-btn &gt; a,
.xet-nav-ul &gt; li.li-btn &gt; button {
	width: 60px;
	font-size: 16px;
	text-align: center;
	color: #111;
}

.xet-nav.float-center {
	width: 100%;
	margin: 0 -200px;
}
.xet-nav.float-center&gt;.xet-nav-ul {
	display: table;
	margin: 0 auto;
}

/* current color NAV 1ì°¨ */
.xet-nav-scroll &gt; li.current &gt; a,
.xet-nav-ul &gt; li &gt; a.current {
	color: #58c4a7 !important
}

/* 2ì°¨ ë©”ë‰´ */
.xet-nav-ul ul {
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -15px;
	top: 99%;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 1px 0;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: 0;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}
/* ì–¸ì–´ì„&nbsp;íƒ ë¦¬ìŠ¤íŠ¸ */
.xet-nav-ul ul.lang-list {
	left: auto;
	right: -15px;
	width: 140px;
}
.xet-nav-ul ul.lang-list li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.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;
	border: 0;
	background: none;
	color: #555;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.xet-nav-ul ul li {
	position: relative;
	float: none;
	height: auto;
	line-height: 1.42857143;
}
.xet-nav-ul ul li:first-child {
	border-top: 0;
}
.xet-nav-ul ul li a {
	position: relative;
	display: block;
	font-size: 13px;
	cursor: pointer;
	white-space: normal;
	font-weight: normal;
	padding: 14px 22px 14px 12px;
	margin: 0;
	color: #333;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.xet-nav-ul ul li span.child {
	position: absolute;
	right: 12px;
	top: 14px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	width: 12px;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	color: #111;
}

.xet-nav-ul ul li:hover &gt; a,
.xet-nav-ul ul li:hover &gt; button {
	border-left-color: #58c4a7;
}
.xet-nav-ul ul li:hover span.child {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

/* 3ì°¨ ë©”ë‰´ */
.xet-nav-ul ul ul {
	top: 0;
	left: 100%;
}

/* Show NAV 2ì°¨, 3ì°¨ */
.xet-nav-ul li.hovered &gt; ul,
.xet-nav-ul ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}

/* Hover NAV 2ì°¨, 3ì°¨ */
.xet-nav-ul ul li:hover &gt; a::after {
	width: 100%;
}
.xet-nav-ul ul li.current::after {
	height: 1px;
     background-color: #58c4a7;
}
.xet-nav-ul ul li.current &gt; a {}


/* Mobile Login icon
----------------------------------------------------------- */
#xet-xs-login {
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
}
#xet-xs-login.toggle-btn-right {
	left: 0;
	right: auto;
}

/* 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;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
	transition:all 0.3s ease-in-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 */
	position: absolute;
	top: 50%;
	left: 50%;
	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 Dark Color
----------------------------------------------------------- */
#xet-header.dark&gt;div {
	background: #1E1E1E;
}
#xet-header.dark .xet-logo a {
	color: #fff;
}
#xet-header.dark .xet-nav-ul &gt; li &gt; a,
#xet-header.dark .xet-nav-ul &gt; li &gt; button {
	color: #fff;
}
#xet-header.dark .xet-nav-ul ul {
	background: #3b3b3b;
	border: 0;
}
#xet-header.dark .xet-nav-ul ul li a {
	color: #ccc;
}
#xet-header.dark .xet-nav-ul ul li span.child {
	color: #ccc;
}
#xet-header.dark .xet-nav-ul ul.lang-list li button {
	color: #ccc;
}
#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-main-sections {
	background: #f9f9f9;
}
.xet-section {
	position: relative;
	overflow: hidden;
}
.xet-section img {
	vertical-align: top;
	max-width: 100%;
}

.xet-section .subTitle {
	color: #111;
}
.xet-section .subContent,
.xet-section .subContent a {
	color: #555;
}

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

/* ì„¹ì…˜ êµ¬ë¶„ì„&nbsp; */
.xet-dash-icon-wrp{
	position: relative;
	text-align: center;
}
.xet-with-icon {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.xet-diamond-icon {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/* Box */
.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: #58c4a7;
    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;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider {
	overflow: hidden;
	position: relative;
	background: #000;
}
.xet-slider h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
}
.xet-slider h1,
.xet-slider h5,
.xet-slider .xet-more {
	opacity: 0;
}

.xet-slider .xet-slider-container {
	position: relative;
	width: 100%;
    height: calc(70vh - 60px);
}
.xet-slider .xet-slider-container .swiper-slide {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}
.xet-slider .xet-slider-container .vertical-align {
	background-color: rgba(0,0,0,.3);
}
.xet-slider .xet-slider-next,
.xet-slider .xet-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    height: 100px;
    margin-top: -50px;
    width: 60px;
    background-size: 40px;
    opacity: 0;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    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 {
	 transform: translateX(60px);
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
	right: 0;
    background-image: url('../img/next.png');
}
.xet-slider .xet-slider-prev {
	transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
	left: 0;
    background-image: url('../img/prev.png');
}
.xet-slider:hover .xet-slider-next,
.xet-slider:hover .xet-slider-prev {
	 transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
	opacity: 1;
}
.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: 15px;
	color: #ccc;
	text-align: center;
}
.xet-slider-pagination.swiper-pagination-progress {
	top: auto !important;
	bottom: 0 !important;
}

/* 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: #58c4a7;
}
/* */

.xet-slider-pagination .swiper-pagination-current {
	font-size: 200%;
	color: #fff;
}
.xet-slider-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	margin: 0 !important;
	border-radius: 0;
    background-color: #fff;
}
.xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1.0;
	background-color: #58c4a7;
}
.xet-slider .swiper-pagination-progress {
	z-index: 10;
}
.xet-slider .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #58c4a7;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - About
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-about {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Service
/* ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Video
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video {
	position: relative;
	background-color: #000;
	color: #fff;
}
.xet-video h3,
.xet-video h6 {
	position: relative; //ie9ì—ì„œ í…ìŠ¤íŠ¸ ë³´ì´ë„ë¡
}
.xet-video:before {
	z-index: 0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.8);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Feature
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-feature a.xet-icon-box {
	display: block;
	cursor: pointer;
    align-items: center;
    padding: 35px 30px;
    position: relative;
    text-align: center;
    color: #111;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Work
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-work {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Chain
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-chain-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-align: center;
}
.xet-chain-item .chain-img {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.xet-chain-item .chain-img img {
    pointer-events: auto;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.xet-chain-item .chain-img-inner {
	position: absolute;
    right: 1px;
    left: 1px;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 10px;
    z-index: 2;
    opacity: 0;
	visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}
.xet-chain-item .chain-img:hover .chain-img-inner {
    opacity: 1;
    visibility: visible;
}
.xet-chain-item .chain-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.xet-chain-item .chain-img-inner a {
	z-index: 3;
	display: inline-block;
	margin: 0 10px;
	font-size: 24px;
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Partner
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-partner .more-link {
	text-decoration: underline;
	color: #555;
}
#xet-partner-owl .item a {
	display: block;
	padding: 30px;
	background: #f1f1f1;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Blog
/* ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Contact
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-contact p {
	color: #555;
}
.xet-contact .contact-tel {
	display: block;
	color: #111;
}
.xet-contact .map {
	border: 1px solid #fff;
}

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

/* page top */
.xet-page-top {
	background-color: rgba(53, 53, 53, 0.9);
	color: #fff;
}
.xet-page-top &gt; div {
	position: relative;
	height: auto;
}
.xet-page-top a {
	color: #fff;
}
.xet-page-top .page-title-inner {
	line-height: 36px;
}
.xet-page-top .page-title-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-page-top .page-title-inner ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: baseline;
}
.xet-page-top .page-title-inner ul li:after {
	content: " -";
	margin: 0 0 0 5px;
	opacity: 0.6;
}
.xet-page-top .page-title-inner ul li:last-child:after {
	content: "";
	margin: 0;
}
.xet-page-top .page-title-inner ul li a {
	font-size: 13px;
}

/* LNB */
.xet-lnb {
	background-color: #fff;
}
.xet-lnb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-lnb ul &gt; li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}
.xet-lnb &gt; ul &gt; li &gt; a {
	display: inline-block;
	white-space: nowrap;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin-bottom: -1px;
	color: #111;
}
.xet-lnb &gt; ul &gt; li &gt; .child {
	display: inline-block;
	padding-left: 5px;
	color: #777;
}
.xet-lnb a img {
	vertical-align: middle;
}
.xet-lnb ul &gt; li &gt; a.current {
	border-bottom: 1px solid #58c4a7;
	color: #58c4a7;
}
.xet-lnb ul ul {
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -30px;
	top: 99%;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	background: #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);
	transform: translateY(30px);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}
.xet-lnb ul&gt; li.hovered ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}
.xet-lnb ul ul&gt;li {
	display: block;
}
.xet-lnb ul ul&gt;li&gt;a {
	display: block;
	text-align: left;
	padding: 8px 15px;
	color: #111;
}
.xet-lnb ul ul&gt;li:hover a,
.xet-lnb ul ul&gt;li.current&gt;a {
	color: #58c4a7;
}

/* content */
.xet-content {
	background-color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	position: relative;
	color: #7b7b7b;
	background-color: #f1f1f1;
}
#xet-footer p &gt; a {
	white-space: nowrap;
	color: #7b7b7b;
}
#xet-footer h5 {
	color: #111;
}

/* Footer Nav */
.xet-footer-nav {
	margin: 0;
	padding: 0;
	list-style:none;
}
.xet-footer-nav &gt; li {
	display: inline-block;
	margin: 0 7px 14px;
	padding: 0;
}
.xet-footer-nav &gt; li a {
	display: inline-block;
	font-weight:normal;
	cursor: pointer;
	color: #7b7b7b;
}
.xet-footer-nav &gt; li a:hover {
	text-decoration: underline;
}


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

/* Dark */
#xet-footer.dark {
	background-color: rgba(53, 53, 53, 0.9);
	color: #bcbcbc;
}
#xet-footer.dark p &gt; a {
	color: #bcbcbc;
}
#xet-footer.dark h5 {
	color: #fff;
}
#xet-footer.dark .xet-footer-ul &gt; li a {
	color: #fff;
}
#xet-footer.dark .xet-footer-nav &gt; li a {
	color: #bcbcbc;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 1100;
	position: fixed;
	background: #16181a;
	color: #ccc;
}
.xet-side-panel .side-panel-top {
	position: relative;
	height: 60px;
	padding: 0 15px;
	background: #fff;
}
.xet-side-panel .side-panel-top .xet-nav-ul &gt; li.li-btn &gt; button {
	width: 45px;
	font-size: 18px;
}
.xet-side-panel .side-panel-top button.xet-toggle-menu {
	position: absolute;
	right: 6px;
	top: 0;
	margin: 0;
	border: 0;
}
.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;
}

/* Push */
.xet-push-left,
.xet-push-right {
	height: 100%;
    top: 0;
}
.xet-push-left {
	width: 100%;
    left: -100%;
}
.xet-push-right {
	width: 100%;
    right: -100%;
}
.xet-push-left.push-open {
    left: 0;
     -webkit-box-shadow: 2px 0px 6px rgba(0,0,0,.3);
    box-shadow: 2px 0px 6px rgba(0,0,0,.3);
}
.xet-push-right.push-open {
    right: 0;
     -webkit-box-shadow: -2px 0px 6px rgba(0,0,0,.3);
    box-shadow: -2px 0px 6px rgba(0,0,0,.3);
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 100% !important;
}
.push-toleft {
    left: -100% !important;
}

body,
.xet-side-panel,
.push {
    transition:all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition:all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition:all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
/* push nav */

#xet-shadow-layer {
	display: none;
	z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll {
	z-index:999;
	display: none;
	position:fixed;
	bottom: 8px;
	right: 8px;
	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;
    background: #000;
}
.xet-preloader {
    display: block;
    position: relative;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    margin: -50px 0 0 0;
}
.xet-preloader .preloader-logo {
	height: 60px;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
.xet-preloader .preloader-logo&gt;img {
	height: 60px;
}
@-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 &gt; 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 &gt; 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 &gt; 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 &gt; div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	display: inline-block;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-theme {
    padding: 10px 40px;
    position: relative;
    text-align: center;
    color: #111;
}
.xet-btn-theme::before,
.xet-btn-theme::after {
    border: 1px solid rgba(0, 0, 0, 0.9);
    content: "";
    height: calc(50% - 10px);
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width: calc(100%);
}
.xet-btn-theme.invert {
	color: #fff;
}
.xet-btn-theme.invert::before,
.xet-btn-theme.invert::after {
    border-color: rgba(255, 255, 255, 0.9);
}
.xet-btn-theme::before {
    border-width: 1px 1px 0 1px;
    left: 0;
    top: 0;
}
.xet-btn-theme::after {
    border-width: 0 1px 1px 1px;
    bottom: 0;
    right: 0;
}
.xet-btn-theme:hover::before,
.xet-btn-theme:hover::after {
    border-color: #58c4a7;
    height: calc(50% - 0px);
    width: 100%;
}
.xet-btn-theme:hover {
	 transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
}

.xet-btn-default {
	border: 2px solid #111;
}

.xet-btn-bg-theme {
	padding: 10px 30px;
	background-color: #58c4a7 !important;
	color: #fff !important;
}

/* hover */
.xet-btn:hover {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.theme-color {
	color: #58c4a7;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* PC í•˜ë‹¨ ë²„íŠ¼
/* ------------------------------------------------------------------------------------------------------------------ */
.bottom-btn {
	z-index: 888;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.bottom-btn&gt;li {
	flex: 1;
	margin: 0;
	padding: 0;
}

.bottom-btn&gt;li:nth-child(even) {
	background-color: #f1f1f1;
}

.bottom-btn&gt;li&gt;a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	height: 60px;
	border-radius: 0;
	border: 0;
	color: inherit;
}

.bottom-btn&gt;li&gt;a&gt;i {
	font-size: 32px;
	margin-bottom: 2px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ëª¨ë°”ì¼ í•˜ë‹¨ ë²„íŠ¼
/* ------------------------------------------------------------------------------------------------------------------ */
.mobile-bottom-btn {
	z-index: 888;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-btn&gt;li {
	flex: 1;
	margin: 0;
	padding: 0;
}
.mobile-bottom-btn&gt;li:nth-child(even) {
	background-color: #f1f1f1;
}
.mobile-bottom-btn&gt;li&gt;a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-weight: 500;
	height: 60px;
	border: 0;
	color: inherit;
}
.mobile-bottom-btn&gt;li&gt;a&gt;i {
	font-size: 24px;
	margin-bottom: 2px;
}
body.quickbutton .xet-layout-body {
	padding-bottom: 60px;
}
body.quickbutton #xet-top-scroll {
	bottom: 72px;
}</pre></body></html>