.sidebar .menu_account .depth02 {
    display: block;
}
.sidebar .menu_account .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_account .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .assetList {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .assetList::before {
    opacity: 1;
}

.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}
.assetList .container .box {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.title {
    display: flex;
    align-items: center;
    height: 2rem;
    margin-bottom: 15px;
}
.title p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.title .line {
    width: 0.4rem;
    height: 2rem;
    background: var(--theme);
}

.deposit .btn_view {
    margin-left: 1.5rem;
}
.deposit .viewBox {
    display: flex;
    gap: 1rem;
}
.deposit .viewBox > div {
    width: calc(50% - 0.5rem);
    border-radius: 1rem;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.deposit .viewBox .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    background: #f5f5f5;
}
.deposit .total dt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.7rem;
}
.deposit .total dt img {
    width: 2.4rem;
}
.deposit .total .price {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.deposit .total .yen {
    font-size: 2.4rem;
    color: var(--theme);
}
.deposit .total .rate {
    font-size: 1.2rem;
    color: #999;
}
.deposit .charge {
    position: relative;
    padding: 1.6rem 2rem;
}
.deposit .charge dl {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    color: #999;
}
.deposit .btn_charge {
    position: absolute;
    top: calc(50% - 1.4rem);
    right: 1.6rem;
    height: 2.8rem;
    padding: 0 1.5rem;
    background: var(--theme);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.4rem;
}
.deposit .charge .ico {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1.2rem;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
}

.controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    padding: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.controls > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.controls .value {
    color: #606266;
}
.controls .value input {
    width: 18rem;
    height: 3.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
.controls .value .dropdown {
    --h: 3.2rem;
    width: 15rem;
}
.controls .value .dropdown::after {
    top: 0.8rem;
}
.controls .date_box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.controls .date_box input {
    width: 10rem;
    height: 3rem;
    text-align: center;
    border: none;
    padding: 0;
}
.controls .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.controls .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.controls .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}
.controls .btns .theme {
    background: var(--theme);
    border-color: var(--theme);
    color: #fff;
}

.tool_charge .tooltip-wrap {
    max-width: 274px;
}
.tool_charge .tooltip-wrap p {
    line-height: 1.38;
}

.contents .btn_download {
    display: flex;
    gap: 0.8rem;
}
.contents .btn_download a {
    height: 3.2rem;
    padding: 0 1.2rem;
    line-height: 3.2rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    border: 1px solid #dcdfe6;
    color: #606266;
}
.contents .btn_download .disabled {
    opacity: 0.6;
}
.contents .nodata {
    width: 100%;
    padding: 10rem 0;
    text-align: center;
}

.charge_info_pop .pop_frame {
    max-width: 600px;
}
.charge_info_pop .info-list {
    height: 450px;
    padding: 30px;
    overflow-y: auto;
    background: #f9f8f5;
}
.charge_info_pop .info-title {
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center;
}
.charge_info_pop .info-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 23px 12px;
    font-size: 14px;
}
.charge_info_pop .info-list li:nth-child(n + 2) {
    border-top: 1px solid #777675;
}
.charge_info_pop .info-list .key {
    flex-shrink: 0;
    width: 120px;
    line-height: 22px;
}
.charge_info_pop .info-list .value {
    color: #413f36;
    line-height: 22px;
}
.charge_info_pop .warning {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    margin-top: 10px;
    background: #485f51;
}
.charge_info_pop .icon {
    flex-shrink: 0;
    width: 60px;
}
.charge_info_pop .warning p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.charge_info_pop .pop_btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.charge_info_pop .pop_btns button {
    width: 100px;
}
.charge_info_pop .show_toggle label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.won_charge_pop .pop_frame {
    max-width: 1045px;
}
.won_charge_pop .grid {
    display: flex;
    gap: 20px;
}
.won_charge_pop .steps > div {
    width: 745px;
    padding: 32px 22px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}
.won_charge_pop .step02 {
    margin-top: 20px;
}
.won_charge_pop .step_content ul {
    display: flex;
    gap: 10px;
}
.won_charge_pop .step_content label p {
    width: 132px;
    height: 48px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}
.won_charge_pop .step_content input:checked + p {
    background: var(--theme);
    color: #fff;
}
.won_charge_pop .step_title {
    font-size: 20px;
    margin-bottom: 32px;
}
.won_charge_pop .caption {
    font-size: 16px;
    margin-bottom: 16px;
}
.won_charge_pop .caption span {
    color: var(--theme);
}
.won_charge_pop .price {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}
.won_charge_pop .price .input {
    display: flex;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    overflow: hidden;
}
.won_charge_pop .price input {
    height: 40px;
    padding: 0 15px;
}
.won_charge_pop .input span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f5f5f5;
    border-left: 1px solid #dcdfe6;
}
.won_charge_pop .user_name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.won_charge_pop .user_name .caption {
    margin-bottom: 0;
}
.won_charge_pop .user_name input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
}
.won_charge_pop .validate {
    margin: 8px 0 12px;
    color: var(--theme);
    font-size: 16px;
}
.won_charge_pop .step02 button {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    color: #666;
}
.won_charge_pop .pop_img {
    flex-shrink: 0;
    width: 240px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}
.won_charge_pop .pop_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.won_charge_pop .pop_btm .agree {
    display: flex;
    align-items: center;
}
.won_charge_pop .pop_btm label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.won_charge_pop .pop_btm .agree button {
    color: var(--theme);
}

.agree_pop .pop_frame {
    max-width: 1000px;
}
.agree_pop dl {
    border: 1px solid #d9dadc;
    font-size: 14px;
}
.agree_pop dt {
    height: 46px;
    padding: 0 26px;
    line-height: 46px;
    background: #fafafb;
    border-bottom: 1px solid #dcdfe6;
}
.agree_pop dd {
    padding: 26px;
    line-height: 28px;
    color: #1b1b1b;
}

.dollar_pop .caption span {
    color: #999;
}
.dollar_pop .upload {
    display: flex;
}
.dollar_pop .upload > * {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    border: 1px solid #d9dadc;
    background: #f5f5f5;
    color: var(--theme);
    border-radius: 4px;
    text-align: center;
}
.dollar_pop .upload a {
    border-color: var(--theme);
    background: #ffece6;
}