@charset "utf-8";

:root {
    --swiper-navigation-size: 30px;
    --swiper-theme-color: #6c757d;
}

/* .swiper {
    padding-bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 30px);
} */

.swiper-button-next:after
,.swiper-button-prev:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

/* 좌 prev */
.swiper-button-prev:after
,.swiper-rtl .swiper-button-next:after {
    content: "\F129";
}

/* 우 after */
.swiper-button-next:after
,.swiper-rtl .swiper-button-prev:after {
    content: "\F133";
}

.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; } /* 필요하면 추가 */ 
.col-9 { flex: 0 0 auto; } /* 필요하면 추가 */
.col-10 { flex: 0 0 auto; } /* 필요하면 추가 */
.col-11 { flex: 0 0 auto; } /* 필요하면 추가 */
.col-12 { flex: 0 0 auto; } /* 필요하면 추가 */