/*
 * Copyright inpleworks, Co.
*/
@import url('https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css');
/*   Home Slider
-------------------------------------- */  
#supersized {  
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -2; 
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/loading.gif) no-repeat center center #111;
}
#supersized img {
	vertical-align: top;
	width: auto;
	height: auto;
	position: relative; 
	display: none; 
	outline: none; 
	border: none; 
}
#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges; 
}	
#supersized.quality img { 
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality; 
}	
#supersized li { 
	display :block; 
	list-style: none; 
	z-index: -30; 
	position: absolute;
	overflow: hidden; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #111;
}
#supersized a { 
	width: 100%; 
	height: 100%; 
	display: block; 
}
#supersized li.prevslide { 
	z-index: -20; 
}
#supersized li.activeslide {
	z-index: -10; 
}
#supersized li.image-loading img{ 
	visibility: hidden; 
}
#supersized li.prevslide img, 
#supersized li.activeslide img{ 
	display: inline-block; 
}
.xet-home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.xet-home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: -1;
}
.xet-home-slider .slider-text > div > div{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 10%;
	bottom: 10%;
	text-align: center;
	z-index: 2;	
}
.xet-home-slider .slider-text > div > div:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.xet-home-slider .slider-text > div > div > div {
    display: inline-block;
    vertical-align: middle;
}
.xet-home-slider .slide-content {
	letter-spacing: -1px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
/* logo */
.xet-home-slider .xet-logo {
	display: inline-block;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.xet-home-slider .xet-logo img {
	vertical-align: top;
	max-width: 100%;
}
/* start btn */
.xet-home-slider .home-start {
	z-index: 2;
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	text-align: center;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
}
.xet-home-slider .btn-start {
	display: inline-block;
	text-align: center;	
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,.3);	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
/* Scroll down icon */
@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 60px; }
	50%{ bottom: 75px; }
	100%{ bottom: 60px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 60px; }
	50%{ bottom: 75px; }
	100%{ bottom: 60px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 60px; }
	50%{ bottom: 75px; }
	100%{ bottom: 60px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 60px; }
	50%{ bottom: 75px; }
	100%{ bottom: 60px; }
}
.xet-home-slider .btn-start:hover {
	color: #63C6AE;
}

/* Arrow Navigation */
.xet-home-slider .load-item {
	z-index: 3;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	display: inline-block;
	opacity: .7;
	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-home-slider .load-item:hover {
	opacity: 1;
}
.xet-home-slider #prevslide {
	left: 15px;
}
.xet-home-slider #nextslide {
	right: 15px;
}
/* Navigation */
ul#slide-list {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin: 0;
	padding: 0;	
}
ul#slide-list li {
	float: left;
	list-style: none;
	margin: 0 3px;
	padding: 0;
	width: 12px;
	height: 12px;
}
ul#slide-list li a {
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	opacity: .7;
	border: 1px solid #eee;	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
ul#slide-list li.current-slide a {
	opacity: 1;
	background: #fff;
}

/* header
-------------------------------------- */  
#xet-header {
	z-index: 100;
	width: 100%;
	height: 90px;
	position: relative;
	background-color: #fff;
	border-top: 3px solid #63C6AE;
	border-bottom: 1px solid #dddddd;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
}
#xet-header .xet-logo a {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: inline-block;	
	font-size: 24px;
	font-weight: 800;
	color: #333;
}
#xet-header .xet-logo a img { 
	max-width: 100%;
	height:60%;
	vertical-align: middle; 
}


/* PC NAV
-------------------------------------- */  
.xet-nav { 
	margin: 20px 15px 0 0;
	padding: 0;
	list-style: none;
}
.xet-nav > li { 
	position:relative; 
	float: left;
	margin:0;
	padding: 0; 
	
}
.xet-nav > li:after { 
	content: "  /";
	color: #777;
}
.xet-nav > li:last-child:after { 
	content: " ";
}
.xet-nav > li > a { 
	display: inline-block;
	font-size: 14px; 
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	margin: 0 15px;
	padding: 0; 
	line-height: 50px;	
	color: #333;
	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 > li:hover > a,
.xet-nav > li > a.current {
	color: #63C6AE;
}



/* 2차 메뉴 */
.xet-nav ul { 
	z-index: 99; 
	display: none;
	position: absolute; 
	left: -5px; 
	top: 100%;	
	list-style: none;
	margin: 0; 
	padding: 0;
	border: 1px solid #ddd;
	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);
}
.xet-nav ul li { 
	position: relative;
	float: none; 
	width: 180px;
	height: auto;
	line-height: 1.5;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
}
.xet-nav ul li:first-child { 
	border-top: 0; 
}
.xet-nav ul li a { 
	display: block; 
	font-size: 12px; 
	font-weight: normal; 
	padding: 10px 30px 10px 20px;
	color: #555; 
	*zoom:1;
}
.xet-nav ul li span.child {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	padding: 10px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	color: #999;
}

/* 3차 메뉴 */
.xet-nav ul ul { 
	top: -1px; 
	left: 100%; 
	border: 1px solid #ddd;
}

