/* Custom CSS for Swiper Slider */

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.swiper-slide {
	min-height:400px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-content {
    padding: 20px;
}

.swiper-pagination-bullet {
    background-color: #0073aa;
}

.swiper-button-next, .swiper-button-prev {
    color: #0073aa;
}



/* 슬라이더가 브라우저 전체 너비로 설정된 경우 */
.slider-fullwidth {
	position: absolute!important;
    width: 100%;
    left: 0px!important;
    right: 0px!important;
    top: 0!important;
	z-index: -1; 
}

/* 슬라이더의 높이에 맞춘 더미 요소 */
.slider-placeholder {
    display: block;
    width: 100%;
}





