/*popup*/
.modal-Wrap {display:none;background:rgba(0,0,0,0.7);position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999; }
.popup {width:845px;height:574px;background:#fff;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
        margin:-287px auto 0;position:relative;top:50%;}
.popup iframe { width:877px; height:100%; overflow:hidden; margin:0 -16px 0 -13px; border:0; background:transparent; }
.popup a.close { width:30px; height:30px; background:url('../images/popup/close-popup.png'); position:absolute; top:-12px; right:-12px; opacity:1; }

@media (max-width:1040px) {
    .modal-Wrap { display:none !important; }
}