@charset "UTF-8";
#popup_wdtb_zone .bndeWdtbWindow{position:absolute;z-index:1500;background:#fff;}
#popup_wdtb_zone .bndeWdtb_nomoreOpen{background:#efefef;text-align:right;padding:5px 15px;display:flex;width:100%;justify-content: space-between;}
#popup_wdtb_zone .bndeWdtb_nomoreOpen form{display:flex;width:100%;justify-content: space-between;}

#imageslide_wdtb_zone {box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;visibility:hidden;}
#imageslide_wdtb_zone::before{content:"";display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);}
#imageslide_wdtb_zone .main_full_popup_wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
#imageslide_wdtb_zone .full_popup{position:relative;width:90%;margin: 0 auto;}
#imageslide_wdtb_zone .full_popup .slick-slide{padding:0 10px;text-align:center;}
#imageslide_wdtb_zone .full_popup .slick-slide img{display:inline;}
#imageslide_wdtb_zone .full_popup .text_1,
#imageslide_wdtb_zone .full_popup .text_2{display:none;}
#imageslide_wdtb_zone .full_popup .control{margin-top:50px;display:flex;align-items:center;justify-content:center;}
#imageslide_wdtb_zone .full_popup .playstop,
#imageslide_wdtb_zone .full_popup .prevnext{display:none;}
#imageslide_wdtb_zone .full_popup .numbering{font-family:'Play Bold';color:#FFF;line-height:1;display:flex;align-items:center;margin-right:15px;}
#imageslide_wdtb_zone .full_popup .numbering .now{color:#d7ccbe;font-size:20px;}
#imageslide_wdtb_zone .full_popup .numbering .total{font-size:16px;}
#imageslide_wdtb_zone .full_popup .numbering i{padding:0 5px;font-size:12px;}
#imageslide_wdtb_zone .full_popup .paging ul.slick-dots{display:flex;align-items:center;justify-content:center;}
#imageslide_wdtb_zone .full_popup .paging ul.slick-dots li{margin:0 3px;line-height:0;}
#imageslide_wdtb_zone .full_popup .paging ul.slick-dots li button{width:10px;height:10px;background:#d7ccbe;border-radius:30px;font-size:0;}
#imageslide_wdtb_zone .full_popup .paging ul.slick-dots li.slick-active button{width:30px;background:#972c3f;}
#imageslide_wdtb_zone .full_popup .paging ul.slick-dots li button:hover{background:#FFF;}
/*오늘하루열지않음*/
#imageslide_wdtb_zone .full_popup .noMore{display:flex;align-items:center;justify-content:center;font-size:18px;color:#FFF;line-height:1;margin-top:50px;}
#imageslide_wdtb_zone .full_popup .noMore input{display:block;width:20px;height:20px;-webkit-appearance:none;appearance:none;-moz-appearance:none;background-color:#DDD;border:1px solid #888;border-radius:3px;margin:2px 15px 0 0;}
#imageslide_wdtb_zone .full_popup .noMore input[type=checkbox]:checked{background:#FFF url(/Web-home/fnct/bndeWdtb/images/input_check.png) no-repeat center;}
#imageslide_wdtb_zone .full_popup .noMore label{padding:0 10px;}
#imageslide_wdtb_zone .full_popup .noMore a.bndeWdtbCloseWin{display:inline-block;margin-left:15px;text-indent:-9999px;background:url(/Web-home/fnct/bndeWdtb/images/fullPopupClose_w.png) no-repeat center;width:25px;height:25px;}