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

.fix_maintxt{
	position: absolute;
	top:50%;
	margin-top:-200px;
	left:2%;
	width:96%;
	text-align:center;
	z-index:2;
	font-size:500%;
}
.fix_maintxt strong{
	display:block;
	color:#fff;
	
	font-weight:600;
	animation:fadeInUp 2s both ; 
	
}
.fix_maintxt .maintxt{
	color:#fff;
	font-size:31%;
	margin:0 auto;
	 max-width:600px;
	font-weight:600;
	margin-top:20px;
	animation:fadeInUp 3s both ; 

}
.fix_maintxt .maintxt span{
	display:inline-block;
}

.fix_maintxt .anitxtarea{
	
	text-align:center;
	margin:40px auto 0 auto;
	max-width:500px;
	 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fix_maintxt .anitxtarea .aniwon{
	position:relative;
	
	color:#fff;
	width:150px;
	height:150px;
	border-radius:50% 50%;	
	border: 1px solid #fff;
	vertical-align:middle;
	font-size:40%;
	line-height:1.1;
	background: rgba(0,0,0,.1);
	webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.fix_maintxt .anitxtarea .aniwon span{
	display:block;
	padding:10px;
}

.spinner-item{
   
   background: rgba(255,255,255,.2);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: zoom 3s linear 3s infinite;

	}
   
.spinner-item--2{
      animation-delay: 1.25s;
    }
    
.spinner-item--3{
      animation-delay: 1.75s;
 }



@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}


.fix_maintxt .anitxtarea .aniwon.aniwonA{
	animation:fadeInLeft 4s both ; 
}
.fix_maintxt .anitxtarea .aniwon.aniwonB{
	animation:fadeInCenter 4s both ; 
}
.fix_maintxt .anitxtarea .aniwon.aniwonC{
	animation:fadeInRight 4s both ; 
}
.fix_maintxt .anitxtarea .plustxt{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 	color:#fff;
	vertical-align:middle;
	font-size:40%;
}

 @media (max-width: 1000px ){
	.fix_maintxt{font-size:400%;}

 }

  @media (max-width: 780px ){
	.fix_maintxt{font-size:300%;}
	.fix_maintxt .maintxt{ max-width:95%;}
	
	.fix_maintxt .anitxtarea .aniwon{
		width:100px;
		height:100px;
	}
	.spinner-item{
		width:150px;
		height:150px;
	}
 
 }
 @media (max-width: 420px ){
	.fix_maintxt{font-size:250%;}
	.fix_maintxt .anitxtarea{max-width:100%;}

	.fix_maintxt .anitxtarea .aniwon{
		width:90px;
		height:90px;
	}
	
 
 }


/**/


.numcurrent{
    
    color:rgba(255,255,255,.5);
    padding:0px;
    width:80px; 
    text-align:center;
	z-index:9999;
   font-size: 16px;
    line-height: 1.7;
	position: absolute;
	top:3px; 
	left:50%;
	margin-left:-40px;
	 
}
.numcurrent span{
  color:rgba(255,255,255,1);
  font-size:200%;
}
.numtotal{
    
    color:rgba(255,255,255,.5);
    padding:0px;
    width:50px; 
    text-align:center;
	z-index:9999;
   font-size: 17px;
    line-height: 1.7;
	position: absolute;
	top:0px; 
	left:78%;
	 
}

 
.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 {
	 
	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%;
	 -o-transform: scale(1.2,1.2); 
    -moz-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2); 
     transform: scale(1.2,1.2);
	-webkit-transition: .3s; 
	transition:.3s;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}

.bs-slider .active .bs-slider-overlay{
	    animation:animateImageB 3s both ;
   
}
.bs-slider > .carousel-inner{
	position: absolute; 
	left:0;
	width: 100%;
	height:100%;
	z-index:1;
}
.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 center;background-size:cover;}
 .mainbgB{width:100%;height:100%;background:url(../image/mainimg02.jpg) no-repeat center center;background-size:cover;}
 .mainbgC{width:100%;height:100%;background:url(../image/mainimg03.jpg) no-repeat center center;background-size:cover;}
 .mainbgD{width:100%;height:100%;background:url(../image/mainimg04.jpg) no-repeat center center;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 {
    top: 20px;
    opacity: 0.3;
    width: 30px;
    height: 30px;
    z-index: 3;
    color: #fff;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height:1;
    text-shadow: none;
    position: absolute;
    font-weight: 100;
    background: transparent; 
	padding-top:5px;
	

	 
	
}
 
.control-round .carousel-control.left {
     
	left:0;
	
	
}
.control-round .carousel-control.right {
    right: -1px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   
     opacity: 0.9;
 
	 
}

.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}







