/* smartPop */
#smartPop_overlay {display:block; overflow:hidden; position:fixed; background:#333333; opacity:0.8; top:0; right:0; bottom:0; left:0; z-index:100000; cursor:wait; filter:alpha(opacity=80);}
#smartPop {display:none; position:fixed; top:0; right:0; bottom:0; left:0; overflow-y:auto; z-index:100004;}
#smartPop_container {background-color:white; -webkit-box-shadow:0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06); max-width:1300px; padding:0px; width:720px; z-index:2; background:#fff;}
#smartPop_content {display:none; padding:0; overflow:hidden; cursor:default;}
#smartPop_frame {display:none; height:100%;}
#smartPop_log {display:none; position:fixed; top:10px; left:10px; overflow:auto; width:200px; height:400px; background:#fff; border:solid 1px #444; padding:10px; z-index:3;}
#smartPop_close_wrap {position:absolute;}
/* 
이미지생성을위하여 가려둠 
 #smartPop_close {position:absolute; width:14px; height:13px; background:url(../../images/ntb/smartPopImg/btn_close1.png); right:10px; top:10px; cursor:pointer;} 
 */
#smartPop_close {position:absolute; width:14px; height:13px;  cursor:pointer;}
#smartPop_loading {position:relative; margin:10px auto 0 auto; width:16px; height:16px; background:url(../../images/ntb/common/loading.gif); cursor:wait;}
#smartPop_img{-webkit-filter: drop-shadow(3px 3px 3px #d4d4d4); filter: drop-shadow(5px 5px 5px #d4d4d4)}
