:after,
:before,
*{
    box-sizing: border-box;
}


.hero-slider { float: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
 padding: 0px 0px	
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width:40px;
  height: 40px;
  line-height:100%;

  text-align: center;
  opacity:1;
  visibility:visible;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;

}
/* 구분 start -----------------------------------*/
/**** pc ****/

@media only all and (min-width:768px) {  .hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {	  top:50%  }
}
/**** pc2 ****/
@media all and (max-width:1440px) and (min-width:768px) {.hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {	  top:calc(50% _ 0px)  }
}
/**** 모바일 ****/
@media only all and (max-width:767px) { .hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {	 top:150px   }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {.hero-slider .swiper-button-prev,  .hero-slider .swiper-button-next {  top:150px }
}
/* 구분 //end -----------------------------------*/


.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
 padding: 0px 	
}	
/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.hero-slider .swiper-button-prev {
  left:30px;
  transform:translateX(0px);
}

.hero-slider .swiper-button-next {
 right:30px;
 transform:translateX(0px);
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
	
.hero-slider .swiper-button-prev {
  left:30px;
  transform:translateX(0px);
}

.hero-slider .swiper-button-next {
 left: 80px;
 transform:translateX(0px);
}
		
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.hero-slider .swiper-button-prev {
   left:20px;
  transform:translateX(0px);
}

.hero-slider .swiper-button-next {
 left: 70px;
 transform:translateX(0px);
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/







/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
.hero-slider .swiper-button-prev:before {


  font-size:50px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  content: "\ec49";    font-family: unicons-line;     
  width:40px; height: 40px;
}



.hero-slider .swiper-button-next:before {

  font-size:50px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  content: "\eb9f";    font-family: unicons-line;     
  width:40px; height: 40px;	
}

.hero-slider .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000; border-radius: 0px;background-color: transparent;
  opacity: 0.3;

  transition:all .2s ease; display: inline-block ; border-bottom: 1px solid #fff
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
.hero-slider .swiper-button-prev:before {


  font-size:30px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  content: "\ec49";    font-family: unicons-line;     
  width:40px; height: 40px;
}



.hero-slider .swiper-button-next:before {

  font-size:30px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  content: "\eb9f";    font-family: unicons-line;     
  width:40px; height: 40px;	
}

.hero-slider .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000; border-radius: 0px;background-color: transparent;
  opacity: 0.3;

  transition:all .2s ease; display: inline-block ; border-bottom: 1px solid #fff
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;  width: 30px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}



.swiper-pagination {
  text-align:left;
}



.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  top:39%; 
    max-width: 50px; height: 50px;;
    padding: 0px 0px;
    margin: 0 auto;
    left:calc(50% - 780px);
   display: flex;flex-direction: column; grid-gap: 10px; }



/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100%;
  transition:all .4s ease;
}




.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}


.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}


.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }

.hero-slider .swiper-button-prevr:before{
left: 10%!important
}

.hero-slider .swiper-button-next:before{
 right: 10%!important;  left: auto
}



.hero-slider {
 width: 100%;
}


.hero-slider .swiper-button-prev:after {
  display: none!important
}

.hero-slider .swiper-button-next:after {
  display: none!important
}

