@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;
}
.numtotal{
    
    color:rgba(255,255,255,.5);
    padding:0px;
    width:50px; 
    text-align:left;
	z-index:9999;
   font-size: 24px;
   line-height:1.5;
	position: absolute;
	top:0px; 
	left:50%;
}

 
.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%;
	-webkit-transition: .3s; 
	transition:.3s;
	 
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider .active .bs-slider-overlay{
	    animation:animateImage 4s both ;
   
}	 

.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 0px;background-size:cover;}
 .mainbgB{width:100%;height:100%;background:url(/image/mainimg02.jpg) no-repeat center 0px;background-size:cover;}
 .mainbgC{width:100%;height:100%;background:url(/image/mainimg03.jpg) no-repeat center 0px;background-size:cover;}
 .mainbgD{width:100%;height:100%;background:url(/image/mainimg04.jpg) no-repeat center 0px;background-size:cover;} 
 .mainbgE{width:100%;height:100%;background:url(/image/mainimg05.jpg) no-repeat center 0px;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: 36%;
    opacity: 0.3;
    width: 35px;
    height: 35px;
    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:0px;
	
}
 
.control-round .carousel-control.left {
    left: -1px;
	
}
.control-round .carousel-control.right {
    right: -1px;
}
.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: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}







/*---------- INDICATORS CONTROL ----------*/
 .indicators-line  .carousel-indicators{
     left: 0;
	 margin-left:0;
	 top:0; 
    position:relative;
    width:100%;
    height: 60px;
    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;
 	
	 
	 
	 
} 


 /**/

 .pause-cycle-button .carousel-indicators {
	text-align:center;
}
 .pause-cycle-button .carousel-indicators li{
    position: relative;
    flex: inherit;
    width: inherit;
    height: inherit;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: inherit;
    letter-spacing: 0;
    background-color: inherit;
    font-size: 15px;
    color: #414142;
	 border-radius:0;
	width:45px;
	height:45px;
	text-align:center;
	border:0px;
	background:none;
	margin-top:0px;
	margin-bottom:0px;
	 box-shadow: none;
	

	}
 

	  .progress-bar {
         
      }

 .pause-cycle-button  .carousel-indicators li.active{

	  color: #FFFFFF;
      background-color: transparent;


	  }

 
 .pause-cycle-button  .carousel-indicators .active .progress-bar{
        
      }

/**/
.progress{
    width:50px;
    height: 50px;
    line-height: 50px;
    background: none;
    margin: 0px auto;
    box-shadow: none;
    position: relative;
	padding:10px;
	
}
.progress:after{
    content: "";
	display:block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.2);
    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: 2px;
    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: 0;
    background: rgba(255,255,255,0);
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 5%;
	 transition:all 0.3s; 
}
li.active .progress .progress-value{
	font-weight:800;
}
li.active .progress .progress-value.colorA{
	color:#2e9aff;
 }
 li.active .progress .progress-value.colorB{
	color:#ff7916;
 }
  li.active .progress .progress-value.colorC{
	color:#9ad215;
 }
   li.active .progress .progress-value.colorD{
	color:#baa25a;
 }


.progress .progress-bar{
    border-color: rgba(255,255,255,.0);
	 
}
.active .progress .progress-bar{
    border-color: rgba(255,255,255,1);;
 
}
.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);
    }
}
 
 
/**/
 
 
/**/

 

/*-------------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:30px;
	left:5%;
	z-index:33;
	 
	width:300px;
	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;
	 height:100%;
	left:5%;
	width:90%; 
	 
	 
	 
	/*font-family:'S-CoreDream','Noto Sans KR', sans-serif;*/
	 
	
}
 
  
 

.slide-text .txtbox{position:absolute; bottom:25%;margin:0 auto;max-width:1800px;z-index:3}
 
 
.slide-text  .bigtxt{
	/*text-shadow: 0px 0px 2px #333; */
	padding:0px 0px 0px 0px;
	
	position:relative;
	overflow:hidden;
	display:block;
	margin-bottom:0px;
	
	  
}
 
