/********************************/
/*       Fade Bs-carousel       */
/********************************/





.fade-carousel {
    position: relative;
    height: 550px;
	max-width:100%;
	margin:0 auto;
}
.fade-carousel .carousel-inner .item {
    height: 550px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left:50%;
	width:100%;
    z-index: 3;
    color: #fff;
	padding:0 20px;
    text-align: center;
   /* text-shadow: 1px 1px 0 rgba(0,0,0,.75); */
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.whitecolor {color:#fff!important;}
.hero h1 {
    font-size:3em;   
    margin: 0;
    padding: 0;
	padding:10px 0;
	margin-top:5px;
	color:#fff;
	letter-spacing:-1px;font-weight: bold;
	
}

.hero h2 {font-size:13px; color:#000; letter-spacing:4px; padding:10px 0; color:#24e4be}

.hero h3 {
    font-size:1.2em;   
	line-height:150%;
	margin: 0;
    padding: 0;
	padding:5px 0;
	font-weight:bold;
	margin-top:5px;
	color:#fff;
	
}
.hero a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
	background:#275cab;
    transition: all 0.3s;
	margin-top:30px;
}
	

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #080d15;
    opacity: 1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
	display:none;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5{
  height: 735px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(/img/mainvisual_bg.png); 	
}

.fade-carousel .slides .slide-2 {
  background-image: url(/img/mainvisual_bg.png); 	
}

.fade-carousel .slides .slide-3 {
  background-image: url(/img/mainvisual_bg.png); 	
}



/********************************/
/*          Media Queries       */
/********************************/

@media screen and (max-width: 1025px){ 
}


@media screen and (max-width: 980px){
}


@media screen and (max-width: 768px){
	




.fade-carousel {
		position: relative;
		height: 347px;
		max-width:1170px;
		margin:0 auto;
	}
	.fade-carousel .carousel-inner .item {
		height: 347px;
	}


	/********************************/
	/*       Slides backgrounds     */
	/********************************/
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3,
	.fade-carousel .slides .slide-4,
	.fade-carousel .slides .slide-5{
	  height: 417px;
	  background-size: 170%;
	  background-position: top center  ;
	  background-repeat: no-repeat;
	}





}


@media screen and (max-width: 640px){
	
	
	

.hero h1 {
    font-size:1.5em;   
    margin: 0;
    padding: 0;
	padding:10px 0;
	margin-top:5px;
	color:#fff;
	letter-spacing:-1px;
	
}

.hero h3 {
    font-size:15px;   
	line-height:150%;
	margin: 0;
    padding: 0;
	padding:10px 0;
	font-weight:500;
	margin-top:5px;
	color:#fff
	
}



	


	.fade-carousel {
		position: relative;
		height: 417px;
		max-width:1170px;
		margin:0 auto;
	}


	.fade-carousel .carousel-inner .item {
		height: 417px;
	}


	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3,
	.fade-carousel .slides .slide-4,
	.fade-carousel .slides .slide-5{
	  height: 417px;
	  background-size: cover;
	    background-position: top center  ;
	  background-repeat: no-repeat;
	}



}


/*260729 newslider*/
/* 메인 비주얼 전체 영역 */
.ax-main-visual {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
	background-color: #000;
}

/* 배경 영상 */
.ax-main-visual__video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;

	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;

	object-fit: cover;
	object-position: center;

	transform: translate(-50%, -50%);
	pointer-events: none;
}

/* 영상 위 어두운 효과 */
.ax-main-visual__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;

	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.15) 0%,
			rgba(0, 0, 0, 0.35) 100%
		);
}

/* 텍스트 영역 */
.ax-main-visual__content {
	position: relative;
	z-index: 3;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
	padding: 40px;

	box-sizing: border-box;
	text-align: center;
	color: #fff;
}

/* 영문 문구 */
.ax-main-visual__eng {
	margin: 0 0 18px;

	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;

	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* 한글 제목 */
.ax-main-visual__title {
	margin: 0;

	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.04em;

	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

/* 태블릿 */
@media screen and (max-width: 1024px) {
	.ax-main-visual {
		height: 600px;
	}

	.ax-main-visual__eng {
		font-size: 18px;
	}

	.ax-main-visual__title {
		font-size: 46px;
	}
}

/* 모바일 */
@media screen and (max-width: 767px) {
	.ax-main-visual {
		height: 520px;
	}

	.ax-main-visual__content {
		padding: 24px 20px;
	}

	.ax-main-visual__video {
		object-position: center center;
	}

	.ax-main-visual__eng {
		max-width: 320px;
		margin-bottom: 12px;

		font-size: 13px;
		line-height: 1.6;
		word-break: keep-all;
	}

	.ax-main-visual__title {
		font-size: 30px;
		line-height: 1.4;
		word-break: keep-all;
	}
}

/* 작은 모바일 */
@media screen and (max-width: 400px) {
	.ax-main-visual {
		height: 460px;
	}

	.ax-main-visual__title {
		font-size: 26px;
	}
}

/* 사용자가 모션 감소 설정을 켠 경우 */
@media (prefers-reduced-motion: reduce) {
	.ax-main-visual__video {
		display: none;
	}

	.ax-main-visual {
		background:
			url("/img/main_slide_poster.jpg")
			center center / cover no-repeat;
	}
}