﻿

/* 팝업 */
.white-popup-block {
    background: #fff none repeat scroll 0 0;
    margin: 40px auto;
 /*   max-width: 550px;*/
    padding: 20px 30px 30px 30px;
    position: relative;
    text-align: left;
    z-index : 9999;
}

button.mfp-close {
	color : #404040;
}

#lb_today_close 
button.mfp-close, button.mfp-arrow {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
button.mfp-close {
    color: #404040;
}
.max-width-1200 {
	max-width : 1200px;
}
/* end 팝업 */