/* 메인 섹션 1번 가로 슬라이드 css */
.swiper {width: 100%; height: 100vh; position:relative;}
.swiper .swiper-wrapper .main_1 {background:url("/bizdemo150692/img/hblock/design/block_06/img/main_slide_1.png") no-repeat center center; background-size:cover;}
.swiper .swiper-wrapper .main_1::before{
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
    }
.swiper .swiper-wrapper .main_2 {background:url("/bizdemo150692/img/hblock/design/block_06/img/main_slide_2.png") no-repeat center center; background-size:cover;}
.swiper .swiper-wrapper .main_2::before{
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
    }
.swiper .swiper-wrapper .main_3 {background:url("/bizdemo150692/img/hblock/design/block_06/img/main_slide_3.png") no-repeat center center; background-size:cover;}
.swiper .swiper-wrapper .main_3::before{
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
    }
.swiper-pagination {bottom:30px !important;}

.swiper-pagination-bullet {width:12px !important; height:12px !important; margin:0 10px !important; background:#fff !important;}
.slide_txt_center {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; width:100%;}
.slide_txt_bottom {position:absolute; bottom:5%; left:50%; transform:translate(-50%,-50%); text-align:center; width:100%;}
.slide_txt_center p {font-size:25px; color:#fff; line-height:35px;}
.slide_txt_center h1 {font-size:50px; color:#fff; }
.slide_txt_bottom p {font-size:20px; color:#fff; line-height:30px;}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
.slide_txt_center {padding:0 10px;}
.slide_txt_center p {font-size:14px; color:#fff; line-height:24px;}
.slide_txt_center h1 {font-size:25px; color:#fff; }
.slide_txt_bottom p {font-size:14px; color:#fff; line-height:24px;}
}
@media (max-width: 320px) {
}
