/*
 * 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: #12263f; 
}
hmtl, body, table, th, td, button, input { font-family: 'Nanum Square', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
input[type="password"] { font-family: 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 {
	color: #12263f; 
}
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%;
}
.xet-layout-body {
	opacity: 1;
	overflow: hidden;
}

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

/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-header-wrp {
	height: 60px;
}
#xet-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(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-body {
	background-color: #fff;
	border-bottom: 1px solid #e3ebf6;
	box-shadow: 2px 2px 5px rgba(18, 38, 63, .03);
	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-unpinned {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
#xet-header.hd-not-top .xet-header-top {
	border-bottom: 0;
	background-color: #3498db !important;
	color: #fff; 
}
#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 {
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
}
#xet-header .xet-header-logo {
	position: absolute;
	top: 0;
	left: 50%;
	
	-ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Safari */
    transform: translate(-50%, 0);
}
#xet-header .xet-header-logo a {
	height: 60px;
	display: block;
	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 img {		
	height: 32px;
	margin-top: 13px;
	vertical-align: top;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}	


/* NAV - Dropdown
----------------------------------------------------------- */	
.xet-header-ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
.xet-nav.nav-center .xet-header-ul {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.xet-header-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-header-ul > li > a { 
	color: #12263f;
}


/* Hover color NAV 1차 */
.xet-header-ul > li:hover > a,
.xet-header-ul > li.current > a {
	color: #0070bb;
}

/* 2차 메뉴 */
.xet-header-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: #fff;
	border: 1px solid #e3ebf6;
	-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-header-ul ul.submenu li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	border-top: 0px solid rgba(0, 0, 0, .1);
}
.xet-header-ul ul.submenu li:first-child { 
	border-top: 0; 
}
.xet-header-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: #12263f; 
	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-header-ul ul.submenu li span.child {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 20px;
	text-align: center;
	margin-top: -10px;
	opacity: .5;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;	
}
.xet-header-ul ul.submenu li:hover span.child {
	opacity: 1;
	color: #0070bb;
}
.xet-header-ul ul.submenu li:hover > a,
.xet-header-ul ul.submenu li:hover > button {
	color: #0070bb;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

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



/* NAV - Mega Menu
----------------------------------------------------------- */	
.xet-header-ul .megamenu-inner { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0px; 
	right: 0px;
	top: 99%;	
	background: #fff;
	border: 1px solid #e3ebf6;
	border-left: 0;
	border-right: 0;
	-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-header-ul .megamenu-inner ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	table-layout: fixed;
}
.xet-header-ul .megamenu-inner ul li {
	float: left;
	width: 198px;
	margin: 0;
	padding: 20px 0;
	height: auto;
	line-height: 1.42857143;
	border-right: 1px solid #e3ebf6;
}
.xet-header-ul .megamenu-inner ul li:last-child,
.xet-header-ul .megamenu-inner ul li:nth-child(5n+0) {
	border-right: 0;
}
.xet-header-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-header-ul .megamenu-inner ul li p {
	margin: 0;
}
.xet-header-ul .megamenu-inner ul li p > a {
	position: relative;
	font-weight: bold;
	color: #12263f; 
}

/* 3차 메뉴 */
.xet-header-ul .megamenu-inner .megamenu-items a {
	font-size: 14px;
	color: #12263f; 
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.xet-header-ul .megamenu-inner .megamenu-items a:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	color: #0070bb;
}
/* Show Dropdown menu 2차, 3차 */
.xet-header-ul li.hovered > .megamenu-inner,
.xet-header-ul li.hovered > ul.submenu,
.xet-header-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-header-ul ul.submenu li:hover > a::after {
	width: 100%;
}
.xet-header-ul ul.submenu li.current::after {
	height: 1px;
     background-color: #38b5c7;
}
.xet-header-ul ul.submenu li.current > a {}
/*----------------------------------------------------------- */	



/* header button
----------------------------------------------------------- */	
.xet-header-ul.acc-wrp > li { 
	margin: 0 0 0 30px;
}
.xet-header-ul.acc-wrp > li > button {
	margin-top: 10px;
}
.xet-header-ul.acc-wrp > li > .btn-none { 
	display: inline-block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	padding: 0; 
	background: none;
	color: #12263f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	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-ul.acc-wrp > li > .btn-none > i {
	margin-top: 9px;
	font-size: 22px;
}
.xet-header-ul.acc-wrp > li > .btn-none > i.xi-bars {
	margin-top: 5px;
	font-size: 28px;
}
.xet-header-ul.acc-wrp > li > button.xet-btn {
	padding: 0 20px;
}



/* Show Dropdown menu 2차, 3차 */
.xet-header-ul li.hovered > ul.submenu,
.xet-header-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-header-ul ul.submenu li:hover > a::after {
	width: 100%;
}
.xet-header-ul ul.submenu li.current::after {
	height: 1px;
     background-color: #3498db;
}
.xet-header-ul ul.submenu li.current > a {}


/* scroll to fixed */
#xet-header.scroll-fixed .xet-header-ul ul.submenu {
	top: 100%;
}
#xet-header.scroll-fixed .xet-header-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: 45px;
	height: 60px;
	margin: 0;
	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 */
	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);
}



