
/* 레이어팝업 */
.mPopup {display:none;position:absolute;top:0;left:0;width:100%;min-height:100%;background:rgba(0,0,0,0.3);z-index:10000;-webkit-overflow-scrolling:touch;}
.layer_pop_title {height:60px; line-height:60px; text-indent:12px; font-size:19px; color:#fff; overflow:hidden; background-color:#282828;}
.layer_pop_title .layer_close {position:absolute; right:0px; top:0px; padding:0px; width:44px; height:60px; font-size:0; background:url(../../images/common/layer_close.png) no-repeat center center; background-size:20px 20px;}
