/*
 * Copyright inpleworks, Co.
*/


/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM RESPONSIVE
/* ------------------------------------------------------------------------------------------------------------------ */
/* 가로모드 
---------------------------------------------------------------------------- */
@media (max-width: 767px) and (orientation:landscape) {

} 
/* Extra small devices  (Phones 320px 이하) 
---------------------------------------------------------------------------- */
@media (max-width: 320px) {			

}

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

/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
	/* HEADER
	-------------------------------------- */ 
	#xet-header.no-pageTop,
	#xet-header .xet-headerContainer {
		height: 70px;
	}	
	/* Header Logo
	----------------------------------------------------------- */
	#xet-header .xet-logo a>img,
	.xet-preloader > .logo > img {		
	    max-height: 28px;
	}	
}

/* Small devices (tablets, 991px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 991px) {

	/* NAV - DROPDOWN
	-------------------------------------- */
	.xet-dropdown-nav {
		display: none;
	}
	
	/* Section - Slider
	-------------------------------------- */ 
	.xet-swiper-wrp .swiper-captions {
		background-color: rgba(0,0,0,.3)
	}
	
	.xet-swiper-controlWrp {
		width: 0;
		background: none;
	}
	.xet-swiper-navigation {
		display: none;
	}
	/* pagination-bullet */
	.xet-swiper-pagination {
		z-index: 5;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 20px;
		text-align: center;
	}
	.xet-swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 6px;
	}	
	/* pagination-fraction */
	.xet-swiper-pagination.swiper-pagination-fraction span {
		display: inline-block;
		margin: 0;	
	}

	.xet-footer-main {
		display: none;
	}
	.xet-footer-main .xet-sns-wrp {
		display: none;
	}
	.xet-footer-main.show {
		display: block;
		text-align: center;
		font-size: 12px;
		left: 0;
		right: 0;
		padding: 0 10px;
		color: #fff !important;
	}
	
	#xet-pageTopWrp {
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
	}
	
}

