
#bgBlack { filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; background-color: #000; height: 100%; left: 0;	position: fixed; text-align: left; top: 0; width: 100%; z-index: 10000; display:none;}
.popwrap { position:relative; display:none; float:left;}
.layer_popup { box-sizing:border-box; position:absolute; width:100%; top:280px; z-index: 15000; }
.layer_popup a {text-decoration:none;}
.layer_popup ul { list-style:none; padding:0; margin:0 }
.layer_popup img { vertical-align:top; }
.layer_popup .layer_close { height:50px;width:100%;background-color:rgba(000,000,000,0.5 ); }
.layer_popup .layer_close_today { float:left; padding:10px 20px; }
.layer_popup .layer_close_btn { float:right;width:60px; }
.layer_popup .layer_close_btn img { height:50px; width:60px; }
.layer_popup .layer_close_today img { vertical-align:middle; width:30px; height:30px; }
.close_txt {  padding-left:10px; color:#a2a2a2; font-size:16px; }

@media(max-width:767px){
.layer_popup{top:150px;}
.layer_popup img{width:100%;}
}