/* 모달 */
.layer-modal { display: none; width:100%; height:100%; position:fixed; top:0; left:0; z-index:2; }
.layer-modal .layer-background-span {
    position:fixed;
    width:100%;
    height:100%;
    z-index:99999;
    overflow-x: hidden;
    border:0; left:0; top:0; background-color:#000; opacity:.7; filter:alpha(opacity:100);
}

.layer-modal .layer-modal-content {
    display:block;
    margin: auto;
    position:relative;
    z-index:99999;
    background-color:#fff;
    overflow:hidden;
    opacity:0;
}

.layer-modal .layer-modal-close {
    position:absolute;
    width:15px;
    top:15px;
    right:10px;
    z-index:99999;
}

.layer-modal .layer-modal-close .layer-btn-modal-close img { width:100%; cursor: pointer; }

.wrap-layer .layer-title { padding:15px 0; margin:0 auto; text-align: center; background:#4F5D75; color:#fff; font-weight:bold; font-size:14px; }
.wrap-layer .layer-content { width:95%; padding:10px 0 0 0; margin:auto; }