.sidebar .menu_account .depth02 {
    display: block;
}
.sidebar .menu_account .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_account .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .feedbackList {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .feedbackList::before {
    opacity: 1;
}

.container {
    width: 100%;
}
.personalCenter .box {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.container .top {
    padding-top: 0;
}
.btn_tab {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
}
.btn_tab button {
    position: relative;
    height: 4.6rem;
    margin-right: 3rem;
}
.btn_tab button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--theme);
    opacity: 0;
}
.btn_tab button.active {
    font-variation-settings: "wght" 600;
    color: var(--theme);
}
.btn_tab button.active::after {
    opacity: 1;
}

.content_tab > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content_tab .active {
    position: static;
    visibility: visible;
    opacity: 1;
}

.tab_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-bottom: 15px;
}
.tab_title p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab_title .line {
    width: 0.4rem;
    height: 2rem;
    background: var(--theme);
}
.tab_title .caption {
    font-size: 1.2rem;
    color: #999;
    font-variation-settings: "wght" 400;
}
.tab_title button {
    margin-left: 2rem;
    color: var(--theme);
    white-space: nowrap;
}

.container .top .users {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 0 0 1.4rem 4rem;
}
.container .top .users .img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 0 10px;
}
.container .top dt {
    position: relative;
}
.container .top dt .ico {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #666;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1.2rem;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
}
.container .user_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.container .user_info dl {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.container .user_info dt {
    flex-shrink: 0;
    width: 12rem;
    color: #666;
    margin-right: 5px;
    text-align: right;
}
.container .user_info .require {
    color: var(--theme);
    margin-right: 3px;
}
.container dd .auth {
    color: #25be13;
}
.container .user_info dd button {
    flex-shrink: 0;
    color: var(--theme);
}

.information .user_info dl {
    align-items: flex-start;
}
.information .user_info dt {
    line-height: 3rem;
}
.information .user_info dd {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 12rem - 5px);
    line-height: 3rem;
}
.information .user_info .static,
.information .user_info .dynamic,
.information .btn_area_wrap {
    position: absolute;
    display: none;
    z-index: -999;
    pointer-events: none;
}
.information .user_info .static.show,
.information .user_info .dynamic.show,
.information .btn_area_wrap.show {
    position: static;
    display: block;
    pointer-events: auto;
    z-index: 1;
}
.information .user_info .static {
    line-height: inherit;
}
.information .user_info .dynamic {
    width: 100%;
}
.information .user_info .dynamic input,
.information .user_info .dynamic textarea {
    width: 100%;
    height: 3.2rem;
    line-height: 3rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
}
.information .user_info .dynamic textarea {
    height: 10rem;
}
.information .user_info .dynamic .validate {
    display: none;
    color: var(--theme);
    font-size: 1.2rem;
}
.information .brc .sample,
.information .brc label {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
}
.information .brc label {
    cursor: pointer;
    margin-bottom: 10px;
}
.information .brc img {
    position: absolute;
}
.information .brc .dynamic span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #d9d9d9;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}
.information .warrant .sample,
.information .warrant label {
    position: relative;
    display: block;
    width: 100%;
    max-width: 360px;
    height: 110px;
    border-radius: 6px;
    overflow: hidden;
}
.information .warrant label {
    cursor: pointer;
    margin-bottom: 10px;
}
.information .warrant img {
    position: absolute;
}
.information .warrant .dynamic span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dashed #d9d9d9;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}
.information .warrant .dynamic a {
    color: var(--theme);
}
.information .btn_area {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5rem;
}
.information .btn_area button {
    padding: 1rem 2rem;
    color: #606266;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
}
.information .btn_area .btn_cancel {
    background: #fff;
}
.information .btn_area .btn_submit {
    background: var(--theme);
    border-color: var(--theme);
    color: #fff;
}

.container .sec_info dl {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1.4rem;
}
.container .sec_info dt {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 14rem;
    color: #666;
}
.container .sec_info .ico {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    padding: 0.4rem;
    border-radius: 0.3rem;
    background: #d9d9d9;
}
.container .sec_info .ico img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(6%)
        hue-rotate(161deg) brightness(103%) contrast(101%);
}
.container .sec_info .ico.is-active {
    background: #25be13;
}
.container .sec_info dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40rem;
}
.container .sec_info label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.container .sec_info dd button {
    color: var(--theme);
}
.container .sec_info .gray {
    color: #999;
}

.container .setAlert dl {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1.2rem;
}
.container .setAlert dt {
    width: 10rem;
}
.container .setAlert dd {
    display: flex;
    gap: 10px;
}
.container .setAlert label {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}
.container .setAlert input:checked ~ p {
    color: var(--theme);
}

