@charset "utf-8";

/* 레이어팝업 */
.layer_pop_bg{display:flex; min-height:100vh; background-color:rgba(0,0,0,0.8);
    position:fixed; left:0; top:0; right:0; bottom:0; z-index:100;
    justify-content:center; align-items:center;
}

.layer_popup{width:500px;
    background-color:#fff; border:1px solid #bfc8d8; border-radius:5px; box-shadow:4px 4px 16px rgba(0,0,0,0.08);
    position:relative;
}

.layer_popup2{width:700px;}

.title_layer{padding:0 30px; border-bottom:1px solid #bfc8d8; font-size:22px; color:#4477d4; font-weight:700; line-height:66px;}

.close_layer{width:70px; height:65px; background-color:#f4f5f7; border-top-right-radius:5px;
    text-indent:-9999px; position:absolute; right:0; top:0;
}
.close_layer:before, .close_layer:after{content:""; width:3px; height:42px; background-color:#848c9a;
    position:absolute; left:34px; top:12px;
}
.close_layer:before{-webkit-transform:rotate(45deg); transform:rotate(45deg);}
.close_layer:after{-webkit-transform:rotate(-45deg); transform:rotate(-45deg);}

.layer_content{background-color:#fbfbfb; padding:16px 30px 40px;}
.layer_content .write_tb{margin-top:0;}

.layer_content_scroll{max-height:600px; overflow-y:auto;}

.layer_text{margin-top:10px; font-size:12px; color:#818282;}

.btn_f_layer{margin-top:20px; text-align:center;}
.btn_f_layer a{display:inline-block; width:95px; height:37px; border-radius:5px;
    font-weight:700; line-height:37px; text-align:center; vertical-align:middle;
}
.btn_f_layer .btn_cancel{background-color:#fff; border:1px solid #5783d7; color:#5783d7;}
.btn_f_layer .btn_action{background-color:#93aad1; color:#fff;}


.approval_grade{color:#1e6af1;}


.layer_popup .search_area{margin-bottom:0; padding-right:35px; border-top:0; position:relative; z-index:1;}
.layer_popup .search_input_area{width:560px;}
.layer_popup .notice_search{padding-left:16px;}

.no_search_data{padding:42px 0 35px; background-color:#f3f5f7; color:#28323b; text-align:center;}
.no_search_data:before{content:""; display:inline-block; width:20px; height:17px; margin-right:7px;
    background-image:url("../images/icon/icon_no_data2.png"); background-size:21px; vertical-align:middle;
}


.layer_popup .title_area + .write_tb, .layer_popup .title_area + .m_none .list_tb{margin-top:20px;}
.layer_popup .title_area + .list_tb{margin-top:20px;}

.title_layer_sub{padding-left:62px; background-color:#f3f5f7; border-top:1px solid #bfc8d8;
    font-size:18px; color:#28323b; line-height:56px; position:relative;
}
.title_layer_sub:before{content:""; position:absolute; left:33px; top:50%;}
.title_layer_sub.change:before{width:18px; height:18px; margin-top:-9px; background-image:url("../images/icon/title_change.png");}

.layer_state_area{padding:0 30px;}
.layer_popup .search_area{margin-bottom:0; padding-right:35px; border-top:0; position:relative; z-index:1;}