@charset "utf-8";
/* 메인 슬라이드 */
.main_swiper {overflow:hidden; margin:0 auto;}
.swiper-wrapper {}
.swiper-slide {text-align:center;}
.swiper {}
.swiper img {width: 100%; height: 300px; border-radius: 10px; object-fit:cover}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {bottom: 50px !important;}


.swiper-pagination {position: relative !important;}
.swiper-pagination-bullet {width: 12px !important; height: 12px !important; background: transparent !important; border: 1px solid #000 !important; opacity: 1 !important;}
.swiper-pagination-bullet-active {width: 40px !important; transition: width .5s !important; border-radius: 5px !important; background: #000 !important; border: 1px solid transparent !important;}

/*제목 출력*/
.sub {
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 5px;
    margin: 5px;
		color: #fff;
		text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
}
