/*
 * Copyright inpleworks, Co.
 * Ver 1.3.2
 * 2016-03-05
*/

/* responsive grid
-------------------------------------- */  
.xet-clearfix,
.xet_container,
.xet-container-fluid,
.xet-row {
	*zoom: 1;
}
.xet-container-fluid:before,
.xet-container-fluid:after,
.xet-container:before,
.xet-container:after,
.xet-row:before,
.xet-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.xet-container-fluid:after,
.xet-container:after,
.xet-row:after {
	clear: both;
}
.xet-clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.xet-container {
  	margin-right: auto;
  	margin-left: auto;
  	padding-left: 15px;
  	padding-right: 15px;
}
.xet-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.xet-row {
	margin-left: -15px;
	margin-right: -15px;
}
@media \0screen { 
	.xet-row {		
		margin-left: 0;
		margin-right: 0;
	}	
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Mobile Device
-------------------------------------- */  
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  	.xet-container {
    	width: 750px;
  	}
}
@media (min-width: 992px) {
  	.xet-container {
    	width: 970px;
  	}
}
@media (min-width: 1200px) {
  	.xet-container {
    	width: 1370px;
  	}
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* -------------------------------------- */  


/* columns of same height styles 
-------------------------------------- */  
.row-xs-height {
	display: block;
}
.col-xs-height {
	display: block;
	float: none;
	height: 100%;
}
.col-xs-top {
	vertical-align: top;
}
.col-xs-middle {
  	vertical-align: middle;
}
.col-xs-bottom {
  	vertical-align: bottom;
}
.inside-full-height {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}


/* 디바이스 해상도에 따른 
-------------------------------------- */  
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	.visible-xs-block {
		display: block !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
  	.hidden-xs {
    	display: none !important;
  	}
  	.text-center-xs {
		text-align: center !important;
	}
	.text-left-xs {
		text-align: left !important;
	}
	.text-right-xs {
		text-align: right !important;
	}
  	.float-none-xs {
	  	float: none !important;
  	}
  	.float-left-xs {
	  	float: left !important;
  	}
  	.float-right-xs {
	  	float: right !important;
  	}
	
	/* margin 
	-------------------------------------- */
  	.mg-xs-0 {
		margin: 0px !important;
	}
	/* margin top */
  	.mg-xs-t0 {
		margin-top: 0px !important;
	}
	.mg-xs-t5 {
		margin-top: 5px !important;
	}
  	.mg-xs-t10 {
		margin-top: 10px !important;
	}
	.mg-xs-t15 {
		margin-top: 15px !important;
	}
  	.mg-xs-t20 {
		margin-top: 20px !important;
	}
	.mg-xs-t30 {
		margin-top: 30px !important;
	}
	.mg-xs-t40 {
		margin-top: 40px !important;
	}
	.mg-xs-t50 {
		margin-top: 50px !important;
	}
	.mg-xs-t60 {
		margin-top: 60px !important;
	}
	.mg-xs-t70 {
		margin-top: 70px !important;
	}
	.mg-xs-t80 {
		margin-top: 80px !important;
	}
	.mg-xs-t90 {
		margin-top: 90px !important;
	}
	/* margin bottom */
	.mg-xs-b0 {
		margin-bottom: 0px !important;
	}
	.mg-xs-b5 {
		margin-bottom: 5px !important;
	}
	.mg-xs-b10 {
		margin-bottom: 10px !important;
	}
	.mg-xs-b15 {
		margin-bottom: 15px !important;
	}
  	.mg-xs-b20 {
		margin-bottom: 20px !important;
	}
	.mg-xs-b30 {
		margin-bottom: 30px !important;
	}
	.mg-xs-b40 {
		margin-bottom: 40px !important;
	}
	.mg-xs-b50 {
		margin-bottom: 50px !important;
	}
	.mg-xs-b60 {
		margin-bottom: 60px !important;
	}
	.mg-xs-b70 {
		margin-bottom: 70px !important;
	}
	.mg-xs-b80 {
		margin-bottom: 80px !important;
	}
	.mg-xs-b90 {
		margin-bottom: 90px !important;
	}	
	/* padding 
	-------------------------------------- */
	.pd-xs-0 {
		padding: 0 !important;
	}
	/* padding top */
	.pd-xs-t0 {
		padding-top: 0px !important;
	}
	.pd-xs-t5 {
		padding-top: 5px !important;
	}
	.pd-xs-t10 {
		padding-top: 10px !important;
	}
	.pd-xs-t15 {
		padding-top: 15px !important;
	}
	.pd-xs-t20 {
		padding-top: 20px !important;
	}
	.pd-xs-t30 {
		padding-top: 30px !important;
	}
	.pd-xs-t40 {
		padding-top: 40px !important;
	}
	.pd-xs-t50 {
		padding-top: 50px !important;
	}
	.pd-xs-t60 {
		padding-top: 60px !important;
	}
	.pd-xs-t70 {
		padding-top: 70px !important;
	}
	.pd-xs-t80 {
		padding-top: 80px !important;
	}
	.pd-xs-t90 {
		padding-top: 90px !important;
	}	
	/* padding bottom */
	.pd-xs-b0 {
		padding-bottom: 0px !important;
	}
	.pd-xs-b5 {
		padding-bottom: 5px !important;
	}
	.pd-xs-b10 {
		padding-bottom: 10px !important;
	}
	.pd-xs-b15 {
		padding-bottom: 15px !important;
	}
	.pd-xs-b20 {
		padding-bottom: 20px !important;
	}
	.pd-xs-b30 {
		padding-bottom: 30px !important;
	}
	.pd-xs-b40 {
		padding-bottom: 40px !important;
	}
	.pd-xs-b50 {
		padding-bottom: 50px !important;
	}
	.pd-xs-b60 {
		padding-bottom: 60px !important;
	}
	.pd-xs-b70 {
		padding-bottom: 70px !important;
	}
	.pd-xs-b80 {
		padding-bottom: 80px !important;
	}
	.pd-xs-b90 {
		padding-bottom: 90px !important;
	}
	/* padding left */
	.pd-xs-l0 {
		padding-left: 0px !important;
	}
	.pd-xs-l5 {
		padding-left: 5px !important;
	}
	.pd-xs-l10 {
		padding-left: 10px !important;
	}
	.pd-xs-l15 {
		padding-left: 15px !important;
	}
	.pd-xs-l20 {
		padding-left: 20px !important;
	}
	.pd-xs-l30 {
		padding-left: 30px !important;
	}
	.pd-xs-l40 {
		padding-left: 40px !important;
	}
	.pd-xs-l50 {
		padding-left: 50px !important;
	}
	.pd-xs-l60 {
		padding-left: 60px !important;
	}
	.pd-xs-l70 {
		padding-left: 70px !important;
	}
	.pd-xs-l80 {
		padding-left: 80px !important;
	}
	.pd-xs-l90 {
		padding-left: 90px !important;
	}
	/* padding right */
	.pd-xs-r0 {
		padding-right: 0px !important;
	}
	.pd-xs-r5 {
		padding-right: 5px !important;
	}
	.pd-xs-r10 {
		padding-right: 10px !important;
	}
	.pd-xs-r15 {
		padding-right: 15px !important;
	}
	.pd-xs-r20 {
		padding-right: 20px !important;
	}
	.pd-xs-r30 {
		padding-right: 30px !important;
	}
	.pd-xs-r40 {
		padding-right: 40px !important;
	}
	.pd-xs-r50 {
		padding-right: 50px !important;
	}
	.pd-xs-r60 {
		padding-right: 60px !important;
	}
	.pd-xs-r70 {
		padding-right: 70px !important;
	}
	.pd-xs-r80 {
		padding-right: 80px !important;
	}
	.pd-xs-r90 {
		padding-right: 90px !important;
	}

}
@media (min-width: 768px) {
	.visible-sm {
		display: block !important;
	}
	.visible-sm-block {
		display: block !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
  	.hidden-sm {
    	display: none !important;
  	}
  	.text-center-sm {
		text-align: center !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.text-right-sm {
		text-align: right !important;
	}
	.float-none-sm {
	  	float: none !important;
  	}
  	.float-left-sm {
	  	float: left !important;
  	}
  	.float-right-sm {
	  	float: right !important;
  	}
  	
  	/* margin 
	-------------------------------------- */
  	.mg-sm-0 {
		margin: 0px !important;
	}
  	/* margin top */
  	.mg-sm-t0 {
		margin-top: 0px !important;
	}
	.mg-sm-t5 {
		margin-top: 5px !important;
	}
  	.mg-sm-t10 {
		margin-top: 10px !important;
	}
	.mg-sm-t15 {
		margin-top: 15px !important;
	}
  	.mg-sm-t20 {
		margin-top: 20px !important;
	}
	.mg-sm-t30 {
		margin-top: 30px !important;
	}
	.mg-sm-t40 {
		margin-top: 40px !important;
	}
	.mg-sm-t50 {
		margin-top: 50px !important;
	}
	.mg-sm-t60 {
		margin-top: 60px !important;
	}
	.mg-sm-t70 {
		margin-top: 70px !important;
	}
	.mg-sm-t80 {
		margin-top: 80px !important;
	}
	.mg-sm-t90 {
		margin-top: 90px !important;
	}
	/* margin bottom */
	.mg-sm-b0 {
		margin-bottom: 0px !important;
	}
	.mg-sm-b5 {
		margin-bottom: 5px !important;
	}
	.mg-sm-b10 {
		margin-bottom: 10px !important;
	}
	.mg-sm-b15 {
		margin-bottom: 15px !important;
	}
  	.mg-sm-b20 {
		margin-bottom: 20px !important;
	}
	.mg-sm-b30 {
		margin-bottom: 30px !important;
	}
	.mg-sm-b40 {
		margin-bottom: 40px !important;
	}
	.mg-sm-b50 {
		margin-bottom: 50px !important;
	}
	.mg-sm-b60 {
		margin-bottom: 60px !important;
	}
	.mg-sm-b70 {
		margin-bottom: 70px !important;
	}
	.mg-sm-b80 {
		margin-bottom: 80px !important;
	}
	.mg-sm-b90 {
		margin-bottom: 90px !important;
	}	
	/* padding 
	-------------------------------------- */
	.pd-sm-0 {
		padding: 0 !important;
	}
	/* padding top */
	.pd-sm-t0 {
		padding-top: 0px !important;
	}
	.pd-sm-t5 {
		padding-top: 5px !important;
	}
	.pd-sm-t10 {
		padding-top: 10px !important;
	}
	.pd-sm-t15 {
		padding-top: 15px !important;
	}
	.pd-sm-t20 {
		padding-top: 20px !important;
	}
	.pd-sm-t30 {
		padding-top: 30px !important;
	}
	.pd-sm-t40 {
		padding-top: 40px !important;
	}
	.pd-sm-t50 {
		padding-top: 50px !important;
	}
	.pd-sm-t60 {
		padding-top: 60px !important;
	}
	.pd-sm-t70 {
		padding-top: 70px !important;
	}
	.pd-sm-t80 {
		padding-top: 80px !important;
	}
	.pd-sm-t90 {
		padding-top: 70px !important;
	}	
	/* padding bottom */
	.pd-sm-b0 {
		padding-bottom: 0px !important;
	}
	.pd-sm-b5 {
		padding-bottom: 5px !important;
	}
	.pd-sm-b10 {
		padding-bottom: 10px !important;
	}
	.pd-sm-b15 {
		padding-bottom: 15px !important;
	}
	.pd-sm-b20 {
		padding-bottom: 20px !important;
	}
	.pd-sm-b30 {
		padding-bottom: 30px !important;
	}
	.pd-sm-b40 {
		padding-bottom: 40px !important;
	}
	.pd-sm-b50 {
		padding-bottom: 50px !important;
	}
	.pd-sm-b60 {
		padding-bottom: 60px !important;
	}
	.pd-sm-b70 {
		padding-bottom: 70px !important;
	}
	.pd-sm-b80 {
		padding-bottom: 80px !important;
	}
	.pd-sm-b90 {
		padding-bottom: 90px !important;
	}
	.pd-sm-b100 {
		padding-bottom: 100px !important;
	}
	/* padding left */
	.pd-sm-l0 {
		padding-left: 0px !important;
	}
	.pd-sm-l5 {
		padding-left: 5px !important;
	}
	.pd-sm-l10 {
		padding-left: 10px !important;
	}
	.pd-sm-l15 {
		padding-left: 15px !important;
	}
	.pd-sm-l20 {
		padding-left: 20px !important;
	}
	.pd-sm-l30 {
		padding-left: 30px !important;
	}
	.pd-sm-l40 {
		padding-left: 40px !important;
	}
	.pd-sm-l50 {
		padding-left: 50px !important;
	}
	.pd-sm-l60 {
		padding-left: 60px !important;
	}
	.pd-sm-l70 {
		padding-left: 70px !important;
	}
	.pd-sm-l80 {
		padding-left: 80px !important;
	}
	.pd-sm-l90 {
		padding-left: 90px !important;
	}
	/* padding right */
	.pd-sm-r0 {
		padding-right: 0px !important;
	}
	.pd-sm-r5 {
		padding-right: 5px !important;
	}
	.pd-sm-r10 {
		padding-right: 10px !important;
	}
	.pd-sm-r15 {
		padding-right: 15px !important;
	}
	.pd-sm-r20 {
		padding-right: 20px !important;
	}
	.pd-sm-r30 {
		padding-right: 30px !important;
	}
	.pd-sm-r40 {
		padding-right: 40px !important;
	}
	.pd-sm-r50 {
		padding-right: 50px !important;
	}
	.pd-sm-r60 {
		padding-right: 60px !important;
	}
	.pd-sm-r70 {
		padding-right: 70px !important;
	}
	.pd-sm-r80 {
		padding-right: 80px !important;
	}
	.pd-sm-r90 {
		padding-right: 90px !important;
	}
	
	/* columns of same height styles 
	-------------------------------------- */  
	.row-sm-height {
		display: table;
		table-layout: fixed;
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
	  	vertical-align: middle;
	}
	.col-sm-bottom {
	  	vertical-align: bottom;
	}
}
@media (min-width: 992px) {
	.visible-md {
		display: block !important;
	}
	.visible-md-block {
		display: block !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
    	display: none !important;
  	}
  	.text-center-md {
		text-align: center !important;
	}
	.text-left-md {
		text-align: left !important;
	}
	.text-right-md {
		text-align: right !important;
	}
	.float-none-md {
	  	float: none !important;
  	}
  	.float-left-md {
	  	float: left !important;
  	}
  	.float-right-md {
	  	float: right !important;
  	}
  	
  	/* margin 
	-------------------------------------- */
  	.mg-md-0 {
		margin: 0px !important;
	}
  	/* margin top */
  	.mg-md-t0 {
		margin-top: 0px !important;
	}
	.mg-md-t5 {
		margin-top: 5px !important;
	}
  	.mg-md-t10 {
		margin-top: 10px !important;
	}
	.mg-md-t15 {
		margin-top: 15px !important;
	}
  	.mg-md-t20 {
		margin-top: 20px !important;
	}
	.mg-md-t30 {
		margin-top: 30px !important;
	}
	.mg-md-t40 {
		margin-top: 40px !important;
	}
	.mg-md-t50 {
		margin-top: 50px !important;
	}
	.mg-md-t60 {
		margin-top: 60px !important;
	}
	.mg-md-t70 {
		margin-top: 70px !important;
	}
	.mg-md-t80 {
		margin-top: 80px !important;
	}
	.mg-md-t90 {
		margin-top: 90px !important;
	}
	/* margin bottom */
	.mg-md-b0 {
		margin-bottom: 0px !important;
	}
	.mg-md-b5 {
		margin-bottom: 5px !important;
	}
	.mg-md-b10 {
		margin-bottom: 10px !important;
	}
	.mg-md-b15 {
		margin-bottom: 15px !important;
	}
  	.mg-md-b20 {
		margin-bottom: 20px !important;
	}
	.mg-md-b30 {
		margin-bottom: 30px !important;
	}
	.mg-md-b40 {
		margin-bottom: 40px !important;
	}
	.mg-md-b50 {
		margin-bottom: 50px !important;
	}
	.mg-md-b60 {
		margin-bottom: 60px !important;
	}
	.mg-md-b70 {
		margin-bottom: 70px !important;
	}
	.mg-md-b80 {
		margin-bottom: 80px !important;
	}
	.mg-md-b90 {
		margin-bottom: 90px !important;
	}
	
	/* padding 
	-------------------------------------- */
	.pd-md-0 {
		padding: 0 !important;
	}
	/* padding top */
	.pd-md-t0 {
		padding-top: 0px !important;
	}
	.pd-md-t5 {
		padding-top: 5px !important;
	}
	.pd-md-t10 {
		padding-top: 10px !important;
	}
	.pd-md-t15 {
		padding-top: 15px !important;
	}
	.pd-md-t20 {
		padding-top: 20px !important;
	}
	.pd-md-t30 {
		padding-top: 30px !important;
	}
	.pd-md-t40 {
		padding-top: 40px !important;
	}
	.pd-md-t50 {
		padding-top: 50px !important;
	}
	.pd-md-t60 {
		padding-top: 60px !important;
	}
	.pd-md-t70 {
		padding-top: 70px !important;
	}
	.pd-md-t80 {
		padding-top: 80px !important;
	}
	.pd-md-t90 {
		padding-top: 90px !important;
	}	
	/* padding bottom */
	.pd-md-b0 {
		padding-bottom: 0px !important;
	}
	.pd-md-b5 {
		padding-bottom: 5px !important;
	}
	.pd-md-b10 {
		padding-bottom: 10px !important;
	}
	.pd-md-b15 {
		padding-bottom: 15px !important;
	}
	.pd-md-b20 {
		padding-bottom: 20px !important;
	}
	.pd-md-b30 {
		padding-bottom: 30px !important;
	}
	.pd-md-b40 {
		padding-bottom: 40px !important;
	}
	.pd-md-b50 {
		padding-bottom: 50px !important;
	}
	.pd-md-b60 {
		padding-bottom: 60px !important;
	}
	.pd-md-b70 {
		padding-bottom: 70px !important;
	}
	.pd-md-b80 {
		padding-bottom: 80px !important;
	}
	.pd-md-b90 {
		padding-bottom: 90px !important;
	}
	/* padding left */
	.pd-md-l0 {
		padding-left: 0px !important;
	}
	.pd-md-l5 {
		padding-left: 5px !important;
	}
	.pd-md-l10 {
		padding-left: 10px !important;
	}
	.pd-md-l15 {
		padding-left: 15px !important;
	}
	.pd-md-l20 {
		padding-left: 20px !important;
	}
	.pd-md-l30 {
		padding-left: 30px !important;
	}
	.pd-md-l40 {
		padding-left: 40px !important;
	}
	.pd-md-l50 {
		padding-left: 50px !important;
	}
	.pd-md-l60 {
		padding-left: 60px !important;
	}
	.pd-md-l70 {
		padding-left: 70px !important;
	}
	.pd-md-l80 {
		padding-left: 80px !important;
	}
	.pd-md-l90 {
		padding-left: 90px !important;
	}
	/* padding right */
	.pd-md-r0 {
		padding-right: 0px !important;
	}
	.pd-md-r5 {
		padding-right: 5px !important;
	}
	.pd-md-r10 {
		padding-right: 10px !important;
	}
	.pd-md-r15 {
		padding-right: 15px !important;
	}
	.pd-md-r20 {
		padding-right: 20px !important;
	}
	.pd-md-r30 {
		padding-right: 30px !important;
	}
	.pd-md-r40 {
		padding-right: 40px !important;
	}
	.pd-md-r50 {
		padding-right: 50px !important;
	}
	.pd-md-r60 {
		padding-right: 60px !important;
	}
	.pd-md-r70 {
		padding-right: 70px !important;
	}
	.pd-md-r80 {
		padding-right: 80px !important;
	}
	.pd-md-r90 {
		padding-right: 90px !important;
	}
	
	/* columns of same height styles 
	-------------------------------------- */  
	.row-md-height {
		display: table;
		table-layout: fixed;
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.col-md-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-md-top {
		vertical-align: top;
	}
	.col-md-middle {
	  	vertical-align: middle;
	}
	.col-md-bottom {
	  	vertical-align: bottom;
	}	
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	.visible-lg-block {
		display: block !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
  	.hidden-lg {
    	display: none !important;
  	}
  	/* columns of same height styles 
	-------------------------------------- */  
	.row-lg-height {
		display: table;
		table-layout: fixed;
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-lg-top {
		vertical-align: top;
	}
	.col-lg-middle {
	  	vertical-align: middle;
	}
	.col-lg-bottom {
	  	vertical-align: bottom;
	}
}


/* custom
-------------------------------------- */  
/* Device 해상도가 768px 이상이고 1024px 이하일 때 이 코드가 실행 */
@media all and (min-width:768px) and (max-width:1024px) {
	.xet-nav > li > a {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.xet-home-slider .slider-text > div > div > div {
		text-align: left;
		margin-left: 9%;
	}
	.xet-home-slider .slide-content h1.h1 {
	    font-size: 40px;
	}
	.xet-home-slider .slide-content h4.h4 {
	    font-size: 16px;
	}
	/* 아이콘 */
	.feature div.h5 {
	    font-size: 16px;
	}
	.feature .right_icon a {
		margin-right: 20px;
	}
	.feature .right_icon img {
		width: 23%;
	}
	
	/* 각 섹션 타이틀, 서브타이틀 */
	.about h2.h2 {
	    font-size: 30px;
	}
	.about h5.h5 {
	    font-size: 16px;
	}
	.portfolio h2.h2 {
		font-size: 30px;
	}
	.portfolio h5.h5 {
	    font-size: 16px;
	}
	
	.partner h2.h2 {
	    font-size: 35px;
	}
	.partner h2 span {
	    font-size: 35px;
	}
	.partner h5.h5 {
	    font-size: 16px;
	}

}
/* Device 해상도가 992px 이상만 작동 */
@media (min-width: 992px) {}
/* Device 해상도가 991px 이하만 작동 */
@media (max-width: 991px) {
	h1.h1 {
	  	font-size: 36px;
	}
	h2.h2 {
	  	font-size: 28px;
	}
	h3.h3 {
	  	font-size: 24px;
	}
	h4.h4 {
	  	font-size: 18px;
	}
	h5.h5 {
	  	font-size: 16px;
	}
	h6.h6 {
	  	font-size: 14px;
	}
	#xet-header .xet-logo a {
		font-size: 18px;
	}
}

/* Device 해상도가 768px 이하만 작동 */
@media (max-width: 767px) {		
	html, body { 
		font-size: 12px;
	}
	h1.h1 {
	  	font-size: 28px;
	}
	h2.h2 {
	  	font-size: 24px;
	}
	h3.h3 {
	  	font-size: 18px;
	}
	h4.h4 {
	  	font-size: 16px;
	}
	h5.h5 {
	  	font-size: 14px;
	}
	h6.h6 {
	  	font-size: 12px;
	}
	.xet-home-slider .xet-logo-top img {
		max-width: 50% !important;
	}	
	#xet-header .xet-logo a {
		font-size: 16px;
	}
	.xet-acc-btn-wrp li .xet-acc-btn i {
		margin-top: 4px;
		font-size: 24px;
	}
	.xet-footer-nav li {
		text-align: center;
	}
	.xet-footer-nav > li:after { 
		content: "";
	}
	.btn-more {
		font-size: 12px;
		padding: 7px 15px;
	}
	.btn-more.small {
		font-size: 11px;
		padding: 5px 15px;
	}
	#xet-top-scroll { 
		bottom: 5px;
		right: 5px;
		width: 40px; 
		height: 40px; 
		line-height: 40px;
	}
	.xet-map-btn button {
		width: 100%;
		padding: 5px 0;
	}
	
	/* 로고 */
	#xet-header .xet-logo a {
		margin-top: 9px;
		height: 50px;
		line-height: 50px;
	}
	/* 메인 타이틀 */
	.xet-home-slider .slider-text > div > div > div {
		margin-left: 7%;
		margin-top: -20px;
	}
	.xet-home-slider .slide-content h1.h1 {
		font-size: 27px;
		line-height: 35px;
	}
	
	
	/* 취급품목 제빙기 제원 */
	.pro01 table tr td {
		padding: 5px 2px;
		text-align: left;
		font-size: 12px;
	}
	/* 취급품목 냉동고 제원 */
	.pro02 table tr td {
		padding: 5px 2px;
		text-align: left;
		font-size: 12px;
	}

}

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






