/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');*/
/*@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");*/
@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /*--font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    /*--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
}




*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    /*font-family: sans-serif;*/
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*--------------------------------------------------------------
# 공통
--------------------------------------------------------------*/
body {
    margin: 0;
    /*font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*font-size: 1rem;*/
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}



#map {
    width: 100%;
    height: 100vh;
}

.info_item_view_1{
    position: absolute;
    top: 0px;
    /*bottom: 0px;*/
    z-index: 9999;
    padding: 20px;
    right: 0px;
    display: inline-flex;
    flex-direction:column;
}
.info_item_view {
    position: absolute;
    top: 0px;
    /*bottom: 0px;*/
    z-index: 9999;
    /*height: 100%;*/
    /*min-width: 390px;*/
    /*background-color: rgb(0 0 0 / 68%);*/
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;*/
    padding: 20px;
    right: 15px;
    /*display: inline-block;*/
    display: inline-flex;
    flex-direction:column;
}
.info_item {
    z-index: 99999;
    /*height: 100%;*/
    /*min-width: 390px;*/
    padding: 0 10px 10px 10px;
    /*background-color: rgb(0 0 0 / 68%);*/
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;*/
    display: inline-block;
}
.info_item_title {
    z-index: 99999;
    min-width: 300px;
    max-width: 300px;
    padding: 10px;
    background-color: rgb(0 0 0 / 86%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;

    display: flex;align-items: center;
}
.info_item_body {
    z-index: 99999;
    min-width: 300px;
    max-width: 300px;
    padding: 15px;
    background-color: rgb(0 0 0 / 68%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.txt_title{
    /*font-size: 16px;*/
    font-weight: 600;
    /*color: #ffffff;*/
    margin-bottom: 0px;
    width: 100%;
}

.mabbox{
    width: 100%;
    position: fixed;
}

.round_box{
    z-index: 999999;
    padding: 10px;
    background-color: rgb(0 0 0 / 60%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:15px;
}

.round_item_box{
    z-index: 999999;
    padding: 10px;
    background-color: rgb(0 0 0 / 60%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:15px;
}

.w-100{
    width: 100%;
}

.txt-center{
    text-align: center;
}
.txt-v-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-i-sm{
    font-size: 0.7em !important;
}

.txt-white{
    /*color: rgb(255 255 255 / 80%);*/
    color: rgb(255 255 255) !important;
}
.txt_blue{
    color: #0097E1;
}

.color-safety{
    color: #00DB2C;
}
.color-danger{
    color: #FF0000;
}

.back-color-safety{
    background-color: #AFD124;
}
.back-color-danger{
    background-color: #FF5A5A;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child th:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child th:last-child {
    border-bottom-right-radius: 6px;
}

.table{
    font-size: 13px;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #ddd !important;
}

h5{
    font-size: 16px;
    font-weight: 300;
}
h6{
    font-size: 14px;
    font-weight: 300;
}

ul{
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}
li{
    /*padding: 10px;*/
    border-bottom: rgb(255 255 255 / 20%) solid 1px;
}
li:last-child{
    border-bottom: #FFFFFF solid 0px;
}

.form-select{
    width: 100%;
}

.p-0{
    padding: 0px;
}
.p-5{
    padding: 5px;
}
.p-10{
    padding: 10px;
}

.pr-5{
    padding-right: 5px;
}

.pl-5{
    padding-left: 5px;
}

.pl-10{
    padding-left: 10px;
}

.pb-10{
    padding-bottom: 10px;
}

.m-0{
    margin: 0px !important;
}

.m-5{
    margin: 5px !important;
}
.m-10{
    margin: 10px !important;
}

.mt-5{
    margin-top: 5px !important;
}



.selectBox {
    color: #ffffff;
    padding: 0px 8px;
    position: relative;
    background-color: rgb(0 0 0 / 60%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:15px;
}
.selectBox .select {
    /*width: inherit;*/
    /*height: inherit;*/
    background: transparent;
    border: 0 none;
    outline: 0 none;
    padding: 5px 5px 7px 10px;
    position: relative;
    z-index: 3; /*select가 위로 올라와야 함*/
    justify-content: center;
    align-items: center;
}
.selectBox .select option {
    position: relative;
    background-color: rgb(0 0 0 / 60%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:15px;
    /*background: lightcoral;*/
    /*color: #fff;*/
    /*padding: 3px 0;*/
    /*font-size: 16px;*/
}
.selectBox .icoArrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    /*width: 35px;*/
    height: inherit;
    border-left: 2px solid lightcoral;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectBox .icoArrow img {
    /*width: 50%;*/
    transition: .3s; /*부드럽게 회전*/
}

.selectBox .select:focus + .icoArrow img {
    transform: rotate(180deg);
}

.btn-menu{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    background-color: rgb(0 151 225 / 85%);
    box-shadow: rgba(0, 151, 225, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border: #0a53be solid 0px;
    color: #FFFFFF;
}

.title_menu{
    height: 50px;
    position: absolute;
    /*top: 5px;*/
    /*bottom: 0px;*/
    z-index: 9999;
    margin: 20px;
    left: 10px;
    display: inline-flex;
    flex-direction:column;
    min-width: 321px;
    background-color: rgb(0 0 0 / 68%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:25px;
    justify-content: center;
}


.nav{
    position: absolute;
    top: 70px;
    /*bottom: 0px;*/
    z-index: 9999;
    margin: 20px;
    left: 10px;
    display: inline-flex;
    flex-direction:column;
    min-width: 400px;
    background-color: rgb(0 0 0 / 68%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
    border-radius:12px;
}

.nav-link{
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.nav-link.on{
    font-size: 16px;
    font-weight: 400;
    color: #0097E1;
    background-color: rgb(0 0 0 / 80%);
}

.nav-link.on:last-child{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav-link.on:first-child{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.nav li:hover,
.nav li:focus{
    cursor:pointer;
    background-color: rgb(0 0 0 / 80%);
}

.nav li:last-child:hover,
.nav li:last-child:focus{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav li:first-child:hover,
.nav li:first-child:focus{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.nav-link img{
    width: 21px;
    margin-right: 10px;
}

.nav-link.on img{
    filter: invert(45%) sepia(63%) saturate(1946%) hue-rotate(162deg)
    brightness(95%) contrast(101%);
}

a:hover,
a:focus {
    color: #0097E1;
    text-decoration: none;
    cursor:pointer;
}


.info_item_title .icoArrow {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_item_title .icoArrow.active {
    /*width: 50%;*/
    transition: .3s; /*부드럽게 회전*/
}

.info_item_title .info_item_title:focus + .icoArrow img {
    transform: rotate(180deg);
}


#road_box {
    padding: 0 0.5em;
    max-width: 360px;
    height: 150px;
    overflow: auto;
}
#road_box::-webkit-scrollbar {
    width: 10px;
}
#road_box::-webkit-scrollbar-track {
    background-color: gray;
}
#road_box::-webkit-scrollbar-thumb {
    background-color: #E7ECF3;
}
#road_box::-webkit-scrollbar-button {
    display: none;
}

@media all and (max-width:480px){
    .sidebar { display: none; }
    .contents { left: 0px; }
    .row > label { width: 100% !important; }
    #wrapper { min-width: unset !important; max-width: unset !important; }
    .container { min-width: unset !important; max-width: unset !important; }
    .login-form { width: 100% !important; }
    .header-title {display: none !important;}
}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){
    .sidebar { display: none; }
    .contents { left: 0px; }
    .row > label { width: 100% !important; }
    #wrapper { min-width: unset !important; max-width: unset !important; }
    .container { min-width: unset !important; max-width: unset !important; }
    .login-form { width: 100% !important; }
    .header-title {display: none !important;}
}

@media all and (max-width:320px) {
    .sidebar { display: none; }
    .contents { left: 0px; }
    .row > label { width: 100% !important; }
    #wrapper { min-width: unset !important; max-width: unset !important; }
    .container { min-width: unset !important; max-width: unset !important; }
    .login-form { width: 100% !important; }
    .header-title {display: none !important;}
}