/* show */
.xet-nav li:hover > ul {
	display: block;
	-moz-animation: fadeIn .3s ease-in ;
    -webkit-animation: fadeIn .3s ease-in ;
    animation: fadeIn .3s ease-in;
}

/* last child */
.xet-nav > li:last-child ul { 
	left: auto !important;
	right: -5px !important;
}
.xet-nav > li:last-child ul li a { 
	text-align: right !important; 
}
.xet-nav > li:last-child ul ul { 
	right: 100% !important;
}
.xet-nav > li:last-child ul li span.child {
	left: 0 !important;
}

/* color */
.xet-nav ul li:hover > a,
.xet-nav ul li:hover > span.child,
.xet-nav li:last-child ul li:hover > a {
	color: #63C6AE;
}

/* mobile nav btn */
body.over-fix {
	overflow: hidden;
}

/* header button */
.xet-acc-btn-wrp {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-acc-btn-wrp li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
}
.xet-acc-btn-wrp li .xet-acc-btn {
	display: block;
	cursor: pointer;
	margin: 28px 0 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	background-color: #1b1b1b;
	border: 0;
	color: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
}
.xet-acc-btn-wrp li .xet-acc-btn i {
	margin-top: 8px;
	font-size: 18px;
	vertical-align: top;
}



/* main sections
-------------------------------------- */  
.xet-section {
	position: relative;
	color: #555;
	background-color: #fff;
}
.xet-section h2.h2 {
	color: #333;
}
.xet-section a.more {
	color: #555;
}
.xet-section a.more:hover {
	color: #63C6AE;
}
.xet-section.bg {
	background-color: #f1f1f1;
}
.xet-section.themebg {
	background-color: #63C6AE;
}
.xet-section.parallax {
	background-image: url(../img/sample/section-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media \0screen { 
	.xet-section.parallax {		
		background-attachment: scroll;
		background-position: 50% 0;
	}	
}
.xet-section.themebg,
.xet-section.themebg h2.h2,
.xet-section.parallax,
.xet-section.parallax h2.h2,
.xet-section.parallax h2.h2 a {
	color: #fff;
}
.xet-section img { 
	max-width: 100%;
	vertical-align:middle;
}
.xet-section .xe-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	border: 2px solid #fff;
}
.xet-section .xe-icon i {
	vertical-align: middle;
}
.xet-section .xe-img {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}
.xet-section .xe-img img {
	width: 60%;
}
.xet-code {
	font-size: 14px;	
	line-height: 1.6;
}



/* contact */
.xet-section.contact {}
.xet-section.contact .bg-map {
	background:url(../img/bg-map.png) 0% 0 no-repeat;
}
.xet-section.contact p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #555;
}
.xet-section.contact p a {
	color: #63C6AE;
}
.xet-section.contact p.company_name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}	
	
/* sns icon */
.xet-sns a {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #555;
	background-color: #ccc;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.xet-sns a:hover {
	color: #fff;
	background-color: #63C6AE;
}



/* BODY
-------------------------------------- */  
#xet-body {}

.xet-lnb a {
	display: inline-block;
	margin: 0 10px 10px;
	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 a.on,
.xet-lnb a:hover {
	color: yellow;
}

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


/* footer
-------------------------------------- */  
#xet-footer {
	color: #555;
	background-color: #f1f1f1;
	border-top: 1px solid #dddddd;
}
#xet-footer a {
	color: #555;
}
#xet-footer .xet-logo {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}
#xet-footer .xet-logo img {
	width: 50%;
}



/* footer menu */
.xet-footer-nav { 
	margin: 0 0 30px; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-nav li { 
	display:inline; 
	margin: 0;
	padding: 0;	
}
.xet-footer-nav > li:after { 
	content: "  /";
	color: #ccc;
}
.xet-footer-nav > li:last-child:after { 
	content: " ";
}
.xet-footer-nav li a { 
	display:inline-block;
	padding: 5px;
	font-weight:normal; 
	font-size: 12px; 
	cursor: pointer;
	color: #63C6AE;
}

/* copyright text */
.xet-copyright {
	font-size: 12px; 
}


/* Goto TOP Scroll button
-------------------------------------- */
.btn-goto-top { 
	display: inline-block;
	cursor: pointer;
	text-decoration:none;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out; 
	color: #777;
}
.btn-goto-top i {
	vertical-align: middle;
}
.btn-goto-top:hover { 
	 color: #63C6AE;
}




/* more-buttons
-------------------------------------- */
.btn-more { 	
	font-size: 12px;
	font-weight: 600;
	padding: 15px 40px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color: #333;
	border: 0;
	outline: 0;
	color: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.btn-more.light {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #555;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
}
.btn-more.border {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	box-shadow: none;
}
.btn-more.border1 {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	box-shadow: none;
}
.btn-more.full {
	width: 100%;
}
.btn-more.small {
	font-size: 11px;
	padding: 10px 20px;
}
.btn-more:hover { 
	background-color: #63C6AE;
	color: #fff;
}





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

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.xet-content h1{
	display:none;
}
.document_popup_menu{
	display:none;
}
#xe_gallery_controls{
	display:none !important;
}
#xe_gallery_screen{
	display:none !important;
}
.xet-lnb a:hover{
	color:yellow !important;
}