@charset "utf-8";

.latest_board {position:relative;width:100%;}
.latest_board .beaf_tit {display:block;line-height:45px;font-size:2.5rem;color:#343a40;border-bottom:0.5px solid #d0d7de;padding:5px 0;}

.latest_board .beafSlider {margin: 10px 0;}
.latest_board .beafSlider .swiper-slide .beaf_wrap {display: flex;align-items: center;justify-content: center;}
.latest_board .beafSlider .swiper-slide .beaf_wrap img {width: 100%;object-fit: cover;}
.latest_board .beafSlider .swiper-slide .beaf_tit {text-align: center;background: #343a40;color: #fff;font-size: 20px;}

/* .beafSlider {width: 200%; position: absolute; left: 50%; transform: translateX(-50%);} */


.latest_board .beafSlider .swiper-slide .beaf_wrap img,
.beaf.swiper .swiper-wrapper .swiper-slide .img_box {width: auto; position: relative; }
.latest_board .beafSlider .swiper-slide .beaf_wrap img {margin: 0 auto;}
.beaf_wrap .img_box .inner {position: absolute; background: rgba(39,38,43,.9);width: 100%;    height: 100%; z-index: 1; text-align: center;}
    
.beaf_wrap .img_box .inner .cont_wrap {position: absolute; top: 50%;transform: translate(-50%,-50%); left: 50%; width: 100%;}
 

 /*sub*/
.latest_board .beafSlider .swiper-scrollbar-drag {     background: var(--pointcolor);    border-radius: 0;}
.latest_board .beafSlider .swiper-scrollbar {background: #dfdfdf;     width: 100%;    height: 5px; border-radius: 0;}
.latest_board .beafSlider .swiper-slide .beaf_tit {text-align: left;    background: transparent;    color: unset; border: 0;    padding: 0;    padding-top: 0.75rem;}
.latest_board .beafSlider .swiper-slide .beaf_wrap {    justify-content: center;    flex-direction: column;}
.latest_board .img_wrap, .beaf_tit {width: 91%;}
.latest_board .beafSlider .swiper-slide {opacity: .5; transition: .2s;}
.latest_board .beafSlider .swiper-slide .beaf_tit {opacity: 0;}
.latest_board .beafSlider .swiper-slide-duplicate-active, .latest_board .beafSlider .swiper-slide-active,
.latest_board .beafSlider .swiper-slide-duplicate-active .beaf_tit, .latest_board .beafSlider .swiper-slide-active .beaf_tit {opacity: 1;}

#section07.main .latest_board .swiper-scrollbar,  #section07.main .latest_board .beaf_tit {display: none !important;}

