@charset "utf-8";
/* article_cover_8_swiper_fullheight_bgimg ------start------*/
.article_cover_8_swiper_fullheight_bgimg {
  height:calc(var(--vh, 1vh) * 100); 
  /*height:700px;*/
  position:relative;
   /*overflow: hidden;*/
}


.article_cover_8_swiper_fullheight_bgimg  .slides {
  height:100%!important;
}
.article_cover_8_swiper_fullheight_bgimg  .slides .slides_item {
  height:100%!important;
}
.article_cover_8_swiper_fullheight_bgimg  .slides  .bgimages {
  height:100%!important;
  background-size : cover;
  background-position:center;
}
.article_cover_8_swiper_fullheight_bgimg .visual-txt { 
  z-index:1; 
  position:absolute;
  top:45%!important;
  left:0;
  text-align:center;
  color:#fff;
  width:100%;
}

.article_cover_8_swiper_fullheight_bgimg .visual-txt h2 {
  font-size: 60px;
  line-height:1.15;
  word-break: keep-all;
  white-space: pre-line;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:-0.3px;
  /*text-shadow:3px 2px 7px rgba(0,0,0,0.7);*/
}

.article_cover_8_swiper_fullheight_bgimg .visual-txt p {
    padding: 17px 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    word-break: keep-all;
}


/*버튼*/
.article_cover_8_swiper_fullheight_bgimg .visual-txt2 { 
z-index:1000; 
position:absolute;
  width:100%;
  margin: 0 auto;
bottom: 140px;
left:0;
text-align:center;

}
.article_cover_8_swiper_fullheight_bgimg .visual-txt2 a {
  color: #FFF;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border: 1px solid #FFF;
  border-radius: 4px;
  margin-top: 36px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.article_cover_8_swiper_fullheight_bgimg .visual-txt2  a::after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  bottom: 0;
  background: #ed1c24;
  height: 100%;
  right: -10%;
  z-index: -1;
}
.article_cover_8_swiper_fullheight_bgimg .visual-txt2 a:hover::after {
  left: 0;
  width: 100%;
}
.article_cover_8_swiper_fullheight_bgimg .visual-txt2 a:hover, .article_cover_8_swiper_fullheight_bgimg .visual-txt2  a:hover span{
color:#fff;
font-weight:600;
transition: .6s;
border:1px solid #ed1c24;
}

.article_cover_8_swiper_fullheight_bgimg .bgimages::after {
  content: "";
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image: linear-gradient(90deg, rgb(0 0 0 / 30%) 40%, transparent);
}


/*swiper*/    
.article_cover_8_swiper_fullheight_bgimg .main_slide{width:100%;height:100%;overflow: hidden;}
.article_cover_8_swiper_fullheight_bgimg .main_slide .swiper-slide{height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.article_cover_8_swiper_fullheight_bgimg .swiper-pagination {bottom: 5%; }
.article_cover_8_swiper_fullheight_bgimg .swiper-pagination > span {
  position: relative;
  background: unset!important;
  opacity: 1!important;
  width: 36px;
  height: 36px;
}
.article_cover_8_swiper_fullheight_bgimg .swiper-pagination > span::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: rgb(255 255 255 / 80%);
}

.article_cover_8_swiper_fullheight_bgimg .swiper-pagination > span::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 2px solid rgb(255 255 255 / 40%);
  transition: 0.3s;
}

.article_cover_8_swiper_fullheight_bgimg .swiper-pagination > span:hover::after ,.article_cover_8_swiper_fullheight_bgimg .swiper-pagination > span.swiper-pagination-bullet-active::after {
  width:30px;
  height:30px;
}


.article_cover_8_swiper_fullheight_bgimg .swiper-button-next::after , .article_cover_8_swiper_fullheight_bgimg  .swiper-button-prev::after {
  display: none;
}

.article_cover_8_swiper_fullheight_bgimg .prev_jsclassname {
  left: 10px;
  background: url('./img/arrow-left_white.png') no-repeat;
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
  width: 41px!important;
  height: 77px!important;
  transition: 0.3s;
  opacity: 0.4;
}

.article_cover_8_swiper_fullheight_bgimg .next_jsclassname {
  right: 10px;
  background: url('./img/arrow-right_white.png') no-repeat;
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
  width: 41px!important;
  height: 77px!important;
  transition: 0.3s;
  opacity: 0.4;
}

.article_cover_8_swiper_fullheight_bgimg .next_jsclassname:hover, .article_cover_8_swiper_fullheight_bgimg .prev_jsclassname:hover{
  transition: 0.3s;
  opacity: 0.7;
}


/* bx-wrapper*/
.article_cover_8_swiper_fullheight_bgimg .bx-wrapper {
  
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  height:100%!important;
}
.article_cover_8_swiper_fullheight_bgimg .bx-wrapper .bx-viewport {
  height:100%!important;
/* fix other elements on the page moving (in Chrome) */
-webkit-transform: translateZ(0);
}

@media screen and (max-width: 1200px){ /*Tab 이하*/
  .article_cover_8_swiper_fullheight_bgimg .visual-txt h2 { font-size:40px; word-break:keep-all;}	
  .article_cover_8_swiper_fullheight_bgimg .visual-txt p {
    padding: 15px 5px;
    font-size: 22px;
    }
}
@media screen and (max-width: 768px){ /*Mob 이하*/
  .article_cover_8_swiper_fullheight_bgimg .visual-txt h2 {  
        font-size: 32px;
  }
  .article_cover_8_swiper_fullheight_bgimg .visual-txt p {
    font-size: 16px;
    }
  .article_cover_8_swiper_fullheight_bgimg .swiper-button-next ,.article_cover_8_swiper_fullheight_bgimg .swiper-button-prev{
    display:none;
  }
}
/* article_cover_8_swiper_fullheight_bgimg ------end------*/