/*
 * Copyright inpleworks, Co.
*/


/* All Device
-------------------------------------- */  
h1.h1,
h2.h2,
h3.h3 {
	font-weight: 600;
  	line-height: 1.1;
}
h4.h4 {
	font-weight: 300;
  	line-height: 1.1;
}
h5.h5 {
	font-weight: 200;
  	line-height: 1.3;
}
h6.h6 {
  	font-weight: normal;
  	line-height: 1.3;
}
h1.h1 {
  	font-size: 36px;
}
h2.h2 {
  	font-size: 30px;
}
h3.h3 {
  	font-size: 24px;
}
h4.h4 {
  	font-size: 18px;
}
h5.h5 {
  	font-size: 14px;
}
h6.h6 {
  	font-size: 12px;
}
h1.h1 small,
h2.h2 small,
h3.h3 small {
  	font-size: 65%;
}
h4.h4 small,
h5.h5 small,
h6.h6 small {
  	font-size: 75%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.float-left { 
	float:left; 
}
.float-right { 
	float:right;
}
.float-none {
	float: none;
}

.overflow-hidden { 
	overflow: hidden; 
}
span.hidden {
	visibility: hidden;
	font-size: 0;
	text-indent: -99999em;
}

/* margin top */
.mg-t0 {
	margin-top: 0px;
}
.mg-t10 {
	margin-top: 10px;
}
.mg-t15 {
	margin-top: 15px;
}
.mg-t20 {
	margin-top: 20px;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-t40 {
	margin-top: 40px;
}
.mg-t50 {
	margin-top: 50px;
}
.mg-t60 {
	margin-top: 60px;
}
.mg-t70 {
	margin-top: 70px;
}
.mg-t80 {
	margin-top: 80px;
}
.mg-t90 {
	margin-top: 90px;
}
/* margin bottom */
.mg-b0 {
	margin-bottom: 0px;
}
.mg-b10 {
	margin-bottom: 10px;
}
.mg-b15 {
	margin-bottom: 15px;
}
.mg-b20 {
	margin-bottom: 20px;
}
.mg-b30 {
	margin-bottom: 30px;
}
.mg-b40 {
	margin-bottom: 40px;
}
.mg-b50 {
	margin-bottom: 40px;
}
.mg-b60 {
	margin-bottom: 60px;
}
.mg-b70 {
	margin-bottom: 70px;
}
.mg-b80 {
	margin-bottom: 80px;
}
.mg-b90 {
	margin-bottom: 90px;
}

/* padding */
.pd-l50 {
	padding-left: 50px;
}
.pd-r50 {
	padding-right: 50px;
}

.pd-15 {
	padding: 15px;
}
.pd-30 {
	padding: 30px;
}
.pd-50 {
	padding: 50px;
}

/* padding top */
.pd-t10 {
	padding-top: 10px;
}
.pd-t20 {
	padding-top: 20px;
}
.pd-t30 {
	padding-top: 30px;
}
.pd-t40 {
	padding-top: 40px;
}
.pd-t50 {
	padding-top: 50px;
}
.pd-t60 {
	padding-top: 60px;
}
.pd-t70 {
	padding-top: 70px;
}
.pd-t80 {
	padding-top: 80px;
}
.pd-t90 {
	padding-top: 90px;
}

/* padding bottom */
.pd-b10 {
	padding-bottom: 10px;
}
.pd-b20 {
	padding-bottom: 20px;
}
.pd-b30 {
	padding-bottom: 30px;
}
.pd-b40 {
	padding-bottom: 40px;
}
.pd-b50 {
	padding-bottom: 50px;
}
.pd-b60 {
	padding-bottom: 60px;
}
.pd-b70 {
	padding-bottom: 70px;
}
.pd-b80 {
	padding-bottom: 80px;
}
.pd-b90 {
	padding-bottom: 90px;
}

/* border */
.border1 {
	border: 1px solid #ccc;
}
.border-b1 {
	border-bottom: 1px dotted #ccc;
}
.no_border {
	border: 0;
}

/* radius */
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r3 { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.r5 { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.r50 { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}

/* grid
-------------------------------------- */  
.xet-clearfix,
.xet_container,
.xet-row {
	*zoom: 1;
}
.xet-container:before,
.xet-container:after,
.xet-row:before,
.xet-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.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;
	}	
}

/* Mobile Device
-------------------------------------- */  
.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;
}
.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: 1170px;
  	}
}


