/* smartPop */
#smartPop_overlay {display:block; overflow:hidden; position:fixed; top:0; right:0; bottom:0; left:0; z-index:100000; cursor:wait;}
#smartPop {display:none; position:fixed; top:0; right:0; bottom:0; left:0; overflow-x:auto; overflow-y:auto; z-index:100004;}
#smartPop_container {margin:0 auto 0 auto;border:none;max-width:1980px;; min-width:300px; padding:20px; height:510px; z-index:2; }
#smartPop_content {display:none; padding:0px; overflow:hidden; cursor:default; background:#fff}
#smartPop_frame {display:none; width:100%; height:800px; overflow:hidden; }
#smartPop_log {display:none; position:fixed; top:10px; left:10px; overflow:auto; width:200px; height:400px; background:#fff; border:solid 1px #444; padding:0; z-index:3;}
#smartPop_close_wrap {position:absolute;}
#smartPop_close {position:absolute; top:35px;right:50px; width:50px; height:50px;cursor:pointer;}
#smartPop_loading {position:relative; margin:10px auto 0 auto; width:16px; height:16px; background:url(../../images/sub/loading.gif); cursor:wait;}
#smartPop_content > img {margin:20px}