@charset "utf-8";
.nomoreOpen {
    background-color: #333;
    color: #fff
}
.nomoreOpen form {
    overflow: hidden;
    margin: 5px 10px;
    display: block;
    margin: 0 !important;
    padding: 10px !important;
}
.nomoreOpen form span {
    float: left
}
.nomoreOpen form a.PZwindowClose {
    background: url(/Web-home/fnct/popup/template/images/PZwindowClose.gif) no-repeat 50% 50%;
    float: right;
    width: 12px;
    height: 12px;
    margin: 7px 0 0;
    text-indent: -5000px
}
.PZwindow {
    position: fixed !important;
    z-index: 10000 !important;
    top: 0 !important;
    left: 0 !important
}
.PZwindow a {
    display: block;
    font-size: 0px !important
}
#PZwindow2 {
    top: 0 !important;
    left: 400px !important;
}
@media all and (max-width: 420px) {
    .PZwindow {
        position: absolute !important;
        top: 0 !important;
        left: 0px !important;
        width: 305px !important;
    }
    .PZwindow img {
        width: 100%
    }
    .PZwrap {
        width: 100% !important;
        height: auto !important;
    }
    #PZwindow2 {
        top: 500px !important;
        left: 0 !important;
    }
}
.btn-popup {
    position: fixed;
    top: 150px;
    right: 20px;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background-image: url(/resources/AD/front/img/main/bg_popup01.png);
    background-repeat: no-repeat;
    background-size: 101px 101px;
    cursor: pointer;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    z-index: 50;
}
.btn-popup > .title {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    padding-top: 10px;
}
.btn-popup > strong {
    color: #ffd800;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    background-color: rgba(0, 0, 0, 0.75);
}
.modal-popup-wrapper {
    position: fixed;
    top: 97px;
    left: 50%;
    width: 900px;
    transform: translate(-50%, 0);
    height: auto;
    z-index: 1000;
}
.modal-btns-area {
    padding-bottom: 25px;
}
.modal-btns-area > input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.modal-btns-area > label {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 17px;
    line-height: 34px;
}
.divpop {
    display: block;
    overflow:hidden;
}
.divpop #main-popup-slider .swiper-slide img {
    display: block;
    max-width: 500px;
    height: auto !important;
    ;
    margin: 0 auto;
}
.divpop #main-popup-pagination {
    padding-top: 15px;
    width: 100%;
    text-align: center;
}
.divpop #main-popup-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1;
}
.divpop #main-popup-pagination .swiper-pagination-bullet-active {
    background-color: #7db428;
}
.modal-popup-wrapper .btn-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -5000rem;
    width: 34px;
    height: 34px;
    background-image: url(/resources/AD/front/img/btn/btn_close03.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: 0 0;
}
.fixed-body {
    height: 100%;
    overflow-y: hidden;
}
.swiper-wrapper {
  display: flex !important;
  transition-property: transform;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%; /* 또는 필요에 따라 지정 */
}

.main-popup-option > button {
    display: none;
}
.main-popup-swiper-pagination {
    padding: 20px 0;
}
.main-popup-option .main-popup-swiper-pagination {
    display: flex !important;
    justify-content: center;
    gap: 30px !important;
}
.main-popup-option .main-popup-button-play, 
.main-popup-option .main-popup-button-pause {
    display: none;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
    text-indent: -5000rem;
}
.swiper-pagination-bullet-active {
    background-color: #1465b9;
    position: relative;
}
.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    top: -10px;
    left: -10px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
@media all and (max-width: 1023px) {
    .modal-popup-wrapper {
        width: 90%;
        margin-left: 0;
    }
    .divpop #main-popup-slider .swiper-slide img {
        max-width: 100%;
    }
    .divpop {
        overflow:unset
    }
}