.default_info_pop .pop_frame {
    max-width: 480px;
}
.default_info_pop .key {
    width: 100px;
}
.default_info_pop .sample {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.default_info_pop .value input,
.default_info_pop .value .dropdown {
    width: 240px;
    height: 32px;
}
.default_info_pop .btn_view {
    margin-left: 10px;
    color: var(--theme);
}
.default_info_pop .pop_btns {
    padding: 10px 0 20px;
}

.password_pop .pop_frame {
    max-width: 500px;
}
.password_pop .key {
    width: 120px;
    padding-top: 12px;
}
.password_pop .value input {
    width: 320px;
    height: 40px;
}
.default_info_pop .dropdown::after {
    top: 8px;
}

.mail_pop .pop_frame {
    max-width: 500px;
}
.mail_pop .key {
    width: 120px;
    padding-top: 12px;
}
.mail_pop .value input {
    width: 320px;
    height: 40px;
}

.pay_password_pop .pop_frame {
    max-width: 520px;
}
.pay_password_pop .caption {
    width: 100%;
    line-height: 32px;
    margin-bottom: 24px;
    color: var(--theme);
    background: #ffece6;
    text-align: center;
}
.pay_password_pop .key {
    width: 120px;
    padding-top: 12px;
}
.pay_password_pop .value input {
    width: 320px;
    height: 40px;
}

.withdraw_password_pop .pop_frame {
    max-width: 520px;
}
.withdraw_password_pop .caption {
    width: 100%;
    line-height: 32px;
    margin-bottom: 24px;
    color: var(--theme);
    background: #ffece6;
    text-align: center;
}
.withdraw_password_pop .key {
    width: 120px;
    padding-top: 12px;
}
.withdraw_password_pop .value input {
    width: 320px;
    height: 40px;
}

.kakao_pop .pop_frame {
    max-width: 500px;
}
.kakao_pop .key {
    width: 120px;
    padding-top: 12px;
}
.kakao_pop .value input {
    width: 320px;
    height: 40px;
}

.terms .pop_frame {
    max-width: 750px;
}
.terms .pop_text {
    height: 450px;
    padding-right: 20px;
    line-height: 22px;
    color: #606266;
    overflow-y: auto;
}
.terms .term_title {
    margin: 30px 0 10px;
}
.terms .term_text {
    margin-bottom: 5px;
}

.exit_pop .pop_frame {
    max-width: 520px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fec09e, #fee6c6 43%, #faf9f8);
}
.exit_pop .pop_frame .img {
    margin-top: -15%;
    text-align: center;
}
.exit_pop dt {
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
}
.exit_pop dd {
    font-size: 20px;
    color: #333;
    margin: 21px 0 8px;
    line-height: 30px;
}
.exit_pop .pop_btns {
    justify-content: center;
}

.barcode {
    padding-right: 8px;
    font-size: 14px;
}
.barcode .tooltip-wrap p {
    width: 300px;
    padding: 6px;
    background: #f8f8f8;
    color: #606266;
    line-height: 30px;
    text-align: left;
}
.barcode .link_img {
    display: block;
    width: 300px;
    height: 300px;
    background: pink;
    overflow: hidden;
}

@media (max-width: 1150px) {
    .personalCenter .box {
        font-size: 12px;
    }
    .btn_tab button {
        height: 36px;
        margin-right: 20px;
    }
    .container .top dt .ico {
        width: 10px;
        height: 10px;
        line-height: 10px;
    }
    .tab_title .caption {
        font-size: 10px;
    }
    .container .sec_info dl {
        margin-bottom: 14px;
    }
    .container .sec_info dt {
        width: 110px;
    }
    .container .sec_info .ico {
        width: 14px;
        height: 14px;
        padding: 2px;
    }
    .container .sec_info dd {
        width: 380px;
    }
    .container .setAlert dt {
        width: 80px;
    }
}
@media (max-width: 850px) {
    .personalCenter .box {
        font-size: 1.15rem;
    }
    .btn_tab button {
        height: 4rem;
        margin-right: 2.4rem;
    }

    .tab_title {
        height: auto;
    }
    .tab_title p {
        flex-wrap: wrap;
    }
    .tab_title p .caption {
        width: 100%;
    }
    .tab_title .line {
        height: 1.6rem;
    }
    .tab_title p .caption {
        font-size: 1rem;
    }
    .container .top .users {
        margin-left: 0;
        font-size: 1.15rem;
    }
    .container .top .users .img {
        width: 5.4rem;
        height: 5.4rem;
    }
    .container .user_info {
        display: block;
    }
    .container .user_info dt {
        width: auto;
        text-align: left;
    }
    .container .top dt .ico {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }

    .container .sec_info dl {
        display: block;
        margin-bottom: 1.8rem;
    }
    .container .sec_info dt {
        width: 100%;
        margin-bottom: 1rem;
    }
    .container .sec_info .ico {
        width: 1.4rem;
        height: 1.4rem;
        padding: 0.25rem;
    }
    .container .sec_info dd {
        width: 100%;
    }

    .information .company .tab_title {
        align-items: flex-start;
    }
    .information .user_info dl {
        display: block;
    }
    .information .user_info dd {
        width: 100%;
    }
    .information .user_info .static {
        line-height: 1.38;
    }

    .container .setAlert dl {
        display: block;
        margin-bottom: 1.8rem;
    }
    .container .setAlert dt {
        width: 100%;
        margin-bottom: 1rem;
    }
    .container .setAlert dd {
        flex-wrap: wrap;
    }
}
