.sub_menu_title{float: right;}

.layer .cont .notice_view{display: table; width: 100%; border-top: 2px solid var(--custom-gray6); padding-top: 10px;}
.layer .cont .notice_view th {font-weight: bold; background-color: var(--custom-gray1); padding: 12px;}
.layer .cont .notice_view td { font-weight: bold; padding: 12px; height: 250px; white-space: pre-wrap; }
.layer .cont .notice_view td > div { overflow-y:auto; width:100%; height:250px; }
.layer .cont .notice_view tr:last-child > * { border-bottom: 1px solid var(--custom-gray6);}

.g_title_noti {margin-top: 25px; padding-bottom: 5px; font-size: 20px; font-weight: bold; color: #000; float: left}
.g_select {height: 35px; padding: 0 20% 0 1.7%; float: right; margin-top:18px;}

.notice_title {cursor: pointer;}

@media (max-width: 576px){
    .g_select {width:100%; margin:5px 0 10px 0;}
    .data_table td{text-align: left;}
}

@media (max-width: 575px){
    .layer .btn {display: none;}
}

@media (max-width:360px){
    .layer{min-width:360px}
}