/* .path */
#path{
    width:calc(100% - 30px);
    height:auto;
    min-height:30px;
    line-height:30px;
    padding:5px 15px;
    overflow: hidden;
    border-radius: 5px;
    background-color:#EDEDED;
    color:#404040;
    word-break:keep-all;
}
#path > div{display: inline-block;}
#path > .before{margin:0 5px;}
#path > div:not(.before){text-decoration : underline;}

/* order */
#order_box{
    position: relative;
    display: flex;
    justify-content: center;
    width:100%;
    height:30px;
    margin:50px 0 30px 0;
}

#order_box .order{
    width:clamp(25px,4.5vmin,30px);
    height:clamp(25px,4.5vmin,30px);
    line-height:clamp(25px,4.5vmin,30px);
    color:#C7C7C7;
    border:1px solid #c7c7c7;
    border-radius: 50%;
    text-align: center;
    float:left;
}

#order_box .order.selected{
    background-color:#F68819;
    color:#fff;
    border:1px solid #F68819;
}

#order_box .ing{
    position: relative;
    width:clamp(25px,4.5vmin,30px);
    height:clamp(25px,4.5vmin,30px);
    float:left;
}

#order_box .ing img{
    position: absolute;
    width:50%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
