@charset "utf-8";
/*
 * Copyright inpleworks, Co.
*/


/* header
----------------------------------------------------------------------------*/
#xet-header {
	z-index: 100;
	height: 60px;
}
#xet-header.main {
	height: 0 !important;
}
#xet-header-fixed {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
}
#xet-header-fixed.sub,
#xet-header-fixed.sticky {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#xet-header-fixed.sticky {
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
#xet-header nav {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

/* Back button */
#xet-header .back {
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 0;
	color: transparent;
	background: url(../../../img/left-black.svg) no-repeat left center;
	background-size: 12px;
}

/* 로그인 버튼 */
.xet-accWrp {
	display: none;
}

/* 로고 이미지 */
.xet-logoWrp {
	flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
.xet-logoWrp a {
	display: block;
}
.xet-logoWrp a>img {
	display: none;
	height: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
.xet-logoWrp a>img.main {
	display: inline;
}

/* 드롭다운 메뉴 */
.xet-navBar {
	display: none;
}

/* 모바일 메뉴 토글 버튼 */
.xet-toggleWrp {
	flex: none;
}
.xet-toggle-menu {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
}
.xet-toggle-menu span, 
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #fff;
}
.xet-toggle-menu span {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -2px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.xet-toggle-menu span::before, 
.xet-toggle-menu span::after {
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.xet-toggle-menu span::before {
	top: -8px;
}
.xet-toggle-menu span::after {
	top: 8px;
}
.xet-toggle-menu.active span {
  	background: none;
}
.xet-toggle-menu.active span::before, 
.xet-toggle-menu.active span::after {
	right: 4px;
  	background: #fff;
}
.xet-toggle-menu.active span::before {
	top: -4px;
 	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
 	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.xet-toggle-menu.active span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/* 스크롤 다운 시 영향 */
#xet-header-fixed.sub .xet-toggle-menu span,
#xet-header-fixed.sub .xet-toggle-menu span::before,
#xet-header-fixed.sub .xet-toggle-menu span::after,
#xet-header-fixed.sticky .xet-toggle-menu span,
#xet-header-fixed.sticky .xet-toggle-menu span::before,
#xet-header-fixed.sticky .xet-toggle-menu span::after {
	background: #1b1b1b;
}
#xet-header-fixed.sub .xet-logoWrp a>img,
#xet-header-fixed.sticky .xet-logoWrp a>img {
	display: inline;
}
#xet-header-fixed.sub .xet-logoWrp a>img.main,
#xet-header-fixed.sticky .xet-logoWrp a>img.main {
	display: none;
}
/* -------------------------------------------------------------------------------- */


/* 모바일 메뉴
-------------------------------------------------------------------------------- */
body.push-active {
	overflow: hidden;
}
#xet-nav-m {
	z-index: 1100;
	position: fixed;
	top: 0;
	right: 0;
	max-width: 320px;
	width: 80%;
	height: 100%;
	background-color: #fff;
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
#xet-nav-m.push-active {
	transform: translateX(0);
}
#xet-nav-m .xet-toggle-menu {
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 0;
}
#xet-nav-m .xet-toggle-menu.active span::before,
#xet-nav-m .xet-toggle-menu.active span::after {
	background: #1b1b1b;
}


.xet-nav-m-acc {
	height: 60px;
	line-height: 60px;
	padding: 0 50px 0 0;
	text-align: right;
	color: #707070;
}
.xet-nav-m-acc a,
.xet-nav-m-acc button {
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration:none; 
	border: 0;
	outline: 0;
	background: none;
	color: #707070;
}
.xet-nav-m-acc img {
	vertical-align: middle;
}
.xet-nav-m-acc-b {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #1b1b1b;
}
.xet-nav-m-acc-b a {
	display: block;
	text-align: center;
	color: #fff;
}

.xet-nav-m-body {
	height: calc(100% - 145px);
	background-color: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
/* m nav */
.xet-nav-m {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-nav-m li {
	margin: 0;
	padding: 0;
}
.xet-nav-m li > a {
	position: relative;
	display: block;
	text-align: right;
}
.xet-nav-m li.child > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	right: 0;
	transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/gnb-arrow-def.svg) no-repeat 0 0;
    background-size: 16px;
}
.xet-nav-m li.child > a.is-active:after {
	background: url(../img/gnb-arrow-on.svg) no-repeat 0 0;
}
.xet-nav-m li a.is-active {
	color: #0090FF;
}
.xet-nav-m li a img {
	vertical-align: middle;
}
.xet-nav-m > li.help {}
.xet-nav-m > li.help a {}
.xet-nav-m > li.admin {
	background-color: #f9f9f9;
}
/* 1차 메뉴 */
.xet-nav-m > li {
	padding: 0 20px;
}
.xet-nav-m > li a {
	font-size: 20px;
	font-weight: 700;
	padding: 12px 30px 12px;
	color: #1b1b1b;	
}
/* 2차 메뉴 */
.xet-nav-m ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.xet-nav-m ul ul li {
	padding-left: 10px;
}
.xet-nav-m ul li {}
.xet-nav-m ul li a {
	padding: 8px 30px 8px;
	font-size: 16px;
	font-weight: 500;
	color: #707070;
}

/* Back Layer */
#xet-nav-m-overlay {
    cursor: pointer;
    display: none;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.8);
}
#xet-nav-m-overlay.push-active {
    animation: 0.3s ease 0s normal none 1 running cd-fade-in;
    display: block;
}
@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}





