/* 2025.07 팝업 슬라이드 추가 */
#b_pop_up{position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,.8); z-index:2000; }
#b_pop_up .b_pop_box{width:96%; max-width:680px; margin:0 auto; padding-top:5%; display:flex; align-items:flex-start; flex-wrap:wrap; }
#b_pop_up .b_pop_box .b_pop_slide{max-width:500px; overflow:hidden; position:relative; width:100%; aspect-ratio: 9 / 12.7;}
#b_pop_up .b_pop_box .b_pop_slide .swiper-slide img{display:block; max-width:100%; }
#b_pop_up .b_pop_pagi{position:unset; width:155px; border-radius:0 10px 10px 0; overflow:hidden; }
#b_pop_up .swiper-pagination-bullet{display:block; width:100%; padding:12px 20px; border-radius:0; background-color:#777; opacity: 1; height:auto; text-align:left; border-bottom:1px solid #999; }
#b_pop_up .swiper-pagination-bullet span{color:#fff; font-size:0.938rem;  }
#b_pop_up .swiper-pagination-bullet:last-child{border-bottom:0; }
#b_pop_up .swiper-pagination-bullet-active{background-color:#2771d6; font-weight:bold; transition:background-color .2s; }
#b_pop_up .swiper-pagination-bullet-active span{font-weight:bold; }
#b_pop_up .swiper-button-next{right:3px; }
#b_pop_up .swiper-button-prev{left:3px; }
#b_pop_up .swiper-button-next, #b_pop_up .swiper-button-prev{z-index: 5; border:0; display:flex; align-items:center; justify-content:center; width: 30px; height: 30px; }
#b_pop_up .swiper-button-next img, #b_pop_up .swiper-button-prev img{width:15px; opacity:.5;}
#b_pop_up .swiper-button-prev img{transform:rotate(180deg);}
#b_pop_up .b_btn_box{display:flex; align-items:center; justify-content:space-between; background-color:#111; padding:3px 5px; max-width:500px; width:100%; }
#b_pop_up .b_btn_box .b_close_btn{display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.938rem; }
#b_pop_up .b_btn_box .b_close_btn img{width:13px; margin-left:3px; }
#b_pop_up .b_btn_box label{color:#fff; font-size:0.938rem; cursor:pointer; }
#b_pop_up .b_btn_box label input{vertical-align: middle; margin-right:3px; }

@media screen and (max-width: 1080px) {
	#b_pop_up .b_pop_box{flex-direction: column; max-width: 360px;}
	#b_pop_up .b_pop_pagi{width:100%; display:flex; align-items:center; flex-wrap:wrap; border-radius:0; }
	#b_pop_up .b_pop_pagi .swiper-pagination-bullet{width:50%; text-align:center; padding:8px;}
	#b_pop_up .b_pop_pagi .swiper-pagination-bullet:nth-child(2n){border-left:1px solid #999; }
	#b_pop_up .swiper-button-next, #b_pop_up .swiper-button-prev{width: 25px;}
	#b_pop_up .swiper-button-next img, #b_pop_up .swiper-button-prev img {width: 10px;}
	#b_pop_up .b_tab_box{width:100%; }
}
@media screen and (max-width: 760px) {
	#b_pop_up .b_pop_pagi{transform:unset; }
	#b_pop_up .b_pop_pagi .swiper-pagination-bullet{margin:0; }
	#b_pop_up .swiper-pagination-bullet:last-child {border-bottom: 1px solid #999;}
}





