@charset "utf-8";
.navbar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 2px solid black;
}
.navbar .navbar-nav .nav-link{
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #222;
    font-family: 'Noto Sans Medium';
    transition: .5s;
}
.navbar .dropdown-item{
    font-size: 1.1em;
}
.navbar form{
    margin-right: 10px;
}
.search .inner{
    width: auto;
}
.loct{
    width: auto;
}
body{
    min-width: 0;
}
.navbar-toggler{
    padding: 0;
    margin: 0;
    border: 0;
}
#footer .inner{
    width: auto;
}
.search .inner{
    padding: 15px;
}
#top {
background-color: #1662bb;
    background-image: linear-gradient(141deg, #1662bb 0%, #3662cb 51%, #5692fb 75%);
    color: white;
}
#top .top-container {
    color: white;
}
#top .card{
    background-color: #1f245c;
    background-image: linear-gradient(141deg, #1f245c 0%, #3f447c 51%, #1f245c 75%);
}
#top .card h5{
    color: #00ffff;
    font-size: 1.1em;
}
#top .fd-top-ul li{
    margin-left: 20px;
    list-style-type: disc;
}
#top .fd-top-more{
    background-color: #1662bb;
    border-color: #1662bb;
    font-size: 1.1em;
}
.fixed-top {
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top .navbar-brand{
    margin-top: 13px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
#bb-chart{
    margin-top: 2rem;
}

#loader-wrapper{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    z-index: 1100;
    cursor: pointer;
    text-align: center;
}
#loader-wrapper .loading {
    position: relative;
    left: 0;
    top: 40%;
    z-index: 1;
    margin: auto auto auto auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #4db1ff;
    width: 60px;
    height: 60px;
    -webkit-animation: loader-wrapper-spin 2s linear infinite;
    animation: loader-wrapper-spin 2s linear infinite;
}
#loader-wrapper .message {
    position: relative;
    left: 0;
    top: 42%;
    z-index: 1;
    margin: auto auto auto auto;
    border-radius: 5px;
    background-color: #0b5887aa;
    display: inline;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}
@keyframes loader-wrapper-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*
비전역 선언 필요
.table {
    border-width: 0;
}
.table thead th {
    text-align: center;
}
*/
.alert-box{
    width: auto;
    max-width: 300px;
    margin: 8px 20px 8px 8px;
}

/* 저수율, 강우 지도 사용 */
.alert-box.box{
    width: auto;
    max-width: 315px;
    margin: 8px 20px 8px 8px;
}

