/* 팝업공통 css */
.popup_wrap{
    min-width:300px;
    top: 10px !important; left: 10px !important;
}
.layer_contnet{
    width: 100%;
    /* max-width: 100%; */
    /* min-height: 100%; */
    height: auto !important;
    /* height: 100%; */
    margin: 0 auto -21px;
}
.check_close{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100% !important;
    height:42px !important;
    top: unset !important;
    bottom: 0 !important;
    background-color:#000;
    font-family:'Dotum','돋움';
    font-size:12px;
    color:#fff;
    padding: 10px;
    box-sizing: border-box;
}
.layer_none {
    display:none;
}
.close_today_wrap,
.close_layer{
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #fff;
}
.close_today_wrap{
    position: relative;
}
.close_today_wrap input{
    position: absolute;
    left: -1000px;
    overflow: hidden;
    width: 1px;
    height: 1px;

    /* display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%; */
}
.close_layer{
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}