#main-nav {
    /* background-color: #666; */
}
#loading-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}

#loading-box .pace-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 34px;
    width: 454px;
    height: 326px;
    border-radius: 10px;
    background: #FFF;
}

#loading-box .pace-wrap .circular {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #B7B7B7;
}

#loading-box .pace-wrap .circular .left,
.right {
    float: left;
    width: 50%;
    height: 100%;
    background: #b7b7b7;
    overflow: hidden;
}

#loading-box .pace-wrap .circular .left {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    transform-origin: right center;
}

#loading-box .pace-wrap .circular .left-circular {
    width: 100%;
    height: 100%;
    background: #0f46b2;
    transform-origin: right center;
    transform: rotate(180deg);
}

#loading-box .pace-wrap .circular .right {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    transform-origin: left center;
}

#loading-box .pace-wrap .circular .right-circular {
    width: 100%;
    height: 100%;
    background: #0f46b2;
    transform-origin: left center;
    transform: rotate(180deg);
}

#loading-box .pace-wrap .circular .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loading-box .pace-wrap .circular .inner span:first-child {
    font-size: 26px;
}

#loading-box .pace-wrap .circular .inner .inner-text {
    font-size: 14px;
    color: #B7B7B7;
    text-transform: uppercase;
}

#loading-box .pace-wrap .but,
.res-but {
    border: #b7b7b7 1px solid;
    background: #B7B7B7;
    color: #fff;
    padding: 5px 36px;
    cursor: pointer;
}

#loading-box .pace-wrap .res-but {
    display: none;
    border: #01359D 1px solid;
    background: #01359D;
}

#Global {
    position: relative;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
    line-height: normal;
    user-select: none;
    pointer-events: none;
}

#Global .area-box {
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #999;
    border-radius: 50%;
    /* pointer-events: none; */
}

#Global .area-box::after {
    content: attr(name);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
    font-size: 12px;
    line-height: 18px;
    color: black;
    text-shadow: 0 0 2px #113116;
}

#Global .lat {
    position: absolute;
}

#Global .lat span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #a7a3a3;
    text-wrap: nowrap;
}

.focus {
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 12px;
}

.wrap1-box {
    min-height: auto;
    margin: 40px 0;
    background: #FFFFFF;
    font-size: 16px;
}

.wrap1-box .container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 18px;
}

.wrap1-box .container .select {
    display: inline-flex;
    align-items: center;
    line-height: normal;
    margin-left: 28px;
    font-size: 14px;
}

.wrap1-box .container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.wrap1-box .container .area-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 18px 0;
}

.wrap1-box .container .area-box>span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 0;
}

.wrap1-box .container .centent-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap1-box .container .centent-box dd {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.wrap1-box .container .centent-box dd label {
    display: inline-block;
    width: 45px;
}

.wrap1-box .container .centent-box dd input {
    flex: 1;
    height: 34px;
    box-sizing: border-box;
    border: 0.5px solid #B7B7B7;
    padding: 8px;
}

.wrap1-box .container .centent-box dd input:focus-visible {
    outline: 1px solid #00ffd0;
}

.wrap1-box .container .centent-box .but {
    position: relative;
    margin-top: 12px;
}

.wrap1-box .container .centent-box .but button {
    width: 160px;
    height: 38px;
    background: #01359D;
    border: #01359D 1px solid;
    color: #fff;
    cursor: pointer;
}

.wrap1-box .container .centent-box .but span {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
    text-wrap: nowrap;
}

.wrap2-box {
    min-height: auto;
    margin: 40px 0;
    background: #FFFFFF;
    font-size: 16px;
}

.wrap2-box .container {
    border: 1px solid #B7B7B7;
    padding-bottom: 15px;
}

.wrap2-box .container .column {
    display: block;
    padding: 0 22px;
    background: #01359D;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1px;
}

.wrap2-box .container .info-title {
    display: flex;
    gap: 76px;
    padding: 10px 0;
    margin: 0 22px;
    border-bottom: 1px solid #D8D8D8;
}

.wrap2-box .container .table-box {
    max-height: 500px;
    padding: 0 22px;
    overflow: auto;
}

.wrap2-box .container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.wrap2-box .container table td {
    border-bottom: 1px solid #D8D8D8;
}

.wrap2-box .container table td:first-child {
    text-align: start;
}

.wrap2-box .container table td:last-child {
    text-align: end;
}

.wrap2-box .container table tr:last-child td {
    border: 0;
}


@keyframes load {
    0% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}
