@charset "UTF-8";
@import url("/assets/common/css/font.css");


* {
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans KR;
    font-weight: 500;

}

/*=================팝업 프레임==========================*/
.voc_message_window{
    position: absolute;
    top:45%;
    left: 35%;
    margin-top: -317.5px;
    margin-left: -400px;
    width: 1400px;
    height: 636px;
    background-color: #fff;
    border-radius: 3px;
    border-color: #0E353C;
    /*	border: 1px solid red;*/
}

.voc_message_window .voc_message_title{
    position: relative;
    height:41px;
    padding-top: 19px;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color:#083338;
    /*	border: 1px solid red;*/
}

.voc_message_window .voc_message_list_title_line{
    position: relative;
    height: 1px;
    background-color: #D5D5D5;
}

.voc_message_window .voc_message_title_down_line{
    position: relative;
    top:515px;
    height: 1px;
    background-color: #D5D5D5;
}

.voc_message_window .voc_message_list_window_close{
    position: absolute;
    top:15px;
    right: 200px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/popup/bt_popup_close_n.svg");
}

.voc_message_window .voc_message_list_window_add{
    position: absolute;
    top:15px;
    left: 200px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/popup/bt_popup_edit_n.svg");
}


.voc_message_window .voc_message_list_popup_table {
    position: absolute;
    top: 60px;
    left: 40%;
    margin-left: -360px;
    width: 1000px;
    height: 577px;
}
