@charset "UTF-8";

.modal div,
.modal h2 {
	display: block;
}

.modal h2 {margin-bottom: 15px;}
/* model 관련 (추가) */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999 !important; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal_content {
    position: relative;
    background-color: #fff;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 40px;
    width: 94%; max-width: 1580px;  /* Could be more or less, depending on screen size */    
    border-radius: 6px;
}
.modal_content div {
	display: block;
}

.modal_content.mt10{margin-top: 10%;}
.modal_content.mw_small{ max-width: 800px; }
.modal_content.mw_medium{ max-width: 1000px; }
.inner .modal_content h2{margin-bottom: 15px;}
.inner .modal_content h3{margin:0 20px 10px 0;}
.modal_content.mw640{max-width: 640px;}
.modal_content .tit{font-size: 1.1em; margin-bottom: 10px;}
.modal_content .ico.on{color: #ffde00;}
.modal_content .text_area{ padding:10px; border:1px solid #ced4da; font-weight:400; border-radius:6px; width: 100%; height:350px; background: #f5f6fa; overflow-y: scroll;}
.tbl_style01 tbody td .modal_content{line-height: 1.6 !important;}
.tbl_style01 tbody td .modal_content h2{text-align: left; }

.modal .table_td.on{
    background:#006ef5;
}

/* The Close Button */
.close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #333;
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.m_modal{display: block; }
.m_modal_content {    
    background-color: #fff;
    margin: 14% auto 0; /* 15% from the top and centered */
    padding: 20px 40px 50px;
    width: 85%; max-width: 490px; /* Could be more or less, depending on screen size */    
    border-radius: 0;
}

/* The Close Button */
.m_modal .close {
    position: absolute;
    right: 20px;
    top: 0;
}

.map_area{min-height: 400px; background: #e4e4e4}

.modal .modal_content .title_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 15px;
}

.modal .modal_content .top_info { position: relative; margin-bottom: 15px; }
.modal .modal_content .top_info .flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.modal .modal_content .top_info .flex div:last-of-type { display: flex; flex-direction: row; justify-content: end; align-items: center; gap:10px;}

.small-input {
	height:35px !important;
}


#abnormal_wrap {
    overflow: auto;
    height: 400px;
}
#event_wrap {
    overflow: auto;
    height: 400px;
    scrollbar-width: 6px;
}


.table_style.w5_jo .table_th div,
.table_style.w5_jo .table_td div {
  flex-basis: 15%;
  width: 15%;
  flex-shrink: 0;
  font-size: 13px;
}

.table_style.w5_jo .table_th div:nth-child(3),
.table_style.w5_jo .table_td div:nth-child(3) {
  flex-basis: 40%;
}



.modal.filter{left: auto; right: 0; width: 400px; background: #fff;}
.modal.filter .modal_content{ background-color: #fff; margin: 0; width: 100%; padding: 30px; border-radius: 0;}
.modal.filter .close { top:10px; right: 30px;}



/*** Tab ***/
.tab_style{position: relative; overflow: hidden;}
.tab_style:before{content: ''; display: block; position: absolute; bottom: 0; width: 100%; height: 1px; background: #e1e5ed; }
.tab_style .tabs{position: relative; cursor: pointer; display: inline-block; float: left; padding: 8px 14px 6px; background: #f5f6fa; border: 1px solid #e1e5ed; border-left: none; font-size: 0.86em;}
.tab_style .tabs:first-child{border-left: 1px solid #e1e5ed;}
.tab_style .tabs.on{background: #fff; font-weight: 500; border-bottom-color: #fff;}