/* search layer */
#xet-search {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	height: 80px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e3ebf6;
	box-shadow: 2px 2px 5px rgba(18, 38, 63, .03);
}
.xet-search-form {
	position: relative;
	margin: 15px 0;
	padding: 0;
}
.xet-search-form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 15px;
	overflow: hidden;
}
.xet-search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	padding: 0 15px;
	font-size: 18px;
	border: 0;
	background: none !important;
	color: #12263f !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* MAIN - SECTIONS
/* ------------------------------------------------------------------------------------------------------------------ */
.section-container {
	padding: 0 15px;
}
.xet-section {
	position: relative;
	background: #fff;
}
.xet-section img { 
	vertical-align: top;
	max-width: 100%;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider {
	overflow: hidden;
	position: relative;
	background-color: #f8fafd;
}
.xet-slider .swiper-caption h2 {
	font-weight: 700;
}

.xet-slider .xet-slider-container {
	position: relative;
	width: 100%;
    height: calc(80vh - 60px);
}
.xet-slider .xet-more a {
	width: 160px;
}
.xet-slider .xet-slider-container .swiper-slide {}
.xet-slider .xet-slider-container .vertical-align {}
.xet-slider .xet-slider-next, 
.xet-slider .xet-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    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: #3498db;
}


/* 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: #3498db;
}
/* */

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


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section4 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-section4 {
	background: #f8fafd;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */
/* Filter */
.xet-filter-group-wrp {
	z-index: 98;
	position: relative;
	left: 0;
	right: 0;
	background-color: #0070ba;
	color: #fff;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
.filter-group .hasDatepicker {
	height: 20px;
	border: 1px solid #e3ebf6;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filter-group {
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
}
.filter-group .filter-inner {
	position: relative;
	width: 100%;
	height: 40px;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px;
	background: #fff;
	color: #12263f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}
.filter-group .dropdown-menu button {
	display: block;
	margin: 0;
	border: 0;
	background: none;
}
.filter-group .filter-inner .filter-btn {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

/* 시/도 검색 */
.filter-group .filter-inner .filter-search-area {
	display: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	width: 100%;
	background: #fff;
}
.filter-group .filter-inner .search-area {
	padding: 0 40px 0 0;
	width: 100%;
	height: 40px;
	background: #fff;
	border: 0;
}
.filter-group .filter-inner .search-area-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	color: #12263f;
}
.filter-group .filter-inner .filter-layer {
	right: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e3ebf6;
}
.filter-group .area-select-inner {
	padding: 10px;
	border-bottom: 1px solid #e3ebf6;
	color: #999;
}
.filter-group .area-select-inner a {
	display: inline-block;
	color: #999;
}
.filter-group .area-select-inner a.is-active {
	color: #12263f;
}

.filter-group .filter-inner .filter-layer ul {
	display: none;
	height: 340px;
	overflow-y: scroll;
	list-style: none;
	margin: 0;
	padding: 0;
}
.filter-group .filter-inner .filter-layer ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	border: 1px solid #e3ebf6;
	border-left: 0;
	border-top: 0;
}
.filter-group .filter-inner .filter-layer ul li:nth-child(even) {
	border-right: 0;
}
.filter-group .filter-inner .filter-layer ul li label {
	display: block;
	padding: 10px;
	margin: 0;
}
.filter-group .filter-inner .filter-layer ul li input {
	margin-right: 5px;
}
.filter-group .filter-inner .filter-layer > .filter-layer-inner {
	padding: 10px;
}
.filter-group .filter-inner .filter-layer .filter-layer-close {
	display: inline-block !important;
}
.filter-group .filter-inner .filter-layer > .filter-layer-inner button,
.filter-group .filter-inner .filter-layer > .filter-layer-inner a {
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	background: none;
}


/* content */
.xet-content {
	border: 1px solid #e3ebf6;
	background: #fff;
}


/* 좌측 사이드 메뉴 */
#xet-left-nav {
	display: none;
	z-index: 9;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 40px;
	overflow: hidden;
	border-right: 1px solid #e3ebf6;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(18, 38, 63, .03);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
.xet-side-nav .side-nav-body {
	overflow-y: auto;
	padding-right: 20px;
	width: 250px;
	height: 100%;
	position: relative;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.xet-side-nav .xet-left-nav {
	height: 100%;
	padding: 0;
}
.xet-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-side-nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #e3ebf6;
	border-top: 0;
}
.xet-side-nav ul li.current a {
	color: #0070bb;
}
.xet-side-nav ul li a {
	display: block;
	white-space: nowrap;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.xet-side-nav ul li a > span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	border-right: 1px solid #e3ebf6;
}
.xet-side-nav ul li a > span > i {

}


/* 우측 사이드 메뉴 */
#xet-right-nav {
	display: none;
	z-index: 97;
	position: fixed;
	right: -180px;
	width: 180px;
	text-align: center;
	border-top: 1px solid #e3ebf6;
	background: #fff;
	box-shadow: -2px -2px 5px rgba(18, 38, 63, .03);
}
#xet-right-nav .xet-right-nav {
	width: 180px;
}
#xet-right-nav.xet-side-nav ul li {
	line-height: inherit;
	padding: 10px;
}
#xet-right-nav.xet-side-nav ul li strong {
	display: block;
}
#xet-right-nav.xet-side-nav ul li li {
	border: 0;
	padding: 10px 0 0;
}
#xet-right-nav .xet-side-panel-btn {
	position: absolute;
	top: 0;
	left: -39px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-radius: 4px 0 0 4px;
	background: #3498db;
	color: #fff;
	box-shadow: -2px -2px 5px rgba(18, 38, 63, .03);
}
#side-close-btn {
	display: none;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	z-index: 10;
	position: relative;
	background-color: #f9fbfd;
	border-top: 1px solid #e3ebf6;
}

