@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;
}
.num{
    background:#000;
    color:#fff;
    padding:10px;
    width:50px;

    text-align:center;
	z-index:9999;
	position: absolute;
	top:0;
	left:0;
}
.progressbar { 
	height: 4px;
    background-color: #f8e06d;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.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.7;
}
.carousel .carousel-control:hover {
	opacity: 1;
}
.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%;
	-webkit-transition: .3s; 
	transition:.3s;
	 
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider .active .bs-slider-overlay{
	    
   
}	 

.bs-slider > .carousel-inner{
	position: absolute; 
	left:0;
	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/mainimg01.jpg) no-repeat center 0;background-size:cover;}
 

 @media(max-width:1000px){

 .mainbgB{width:100%;height:100%;background:url(../image/mainimg02_m.jpg) no-repeat center 0;background-size:cover;}
 .mainbgC{width:100%;height:100%;background:url(../image/mainimg04.jpg) no-repeat center 0;background-size:cover;}


 }
/********************
*****Slide effect
**********************/

.fade {
     
}
.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 1.5s;
    -moz-transition: opacity ease-in-out 1.5s;
    -ms-transition: opacity ease-in-out 1.5s;
    -o-transition: opacity ease-in-out 1.5s;
    transition: opacity ease-in-out 1.5s;



}
.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:auto;
    bottom: 35px;
    opacity: 0.6;  
    width: 25px;
    height: 25px;
    z-index: 3333;
    color: #ffffff;
    display: block;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    line-height: 1;
    text-shadow: none;
    position: absolute;
	background:none;
    font-weight: normal;
     /*background: transparent;*/
    border:0px solid #fff;
	padding-top:0px;
 	font-weight:100;
}
 
.control-round .carousel-control.left {
    left:0%; 
	right:auto;
	 
	 font-family: FontAwesome;
	 content: "\f104";
	 font-size:30px;
	 margin-left:0;
	 color:#fff;

	 
	
}
 
.control-round .carousel-control.right {
    right:0; 
	left:auto;
	margin-left:80px;
	 
	font-size:30px;
	font-family: FontAwesome;
	content: "\f105";
	 color:#fff;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   
     opacity: 1
 
	 
}
.control-round .carousel-control.left>span:nth-child(1){
  
}
.control-round .carousel-control.right>span:nth-child(1){
  
}










/*---------- INDICATORS CONTROL ----------*/
 .indicators-line  .carousel-indicators{
     left: 50%;
	 margin-left:-35px;
	 top:auto;
    bottom: 10px;
    position:absolute;
    width:50%;
    height: 74px;
    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: 70px;
    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:45%;
     /* background: rgba(16, 124, 44, 1);*/
    position: relative;
   
	/*animation:progressbar 4s both; animation-delay:0.2s*/
	transition:all 0.5s;
 

}


.indicators-line .carousel-indicators .active:after {
  display:block;
	position: relative;
    content: " ";
	 

}



/**/
.progress{
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.active .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 2.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background:none;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 5%;
	 transition:all 0.3s;
	 
}
.progress .progress-bar{
    border-color: #fff;
}
.active .progress .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 2.8s;
}



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

 @media(max-width:640px){

	 .progress{
		width: 50px;
		height: 50px;
		 line-height: 52px;
		 margin-top:20px;
		 margin-left:15px;

	 }
	 .progress .progress-value{
		 line-height: 50px;
	 }


 }


/*-------------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:0px;left:50%;z-index:33;margin-left:-75px;background:none;width:150px;padding:30px}
.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:25%;	
	left:50%;
	width:50%;
	max-width:600px;
	z-index:3;
	 
	
}
  
 

.slide-text .txtbox{overflow:hidden; position:relative;margin:0 auto; width:100%;}
 
 
.slide-text  .bigtxt{
	/*text-shadow: 0px 0px 2px #333; */
	padding:30px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 auto 0 auto; 	
	font-weight: 700;	 
	letter-spacing:-2px;
}
 
.slide-text  .bigtxt .bigtxt_txt{
	margin: 0;
	text-align:left;
	position:relative;	
	overflow:hidden;
 	

	
}
.slide-text  .bigtxt .s_txt{
	font-size:55px;
	line-height:1.2;
	color:#3e4247;
	margin:0;
	text-align:left;
}
.secondslide .slide-text  .bigtxt .s_txt{
	color:#fff;
}
.slide-text .bigtxt .s_txt span{
	display:inline-block;
}  
.slide-text .bigtxt .s_txt span strong{
	color:#3276ff;
	font-weight: 700;	 
}
.secondslide .slide-text .bigtxt .s_txt span strong{
	color:#46d6ff;
}


.slide-text .bigtxt .bigtxt_txt div{
	font-weight:100;
	font-size:55px;
	line-height:1.2; 	
	display:block;
	overflow:hidden;
	color:#3e4247; 
	display:inline-block;
	margin-right:10px;
 
 }
 .secondslide .slide-text .bigtxt .bigtxt_txt div{
		color:#fff;
 }
.slide-text .txtbox .txt_dec{
	font-size:22px;
	line-height:1.2;
	display:block;
	position:relative;
	color:#eeeeef;
	letter-spacing:0px; 
	margin:0px auto;
	text-align:center;
 	 
}
.slide-text .txtbox .txt_dec span{display:inline-block;}  
.slide-text .moreaarea{

	margin-top:50px;
	width:200px;
}
.slide-text .moreaarea a{
	display:block;
	border-radius:30px;
	border:1px solid #fff;
	padding:10px;
	color:#fff;
	font-family: 'Raleway', sans-serif; 
	font-size:14px;
	text-align:center;
}
.slide-text .moreaarea a:hover{
	background:#0063de;
	border:1px solid #0063de;
	-webkit-transition: .3s; 
	transition:.3s;
}


.slidimgarea{
	left:5%;
	top:35%;
	position: absolute;
    text-align: left;
	width:55%;
	z-index:2 	
}

.thirdslide .slidimgarea{
	
	top:120px;
	left:0%;
	width:100%;
	text-align:center; 
}
 
.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: 1200px ){
	.slide-text .bigtxt .bigtxt_txt div{
		font-size:45px;

	}
	.slide-text  .bigtxt .s_txt{
		font-size:45px;
	}

}
  
 @media(max-width:1000px){
	.slide-text{
		position: relative;
		width:90%;
		left:5%;
		top:0;	
		margin-top:100px;
		max-width:100%;
	}
	.slide-text  .bigtxt .bigtxt_txt{
		text-align:center;
	}
	.slide-text  .bigtxt .s_txt{
		text-align:center;
	}

	.slidimgarea{
		position: relative;
		text-align: center;
		width:90%;
		top:0;
		margin-top:50px;
	}

	.thirdslide .slidimgarea{
	display:none;
	/*top:0;
	left:0%;
	width:100%;
	text-align:center;	 */
}


 }

@media(max-width:640px){
  
  .slide-text .bigtxt .bigtxt_txt div{
		font-size:35px;

	}
	.slide-text  .bigtxt .s_txt{
		font-size:35px;
	}
  
   
 }

 @media(max-width:480px){
	 
 .slide-text .bigtxt .bigtxt_txt div{
		font-size:25px;

	}
	.slide-text  .bigtxt .s_txt{
		font-size:25px;
	}
  
   
 }




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

 }

 

 