/* bootstrap Modal Dialog
-------------------------------------- */  
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	margin: auto;
	height: 80%;
    width: 40%;
	border-radius: 20px;
	background-color: #fff;
}
.fade.in {
	opacity: 1;
}
.modal-open {
	padding: 0px !important;
}
.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;
	padding: 0px !important;
}
.modal-dialog {
	position: relative;
	width: 80%;
	margin: 40px auto 0;
}
.modal-content {
	position: relative;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	height: 100%;
    width: 100%;
	border-radius: 0px;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.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;
	text-align: center;
}
.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: #333;
}
@media (min-width: 768px) {
	.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 15px;
	padding: 0 0 12px;	
	border-bottom: 1px solid #cecece;
}
.modal-body ul > li a { 
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 600;
}
.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: #1e94d2;
}



/* 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: #fff;
    border: 2px solid #cecece;
    color: #333;
}
.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: 20px;
	cursor: pointer;
	border: 0;
	background: none;
	color: #333;
}


/* 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: #1e94d2;
}



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


/* Device 해상도가 768px 이하만 작동 */
@media (max-width: 767px) {	
	.fade {
		height: 80%;
		width: 80%;
	}
}

/* Device 해상도가 480px 이하만 작동 */
@media (max-width: 480px) {
	.fade {
		height: 95%;
		width: 95%;
	}
}
