/* 프리텐다드 (뱃지/부제/구절용) - @import는 최상단에 위치해야 유효 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* 추사사랑체 (큰 제목용) */
@font-face {
    font-family: 'ChusaLove';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/ChusaLove.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
/* 포천 막걸리체 (목회표어 폰트 후보) */
@font-face {
    font-family: 'PocheonMakgeolli';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/Makgeolli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 신라문화체 (목회표어 폰트 후보) */
@font-face {
    font-family: 'Shilla';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureM-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Shilla';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* .swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right:10px;
    padding: 30px;
    color: #fff !important;
    fill: black !important;
    stroke: black !important;
} */
.swiper-scale-effect .swiper-slide-cover {
    transition: 8.5s ease-out;
    transform: scale(1.2);
  }
  
  .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1);
  }
  
#index_swiper {
    background-color: #000;

}

#index_swiper.swiper-container {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    position: relative;
}

#index_swiper.swiper-container .swiper-wrapper {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
/* PC/모바일 배경 이미지 전환: 기본(PC)은 모바일용 숨김 */
#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img.m-img {
    display: none;
}


#index_swiper.swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#index_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');

}

#index_swiper.swiper-container .swiper-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 999999;
}
#index_swiper.swiper-container .swiper-content .content {
    margin-left: 220px;
}
#index_swiper.swiper-container .swiper-content .content.text-left {
    text-align: left;
}

#index_swiper.swiper-container .swiper-content .content.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#index_swiper.swiper-container .swiper-content .content.text-center .line {
    margin-left: auto;
    margin-right: auto;
}

/* 의성중부교회 목회표어 슬로건 */
#index_swiper.swiper-container .swiper-content .slogan-label {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 26px;
    border-radius: 30px;
    background-color: rgba(47, 158, 99, 0.85);
    margin-bottom: 26px;
    font-family: 'Pretendard', 'NotoSans', 'Noto Sans KR', sans-serif;
}
#index_swiper.swiper-container .swiper-content .slogan-sub {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 12px;
    font-family: 'Pretendard', 'NotoSans', 'Noto Sans KR', sans-serif;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
#index_swiper.swiper-container .swiper-content .slogan-sub strong {
    font-size: 46px;
    font-weight: 800;
    color: #c8973a;
    margin: 0 4px;
    font-family: 'Pretendard', 'NotoSans', sans-serif;
}
#index_swiper.swiper-container .swiper-content .slogan-verse {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 20px;
    font-family: 'Pretendard', 'NotoSans', 'Noto Sans KR', sans-serif;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}
#index_swiper.swiper-container .swiper-content .slogan-verse em {
    font-style: normal;
    font-size: 15px;
    opacity: 0.85;
    margin-left: 6px;
}

#index_swiper.swiper-container .swiper-content .content.text-right {
    text-align: right;
}

#index_swiper.swiper-container .swiper-content h1 {
    color: #fff;
    font-size: 92px;
    line-height: 104px;
    font-weight: normal;
    font-family: 'ChusaLove', 'NotoSans', 'Noto Sans KR', sans-serif;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.45);
}
/* 슬라이드별 목회표어 폰트 후보 (PC/모바일 공통 적용) */
#index_swiper.swiper-container .swiper-content .content.font-chusa h1 {
    font-family: 'ChusaLove', 'NotoSans', 'Noto Sans KR', sans-serif;
    font-weight: normal;
}
#index_swiper.swiper-container .swiper-content .content.font-pocheon h1 {
    font-family: 'PocheonMakgeolli', 'NotoSans', 'Noto Sans KR', sans-serif;
    font-weight: normal;
}
#index_swiper.swiper-container .swiper-content .content.font-silla h1 {
    font-family: 'Shilla', 'NotoSans', 'Noto Sans KR', sans-serif;
    font-weight: 700;
}
#index_swiper.swiper-container .swiper-content h1 span {
    font-weight:100;
}
#index_swiper.swiper-container .swiper-content .line {
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
}

#index_swiper.swiper-container .swiper-content p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
    /*    opacity: 0;*/
    font-family: 'Poppins', 'NotoSans', sans-serif;
}

#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 43px;
    padding-left: 30px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */
    min-height: 50px;
    min-width: 180px;
    border-radius: 3em;
    display: inline-block;
    border: 1px #fff solid;
    background-color: transparent;
    background-image: none;
    background: url(../../img/main/visual-line.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;

}
#index_swiper.swiper-container .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 99999999999999999999999;
}
/*
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 99999999999999999999999;
    display: none;
}
*/
#index_swiper.swiper-container .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 30px;
    padding: 40px 40px;
    transition: 0.5s;
    color: #fff !important; }

    #index_swiper.swiper-container .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    padding: 40px 40px;
    transition: 0.5s;
    color: #fff !important;
}

#index_swiper.swiper-container .swiper-button-next:hover,
#index_swiper.swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
}

/* pagination text style */
#index_swiper.swiper-container .swiper-pagination {
    position: absolute;
    /*	top: 590px !important;*/
    bottom: 50px !important;
    right: 60px !important;
    width: auto !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

#index_swiper.swiper-container .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;
}

#index_swiper.swiper-container .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;
}

#index_swiper.swiper-container .swiper-pagination-bullet:hover:before {
    background-color: rgba(255, 255, 255, 1) !important;
}

#index_swiper.swiper-container .swiper-pagination-bullet:hover,
#index_swiper.swiper-container .swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
}

#index_swiper.swiper-container .swiper-pagination-bullet-active:before {
    background-color: rgba(255, 255, 255, 1);
}

@media(max-width:991px) {
    /* 모바일: PC 배경 숨기고 모바일 배경 표시 */
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img.pc-img {
        display: none;
    }
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img.m-img {
        display: block;
    }
    #index_swiper.swiper-container .swiper-content .content.text-left {
        text-align: center;
    }
    #index_swiper.swiper-container .swiper-content {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center !important;
        top: 44%;
    }
    #index_swiper.swiper-container .swiper-content .content {
        margin-left: auto;
    }
    #index_swiper.swiper-container .swiper-content h1 {
        color: #fff;
        font-size: 28px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 12px;
        font-family: 'ChusaLove', 'NotoSans', 'Noto Sans KR', sans-serif;
    }
    #index_swiper.swiper-container .swiper-content h1 br {
        display:none;
    }
    #index_swiper.swiper-container .swiper-content .slogan-label {
        font-size: 13px;
        padding: 5px 16px;
        margin-bottom: 14px;
    }
    #index_swiper.swiper-container .swiper-content .slogan-sub {
        font-size: 18px;
        line-height: 24px;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    #index_swiper.swiper-container .swiper-content .slogan-sub strong {
        font-size: 24px;
    }
    #index_swiper.swiper-container .swiper-content .slogan-verse {
        font-size: 13px;
        line-height: 19px;
    }
    #index_swiper.swiper-container .swiper-content .slogan-verse em {
        font-size: 11px;
    }
    #index_swiper.swiper-container .swiper-content .line {
        width: 120px;
        height: 2px;
        background-color: #fff; 
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    #index_swiper.swiper-container .swiper-content p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 15px;
        margin-bottom: 20px;
        /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
        /*    opacity: 0;*/
    }
    .swiper-button-next {
        display:none;
    }
    
    .swiper-button-prev {
        display:none;
    }
    .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 */