@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.carousel{
	margin: 0px 0;
   	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
     
}
 .carousel .item {
    text-align: center;
	overflow: hidden;
	position: absolute;
	width:100%;
	height:100%;
     
}
.carousel .item img {
	 
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
} 
.carousel .carousel-control {
	width: 50px;
    height: 50px;
    background: #000;
    margin: auto 0;
	opacity: 0.8;
}
.carousel .carousel-control:hover {
	opacity: 0.9;
}
.carousel .carousel-control i {
    font-size: 41px;
}
.carousel-caption h3, .carousel-caption p {
	color: #fff;
	display: inline-block;
	text-shadow: none;
	margin-bottom: 20px;
}
.carousel-caption h3 {
	background: rgba(0,0,0,0.9);
	padding: 12px 24px;
	font-size: 40px;	
	text-transform: uppercase;
}
.carousel-caption p {
	background: #8fc93c;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 300;
}
.carousel-action {
	padding: 10px 0 30px;
}
.carousel-action .btn {
	min-height: 34px;
	border-radius: 0;
	margin: 3px;
	min-width: 150px;
	text-transform: uppercase;
}
.carousel-action .btn-primary {
	border-color: #000;
	background: none;
	color: #000;
}
.carousel-action .btn-primary:hover {
	background: #000;
	color: #fff;
}
.carousel-action .btn-success {
	background: #8fc93c;
	border: none;
}
.carousel-action .btn-success:hover {
	background: #87bd35;
}
 



/*custommizing*/
 
  
.bs-slider{
    overflow: hidden;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner{
	position: absolute; 
	width:100%;
	height:100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}


 .mainbgA{width:100%;height:100%;background:url(../image/mainimg01.jpg) no-repeat center 0;background-size:cover;}
 .mainbgB{width:100%;height:100%;background:url(../image/mainimg02.jpg) no-repeat center 0;background-size:cover;}
 .mainbgC{width:100%;height:100%;background:url(../image/mainimg03.jpg) no-repeat center 0;background-size:cover;}
 .mainbgD{width:100%;height:100%;background:url(../image/mainimg04.jpg) no-repeat center 0;background-size:cover;} 
 .mainbgE{width:100%;height:100%;background:url(../image/mainimg05.jpg) no-repeat center 0;background-size:cover;} 
  
 
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
 .control-round .carousel-control {
    display: none;
	top: auto;
	bottom:20px;
    opacity: 0.3;
    width: 40px;
    height: 40px;
    z-index: 3;
    color: #ffffff;
    font-size: 33px;
    cursor: pointer;
    overflow: hidden;
    line-height: 1.4;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
	padding-top:0px;
	/*background: rgba(255, 255, 255, 0.1);*/
}
 
.control-round .carousel-control.left {
    left:50%;
	margin-left:-80px;
	
}
.control-round .carousel-control.right {
     left:50%;
	 margin-left:40px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   
     opacity: 0.5;
 
	 
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 0;
	 
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 0;
	 
}






/*---------- INDICATORS CONTROL ----------*/

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #5cb85c;/*progress bar color*/
    width: 0;
    margin: 0 0 0 0;
    border: none;
    z-index: 11;
    position: relative;
}

 .indicators-line > .carousel-indicators{
     
	 left: 50%;
	 margin-left:-45px;
	 top:auto;
    bottom: 77px;
    position:absolute;
    width:150px;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: left;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 0px;
	margin-right:0px;
    white-space: nowrap;
 
	  z-index: 101;
	 
}
 
.indicators-line > .carousel-indicators li{
   padding: 0;
    width: 12px;
    height: 12px;
    border: 0px solid #fff;
	border-radius:100% 100%;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 1.0);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    margin-right: 15px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 999;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
     
    margin-left:1px;   
    background: rgba(255, 0, 0, 1);
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
 

}
 



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text{
	position: absolute;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	top:35%;	
	left:10%;
	
	 
	
}
 
  
 

