@charset "utf-8";
/*슬라이드 이미지 부분*/
.custom_about .slideImgWrap {width:100%; height:100%; display:flex; flex-wrap:wrap; align-items:center; }
/*이미지 부분*/
.custom_about .slideImgWrap .slideblock { width:50%; }
.custom_about .slideImgWrap .slideblock img { width:100%; height:100%; object-fit: cover;}

/*텍스트 부분*/
.custom_about .slideImgWrap .contblock { width:50%; padding-right:20px; word-break: keep-all;}
.custom_about .slideImgWrap .contblock .point_txt {display:inline-block; padding:.3em 1em; border-radius:10px; background-color:#f8b231;/*#006760;*/ color:#fff; font-weight:500; }
.custom_about .slideImgWrap .contblock .desc {display:flex; padding-bottom:10px;}
.custom_about .slideImgWrap .contblock .num {display:inline-block; width:30px; height:30px; border-radius:50%; text-align:center; font-size:1.5rem; line-height:33px; background-color:#f8b231; color:#fff; margin-right:5px;}
.custom_about .slideImgWrap .contblock .txt {width:calc(100% - 30px);}
.custom_about .slideImgWrap .contblock .highlighter {position:relative; padding-right:3px;}
.custom_about .slideImgWrap .contblock .highlighter::after { content:""; position:absolute; bottom:0; left:0; width:100%; height:16px; background-color:#eaeaea; z-index:-1; transition:width .3s;}
.custom_about .space {margin-left:7px;}
/*슬라이드*/
.custom_about .slideNormal {position:relative; /*padding-bottom:35px;*/ width:100%; overflow: hidden;}
.custom_about .slideNormal .swiper-slide {border:1px solid #f1f1f1; height:auto;}
.custom_about .slideNormal .swiper-pagination-bullet {background-color:transparent;}
.custom_about .slideNormal .swiper-pagination-bullet-active {background-color:transparent;}
.custom_about .slideNormal .swiper-pagination{bottom:30px;}
.custom_about .slideNormal .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{background: #006760; margin:0 5px;}
.custom_about .slideNormal .swiper-pagination-bullet-active{background: #006760}
  
.custom_about .swiper-pagination-bullet {background-color:transparent;}
.custom_about .swiper-pagination-bullet-active {background-color:transparent;}



@media screen and (max-width:768px){
.custom_about {padding-top:30px;}
.custom_about .slideImgWrap,
.custom_about .slideImgWrap .contblock .desc{justify-content: center; }
.custom_about .slideImgWrap .slideblock { width:50%;}
.custom_about .slideImgWrap .contblock { width:80%; padding:0 0 30px 0; text-align:center; }
.custom_about .slideImgWrap .contblock .txt {width:auto;}
}

@media screen and (max-width:560px){
  .custom_about {padding-top:30px;}
  .custom_about .slideImgWrap,
  .custom_about .slideImgWrap .contblock .desc {justify-content: left; }
  .custom_about .slideImgWrap .slideblock { width:85%;}
  .custom_about .slideImgWrap .contblock { width:100%; padding:0 0 20px 0; text-align:left; }
  .custom_about .slideImgWrap .contblock .txt {width:calc(100% - 25px);}
  .custom_about .slideImgWrap .contblock .num { width:25px; height:25px;  font-size:1.4rem; line-height:28px; }
  }