/* Tablet & Desktop Device 사용자 해상도가 768px 이상일 때 이 코드가 실행됨. 테블릿과 데스크톱의 공통 코드를 작성한다. */

@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%;
  }
}

@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;
	}
  	.mg-xs-t15 {
		margin-top: 15px !important;
	}
	
	.mg-xs-b15 {
		margin-bottom: 15px !important;
	}
	
	/* margin top */
  	.mg-xs-t0 {
		margin-top: 0px !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-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;
		width:50%;
		float:left;
	}
	.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-t10 {
		padding-top: 10px !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-b10 {
		padding-bottom: 10px !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;
	}
}


@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;
	}
  /* margin top */
  	.mg-sm-t0 {
		margin-top: 0px !important;
	}
  	.mg-sm-t10 {
		margin-top: 10px !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-b10 {
		margin-bottom: 10px !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 top */
	.pd-sm-t0 {
		padding-top: 0px !important;
	}
	.pd-sm-t10 {
		padding-top: 10px !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: 90px !important;
	}	
	/* padding bottom */
	.pd-sm-b0 {
		padding-bottom: 0px !important;
	}
	.pd-sm-b10 {
		padding-bottom: 10px !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;
	}
}
@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;
	}
  	/* margin top */
  	.mg-md-t0 {
		margin-top: 0px !important;
	}
  	.mg-md-t10 {
		margin-top: 10px !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-b10 {
		margin-bottom: 10px !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 top */
	.pd-md-t0 {
		padding-top: 0 !important;
	}
	.pd-md-t10 {
		padding-top: 10px !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: 0 !important;
	}
	.pd-md-b10 {
		padding-bottom: 10px !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;
	}
		
}
@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;
  	}
}


/* custom */
/* Device 해상도가 992px 이상만 작동 */
@media (min-width: 992px) {	
	.main-nav {
		display: block !important;
	}	
	/* show */
	.xet-nav li:hover > ul {
		display: block;
		-moz-animation: fadeIn .3s ease-in ;
	    -webkit-animation: fadeIn .3s ease-in ;
	    animation: fadeIn .3s ease-in;
	}
}
/* Device 해상도가 991px 이하만 작동 */
@media (max-width: 991px) {
	.xet-home-slider .xet-logo img {
		max-width: 50%;
	}

	#xet-header .xet-logo a {
		margin-top: 25px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	
	/* mobile nav */
	.mobile-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch; 
		background: rgba(0,0,0,.8);
		box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	}
	.xet-mobile-nav {
		list-style: none;
		margin: 10px 15px;
		padding: 0;
	}	
	.xet-mobile-nav li { 
		float: none;	
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		border-top: 1px solid rgba(0,0,0,.1);
	}	
	.xet-mobile-nav li:first-child {
		border: 0;
	} 
	.xet-mobile-nav li a { 
		display: block;
		cursor: pointer;
		text-align: left;
		font-size: 13px;
		margin: 0 50px 0 0;
		padding: 10px 0;
		color: #fff;
	}	
	.xet-mobile-nav .child a.child {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;	
		text-align: center;
		margin-right: 0;
		padding: 10px 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 15px;
		color: #fff;
	}
	/* 3차 */
	.xet-mobile-nav ul ul a { 
		padding: 10px 0 10px 30px;
	}
	/* color */
	.xet-mobile-nav > li a.current {
		color: #63C6AE;
	}

}

/* Device 해상도가 768px 이하만 작동 */
@media (max-width: 767px) {		
	h1.h1 {
	  	font-size: 28px;
	}
	h2.h2 {
	  	font-size: 24px;
	}
	h3.h3 {
	  	font-size: 20px;
	}
	h4.h4 {
	  	font-size: 16px;
	}
	h5.h5 {
	  	font-size: 14px;
	}
	#xet-header {
		height: 60px;
	}
	#xet-header .xet-logo a {
		margin-top: 10px;
	}
	.xet-acc-btn-wrp li .xet-acc-btn {
		margin-top: 10px;
		background: none;
		box-shadow: none;
		color: #333;
	}
	.btn-more { 	
		padding: 10px 20px;
	}
	.xet-footer-nav li {
		display: block;
		text-align: center;
	}
	.xet-footer-nav > li:after { 
		content: "";
	}

}

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

/* Device 해상도가 768px 이상이고 1024px 이하일 때 이 코드가 실행 */
@media all and (min-width:768px) and (max-width:1024px) {
}