.slide-text  .bigtxt {
	position:relative;
	text-align:left; 
	font-size:350%; 	 
	letter-spacing:-2px;
	color:#fff;  
   
}
.english  .slide-text  .bigtxt{
	max-width:800px;
}


  .slide-text  .bigtxt  span{
 		display:inline-block;
		 font-weight: 500;
 
  }
  .slide-text  .bigtxt  span strong{
	 font-weight: 800;
	 font-size:120%;
 
 }
 .slide-text  .bigtxt  span.bars:before{
	content:'';
	display:inline-block;
	width:20px;
	height:3px;
	background:#fff;
 }
 .fourthslide  .slide-text  .bigtxt  span strong{
	color:#2e9aff;
 }
 .firstslide  .slide-text  .bigtxt  span strong{
	color:#ff7916;
 }
 .secondslide  .slide-text  .bigtxt  span strong{
	color:#9ad215;
 }
 .thirdslide  .slide-text  .bigtxt  span strong{
	color:#baa25a;
 }
  .thirdslide  .slide-text  .bigtxt  span strong.red{
	color:#ff0000;
 }

 .slide-text .txt_dec {
	text-align:center;  
}
.slide-text .txt_dec span{
	padding:0px 0px;
	font-size:70px;
	line-height:1.5;
	display:block;
	position:relative;
	color:#fff; 
	letter-spacing:-1px;
	font-weight: 800;
 	
	 
	 
}


/**/
.M_imgbox{
	position:absolute;
	right:0;
	bottom:15%;

	border-radius:50% 50%;
	overflow:hidden;
	width:600px;
	height:600px;
	z-index:2;
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
		background:rgba(255,255,255,.05);
	
}
.M_imgbox .M_imgbox_in{
	border-radius:50% 50%;
	overflow:hidden;
	width:500px;
	height:500px;
	margin-left:50px;
	margin-top:50px;
		-webkit-backdrop-filter: blur(35px);
		backdrop-filter: blur(35px);
		

}
.firstslide .M_imgbox .M_imgbox_in{
	background:rgba(79,131,181,.5);
}
.secondslide .M_imgbox .M_imgbox_in{
	background:rgba(132,141,128,.5);
}
.thirdslide .M_imgbox .M_imgbox_in{
	background:rgba(132,141,128,.5);
}

.fourthslide .M_imgbox .M_imgbox_in{
	background:rgba(25,53,132,.5);
}

.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: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 { 
  font-family: FontAwesome;
   
}

.fa-angle-left:before {
  content: "\f104";
  font-weight:100;
}
.fa-angle-right:before {
  content: "\f105";
}
 
.arrow-right,
.arrow-left{
  display: block;
  margin: 10px auto;
  width: 20px;
 
  height: 20px;
 

}
.arrow-right{
 transform: rotate(135deg); border-left: 2px solid #fff;
}

.arrow-left{
 transform: rotate(-45deg);  border-top: 2px solid #fff;
}

.arrow-right::after,
.arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}


/* #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: 1400px) {
		
		.slide-text  .bigtxt {
			font-size:300%; 	 
		}
		.M_imgbox{
			width:500px;
			height:500px;
		}
		.M_imgbox .M_imgbox_in{
			width:400px;
			height:400px;
	
		}
  }

  @media  (max-width: 1200px) {
		
		.slide-text  .bigtxt {
			font-size:250%; 	 
		}
		.M_imgbox{
			width:460px;
			height:460px;
		}
		.M_imgbox .M_imgbox_in{
			width:400px;
			height:400px;
			margin-left:30px;
			margin-top:30px;
			
		}
  }


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

	.slide-text{left:0%; width:100%;}

	.slide-text .txtbox{width:95%;left:3%;bottom:17%;}
	.slide-text  .bigtxt {
			text-align:center; 
			font-size:220%; 	 
	}
	.english  .slide-text  .bigtxt{
	max-width:100%;
}

	.M_imgbox{
		right:auto;
		bottom:auto;
		position:relative;
		margin:80px auto 30px auto;
	}

	.pause-cycle-button{
		left:50%;
		margin-left:-150px;
		bottom:0px;
	}

}


 @media  (max-width: 480px) {

		.slide-text  .bigtxt {
			
			font-size:180%; 	 
	}
	  .M_imgbox{
			width:320px;
			height:320px;
		}
		.M_imgbox .M_imgbox_in{
			width:280px;
			height:280px;
			margin-left:20px;
			margin-top:20px;
			
		}
		.slide-text  .bigtxt {
			
				font-size:180%; 	 
		}
		 

 }

 
 
 

 