.alert-list{
    padding: 8px 8px 1px;
    height: auto;
}
.alert-list li{
    margin-bottom: 8px;
}
.date-info {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #222;
}
.date-info span {
    margin-left: 3px;
    font-family: NanumSquare;
    font-weight: 400;
    font-size: 14px;
}
.dt-buttons{
    display: none;
}
.dataTables_wrapper .DTFC_LeftHeadWrapper table.dataTable thead th, .dataTables_wrapper .DTFC_RightHeadWrapper table.dataTable thead th, .dataTables_wrapper .dataTables_scrollHeadInner table.dataTable thead th{
    text-align: center;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled{
    padding-right: 10px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    text-align: right;
}
/*
.infoArea .move{
    color: black;
}
*/
input[type="checkbox"].form-check-input{
    border: 1px solid rgba(0,0,0,.25) !important;
}
.dashboard-precipitation .map-area{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.dashboard-precipitation .map-area #map1,
.dashboard-precipitation .map-area #map2{
    height: calc(100vh - 237px);
}
.dashboard-precipitation .legend{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 180px;
}
.dashboard-precipitation .gis-map-nav-state {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

.dashboard-precipitation .gis-map-nav-state button{
    flex:1;
    background-color: #666;
    font-family: Noto Sans Medium;
    font-size:14px;
    color:#ffff;
    height: 34px;
    border-radius:6px;
    padding-right: 10px;
    padding-left: 10px;
}
.dashboard-precipitation .head .info{
    padding-right: 20px;
    font-size: 0.7em;
    margin-top: 33px;
    line-height: 1em;
}
.dashboard-precipitation .graph{
    position: relative;
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
}
.dashboard-precipitation .graph .title {
    font-family: "Noto Sans Medium";
    font-size: 20px;
    color: #444;
    letter-spacing: -1px;
    line-height: 25px;
    text-align: left;
}
.dashboard-precipitation .graph .title .date {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    letter-spacing: -0.7px;
}
.dashboard-precipitation .graph .summary {
    text-align: right;
    font-size: 1.1em;
    color: #cc3300;
}
.dashboard-precipitation .table table{

}
.dashboard-precipitation .table thead tr th {
    background-color: #f6f7fb;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.dashboard-precipitation .table.type09{
    margin-top: 10px;
}
.dashboard-precipitation .table.type09 thead tr th {
    height: 33px;
    font-family: "Noto Sans Medium";
    font-size: 14px;
    color: #444;
    letter-spacing: -0.7px;
}
.dashboard-precipitation .table.type09 tbody tr th {
    font-size: 1.2em;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.dashboard-precipitation .table.type09 tbody tr td {
    padding: 0;
    height: 29px;
    font-family: "Noto Sans";
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: default;
}
.dashboard-precipitation .table.type09 .empty {
    color: #ccc;
}
.dashboard-precipitation .table.type09 .sky {
    color: #288ff3;
}
.dashboard-precipitation .table.type09 .avg {
    background-color: #88cff3;
    color: #000;
}
.dashboard-precipitation .table .table-scroll{
    height: calc(100vh - 272px);
    overflow-y: auto;
}
.dashboard-precipitation .boardArea .flexWrap .col > div{
    gap: 15px;
}
.dashboard-precipitation .centerBoard .searchArea label {
    height: 34px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Noto Sans Medium";
    color: #999;
    letter-spacing: -0.8px;
    border-radius: 5px;
    line-height: 34px;
    appearance: none;
    background-color: transparent;
}
.dashboard-precipitation .centerBoard .searchArea input {
    width: 25%;
    max-width: 120px;
    height: 34px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Noto Sans Medium";
    color: #999;
    letter-spacing: -0.8px;
    border-radius: 5px;
    border: solid 1px #bbb;
    appearance: none;
}
.dashboard-precipitation .ui-datepicker-trigger{
    display: none;
}
.drought .circle-180{
    width: 180px;
    height: 180px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    padding-top: 75px;
}
.drought .circle-180.circle-180-line2{
    padding-top: calc(75px - 0.5em);
}
.drought .title-bold-18{
    font-weight: 500;
    font-size: 18px;
    color: #222;
}
.text-justify {
    text-align: justify !important;
}
.drought{
    background: none;
}
.bg-gray-eee{
    background-color: #EEEEEE;
}
@media (max-width: 991px){
    .navbar-collapse{
        background: #fff;
        border-bottom: black 2px solid;
        top: 80px;
        left: 0;
        position: absolute;
        width: 100%;
        padding: 15px;
    }
    .navbar .navbar-nav .nav-link{
        line-height: 40px;
    }
}
/* main page */
.main .shortArea{
    position: static;
}
.main .shortArea .head{
    border-bottom: none;
}
.main .shortArea .cont .row{
    border-bottom: none;
}
.main .shortArea .cont .row .box{
    width: 100%;
    border-top: 1px solid #020427;
}
.main .tabContWrap .tabCont.active {
    display: inherit;
}
.main .weatherArea{
    min-width: 0;
}
.main .noticeArea .box{
    width: 100%;
}
.main .weatherArea .whiteBox .descArea{
    position: static;
}
.main .table.type01{
    overflow-x: scroll;
}
@media (min-width: 576px){
    .main .shortArea .cont .row .box{
        width: 50%;
    }
}
@media (min-width: 768px){
    .main .shortArea{
        position: static;
/*      margin-top: -74px;	*/
    }
    .main .weatherArea .whiteBox .descArea{
        position: absolute;
    }
}
.main #content {
    max-width: 1200px;
    min-height: calc(96vh - 80px);
    margin: 0 auto;
    padding: 70px 0 80px;
    box-sizing: border-box;
}
.main .tabContWrap.type01 .tabNav > .tabList > li.active {
    color: #fff;
    border-radius: 100px;
    background-color: #15a0c7;
}
.main .tabContWrap.type01 .tabNav > .tabList > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 44px;
    font-size: 16px;
    color: #999;
    transition: .5s;
    cursor: pointer;
}

@media (max-width: 991px){
    .main .btnArea{
        margin-top: 0px;
    }
    .row .tabContWrap{
        margin-top: 3rem;
    }
}
#wrap{
    min-width: 0px;
}
.siteMapArea {
    position: absolute;
    top: 0;
    right: 0;
}
.siteMapArea button{
    position: absolute;
    top: 0;
    right: 0;
}
.tab ul li{
    font-size: 24px;
}
.dashboard-investigate .iv-area{
    width: 100%;
    height: calc(100vh - 129px);
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}
.dashboard-investigate .iv-area .ds-left{
    float: left;
    width: 300px;
    background-color: #ccc;
    height: calc(100vh - 129px);
}
.dashboard-investigate .iv-area .map-area{
    position: relative;
    float: left;
    width: calc(100vw - 348px);
    height: calc(100vh - 129px);
}
.dashboard-investigate .iv-area .map-area #map{
    width: calc(100vw - 348px);
    height: calc(100vh - 129px);
}
.dashboard-investigate .gis-map-nav-state {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

.dashboard-investigate .gis-map-nav-state button{
    flex:1;
    background-color: #666;
    font-family: Noto Sans Medium;
    font-size:14px;
    color:#ffff;
    height: 34px;
    border-radius:6px;
    padding-right: 10px;
    padding-left: 10px;
}
.dashboard-investigate .searchArea{
    padding: 10px 10px 2px;
}
.dashboard-investigate .searchArea input {
    width: 183px;
    height: 34px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Noto Sans Medium";
    color: #999;
    letter-spacing: -0.8px;
    border-radius: 5px;
    border: solid 1px #bbb;
    appearance: none;
    padding-left: 10px;
    padding-right: 10px;
}
.dashboard-investigate .searchArea select {
    text-align: center;
    width: 225px;
    height: 34px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Noto Sans Medium";
    color: #999;
    border-radius: 5px;
    border: solid 1px #bbb;
    padding-left: 10px;
    padding-right: 10px;
}
.dashboard-investigate .searchArea label {
    text-align: right;
    height: 34px;
    box-sizing: border-box;
    font-size: 16px;
    width: 47px;
    display: inline-block;
    font-family: "Noto Sans Medium";
    color: #999;
    letter-spacing: -0.8px;
    border-radius: 5px;
    line-height: 34px;
    margin-right: 5px;
    appearance: none;
    background-color: transparent;
}
.dashboard-investigate .searchArea .btnSearch {
    width: 38px;
    max-width: 60px;
    height: 34px;
    border-radius: 5px;
    background-color: #15a0c7;
    background-image: url(/resources/totalInfo/images/common/btn-search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
}
.dashboard-investigate .layerPop{
    position: absolute;
    padding-top: 0px;
}
.dashboard-investigate .layer-wrap {
    background:#fff; border-radius:10px; box-shadow:5px 5px 10px rgba(0,0,0,0.2); z-index:999999;
}
.dashboard-investigate .layer-wrap .ov-type1{
    width: 600px;
}
.dashboard-investigate .layer-wrap .ov-type2{
    width: 300px;
}
.dashboard-investigate .layer-wrap table th{
    font-weight: bold;
}
.dashboard-investigate .layer-wrap h5{
     font-size: 1.2em;
 }
.dashboard-investigate .layer-wrap table{
    margin-bottom: 5px;
}
.dashboard-investigate .layer-wrap table th{
    background-color: #3Aa2c7;
    color: white;
}
.dashboard-investigate .layer-wrap table th.spark{
    background-color: #0A82A7;
    font-size: 1.1em;
    color: white;
}
.dashboard-investigate .layer-wrap table th
,.dashboard-investigate .layer-wrap table td{
    border-top: #0a56ae 1px solid;
    border-bottom: #0a56ae 1px solid;
}
.dashboard-investigate .layer-wrap table td{
    text-align: center;
}
.dashboard-investigate .layer-wrap table > tbody > tr >*{padding: 2px 10px !important;}

.dashboard-investigate .layer-title {background:#8db300; position:relative; height:50px;}
.dashboard-investigate .layer-title h4 {padding:0 0 0 20px; font-size:21px; font-weight:500; color:#fff; line-height:50px; letter-spacing:-1px;}
.dashboard-investigate .layer-title .close {position:absolute; right:0; top:0; width:40px; height:50px; background:url(/resources/images/icon/i-close.svg)center no-repeat; border-left:1px solid rgba(255,255,255,.5); opacity:1;}
.dashboard-investigate .layer-list {padding:10px 30px; border-bottom:1px solid #e5e5e5;}
.dashboard-investigate .layer-list>* {float:left;}
.dashboard-investigate .layer-list p {line-height:32px; padding-right:20px;}
.dashboard-investigate .layer-list ul {text-align:center;}
.dashboard-investigate .layer-list ul li {float:left; margin:0 2px; padding:0 10px; line-height:30px; font-size:14px; border:1px solid #e5e5e5; border-radius:5px;}
.dashboard-investigate .layer-list select, .layer-list input {
    float:none;
    width: 20%;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #e5e5e5;
}
.dashboard-investigate .layer-info{
    padding: 12px 12px 5px;
}
.dashboard-investigate .layer-list .btnWrap {margin-top: 0 !important; float:right;}
.dashboard-investigate .layer-list .btnWrap a{
    padding: 8px 30px !important;
}

.dashboard-investigate .layerPop .btnWrap {margin-top:10px;}
.dashboard-investigate .layerPop .btnWrap a {width:100%; margin:0; padding:10px 30px; font-size:14px; background:#00b38d; color:#fff; border-color:transparent;}

.dashboard-investigate .layer-inner ul {text-align:center;}
.dashboard-investigate .layer-inner ul li {float:left; margin:0 2px; padding:0 10px; width: 70px; line-height:30px; font-size:14px; border:1px solid #e5e5e5; border-radius:5px; cursor: pointer;}
.dashboard-investigate .layer-inner ul li.on{color: #fff; background: #00b38d;}
.dashboard-investigate .layer-inner select, .dashboard-investigate .layer-inner input {
    float:none;
    width: 20%;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #e5e5e5;
}
.dashboard-investigate .resultArea{
    background-color: white;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
}
.dashboard-investigate .resultArea .result-count{
    text-align: right;
    font-weight: bold;
}
.dashboard-investigate .resultArea .result-list{
    border-top: #0A82A7 1px solid;
    margin-top: 3px;
    height: calc(100vh - 380px);
    overflow-y: scroll;
}
.dashboard-investigate .resultArea .result-list .result-list-item:first-child{
    margin-top: 5px;
}
.dashboard-investigate .resultArea .result-list .result-list-item{
    background-color: #f0f0f0;
    margin-bottom: 5px;
    padding: 3px;
    position: relative;
}
.dashboard-investigate .resultArea .result-list .result-list-item .item-col{
    display: block;
}
.dashboard-investigate .resultArea .result-list .result-list-item .item-col01{
    font-weight: bold;
    font-size: 1.1em;
}
.dashboard-investigate .resultArea .result-list .result-list-item .item-icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 28px;
    cursor: pointer;
}
.dashboard-investigate .downloadArea{
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    padding-bottom: 10px;
}
.dashboard-investigate .downloadArea button{
    background-color: #e4e5ea;
    border: solid 1px #bbb;
    color: #444;
    background-position: left 10px center;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: "Noto Sans Medium";
    font-size: 14px;
    letter-spacing: -0.8px;
    background-repeat: no-repeat;
    transition: 0.3s;
    padding: 5px 10px;
}
.dashboard-investigate #toolbox-upload-modal{
    position: absolute;
    width: 100%;
    top: 40%;
}
.dashboard-investigate .modal-dialog{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #5c9ccc;
    padding: 15px;
    border-radius: 5px;
    color: #f0f0f0;
    border: #2c6cac 1px solid;
}
.dashboard-investigate .modal-header{
    border-bottom: #eeeeee 1px solid;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}
.dashboard-investigate .modal-body{
    padding-top: 10px;
    border-bottom: #eeeeee 1px solid;
    padding-bottom: 10px;
}
.dashboard-investigate .modal-body select{
    text-align: center;
    color: #999;
    letter-spacing: -0.8px;
    border-radius: 5px;
    border: solid 1px #bbb;
    padding-left: 10px;
    padding-right: 10px;
}
.dashboard-investigate .modal-body .row{
    margin-bottom: 10px;
}
.dashboard-investigate .modal-body .danger{
    color: #ff0000;
}
.dashboard-investigate .modal-footer{
    padding-top: 10px;
    text-align: right;
}
.dashboard-investigate .modal-footer button{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    background-color: #cccccc;
    border-color: #cccccc;
}
#navbarSupportedContent .dropdown-menu{
    min-width: 150px;
}
#navbarSupportedContent .dropdown-item{
    display: block;
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans';
}
.menuBg{
    margin-top: -1px;
    top: auto;
    height: 351px;
}
#fd-full-width-menu,#top{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#fd-single-open-menu{
    display: none;
}
@media (max-width: 991px){
    #fd-full-width-menu,#top{
        display: none !important;
    }
    #fd-single-open-menu{
        display: block;
    }
    #container.tabBg01 {
        margin-top: 3rem !important;
    }

}
.weatherArea .whiteBox .descArea .infoTxt{
    margin-right: 10px;
}
.text-fd-caution{
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2em;
}
.text-fd-caution-sm{
    font-size: 1em;
}
.text-fd-caution-bg{
    background-color: #ffffff55;
    padding: 3px 10px;
    border-radius: 3px;
}
.btn-fd-manual{
    background-color: #ab1855;
    color: white;
    font-size: 1.1em;
}
.btn-fd-manual:hover{
    background-color: #ab1855;
}
.bg-fd-secondary{
    background-color: #eee;
}
.util .loginArea a:before {
    display: none;
}
.util .loginArea a span{
    margin-left: 0;
}
.util .loginArea a.login span{
    margin-left: 24px;
}
.util .loginArea a.login:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 17px;
    background: url("/resources/newmain/images/main/ico-login.png") no-repeat center;
}
.gnb > ul.menu > li > .dep2 {
  height: 399px;
}
.gnb > ul.menu > li > .dep2 li {
    padding : 6px !important;
}
.menuBg{
    height: 400px;
}
.max-300-with-multiline{
    max-width: 300px;
    white-space: break-spaces !important;
}