.slide-text .txtbox{overflow:hidden; padding-left:20px;}
.slide-text  .toprect div { 
	 content:'';
	 display:block;
	 width:100px;
	 height:15px;
	 background:#ff0000;
	 position:absolute;
	 top:0;
	 margin-top:0px;
	 left:0;
	 margin-left:0px;
}
.slide-text  .toprect  div:after{
	 content:'';
	 display:block;
	 width:15px;
	 height:100px;
	 background:#ff0000;
	 position:absolute;
	 top:0;
	 margin-top:0px;
	 left:0;
	 margin-left:0px;
 
}
.slide-text  .bottomrect{
	position:relative;
	
	
}
 .slide-text  .bottomrect strong { 
	 content:'';
	 display:block;
	 width:100px;
	 height:15px;
	 background:#ff0000;
	 position:absolute;
	 bottom:0px;	 
	  
	 right:0px;
	 margin-left:20px;
}
.slide-text .bottomrect strong:after{
	 content:'';
	 display:block;
	 width:15px;
	 height:80px;
	 background:#ff0000;
	 position:absolute;
	 bottom:0px;
	  
	 right:0;
	 margin-left:20px;
 
}
 
.slide-text  .bigtxt{
	text-shadow: 0px 0px 2px #333; 
	padding:30px 40px 0px 40px;
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
	font-size:60px;
	font-weight:700;
	line-height:1.1; 
	letter-spacing:-2px;
}
#english .slide-text  .bigtxt{letter-spacing:-1px;}

.slide-text  .bigtxt .bigtxt_txt{position:relative;padding: 0 40px 40px 0;text-align:center; }
  
 .slide-text  .bigtxt .bigtxt_txt span{
	display:inline-block;
	
 
 }
.slide-text .txtbox .txt_dec{
	font-size:28px;
	display:block;
	position:relative;
	color:#eeeeef;
	letter-spacing:-2px;
	
	padding-left:40px;
	margin-top:-30px;
	margin-right:30px;
	text-shadow: 0px 0px 2px #333; 
	 
}

#english .slide-text .txtbox .txt_dec{max-width:800px;letter-spacing:-1px;}

.slidimgarea{
	left:45%;
	top:10%;
	position: absolute;
    text-align: left;
	width:55%;
 	
}
 
.slidimgarea .imgbox{

	text-align:center;
}
 .slidimgarea .imgbox img{max-width:100%;max-height:100%;}
  
 .slidimgarea{
	 opacity:0;
	 filter:Alpha(opacity=0);
 

}
 
.active .slidimgarea{
	opacity:1;
	 filter:Alpha(opacity=0);
 

}


 

  @media  (max-width: 1000px) {
	
	 .mainbgA{background:url(../image/mainimg01_m.jpg) no-repeat right 0;background-size:cover;}
	 .mainbgB{background:url(../image/mainimg02_m.jpg) no-repeat center 0;background-size:cover;}
	 .mainbgC{background:url(../image/mainimg03_m.jpg) no-repeat center 0;background-size:cover;}
	 .mainbgD{background:url(../image/mainimg04_m.jpg) no-repeat center 0;background-size:cover;}
	 .mainbgE{background:url(../image/mainimg05_m.jpg) no-repeat center 0;background-size:cover;}

 	.slide-text{
		 
	}
	.slide-text  .toprect div { 
		height:15px;
	}
	.slide-text  .toprect div:after{
		width:15px;
	}
	 .slide-text  .bottomrect strong { 
		 height:15px;
	 }
	 .slide-text  .bottomrect  strong:after{
		 width:15px;
	 }
 
 

  }
   @media  (max-width: 870px) {
		.slide-text  .bigtxt{
			font-size:50px;
			 
		}
		.slide-text .txtbox .txt_dec{
			font-size:26px;

		}
   }

   @media  (max-width: 680px) {


		.slide-text  .toprect div { 
			height:12px;
			width:80px;
		}
		.slide-text  .toprect div:after{
			width:12px;
			height:80px;
		}
		 .slide-text  .bottomrect  strong { 
			 height:12px;
			 width:80px;
			 
		 }
		 .slide-text  .bottomrect  strong:after{
			 width:12px;
			 height:60px;
			 
		 }

		 

		 


		.slide-text  .bigtxt{
			font-size:40px;
			 
		}
		.slide-text .txtbox .txt_dec{
			font-size:22px;

		}
   }
    @media  (max-width: 480px) {
		 .slide-text  .bigtxt .bigtxt_txt span{
				display: block;
				
			 
			 }
			  .slide-text  .bigtxt .bigtxt_txt span.dottxt{
				line-height:1;
				padding:0;
				display:none;
			  }

			  .slide-text .txtbox .txt_dec{
			font-size:18px;

		}

	}
