.layerPopup .layerBox {
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* 내용이 넘칠 경우 스크롤 */
    padding: 0px; /* 내부 여백 추가 */
    width: 100%;
    max-width: 660px;
    max-height: 530px;
}

.layerPopup .layerBox img {
   /* width: 100%; /* 이미지 100%로 꽉 채우기 */
    height: auto;
    display: block;
}

.layerPopup .layerBox .swiper-container img {
    /* width: 100%; /* 이미지 100%로 꽉 채우기 */
    width: 100%;
    height: auto;
    display: block;
}

.layerPopup .layerBox .title {
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}

.layerPopup .layerBox .formPopup {
    margin-top: 10px;
    display: flex;
}

.layerPopup .layerBox .formPopup input[type="checkbox"] {
    display: none; /* 기본 checkbox 숨기기 */
}

.layerPopup .layerBox .formPopup label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 25px; /* 왼쪽 여백 추가 */
}

.layerPopup .layerBox .formPopup label:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px; /* 체크박스 위치 조절 */
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.layerPopup .layerBox .formPopup input[type="checkbox"]:checked + label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.layerPopup .layerBox .formPopup input[type="checkbox"]:checked + label:after {
    content: "\2713";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 13px;
    top: 3px; /* 체크 모양 위치 조절 */
}

.typeCheckbox {padding-bottom:10px;}

.layerPopup .layerBox .closebtn {
    cursor: pointer;
    z-index:9999;
    margin-left: auto;
    margin-right: 10px;
    font-size: 14px;
}

.layerPopup .layerBox .closebtn a {
    text-decoration: none;
    color: #333;
}

.popup_pagination {
    position: absolute;
    width: 278px;
    top: 69px;
    z-index: 1000;
    right: calc(10% - 248px);
}

.popup_pagination .swiper-pagination-fraction {
    font-size:16px;
    border-radius:50px;
    display:inline;
    width:70px;
    background:rgba(0, 0, 0, 0.50);
    color:#D1D1D1;
    align-content: center;
    height: 33px;
    bottom: 13px;
}

.popup_pagination .swiper-pagination-fraction .swiper-pagination-current{
    color:#FFF;
}

.popup_pagination .swiper-pagination-fraction .swiper-pagination-total{
    color:#D1D1D1;
}

.popup_pagination .white span {
    color:#fff;
}

.popup_pagination .white .swiper-pagination-fraction {
    border:1px solid #fff;
    color:#D1D1D1;;
}

.popup_pagination .popup-swiper-button-next {background-image: url(../images/common/btn_next_main_banner.svg); background-size: 54px 54px; width: 54px; height: 54px}
.popup_pagination .popup-swiper-button-prev {background-image: url(../images/common/btn_prev_main_banner.svg); background-size: 54px 54px; width: 54px; height: 54px}

.startstop_popup {position:absolute;z-index:9999; margin: -45px -45px}
.startstop_popup button {display:block;width:50px;height:50px;background: url('../images/common/btn_play_main_banner.svg') no-repeat 0 0; background-size: 33px 33px;}
.startstop_popup button.on {background: url('../images/common/btn_pause_main_banner.svg') no-repeat 0 0;  background-size: 33px 33px;}

.popup-swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    left: 34px;
    top: 150px;
}

.popup-swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    left: -550px;
    top: 150px;
}

#popupDiv .moImg {display:none;}

@media screen and (max-width:768px) {
    /*.layerPopup .layerBox img {max-width:360px;}*/
    #popupDiv .pcImg {display:none; !important;}
    #popupDiv .moImg {display:block; !important; width: 100%;}

    .popup_pagination {width: 100%;top:auto; bottom: 55px;left: 20px;height: 28px;line-height: 18px;}
    .popup_pagination .swiper-pagination-fraction  {top:0;left:0;bottom:0; height:30px; font-size: 15px;}
    .startstop_popup {left:70px;top:0px;display:none;}
    .popup-swiper-button-next, .swiper-container-rtl .popup-swiper-button-prev {display:none;}
    .popup-swiper-button-prev, .swiper-container-rtl .popup-swiper-button-next {display:none;}


}


