
.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.footer > .cargo_state_bar{
    height: 48px;
    background-color: #f5f7f7;
    width: 100%;
    /* min-width: 1325px; */
    min-width: 1264px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer > .cargo_state_bar *{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}
.footer > .cargo_state_bar > .item{
    display: inline-block;
    color: #00428F;
    flex-grow: 1;
    text-align: center;
    margin: 3px;
    cursor: pointer;
}
.footer > .cargo_state_bar > .item > span{
    display: block;
}

.footer > .cargo_state_bar > .item > .as_val{
    border: 0.15em solid #00428F;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 2px -1px #9f9f9f;
    padding: 3px;
    margin-top: 1px;
}