/*------------------------------------------------------*/
/* animation
/*------------------------------------------------------*/

 
/*화살표*/

.fa { 
  font-family: FontAwesome;
  
}

.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
 



/* #demo style - you can delete it */
#demo {
  position: relative;
  margin: 0px;
 
  padding: 0;
}
#demo > li {
  float:left;
  width: 16.666%;
  
  margin: 0px 0 0 0px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: none;

  
}
#demo > li img{
	width:100%;
}
/* core style - don't delete */
.display-animation > * {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.display-animation > .animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.no-js .display-animation > * {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/**/


 .linebox_wrap{
    position:absolute;
    top:0;
    left:0;
	top:0px; 
    width:100%;
    height:100%;
	z-index:100;
	 
}
 .linebox_wrap .linebox_in{
    position:relative;
    width:100%;
    height:100%;
    opacity:.9;
	margin:0 auto;
}
 .linebox_wrap .linebox_in .lineboxA{
    display:block;
    width:100%;
    height:100%
}
  .linebox_wrap .linebox_in .lineboxA .lineOne,
  .linebox_wrap .linebox_in .lineboxA .lineTwo,
  .linebox_wrap .linebox_in .lineboxA .lineThree,
  .linebox_wrap .linebox_in .lineboxA .lineFour{
	
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	-moz-transition:opacity 1.0s, transform 1.0s;
	-o-transition:opacity 1.0s, transform 1.0s;
	-ms-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;

}
  .linebox_wrap .linebox_in .lineboxA .lineOne,
  .linebox_wrap .linebox_in .lineboxA .lineTwo,
  .linebox_wrap .linebox_in .lineboxA .lineThree,
  .linebox_wrap .linebox_in .lineboxA .lineFour{
    
	opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	position:absolute;
    background:0 0;
    width:0;
    height:0;
    animation-duration:.8s;
    animation-iteration-count:1;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;

}
  .linebox_wrap .linebox_in .lineboxA .lineOne{
    left:50%;
    top:90px;
    height:1px;
    animation-name:lineboxA-lineOne;
    animation-delay:.8s
}
   .linebox_wrap .linebox_in .lineboxA .lineTwo{
    top:0;
    left:90px;
    width:1px;
    animation-name:lineboxA-lineTwo;
    animation-delay:.8s
}
   .linebox_wrap .linebox_in .lineboxA .lineThree{
    bottom:90px;
    left:50%;
    height:1px;
    animation-name:lineboxA-lineThree;
    animation-delay:.8s
}

  .linebox_wrap .linebox_in .lineboxA .lineFour{
    top:0px;
    right:90px;
    width:1px;
    animation-name:lineboxA-lineFour;
    animation-delay:.4s
}
 
@keyframes lineboxA-lineOne{
    0%{
        width:0;
        background:rgba(255,255,255,0);   
    }
    100%{
        left:0;
		width:100%;
         background:rgba(255,255,255,0.2);   
    }
}
@keyframes lineboxA-lineTwo{
    0%{
        height:0;

        background:rgba(255,255,255,0);   
    }
    100%{
        
		height:100%;
        background:rgba(255,255,255,0.2);   
    }
}
@keyframes lineboxA-lineThree{
    0%{
        width:0;
        ackground:rgba(255,255,255,0);   
    }
    100%{
        left:0;
		width:100%;
         background:rgba(255,255,255,0.2);   
    }
}
 @keyframes lineboxA-lineFour{
    0%{
        height:0;
        ackground:rgba(255,255,255,0);   
    }
    100%{
       
		height:100%;
        background:rgba(255,255,255,0.2);   
    }
}
 

 @media  (max-width: 1000px) {
	.linebox_wrap{display:none;}

 }

 

 