#xet-footer .xet-copyright {
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.1); 
}

#xet-footer a {
}


/* Footer Nav */
.xet-footer-nav { 
	padding: 0; 
	list-style: none; 
	margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.xet-footer-nav > li { 
	display: inline-block; 
	margin: 10px 15px 0;
	padding: 0;	
}
.xet-footer-nav > li a { 
	display: inline-block;
	font-weight:normal; 
	cursor: pointer;
}
.xet-footer-nav > li a:hover { 
	text-decoration: underline;
}


/* SNS */
.xet-footer a.fb,
.xet-footer a.tw {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	color: #fff !important;
	background: #55acee;
}
.xet-footer a.fb {
	background: #3b5998;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 1100;
	position: fixed;
	width: 80%;
	background-color: #fff;
}
.xet-side-panel .side-panel-top {
	position: relative;
	height: 60px;
	overflow: hidden;
	padding: 0;
	background-color: #0070ba;
}
.xet-side-panel .side-panel-top > div:last-child {
	border-left: 1px solid #005a95;
}
.xet-side-panel .side-panel-top a {
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.xet-side-panel .side-panel-body {
	position: relative;
}	
.xet-side-panel .side-panel-footer {
	text-align: center;
	padding: 0 15px;
}	

/* colorset */
.xet-side-panel.dark {
	background-color: #1c1c1c;
}
.xet-side-panel.dark .side-panel-top {
}
.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;
}

/* Push */
.xet-push-left,
.xet-push-right {
	height: 100%;
    top: 0;
}
.xet-push-left {
    left: -80%;
}
.xet-push-right {
    right: -80%;
}
.xet-push-left.push-open {
    left: 0;
}
.xet-push-right.push-open {
    right: 0;
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 80% !important;
}
.push-toleft {
    left: -80% !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.6);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* 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;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}
#xet-top-scroll a:hover { 
	opacity: 1;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* waypoint - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-animate {
    opacity: 0;
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.text-theme {
	color: #3498db !important;
}
.bg-theme {
	background-color: #3498db !important;
}
.box-theme {
	padding: 15px;
	background: #fff;
	border: 1px solid #e3ebf6;
	box-shadow: 0px 3px 6px rgba(18, 38, 63, .03);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-agency .owl-nav {
	-webkit-tap-highlight-color: transparent; 
}
.owl-agency .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 64px;
	height: 32px;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}
.owl-agency .owl-nav [class*='owl-'] span {
	display: none;
}
.owl-agency .owl-nav button.owl-next {
	right: 30px;
	background: url('../img/next.png') center center no-repeat;
	background-size: 64px;
}
.owl-agency .owl-nav button.owl-prev {
	left: 30px;
	background: url('../img/prev.png') center center no-repeat;
	background-size: 64px;
}
.owl-agency .owl-nav [class*='owl-']:hover {
	text-decoration: none; 
}
.owl-agency .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}

.owl-agency .owl-nav.disabled + .owl-dots {
	margin-top: 30px; 
}

.owl-agency .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-agency .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-agency .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	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-agency .owl-dots .owl-dot.current span, 
.owl-agency .owl-dots .owl-dot:hover span {
	background: #3498db; 
}


