/* bootstrap Modal Dialog
-------------------------------------- */  
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 40%);
	-ms-transform: translate(0, 40%);
	-o-transform: translate(0, 40%);
	transform: translate(0, 40%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: 100%;
	margin: 40px auto 0;
}
.modal-content {
	position: relative;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.modal-header {
	padding: 15px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	text-align: center;
}
.modal-body {
	position: relative;
	padding: 15px;
	font-size: 14px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #333;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
  overflow: scroll;
}
.modal-close-btn {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	border: 0;
	background: none;
	font-size: 18px;
	color: #fff;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 50%;
		margin: 100px auto;
	}
	.modal-dialog.full {
		width: 100%;
	}
}
@media (min-width: 992px) {
  .modal-lg {}
}

/* Modal privacy */
.modal-body textarea.xet-privacy {
	width: 100%;
	height: 400px;
	padding: 15px;
	resize: none;
	background: transparent;
	border: 1px solid #333;
	color: #fff;
}	

/* Modal account layer */
.modal-body ul {
	list-style: none;
	margin: 15px;
	padding: 0;
}	
.modal-body ul > li { 
	margin: 0 0 10px;
	padding: 0 0 10px;	
	border-bottom: 1px solid #333;
}
.modal-body ul > li a { 
	display: block;
	font-size: 14px;
	color: #aaa;
}
.modal-body ul > li button {
	display: block;
	cursor: pointer;
	font-size: 14px;
	color: #aaa;
	border: 0;
	background: none;
}
.modal-body ul > li:hover a,
.modal-body ul > li:hover button {
	color: #fff;
}



/* Modal search layer */
.xet-search-form {
	position: relative;
	margin: 0;
	padding: 0;
}
.xet-search-form input.itext {
	width: 100%;
	padding: 15px 10px;
	font-size: 14px;
	background: #000;
	border: 1px solid #333;
	color: #ccc;
}
.xet-search-form input.itext:focus {
	border-color: #ccc;
	color: #ccc;
}
.xet-search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	background: none;
	color: #555;
}


/* mobile nav */
.xet-mobile-nav {
	list-style: none;
	margin: 10px 15px;
	padding: 0;
}	
.xet-mobile-nav li { 
	float: none;	
	display: block;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}	
.xet-mobile-nav li a { 
	display: block;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 15px 0;
}	
.xet-mobile-nav li.child a { 
	margin-right: 45px;
}	
.xet-mobile-nav .child a.child {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;	
	text-align: center;
	margin-right: 0;
	padding: 15px 0;
}
/* 2차 */
.xet-mobile-nav ul { 
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-mobile-nav ul li { 
	margin: 0;
	padding: 0;
	border: 0;
}
.xet-mobile-nav ul li a {
	padding: 10px 0 10px 30px;
}
/* 3차 */
.xet-mobile-nav ul ul a { 
	padding: 10px 0 10px 45px;
}
/* color */
.xet-mobile-nav > li a.current {
	color: #fff;
}



/* map */
.xet-map {	
	position: relative;
	min-height: 450px;
}
.xet-map iframe {
    width: 100%;
}
