.ei-slider{
	position: relative;
	width: 100%;
	height: 100%;
	min-width:300px;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	background-color: rgba(0,0,0,1.0);
	color: #fff;
	text-align: center;
	line-height:570px;
	background-image:url("/images/ko/common/ajax-loader.gif");
	background-position:50% 25%;
	background-repeat:no-repeat;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	height:100%;
}
.ei-title{
	position: absolute;
	left: 0;
	top: 220px;
	width:100%;
	min-width:300px;
}
.ei-title>h2, .ei-title>h3{
	text-align: center;
}
.ei-title>h2{
	margin:0;
	padding:0;
	font-size:60px; 
	font-weight:bold; 
	color:#FFF; 
	letter-spacing:-1px; 
	line-height:60px;
}
.ei-title>h3{
	padding:0;
	font-size:15px; 
	font-weight:300;
	color:#FFF; 
	margin:60px 0 0; 
	text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
	-moz-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
	
}
.ei-slider-thumbs{
	height: 4px;
	position: fixed;
	left:50%;
	top:365px;
	z-index:10;
	margin-left:-45px;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
	width:45px !important;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 3px;
	width:40px !important;
	z-index: 10;
	text-indent: -9000px;
	background: #0078c5;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #FFF;
	height: 3px;
	width:40px;
	cursor: pointer;
}
.ei-slider-thumbs li a:hover{
	background-color: #0078c5;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 768px) {
	.ei-title{
		position: absolute;
		right: 0px;
		width: 100%;
		text-align: center;
		top: 180px;
	}
	.ei-title>h2, .ei-title>h3{
		text-align: center;
	}
	.ei-title>h2{
		font-size:32px;
		line-height:32px;
		margin:0 15px 0;
		text-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
		-moz-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
		font-weight:bold; 
		font-family:NanumSquare;
	}
	.ei-title>h3{
		line-height:24px;
		margin:45px 0 0;
		padding:0 15px;
		text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
		-webkit-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
		-moz-text-shadow:1px 1px 10px rgba(0, 0, 0, 0.7);
	}
	.ei-slider-thumbs{
		top:265px;
	}
	.ei-slider-thumbs li{
		width:40px !important;
	}
	.ei-slider-thumbs li.ei-slider-element{
		height: 4px;
		width:35px !important;
	}
	.ei-slider-thumbs li a{
		height: 4px;
		width:35px;
	}
	ei-slider-large li .image01{
	margin-left: -320px !important;
	}	
}




/** bxslider
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
/*.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}*/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  z-index:100;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0078c5;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
  text-indent:-99999px;

}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  right: 61px;
  background: url('../../images/ko/business/btn_prev.png') no-repeat 0 0;
}
/*.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}*/
.bx-wrapper .bx-next {
  right: 0;
  background: url('../../images/ko/business/btn_next.png') no-repeat 0 0;
}
/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
/*.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../images/main/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}*/
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
/*.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../images/main/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}*/
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  position:absolute;
  left:0;
  bottom:20px;
  text-align: center;
  width: 100%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media screen and (max-width: 768px) {
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.bx-wrapper .bx-prev {
	  left: 0;
	  background-size:40px;
	}
	.bx-wrapper .bx-next {
	  right: 0;
	  background-size:40px;
	}
	.bx-wrapper .bx-controls-direction a {
	  top: 50%;
	  margin-top:-20px;
	  width:40px;
	  height:40px;
	}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	  bottom:10px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
	  width: 10px;
	  height: 10px;
	  margin: 0 2px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	}
}