/* XS 
---------------------------------------------------------------------------- */
@media (max-width: 575px) {
	.xet-navBar {
		display: none;
	}
	
	.xet-accWrp .modal-user>i {
		font-size: 30px;
	}
}
/* SM 
---------------------------------------------------------------------------- */
@media (min-width: 576px) {}

/* MD
---------------------------------------------------------------------------- */
@media (min-width: 768px) {}

/* LG 
---------------------------------------------------------------------------- */
@media (min-width: 992px) {
	#xet-header,
	#xet-header nav {
		height: 80px;
	}

	/* HEADER LOGO */ 	
	.xet-logoWrp,
	.xet-accWrp {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		margin: 0;
	}
	.xet-logoWrp a>img {
		width: 250px;
		height: 50px;
	}
	
	 
	/* account */
	.xet-accWrp {
		display: block;
		text-align: right;
	}
	.xet-accWrp a,
	.xet-accWrp button { 	
		display: inline-flex;
		align-items: center;
		min-width: auto;
		height: 36px;
		text-align: center;
		cursor: pointer;	
		text-decoration:none; 
		margin: 0;
		padding: 0 16px;
		border-radius: 30px;
		font-size: 14px;
		background: none;
		border: 1px solid #707070;
		color: #707070; 	
	}
	.xet-accWrp a>i,
	.xet-accWrp button>i  {
		margin-right: 6px;
	}
	
	/* nav-m NAV Button */
	.xet-toggleWrp {
		display: none;
	}
	
	/* NAV - DROPDOWN */  
	.xet-navBar {
		display: flex;
	}
	.xet-navBar.nav-center {
		margin: 0 auto;
	}
	.xet-navBar.nav-right {
		margin-left: auto;
	}
	.xet-nav-ul { 
		display: table;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	.xet-nav-ul > li { 
		position:relative; 
		float: left;
		margin: 0;
		padding: 0 1em; 	
		display: flex;
		align-items: center;
		height: 80px;
	}
	.xet-nav-ul > li > a { 
		position: relative;
		display: inline-block;
		font-size: 14px; 
		font-weight: 700;
		text-decoration:none;
		cursor:pointer;
		margin: 0;
		padding: 0; 
		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-nav-ul > li > a > .child {
		font-size: 10px;
		margin-left: 5px;
		vertical-align: middle;
		color: #9a9a9a;
	}
	
	/* 2차 메뉴 */
	.xet-nav-ul ul { 
		z-index: 99; 
		opacity: 0;
		visibility: hidden;
		position: absolute; 
		left: -1em; 
		top: 100%;	
		list-style: none;
		margin: 0; 
		padding: 1em 0;
		border-radius: 0 0 8px 8px;
		background-color: #fff;
		border: 0px solid #f1f1f1;
		box-shadow: 0px 16px 16px rgba(0,0,0,0.2);
		transition:all 0.1s ease-in-out;
		-webkit-transition:all 0.1s ease-in-out;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		
	}
	.xet-nav-ul ul li { 
		position: relative;
		float: none; 	
		line-height: 1.6;
		padding: 0.5em 2em;
	}
	.xet-nav-ul ul li > a { 
		position: relative;
		display: block; 
		font-size: 14px; 
		font-weight: 500; 
		white-space: nowrap;
		min-width: 100px;
		padding: 0;
		color: #1b1b1b; 
		transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}
	/* 3차 메뉴 */
	.xet-nav-ul ul ul { 
		top: 0px; 
		left: 100%; 
	}
	
	/* show */
	.xet-nav-ul > li.active::after {
		background-color: #ff6600;
	}
	.xet-nav-ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}

	/* 스크롤 다운시 메뉴 컬러
	----------------------------------------------------------- */
	#xet-header-fixed.sub .xet-nav-ul li>a,
	#xet-header-fixed.sticky .xet-nav-ul li>a {
		color: #1b1b1b;
	}
	
	/* Current color */
	.xet-nav-ul > li > a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 0%;
		height: 2px;
		background: #0090FF;
		transition: width 0.15s ease-in-out;
		-webkit-transition: width 0.15s ease-in-out;
	}
	.xet-nav-ul > li:hover > a:after,
	.xet-nav-ul > li > a.current:after {
		width: 100%;
	}
	.xet-nav-ul li:hover > a {
		color: #0090FF !important;
	}
	
	
}

/* XL 
---------------------------------------------------------------------------- */
@media (min-width: 1200px) {

	.xet-accWrp a {
		padding: 0 24px;
		height: 40px;
	}
	  
	/* NAV - DROPDOWN */  
	.xet-nav-ul > li { 
		height: 80px;
	}
	/* 1차 메뉴 */  
	.xet-nav-ul > li > a { 
		font-size: 16px; 
	}
}

/* XXL 
---------------------------------------------------------------------------- */
@media (min-width: 1400px) {
	  
	

	.xet-accWrp a {
		padding: 0 20px;
	}

	/* 1차 메뉴 */  
	.xet-nav-ul > li {
		padding: 0 20px;
	}
	.xet-nav-ul ul li {
		padding-left: 32px;
		padding-right: 32px;
	}
	.xet-nav-ul > li > a { 
		font-size: 18px; 
		font-weight: 800;
	}
	
}