/*---------- INDICATORS CONTROL ----------*/
 .indicators-line  .carousel-indicators{
     left: 0%;
	
	 top:0; 
    position:absolute;
    width:100%;
	max-width:100%;
    height: 50px;
    font-size: 14px; 
    text-align: left;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
	margin-right:0px;
    white-space: nowrap;
	background:none;

	z-index:33333;
	
	 
	 
	 
}
.indicators-line  .carousel-indicators li{
   padding: 0 0 3px 0;
    width: 70px;
    height: 50px;
    border: 0px solid #00bfe8;
	border-radius:100% 100%;
    text-indent: 0;
	display:none;
	vertical-align:top; 
     
    text-align: left;
    position: relative;
    letter-spacing: -1px;
   background: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
 
    margin-right: 10px;
    -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: 10;
    cursor:pointer;
}
.indicators-line  .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line  .carousel-indicators li.active{
   
     display:block;
    margin-left:1px;   
	 width:100%;
     /* background: rgba(16, 124, 44, 1);*/
    position: relative;
   
	
	transition:all 0.5s;
 

}

 

.indicators-line .carousel-indicators .active:after {
  display:block;
	position: absolute;
    content: "";
	background:red;
	animation:progressbar 4s both; animation-delay:0.2s;
	 

}



/**/
.progress{
    width: 100%;
    height: 30px;
    line-height: 1.5;
    background: none;
    margin: 0;
    box-shadow: none;
    position: relative;
	display:none;
}
 
.active .progress:after{
content:'';
display:block;
background:rgba(255,255,255,.3);
position:absolute;
top:48%;
left:30px;
width:100%;
height:2px;
}
.progress .progress-value{
    width: 100%;
    height: 100%;     
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    text-align: left;   
	 transition:all 0.3s;
	 
}
.progress .progress-value:after{
	display:block;
	background:rgba(255,255,255,1);
	content:'';
	width:100%;
	
	top:48%;
	margin-top:-1px;
	left:30px;
	height:3px;
	position:absolute;
	animation:progressbar 4s both; animation-delay:0.2s
} 

.progressbar { 
	height: 4px;
    background-color: #f8e06d;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
 
@-webkit-keyframes progressbar{
	from{width:0px;}to{width:90%;}
}
@keyframes progressbar{
	from{width:0px;}to{width:90%;}
}



@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
 
 
/**/

 

/*-------------stop,play--------------*/
.btn.btn-customized {
  color: #fff;
  background: none;
  border-color: none;
  position:absolute;
  right:15%;
  bottom:10px;
  opacity: 0.8;
}
.btn.btn-customized:hover {
	opacity: 1;
}
 
.pause-cycle-button{position:absolute;bottom:10%;left:50%;z-index:33;margin-left:-75px; width:150px;padding:0px;}
.pause-cycle-button .fa-play{color:#fff;display:block;position:relative; width:20px;height:25px;content:'';}
.pause-cycle-button .fa-pause{color:#fff;display:block;position:relative;width:20px;height:25px;content:'';font-size:16px;}

 

/*---------- 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%;
	width:80%;
 	 
	
}
 
  
 

.slide-text .txtbox{
	overflow:hidden; 
	margin: 0; 
	position:relative;
	max-width:800px;
	text-shadow: 0px 0px 2px #333;
	
	}
 
 .slide-text .txtbox .txt_sub{
		font-size:120%;
		margin-top:30px;
		letter-spacing:-1px;
		font-weight:400;
		max-width:600px;
 }

 /**/
.ani_box{
	margin:0 auto;
	position:relative;
	text-align:center;
	width:80px;
}
.ani_box .ani_rota{
	position:relative;
}
.ani_box .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.ani_rota .imageA {
   
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

 
 .slide-text h2{color:#fff;}
   .slide-text h2 span{display:inline-block;}
  .slide-text h2 .elefont{letter-spacing:-3px;}
.slide-text .txtbox {color:#fff;}
 
 

.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);
 

}

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

 
/*화살표*/

 
 

 .fa-angle-right,
.fa-angle-left {
  display: block;
  margin: 5px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fa-angle-right {
 transform: rotate(135deg);
}

.fa-angle-left {
 transform: rotate(-45deg);
}
 



/* #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);   
    }
}
 

 
 

 