/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-container-fluid {
		padding: 0 40px;
	}
	
	/* HEADER
	-------------------------------------- */ 
	#xet-header.no-pageTop {
		height: 100px;
	}
	#xet-header.main .xet-headerContainer {
		background-color: transparent !important
	}
	#xet-header .xet-headerContainer {
		height: 100px;
		padding: 0 30px;
	}
	#xet-header .xet-logo>a,
	.xet-preloader > .logo > img {
		max-width: 220px;
	}
	#xet-header .xet-logo a>span {
		font-size: 36px;
	}
	#xet-header .xet-logo a img,
	.xet-preloader > .logo > img {
		max-height: 60px;
	}
	#xet-header.sticky .xet-headerContainer  {
		height: 80px;
	}
	#xet-header.sticky .xet-logo a img {
		max-height: 60px;
	}

	/* NAV - DROPDOWN
	-------------------------------------- */  
	.xet-dropdown-nav {
		position: absolute;
		top: 0;
		right: 110px;
	}
	#xet-header.push-active .xet-dropdown-nav {
		display: none;
	}
	.xet-dropdown-nav .xet-nav-ul { 
		display: flex;
		margin: 0 auto;
		padding: 0 2em;
		list-style: none;
	}
	.xet-dropdown-nav .xet-nav-ul > li { 
		position:relative; 
		margin: 0 1em;
		padding: 0; 	
	}
	.xet-dropdown-nav .xet-nav-ul > li > a {
		display: flex;
		align-items: center;
		height: 100px;
		font-size: 15px;
		font-weight: 700;
		text-decoration:none;
		cursor:pointer;
		margin: 0;
		padding: 0;
		color: #fff;
		transition: all .2s cubic-bezier(.72,.16,.345,.875);
	}

	/* 2차 메뉴 */
	.xet-dropdown-nav .xet-nav-ul ul {
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: -2em;
		top: 100%;
		list-style: none;
		margin: 0;
		padding: 1em 0;
		background-color: rgba(255,255,255,1);
		box-shadow: rgba(0, 0, 0, 0.3) -20px 30px 55px -25px;
		transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-webkit-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		transform: translateX(30px);
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
}
	.xet-dropdown-nav .xet-nav-ul ul li { 
		position: relative;
		float: none; 
	}
	.xet-dropdown-nav .xet-nav-ul ul li a {
		position: relative;
		display: flex;
		align-items: center;
		height: 50px;
		font-size: 14px;
		font-weight: normal;
		min-width: 160px;
		white-space: nowrap;
		padding: 0 2em;
		color: #1b1b1b;
		transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-webkit-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
	}
	.xet-dropdown-nav .xet-nav-ul ul li span.arrow {
		position: absolute;
		right: 2em;
		top: 0;
		bottom: 0;
		font-size: 12px;
		font-weight: normal;
		display: flex;
		align-items: center;
		color: #999;
		transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-webkit-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
	}
	/* 3차 메뉴 */
	.xet-dropdown-nav .xet-nav-ul ul ul {
		top: -1em;
		left: 100%;
	}

	/* show dropdown */
	.xet-dropdown-nav .xet-nav-ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
	.xet-dropdown-nav .xet-nav-ul li:hover > ul:after {
		width: 100%;
	}
	.xet-dropdown-nav .xet-nav-ul a.active {
		color: #6200ee !important;
	}

	#xet-layout-wrp.light-sub .no-pageTop .xet-dropdown-nav .xet-nav-ul > li > a {
		color: #1b1b1b;
	}
	#xet-layout-wrp.light-sub #xet-header.sticky .xet-dropdown-nav .xet-nav-ul > li > a {
		color: #1b1b1b;
	}
	#xet-layout-wrp #xet-header.sticky .xet-dropdown-nav .xet-nav-ul > li > a {
		height: 80px;	
	}

	
	/* Light Color
	----------------------------------------------------------- */
	#xet-layout-wrp.light-main .xet-logo a>span {
		color: #1b1b1b;
	}
	#xet-layout-wrp.light-main .xet-logo a>.logo-img {
		display: none
	}
	#xet-layout-wrp.light-main .xet-logo a>.logo-img-b {
		display: inline-block
	}
	
	
	/* GNB
	-------------------------------------- */ 		
	.xet-sideGnb-wrp {
		width: 360px;
	}
	.xet-sideGnb-wrp .xet-sideGnb-header {
		height: 100px;
	}
	.xet-sideGnb-wrp .xet-nav-ul > li > a,
	.xet-sideGnb-wrp .xet-nav-ul > li > button { 
		height: 80px;
		line-height: 82px;
	}
	.xet-sideGnb-wrp .xet-sideGnb-footer .xet-accWrp a:hover,
	.xet-sideGnb-wrp .xet-sideGnb-footer .xet-accWrp button:hover {
		background: #e1e1e1;
	}


	
	/* Section - Slider - Video
	-------------------------------------- */ 
	.xet-video-wrp {
		padding: 0;
	}
	.xet-jarallax-video .jarallax-captions {
		justify-content: flex-start;
	    padding: 0 110px 0 40px;
	}	

	
	/* Section - Slider - Image
	-------------------------------------- */ 
	.xet-swiper-wrp {
		padding: 0;
	    display: flex;	    
	    align-items: center;
	}
	.xet-swiper-wrp .swiper-images {
		width: 50%;
	}	
	.xet-swiper-wrp .swiper-captions {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-left: 40px;
		width: 50%;
		height: calc(100vh);		
	}
	.xet-swiper-wrp .swiper-captions .swiper-caption {
		justify-content: flex-start;
		padding: 0 60px 0 0;
	}
	/* slider-progress */
	.xet-swiper-progress {
		bottom: 30px;
		left: 140px;
		right: 140px;
	}
	.xet-swiper-navigation .xet-swiper-next:hover,
	.xet-swiper-navigation .xet-swiper-prev:hover {
		opacity: 1;
		background-color: #fff !important;
		color: #1b1b1b !important;
	}
	
	/* Light Color
	----------------------------------------------------------- */
	#xet-layout-wrp.light-main .xet-swiper-wrp {
		background-color: #fff;
	}
	#xet-layout-wrp.light-main .xet-swiper-wrp .swiper-captions .swiper-slide h6>span {
	    color: #8d99a7;
	}
	#xet-layout-wrp.light-main .xet-swiper-wrp .swiper-captions .swiper-caption,
	#xet-layout-wrp.light-main .xet-swiper-wrp .swiper-captions .xet-btn-more {
		color: #1b1b1b;
	}
	#xet-layout-wrp.light-main .xet-swiper-wrp .swiper-captions .xet-btn-more>span {
		background-color: #1b1b1b;
		color: #fff;
	}
	
	
	/* Full */
	.xet-sliderFull .xet-swiper-wrp {
		padding: 0;
		background-color: none;
	}
	.xet-sliderFull .xet-swiper-wrp .swiper-captions {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 0 110px 0 40px;
		background-color: rgba(0,0,0,.4);
	}
	.xet-sliderFull .xet-swiper-wrp .swiper-images {
		width: 100%;
	}
	
	.xet-swiper-controlWrp {
		width: 110px;
	}
			
	
	/* Sub PageTop
	-------------------------------------- */ 
	#xet-pageTopWrp.xet-jarallax-bgImg {
		height: calc(40vh);
	}
	
	
	/* side panel
	-------------------------------------- */ 
	.xet-sideGnb-wrp .xet-sideGnb-body {
		padding: 0 60px;
	}
	.xet-sideGnb-wrp .xet-sideGnb-footer {
	}

	.xet-footer-main {
		left: 40px;
	}

	/* ------------------------------------------------------------------------------------------------------------------ */
	/* TOP SCROLL BUTTON
	/* ------------------------------------------------------------------------------------------------------------------ */
	#xet-top-scroll a { 
		width: 50px; 
		height: 50px; 
		line-height: 50px;
	}
	
	/* ------------------------------------------------------------------------------------------------------------------ */
	/* 전화걸기 버튼
	/* ------------------------------------------------------------------------------------------------------------------ */
	.xet-tel-floating {
		width: 50px;
		bottom: 80px;
		right: 20px;
	}
	.xet-tel-floating.main {
		right: 0;
		width: 110px;
		bottom: 170px;
	}
	.xet-tel-floating a {
		width: 50px;
		height: 50px;
		box-shadow: 0px 10px 10px 0px rgba(0,0,0,.3);
	}
	.xet-tel-floating a i {
		line-height: inherit;
		font-size: 22px;
	}
}

/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 1440px) {	
	.xet-container-fluid {
		padding: 0 60px;
	}
	#xet-header .xet-headerContainer {
		padding: 0 60px;
	}

	/* NAV - DROPDOWN
	-------------------------------------- */  
	.xet-dropdown-nav {
		right: 160px;
	}

	.xet-swiper-controlWrp {
		width: 160px;
	}
	.xet-swiper-wrp .swiper-captions {
		padding-left: 60px;
	}
	.xet-sliderFull .xet-swiper-wrp .swiper-captions,
	.xet-jarallax-video .jarallax-captions {
	    padding: 0 140px 0 60px;
	}	
	
	.xet-footer-main {
		left: 60px;
	}

	.xet-tel-floating.main {
		width: 160px;
	}
}
