
/* 메인 레이어 팝업 */
/*body.layerPopYes{overflow:hidden;}*/
#mw_pop {position:absolute; display:block; }
#mw_pop * {box-sizing: border-box;}
#mw_pop .mask{}
#mw_pop .popContents{margin: 0 auto; background: #fff;}
#mw_pop .layerpopList{position:relative;}
#mw_pop .layerpopList .item a {display:block;}
#mw_pop .layerpopList .item a img{ max-width:100%;}

#mw_pop .layerpopBtn{width:100%;text-align:center; overflow:auto; border-top:0; }
#mw_pop .layerpopBtn .today{float:left;width:50%;height:38px;line-height: 38px;background:#444;}
#mw_pop .layerpopBtn .today > a {color:#fff;font-size:16px;}
#mw_pop .layerpopBtn .today label{width:100%;height:38px;line-height:38px;color:#999;font-weight:bold;font-size:16px;}
#mw_pop .layerpopBtn > button{float:left;display:block;width:50%;height:38px;line-height:38px;font-weight:bold;font-size:16px;background:#000;border:0 none; color:#fff;}

#mw_pop .bx-controls{position:absolute;left:0;bottom:26px;height:auto;width:100%;margin-bottom: 20px;}
#mw_pop .bx-wrapper {margin-bottom:0px;}
/*#mw_pop .bx-wrapper .bx-pager.bx-default-pager a{width:10px;height:10px;margin:0 3px 0 2px;overflow:hidden;}*/

.layerPopYes #mw_pop .popContents{}
.layerPopYes #mw_pop .mask{width:100%;height:100%;}

@media screen and (max-width:753px){
.m_popup { left:0 !important; width:100% !important; padding:0 5%; }
}