@charset "utf-8";

body.modal-open {
    padding-right: 0 !important;
}

.mapheader {
    position: fixed;
    width: calc(100vw - 100px);
    height: 80px;
    left: 50px;
    top: 30px;
    border-radius: 50px;
    background: #ffffff;
    padding: 6px 6px 5px 30px;
}
.mapheader::before {
    content:'';
    display: block;
    position: fixed;
    width: calc(100vw - 100px);
    height: 80px;
    left: 50px;
    top: 30px;
    border-radius: 50px;
    z-index: 0;
    background: #ffffff;
}
.mapheader::after {
    content:'';
    display: block;
    width: calc(100vw - 96px);
    height: 84px;
    position: fixed;
    z-index: -1;
    left: 48px;
    top: 28px;
    border-radius: 50px;
    background: rgb(0,171,210);
    background: -moz-linear-gradient(90deg, rgba(0,171,210,1) 0%, rgba(33,199,172,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,171,210,1) 0%, rgba(33,199,172,1) 100%);
    background: linear-gradient(90deg, rgba(0,171,210,1) 0%, rgba(33,199,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00abd2",endColorstr="#21c7ac",GradientType=1);
    box-shadow: 0 3px 6px rgba(0, 0 ,0,.12);
}
.mapheader h1 {
    display: inline-block;
    margin-bottom: 0;
}
.mapheader h1 a {
    width: 400px;
    height: 62px;
    display: inline-block;
    text-indent: -99999px;
    background: url(../images/logo.svg);
}
.mapheader .form-row {
    align-items: center;
}
.mapMenu {
    margin-bottom: 0;
    text-align: left;
}
.mapMenu li {
    display: inline-block;
    font-size: 1.25rem;
    position: relative;
    margin-right: 8px;
}
.mapMenu li a {
    color: #231814;
    font-weight: 500;
}
.mapMenu li a:hover {
      color: #16772F;
      text-decoration: none;  
}
.mapMenu li.active a {
    color: #16772F;
}
.mapMenu li.active::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #16772F;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.point {
    color: #ED4B1A;
    font-size: 1rem;
}
.point  ul {
    background: #F5F5F4;
    display: inline-block;
    margin-left: 5px;
    padding: 20px 30px;
    border-radius: 40px;
    margin-bottom: 0;
}
.point  ul li {
    display: inline-block;
    margin-right: 8px;
}
.point  ul li a {
    color: #231814;
}
.point  ul li a .far {
    margin-right: 3px;
    color: #ED4B1A;
}

@media screen and (max-width: 1366px){
    .mapheader h1 a {
        width: 360px;
        height: 56px;
        background-size: 360px 56px;
    }
    .mapMenu li {
        font-size: 1rem;
        margin-right: 4px;
        letter-spacing: -0.5px;
    }
    .point ul {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1024px){
    .mapheader {
        padding: 6px 6px 5px 20px;
    }
    .mapheader h1 a {
        width: 323px;
        height: 50px;
        background-size: 323px 50px;
    }
    .mapMenu li.active::after {
        bottom: 0px;
    }
    .point {
        font-size: .9375rem;
    }
}

.realtime-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1038;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.realtime-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-realtime-close {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 0;
    color: rgba(0, 0, 0, .5);
    font-size: var(--size_16);
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.btn-realtime-close:hover {
    background: #F5F5F4;
    border-color: var(--color-main);
    color: var(--color-main);
}

.btn-realtime-inmodal {
    display: none;
    font-size: var(--size_16);
    padding: 11px 16px;
    border-radius: 20px;
    background: var(--color-orange);
    color: #ffffff;
    line-height: 1;
    border: none;
    z-index: 1040;
}

.btn-realtime-inmodal:hover {
    color: #ffffff;
    background: #ea531d;
}

@media (max-width: 1024px) {
    .btn-realtime {
        display: none;
    }

    .btn-realtime-inmodal {
        display: inline-block;
    }

    .realtime-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1052 !important;
    }

    .btn-realtime-close {
        display: block;
    }

    .realtime-overlay {
        z-index: 1051;
    }
}

a.btn-detail {
    font-size: .875rem;
    margin-left: 3px;
    padding: 2px .25rem;
    vertical-align: text-top;
}

.modal-body .sub-code {
    background: #efefef;
    padding: 6px 8px;
    font-size: var(--size_16);
    border-radius: 6px;
    line-height: 1.5;
    display: none;
}

.modal-body .sub-code span {
    display: block;
    font-size: var(--size_13);
    color: #686868;
}

.popup-btn-group {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.popup-btn-group .btn {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 8px;
    font-size: var(--size_16);
}

@media (max-width: 768px) {
    .modal-body .sub-code {
        display: block;
    }

    .popup-btn-group .btn {
        padding: 10px 4px;
        font-size: var(--size_14);
    }
}

.realtime-content {
    pointer-events: none;
}

.realtime-content.show {
    pointer-events: auto;
}