#popup_wrap .container{position:absolute; z-index:1000; border:2px solid #1f1f1f; background-color:white;}
#popup_wrap .container img{max-width:800px; max-height:800px;}
#popup_wrap .container .pop_close_box{line-height:49px; color:white; user-select:none; vertical-align:middle; width:100%; height:50px; background-color:#666666; border-top:1px solid #1f1f1f;}
#popup_wrap .container .pop_close_box .pop_never_chk_wrap{float:left; margin-left:10px;}
#popup_wrap .container .pop_close_box .pop_never_chk_wrap input{width:20px; height:20px; margin:-4px 10px 0px 0px;}
#popup_wrap .container .pop_close_box .pop_close_btn{float:right; padding:0px 40px; cursor:pointer;}
#popup_wrap .container .pop_close_box .pop_close_btn:hover{background-color:#444444;}

@media screen and (max-width:1250px){
    #popup_wrap .container{display:none;}
}