/* BASIC css start */
/*************************/
/* 메인 비주얼 슬라이드
/*************************/
.visual-slide {
	height: 620px !important;
	margin-bottom: 80px !important;
}

.visual-slide .swiper-btn {
/*	display: none;*/
}
.visual-slide:hover .swiper-btn {
	display: block;
}
.visual-slide .swiper-btn button {
top: 536px !important;
    width: 60px !important;
    height: 80px !important;
    font-size: 24px !important;
    line-height: 80px !important;
}

.visual-slide .swiper-paging {
	position: absolute;
	top: 560px;
	left: 95%;
	margin-left: -45px;
	height: 30px;
	z-index: 2;
}

.visual-slide .swiper-paging .sp-cnt {
    font-family: 'Arial';
    color: #000;
    margin-right: 35px;
    vertical-align: top;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 8px 15px;
    border-radius: 20px;
}
.visual-slide .swiper-paging .sp-cnt b {
	font-size: 18px;
}
.visual-slide .swiper-paging .sp-cnt span {
	position: absolute;
	margin-left: 3px;
	font-size: 18px;
}

.visual-slide .swiper-paging .sp-bar {
	display: inline-block;
	padding-top: 6px;
}
.visual-slide .swiper-paging .sp-bar button {
	width: 35px;
	height: 4px;
	background: #000;
	margin-right: 4px;
}
.visual-slide .swiper-paging .sp-bar button.now {
	background: #fff;
}



@media screen and (max-width: 1918px) {
   .visual-slide .swiper-btn {
			display : none !important;
		}
}


@media screen and (min-width: 1926px) {
   .visual-slide .swiper-btn {
			display : none !important;
		}
}

/* BASIC css end */

