.sidebar .menu_main .depth01 {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .menu_main .depth01::before {
    opacity: 1;
}
.sidebar .menu_main .ico {
    filter: brightness(0) saturate(100%) invert(34%) sepia(52%) saturate(5934%)
        hue-rotate(1deg) brightness(104%) contrast(106%);
}

.container {
    position: relative;
    width: 100%;
}
.container .top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.2rem;
    width: 100%;
}
.container .top .my {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.account_box {
    width: 49%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #f0e4d9;
}
.account_box .account {
    display: flex;
    margin-bottom: 1.5rem;
}
.account_box .img {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
    background: pink;
}
.account_box dl {
    padding: 1rem 0;
}
.account_box dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.account_box dd {
    display: flex;
    align-items: center;
}
.account_box .membership {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.6rem;
    background: var(--theme);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.3rem;
}
.account_box .membership span {
    font-size: 1rem;
    background: #000;
    padding: 0.3rem;
    color: #f0e4d9;
}

.money_box {
    position: relative;
    width: 49%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
}
.money_box dl:nth-child(n + 2) {
    margin-top: 3rem;
}
.money_box dt {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
}
.money_box dt span {
    width: 2rem;
    height: 2rem;
}
.money_box dd {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 1.5rem;
}
.money_box dd p {
    color: var(--theme);
    font-size: 1.6rem;
    font-variation-settings: "wght" 600;
}
.money_box dd span {
    font-size: 12px;
    color: #999;
}
.money_box .btn_more {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
}

.state_box {
    width: 100%;
    padding: 1.6rem;
    margin-top: 1.2rem;
    border-radius: 0.8rem;
    background: #fff;
}
.state_box .sub_tit {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
}
.state_box .sub_tit .icon {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: 1px;
    cursor: pointer;
}
.state_box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.state_box .list li {
    width: calc(50% - 0.6rem);
    margin-bottom: 1rem;
}
.state_box .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: 0 1.3rem;
    background: #f6f6f6;
    color: #333;
}

.container .top .board {
    flex-shrink: 0;
    width: 35.2rem;
    height: 100%;
    font-size: 1.4rem;
}
.board .box {
    width: 100%;
    height: 23.7rem;
    background: #fff;
    padding: 1.6rem;
    border-radius: 0.8rem;
}
.board .box:nth-child(2) {
    margin-top: 1.6rem;
}
.board .board_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0 1.4rem;
    border-bottom: 2px solid #f5f5f5;
}
.board .list a {
    display: inline-block;
    max-width: 100%;
    padding: 0.7rem 0;
    color: #666;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board .list a:hover {
    color: var(--theme);
}

.order .box {
    margin-top: 1.2rem;
    padding: 2rem 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
}
.order .order_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order .sub_tit {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
}
.order .sub_tit .icon {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: 1px;
    cursor: pointer;
}
.order .order_control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
}
.order .order_control .search,
.order .order_control .date_box {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.8rem;
    border: 1px solid #ddd;
}
.order .search {
    padding-right: 2rem;
    margin-right: 20px;
}
.order .search input {
    width: 23.5rem;
    height: 100%;
    padding: 0 1rem;
}
.order .order_control .date {
    display: flex;
    align-items: center;
}
.order .date_box {
    padding-right: 2rem;
}
.order .date_box.active:hover .btn_del {
    display: block;
}
.order .date span {
    margin-right: 14px;
    font-size: 1.6rem;
}
.order .date input {
    width: 75px;
    text-align: center;
}
.order .btn_del {
    display: none;
    position: absolute;
    right: 0.5rem;
    padding: 2px;
    height: 9px;
}
.order .btn_del img {
    width: 7px;
}
.order .order_data {
    height: 39.6rem;
}
.order .order_data .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.process .box {
    margin-top: 1.2rem;
    padding: 2rem 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
}
.process .sub_tit {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
}
.process .list {
    display: grid;
    grid-template-columns: repeat(6, auto);
    align-items: flex-start;
    justify-content: center;
    padding: 4.6rem 0;
    border: 1px solid #f5f5f5;
    border-radius: 0.4rem;
}
.process .list li {
    display: flex;
}
.process .list li:nth-child(n + 7) {
    margin-top: 3.6rem;
}
.process .list .img {
    width: 11rem;
    height: 11rem;
}
.process .list p {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1.6rem;
}
.process .list .flow-arrow {
    width: 6rem;
}

.state_tip {
    padding-bottom: 8px;
}
.state_tip li {
    font-size: 12px;
    line-height: 1.4;
}

.order_tip {
    padding-bottom: 8px;
}
.order_tip li {
    font-size: 12px;
    line-height: 1.4;
}
.order_tip .tail {
    top: auto;
    bottom: -5px;
    left: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: none;
}

@media (max-width: 850px) {
    .container .top {
        display: block;
    }
    .container .top .my {
        display: block;
    }
    .account_box {
        width: 100%;
        padding: 1.2rem;
    }
    .account_box .img {
        width: 6rem;
        height: 6rem;
    }
    .account_box dl {
        font-size: 1.4rem;
    }
    .account_box dt {
        font-size: 1.4rem;
    }

    .money_box {
        width: 100%;
        padding: 1.2rem;
        margin-top: 1.2rem;
    }
    .money_box dt {
        font-size: 1.4rem;
    }
    .money_box dt span {
        width: 1.6rem;
        height: 1.6rem;
    }
    .money_box dd p {
        font-size: 1.3rem;
    }
    .money_box dd span {
        font-size: 1rem;
    }

    .state_box {
        padding: 1.2rem;
    }
    .state_box .sub_tit {
        font-size: 1.4rem;
    }
    .state_box .list li {
        width: 100%;
    }
    .state_box .list a {
        height: 3.4rem;
        font-size: 1.3rem;
    }

    .container .top .board {
        width: 100%;
        font-size: 1.25rem;
    }
    .container .board .box {
        height: auto;
        margin-top: 1.2rem;
        padding: 1.2rem;
    }

    .order .order_top {
        display: block;
    }
    .order .sub_tit {
        font-size: 1.4rem;
    }
    .order .order_control {
        gap: 0.6rem;
        font-size: 1rem;
    }
    .order .order_control .search,
    .order .order_control .date_box {
        height: 2.4rem;
    }
    .order .date span {
        font-size: 1.2rem;
    }
    .order .order_data {
        height: 34rem;
        font-size: 1.2rem;
    }

    .process .box {
        padding: 1.2rem;
    }
    .process .sub_tit {
        font-size: 1.4rem;
    }
    .process .list {
        grid-template-columns: repeat(2, auto);
    }
    .process .list .img {
        width: 8rem;
        height: 8rem;
    }
    .process .list p {
        font-size: 1.3rem;
    }
    .process .list li:nth-child(even) .flow-arrow {
        display: none;
    }
    .process .list .flow-arrow {
        width: 4.35rem;
    }
}
