/*
 * Copyright inpleworks, Co.
*/


/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM RESPONSIVE
/* ------------------------------------------------------------------------------------------------------------------ */
/* Extra small devices  (Phones 319px 이하) 
---------------------------------------------------------------------------- */
@media (max-width: 319px) {			
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	  width: 100%;
	}
	h1 {
	  	font-size: 32px;
	}
	h2 {
	  	font-size: 26px;
	}
	h3 {
	  	font-size: 22px;
	}
	h4 {
	  	font-size: 18px;
	}
}

/* Extra small devices  (Phones 768px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 767px) {		
	h1 {
	  	font-size: 36px;
	}
	h2 {
	  	font-size: 28px;
	}
	h3 {
	  	font-size: 24px;
	}
	h4 {
	  	font-size: 20px;
	}
	h5 {
	  	font-size: 16px;
	}
	h6 {
	  	font-size: 14px;
	}	
}

/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
	#xet-footer.fixed {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px 0;
		z-index: 9;
		background-color: rgba(0,0,0,.2);
	}
}

/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-layout-body {
		min-height: calc(100vh);
	}
	#xet-left-bar,
	#xet-right-bar {
		display: block;
		z-index: 9;
		position: fixed;
		top: 80px;
		width: 50px;
	}
	#xet-left-bar {
		left: 0;
	}
	#xet-right-bar {
		right: 0;
	}

	/* HEADER
	-------------------------------------- */ 
	.xet-logo {
		height: 80px;
		margin-right: 15px;
	}
	.xet-logo a {
		font-size: 36px;
		height: 80px;
		line-height: 80px;
	}
	.xet-logo a img {		
		height: 50px;
		margin-top: 15px;
	}	
	.xet-nav {
		height: 80px;
	}
	.xet-nav-ul {
		margin-right: 15px;
	}
	.xet-nav-ul > li { 
		height: 80px;
		line-height: 80px;
	}
	.xet-nav-ul > li > a,
	.xet-nav-ul > li > button { 
		height: 80px;
		line-height: 80px;
	}
	
	/* 로고 중앙일때 */
	.xet-nav.logo-top {
		height: 60px;
	}
	.xet-nav.logo-top .xet-nav-ul > li,
	.xet-nav.logo-top .xet-nav-ul > li > a,
	.xet-nav.logo-top .xet-nav-ul > li > button { 
		height: 60px;
		line-height: 60px;
	}
			
	/* Footer
	-------------------------------------- */ 
	#xet-footer.fixed {
		padding: 0;
		height: 50px;
		line-height: 50px;
	}
	
	#xet-footer.border-frame .xet-container,
	#xet-footer.border-frame .xet-container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	} 
	.xet-footer-ul > li { 
		margin: 0 0 0 10px;
	}
	.xet-footer-ul.sub > li {
		margin: 0 10px 0;
	}
	.xet-footer-ul.sub > li a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.xet-footer-ul > li a:hover { 
		color: #40C4FF;
		border-color: #40C4FF;
	}
	
	
	/* BTN
	-------------------------------------- */ 
	.xet-btn-theme,
	.xet-btn-bg-theme { 	
		padding: 15px 40px;
	}
	
	/* TOP SCROLL BUTTON
	-------------------------------------- */ 
	#xet-top-scroll { 
		right: 30px;
		bottom: 30px;
		width: 50px; 
		height: 50px; 
		line-height: 50px;
	}
	#xet-top-scroll a { 
		background-size: 60px;
	}
	#xet-top-scroll a:hover { 
		opacity: 1;
	}
}

/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 1200px) {	
}
