#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
    opacity: .6;
    display: none
}

#mask > img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px)
}

/*회원관리 검색영력*/
.search-form-wrapper {
    margin-left: 2.25rem;
}

.search-form-wrapper>div>.search-select-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.readonly{background-color:#e4e6ef!important}


.blank-image {
    background-image: url(/assets/media/users/blank.png);
}

.datepicker table tr td.disabled {
    color: #eeeeee !important;
}

.datetimepicker table tr td.disabled {
    color: #eeeeee !important;
}

.datetimepicker table tr td span.disabled {
    color: #eeeeee !important;
}


.qna-content {max-width: 600px;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden}

/*설문조사 상세보기 modal*/
.option-row {margin-top:5px;}
.option-row>.option-no {margin-right: 0.5rem !important;border: 1px solid;padding: 1px 5px;border-radius: 50px;}

@media screen and (max-width: 1200px) {
    .qna-content {max-width: 400px;}
}

@media screen and (max-width: 750px) {
    .qna-content {max-width: 200px;}
}

@media screen and (max-width: 576.98px) {
    .qna-content {max-width: 50px;}
}

/*datepicker z-index 재설정*/
.datepicker-dropdown{
    z-index: 1051!important;
}

.cursor-auto{
    cursor: auto!important;
}

/* filter 20230420 */
.c-a-center {text-align:center;}
table.tbl_filter {
    border-top: 1px;
    border-radius: 0.42rem;
}
table.tbl_filter th {
    font-weight: 500;
}
ul.filter_add {
    margin-top: 2rem;
    padding:0px 2.25rem;
    list-style:none;
    overflow: hidden;
}
ul.filter_add li {
    float: left;
    margin-right: 10px;
}
ul.filter_add li:first-child {
    margin-right: 20px;
    line-height: 39px;
}
ul.filter_add li select {
    width: 226px !important;
}
.filter_lst_container {
    padding:0px 2.25rem;
}
ul.filter_lst {
    list-style:none;
    overflow: hidden;
    width: 100%; padding: 10px;
    background: #ebedf3;
    margin-bottom: 0;
}
ul.filter_lst li {
    float: left; margin-right: 20px; padding:0 10px;
    background: white; border:1px solid #3699ff; color: #3699ff;
    font-size: 13px;
    height: 26px; line-height: 26px; border-radius: 13px; box-sizing: border-box;
}
ul.filter_lst li span {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
ul.filter_lst li span img {
    vertical-align: baseline;
}

/* modal */
#filter_addPop {
    width: 460px;
    border: none;
    box-shadow: 3px 3px 7px 1px grey;
    background-color: white;
    border-radius: 10px;
    z-index: 9999;
    display: none;
    position: fixed;
    padding:30px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#filter_fileUpPop {
    width: 460px;
    border: none;
    box-shadow: 3px 3px 7px 1px grey;
    background-color: white;
    border-radius: 10px;
    z-index: 9999;
    display: none;
    position: fixed;
    padding:30px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
button.pop_close {
    border: none; background: transparent; box-sizing: border-box; cursor: pointer;
}
ul.layer-pop_top {
    list-style:none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
ul.layer-pop_top li {

}
ul.layer-pop_btn {
    list-style:none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
ul.layer-pop_btn li {width: 48%; margin-bottom:10px; font-size: 14px;}
ul.layer-pop_btn li:last-child {margin-bottom:0;}

button.layer-pop_btn_type1 {
    width:100%; height: 40px; border-radius: 10px; border: none; background: #187DE4; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer;
}
button.layer-pop_btn_type2 {
    width:100%; height: 40px; border-radius: 10px; border: 1px solid #187DE4; background: transparent; color: #3E72FB; font-size: 14px; font-weight: 700; cursor: pointer;
}
.layer-pop_input {margin-bottom: 20px;}
.layer-pop_input > ul {
    padding: 0;
    list-style:none;
    display: flex;
    justify-content: space-between;
}
.layer-pop_input > ul.filebox li {
    width: 77%;
}
.layer-pop_input > ul.filebox li:last-child {width: 22%; text-align: right}
.filebox label {
    display: inline-block;
    cursor: pointer;


}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.info-type_box {
    background: #f9f9f9; border-radius: 5px; border:1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
ul.info-type {
    padding: 0;
    list-style:none;
    display: flex;
    justify-content: space-between;
    margin:0;
}
ul.info-type li {
}
ul.info-type li >input[type=checkbox] {
    content: url("/assets/images/Vector.svg");
    width:18px; height:18px; background: #eaeaea; appearance: none; border-radius: 50%; vertical-align: top; margin-right:10px; padding:2px;
}
ul.info-type li >input[type=checkbox]:checked {
    background: #0d8ddc;
}
