#main_swiper {background-color: #000;}
#main_swiper.swiper-container {overflow: hidden;max-height: 100%;height: 100%;position: relative;}
#main_swiper.swiper-container .swiper-wrapper {height: 100%;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide {height: 100%;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {height: 100%;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {background-position: bottom center;background-repeat: no-repeat;background-size: cover;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {background-position: bottom center;background-repeat: no-repeat;background-size: cover;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-3 {background-position: bottom center;   background-repeat: no-repeat;background-size: cover;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .overlay {position: absolute;top: 0;left: 0;width: 100%;   height: 100%;}
#main_swiper.swiper-container .swiper-wrapper .swiper-slide .bg-dot {position: absolute;   top: 0;left: 0;width: 100%;height: 100%;background: url('../../img/main/bg-dot.png');}
#main_swiper.swiper-container .swiper-content {width: 100%;text-align: center;position: absolute;top: 30%;margin: 0 auto;z-index: 999999;}
#main_swiper.swiper-container .swiper-content .content.text-left {text-align: left;}
#main_swiper.swiper-container .swiper-content .content.text-center {text-align: center}
#main_swiper.swiper-container .swiper-content .content.text-right {text-align: right;}
#main_swiper.swiper-container .swiper-content h1 {text-shadow:0 2px 15px rgba(0,0,0,.4);color: #fff;font-size: 89px;font-weight: 900;font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;}
#main_swiper.swiper-container .swiper-content .line {width: 120px;height: 2px;background-color: #fff;margin-bottom: 30px;margin-right: 20px;}
#main_swiper.swiper-container .swiper-content p {text-shadow:0 2px 15px rgba(0,0,0,.4);color: #fff;font-size: 18px;line-height: 29px;font-weight: 400;color: rgba(255, 255, 255, 0.8);margin-bottom: 20px;}
#main_swiper.swiper-container .swiper-content a.btn-default {
    color: #000;
    font-family: "Roboto";
    font-weight: 600;
    position: relative;
    letter-spacing: 0.8px;
    font-size: 13px;
    line-height: 32px;
    padding-left: 30px;
    text-align: left;
    min-height: 40px;
    min-width: 180px;
    background: rgba(255,255,255,.6);
    /*border-radius: 3em;*/
    display: inline-block;
    border: 0px #fff solid;
}
#main_swiper.swiper-container .swiper-content a.btn-default:after {content:'\f054';font-family:FontAwesome;position: absolute;right:10px;top:10px;color:#000;}
#main_swiper.swiper-container .swiper-content a.btn-default:hover {background:rgba(255,255,255,1);}

.swiper-button-next {background-color: rgba(0, 0, 0, 0.3);margin-right: 30px;padding: 40px 40px;transition: 0.5s;}
.swiper-button-prev {background-color: rgba(0, 0, 0, 0.3);margin-left: 30px;padding: 40px 40px;transition: 0.5s;}
.swiper-button-next:hover,
.swiper-button-prev:hover {background-color: rgba(0, 0, 0, 0.5);padding: 40px 40px;}
/* pagination text style */
.swiper-pagination {
	/*position: absolute !important;*/
/*	top: 590px !important;*/
    bottom: 50px !important;
	/*right: 60px !important;
	width: auto !important;
	left: auto !important;
	margin: 0 !important;*/
    z-index: 999999;
}
.swiper-pagination-bullet {
	padding: 5px 0 !important;
	border-radius: 0 !important;
	width: auto !important;
	height: 30px !important;
	text-align: center !important;
	line-height: 30px !important;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 600 !important;
	opacity: 1 !important;
    background-color: transparent !important;
    position: relative !important;
    transition: 0.5s;
    margin-right: 6px !important;
}
.swiper-pagination-bullet:before {
    position: absolute;
    left: 0;
/*    top: 97px;*/
    margin-top: 30px;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    transition: 0.5s;
}
.swiper-pagination-bullet:hover:before {
    background-color: rgba(255, 255, 255, 1) !important;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1) !important;
	background-color: transparent !important;
}
.swiper-pagination-bullet-active:before {
    background-color: rgba(255, 255, 255, 1);
}
@media(max-width:786px) {
    .swiper-pagination {
	position: absolute !important;
        text-align: center !important;
/*	top: 590px !important;*/
    bottom: 100px !important;
	right: 0 !important;
	width: auto !important;
	left: 0 !important;
	margin: 0 !important;
        margin:  0 auto !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
        display: none !important;
}
}
/* pagination text style end */
