/* swiper -하단 광고 영역 */

.swiper-container {
    width: 90%;
    height: 100%;
    padding-left: 4%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    /*width: 95%;*/
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 5px;
    background-image: url("../../public/images/2_Page_Disable.png");
    border-radius: 0;
    background-size: cover;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    background-image: url("../../public/images/1_Page.png");
}

/* renewal-swiper */
.renewal-swiper-container  {
    width: 100%;
    /*height: 100%;*/
    /*height: 6.25rem;*/
    padding: 14px 20px 14px 20px;
}

.renewal-banner-container {
    border-radius: 12px;
    /*background: #FFEAC1;*/
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 100%;
    display: block;
}

.renewal-banner-container>img {
    border-radius: 12px;
}
.renewal-banner-container.banner-01 {
    /*background-image: url('/resources/public/renewal-images/Banner01.jpeg');*/
    /*background-size: cover;*/
}

.renewal-banner-container.banner-02 {
    /*background-image: url('/resources/public/renewal-images/Banner02.png');*/
    /*background-size: cover;*/
}

.renewal-banner-text-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left:20px;
    /*height: 100%;*/
}

.renewal-banner-img {
    width: 100%;
    display: block;
    height: 100%;
}

.renewal-banner-text-01 {
    color: #434343;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.renewal-banner-text-02 {
    color: #434343;
    font-family: Pretendard, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.renewal-swiper-pagination {
    position: relative;
    text-align: right;
    margin: -16px;
    z-index: 500;
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
}

.renewal-swiper-pagination>span.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    /*background-image: url("/resources/public/renewal-images/Swiper-Pagination-Disable.svg");*/
    background-image: url("../../public/images/2_Page_Disable.png");
    border-radius: 0;
    background-size: cover;
    background-color: transparent;
}

.renewal-swiper-pagination>span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-image: url("/resources/public/renewal-images/Swiper-Pagination-Active.svg");
}

/* 팝업 슬라이드 */
.swiper {
    border-radius: 12px 12px 0px 0px / 12px 12px 0px 0px;
}

.popup-swiper {
    overflow-y: hidden;
    /*height: 100%;*/
}
.popup-swiper-container {
    width: 100%;
    height: 100%;
    /*padding-left: 4%;*/
}

.popup-swiper-footer {
    /*margin-top: 5%;*/
    height: 43px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.popup-swiper-footer-btn-container {
    width: 50%;
    /*height: 100%;*/
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top:-3px;
}

.popup-swiper-footer-btn-container.border-right {
    border-right: 1px solid #D9D9D9;
}

.popup-swiper-today-out-text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


