.sidebar .menu_fbc .depth02 {
    display: block;
}
.sidebar .menu_fbc .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_fbc .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .menu_fbc .inStore {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .menu_fbc .inStore::before {
    opacity: 1;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}
.main .container .theme {
    background: var(--theme);
    color: #fff;
}

.controls {
}
.process {
    padding: 1.6rem;
    background: #fff5f2;
    border-radius: 0.8rem 0.8rem 0 0;
}
.process .captions {
    position: relative;
    display: flex;
    font-size: 1.2rem;
}
.process .caption-title {
    margin-right: 8rem;
}
.process .captions .types {
    display: flex;
}
.process .captions li {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.process .captions .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
}
.process .captions li:first-child {
    color: var(--theme);
}
.process .captions li:nth-child(2) {
    color: #4152d0;
}
.process .captions li:first-child .icon {
    background: #ffd9cc;
}
.process .captions li:nth-child(2) .icon {
    background: #d9dcf6;
}
.process .captions .buttons {
    position: absolute;
    top: -0.5rem;
    right: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.process .captions .btn_price {
    padding: 0.5rem 1rem;
    border: 1px solid var(--theme);
    border-radius: 2rem;
    color: var(--theme);
}
.process .captions .btn_flod {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--theme);
}
.process .captions .btn_flod .arr {
    width: 1.6rem;
    transform: rotate(0.5turn);
}
.process .captions .fold .arr {
    transform: rotate(0);
}
.process .captions .btn_flod img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(39%) saturate(5452%)
        hue-rotate(4deg) brightness(105%) contrast(103%);
}
.process .img {
    margin-top: 1.6rem;
}

.view_controls {
    padding: 1.6rem;
    background: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
}
.view_controls .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view_controls .buttons .btn_coupang {
    height: 3.2rem;
    padding: 0 1.5rem;
    color: var(--theme);
    border-radius: 2rem;
    background: #fff5f2;
    font-size: 1.4rem;
}
.view_controls .btn_tab {
    display: flex;
    gap: 1rem;
}
.view_controls .btn_tab button {
    width: 13.2rem;
    height: 4rem;
    background: #f5f5f5;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.view_controls .btn_tab button.active {
    background: var(--theme);
    color: #fff;
}

.content_tab > div {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 1.6rem;
    border-radius: 0.8rem;
    margin-top: 1.6rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content_tab > .active {
    position: static;
    visibility: visible;
    opacity: 1;
}

.filter {
    margin-top: 1.6rem;
}
.filter > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
}
.filter .form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.filter .value {
    color: #606266;
}
.filter .value input {
    width: 25rem;
    height: 3.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.filter .value .dropdown {
    --h: 3.2rem;
    width: 15rem;
}
.filter .value .dropdown::after {
    top: 0.8rem;
}
.filter .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.filter .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.filter .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.filter .store {
    align-items: stretch;
}
.filter .data {
    width: 20%;
    background: #fff5f2;
    color: #999;
    font-size: 1.4rem;
}
.filter .data .nodata {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.filter .store .btn_submit {
    height: 3.2rem;
    padding: 0 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.filter .store .form {
    width: 78%;
}

.filter .pay {
    justify-content: space-between;
}
.filter .pay .btn_pay {
    height: 3.2rem;
    padding: 0 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}

.contents > div {
    padding: 0;
    background: none;
    border-radius: 0;
}

.contents .box {
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
}
.contents .box:nth-child(n + 2) {
    margin-top: 1.6rem;
}
.contents .box .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.contents .box .th {
    text-align: center;
}
.contents .box .tl {
    text-align: left;
}
.contents .box .nodata {
    padding: 10rem 0;
    text-align: center;
}
.contents .box .icon {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.3rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #ccc;
    cursor: pointer;
}

.contents .document .th {
    width: 15%;
}
.contents .document .row1 {
    width: 40%;
}
.contents .document .row3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contents .pay .th {
    width: 15%;
}
.contents .pay .row1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 40%;
}
.contents .pay .row3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contents .attach .th {
    width: 15%;
}
.contents .attach .row1 {
    width: 40%;
}
.contents .attach .row3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contents .delivery .th {
    width: 15%;
}
.contents .delivery .row1 {
    width: 40%;
}
.contents .delivery .row3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contents .cancel .th {
    width: 15%;
}
.contents .cancel .row1 {
    width: 40%;
}
.contents .cancel .row3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.bl-tip .tooltip-wrap {
    max-width: 44rem;
    background: #303133;
    color: #fff;
}
.bl-tip .tooltip-wrap .tail {
    border-top-color: #303133;
}

.coupang_pop .pop_frame {
    max-width: 500px;
    background: #fff0e9;
}
.coupang_pop .pop_title {
    text-align: center;
}
.coupang_pop .pop_caption {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    font-variation-settings: "wght" 500;
}
.coupang_pop .pop_box {
    background: #fff;
    padding: 24px 16px;
    border-radius: 8px;
}
.coupang_pop .pop_box dl span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-variation-settings: "wght" 700;
}
.coupang_pop .pop_box dt {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--theme);
    margin-bottom: 20px;
}
.coupang_pop .pop_box dt span {
    background: var(--theme);
}
.coupang_pop .pop_box dd {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #606266;
    margin-bottom: 20px;
}
.coupang_pop .pop_box dd span {
    background: #4152d0;
}
.coupang_pop .pop_box .btn_copy {
    width: 10px;
}
