body.sLightBox{/*overflow:hidden*/}/*주석을 해제하시면 라이트박스생성시 바탕의 스크롤을 제거합니다*/

#d_sLightBox_win{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:20000}
#d_sLightBox_win .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5)/*ie9+*/}
#d_sLightBox_win .inner{position:relative;width:70%;margin:0 auto;height:55%;top:20%;background:#fff}
#d_sLightBox_win .inner .iframe{width:100%;height:100%;border:0;background:#fff;}
#d_sLightBox_win .inner .popup{display:none}
#d_sLightBox_win .inner .close{position:absolute;right:-50px;top:0;width:50px;height:50px;cursor:pointer;background:url('images/close.gif') no-repeat;text-indent:-9999px}