  .dialog--account {
    z-index: 200;
    width: calc(100% - 32px);
    max-width: 480px;
    max-height: calc(100% - 32px);
    padding: 24px 16px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 45, 122, 0.15);
    box-sizing: border-box;
  }
  .dialog--account::backdrop {
    background-color: rgba(9, 40, 80, 0.33);
  }
  .dialog--account .form--info {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
  }
  .dialog--account .title_wrap {
    display: flex;
    align-items: center;
    gap: 0 16px;
  }
  .dialog--account .title_wrap .dialog__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    color: #0b1215;
    letter-spacing: -1px;
    transition: all 0.1s ease-out;
    flex-grow: 1;
  }
  .dialog--account .title_wrap .btn--copy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: transparent;
    transition: all 0.1s ease-out;
    cursor: pointer;
  }
  .dialog--account .title_wrap .btn--copy .btn_icon,
  .dialog--account .title_wrap .btn--copy .btn__icon {
    width: 24px;
    height: 24px;
  }
  .dialog--account .title_wrap .btn--copy .btn_icon path,
  .dialog--account .title_wrap .btn--copy .btn__icon path {
    fill: #85878b;
    transition: all 0.1s ease-out;
  }
  .dialog--account .title_wrap .btn--copy:hover, .dialog--account .title_wrap .btn--copy:focus {
    background-color: #eceff6;
  }
  .dialog--account .title_wrap .btn--copy.primary {
    background-color: #1462df;
  }
  .dialog--account .title_wrap .btn--copy.primary .btn_icon path,
  .dialog--account .title_wrap .btn--copy.primary .btn__icon path {
    fill: #fff;
  }
  .dialog--account .title_wrap .btn--copy.primary:hover, .dialog--account .title_wrap .btn--copy.primary:focus {
    background-color: #1257c6;
  }
  .dialog--account .title_wrap .btn--copy.toner {
    border: 1px solid #1462df;
    background-color: transparent;
  }
  .dialog--account .title_wrap .btn--copy.toner .btn_icon path,
  .dialog--account .title_wrap .btn--copy.toner .btn__icon path {
    fill: #1462df;
  }
  .dialog--account .title_wrap .btn--copy.toner:hover, .dialog--account .title_wrap .btn--copy.toner:focus {
    background-color: #edf4ff;
  }
  .dialog--account .title_wrap .btn--copy.warning:hover, .dialog--account .title_wrap .btn--copy.warning:focus {
    background-color: transparent;
  }
  .dialog--account .title_wrap .btn--copy.warning:hover .btn_icon path,
  .dialog--account .title_wrap .btn--copy.warning:hover .btn__icon path, .dialog--account .title_wrap .btn--copy.warning:focus .btn_icon path,
  .dialog--account .title_wrap .btn--copy.warning:focus .btn__icon path {
    fill: #e8001f;
  }
  .dialog--account .info_list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .dialog--account .info_list .info__item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 4px 0;
    width: 100%;
  }
  .dialog--account .info_list .info__label {
    display: flex;
    gap: 0 2px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .info__label .required {
    color: #e8001f;
  }
  .dialog--account .info_list .input_wrap {
    display: flex;
    align-items: center;
    gap: 0 12px;
  }
  .dialog--account .info_list .btn--input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 0 4px;
    min-height: 40px;
    padding: 8px 20px 8px 16px;
    border-radius: 4px;
    transition: all 0.1s ease-out;
    cursor: pointer;
    flex-shrink: 0;
  }
  .dialog--account .info_list .btn--input .btn_icon,
  .dialog--account .info_list .btn--input .btn__icon {
    width: 24px;
    height: 24px;
  }
  .dialog--account .info_list .btn--input .btn_icon path,
  .dialog--account .info_list .btn--input .btn__icon path {
    fill: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input .btn_txt,
  .dialog--account .info_list .btn--input .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
    margin-left: 4px;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input:hover, .dialog--account .info_list .btn--input:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .btn--input.primary {
    background-color: #1462df;
  }
  .dialog--account .info_list .btn--input.primary .btn_icon path,
  .dialog--account .info_list .btn--input.primary .btn__icon path {
    fill: #fff;
  }
  .dialog--account .info_list .btn--input.primary .btn_txt,
  .dialog--account .info_list .btn--input.primary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #fff;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input.primary:hover, .dialog--account .info_list .btn--input.primary:focus {
    background-color: #1257c6;
  }
  .dialog--account .info_list .btn--input.toner {
    background-color: #fff;
    border: 1px solid #1462df;
  }
  .dialog--account .info_list .btn--input.toner .btn_icon path,
  .dialog--account .info_list .btn--input.toner .btn__icon path {
    fill: #1462df;
  }
  .dialog--account .info_list .btn--input.toner .btn_txt,
  .dialog--account .info_list .btn--input.toner .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #1462df;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input.toner:hover, .dialog--account .info_list .btn--input.toner:focus {
    background-color: #edf4ff;
  }
  .dialog--account .info_list .btn--input.outlined {
    border: 1px solid #d2d5da;
    background-color: #fff;
  }
  .dialog--account .info_list .btn--input.outlined .btn_icon path,
  .dialog--account .info_list .btn--input.outlined .btn__icon path {
    fill: #85878b;
  }
  .dialog--account .info_list .btn--input.outlined .btn_txt,
  .dialog--account .info_list .btn--input.outlined .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input.outlined:hover, .dialog--account .info_list .btn--input.outlined:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .btn--input.tertiary {
    background-color: #aade14;
  }
  .dialog--account .info_list .btn--input.tertiary .btn_icon path,
  .dialog--account .info_list .btn--input.tertiary .btn__icon path {
    fill: #0b1215;
  }
  .dialog--account .info_list .btn--input.tertiary .btn_txt,
  .dialog--account .info_list .btn--input.tertiary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input.tertiary:hover, .dialog--account .info_list .btn--input.tertiary:focus {
    background-color: #9bd100;
  }
  .dialog--account .info_list .btn--input[disabled] {
    border: none;
    background-color: #f5f5f5;
  }
  .dialog--account .info_list .btn--input[disabled] .btn_icon path,
  .dialog--account .info_list .btn--input[disabled] .btn__icon path {
    fill: #afafaf;
  }
  .dialog--account .info_list .btn--input[disabled] .btn_txt,
  .dialog--account .info_list .btn--input[disabled] .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .btn--input[disabled]:hover, .dialog--account .info_list .btn--input[disabled]:focus {
    background-color: #f5f5f5;
  }
  .dialog--account .info_list .input--text {
    width: 100%;
    display: block;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #d2d5da;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .input--text:hover, .dialog--account .info_list .input--text:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .input--text::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .input--text[readonly] {
    border: none;
    background-color: #f5f5f5;
    color: #727272;
    pointer-events: none;
  }
  .dialog--account .info_list .input--text.filled {
    border-color: #85878b;
  }
  .dialog--account .info_list .input--date {
    width: 100%;
    position: relative;
  }
  .dialog--account .info_list .input--date:hover input, .dialog--account .info_list .input--date:focus input {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .input--date input {
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    padding: 8px 53px 8px 16px;
    border: 1px solid #d2d5da;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .input--date input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
  }
  .dialog--account .info_list .input--date input[readonly] {
    border: none;
    background-color: #f5f5f5;
    color: #727272;
    pointer-events: none;
  }
  .dialog--account .info_list .input--date .icon--arrow_down {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .dialog--account .info_list .input--date.filled input {
    border-color: #85878b;
    color: #0b1215;
  }
  .dialog--account .info_list .input--password {
    position: relative;
  }
  .dialog--account .info_list .input--password:hover input, .dialog--account .info_list .input--password:focus input {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .input--password input {
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    padding: 8px 53px 8px 16px;
    border: 1px solid #d2d5da;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .input--password input::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .input--password input[readonly] {
    border: none;
    background-color: #f5f5f5;
    color: #727272;
    pointer-events: none;
  }
  .dialog--account .info_list .input--password .btn--visibility {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 48px;
    height: 38px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .dialog--account .info_list .input--password .btn--visibility .icon--invisible {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .dialog--account .info_list .input--password .btn--visibility .icon--invisible path {
    fill: #85878b;
  }
  .dialog--account .info_list .input--password .btn--visibility .icon--visible {
    display: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .dialog--account .info_list .input--password .btn--visibility .icon--visible path {
    fill: #1462df;
  }
  .dialog--account .info_list .input--password .btn--visibility.visible .icon--invisible {
    display: none;
  }
  .dialog--account .info_list .input--password .btn--visibility.visible .icon--visible {
    display: block;
  }
  .dialog--account .info_list .input--password.filled input {
    border-color: #85878b;
  }
  .dialog--account .info_list .select {
    width: 100%;
    position: relative;
  }
  .dialog--account .info_list .select select {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 8px 13px 8px 16px;
    border: 1px solid #d2d5da;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    outline: none;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    cursor: pointer;
  }
  .dialog--account .info_list .select select:hover, .dialog--account .info_list .select select:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .select select:hover option, .dialog--account .info_list .select select:focus option {
    background-color: #fff;
  }
  .dialog--account .info_list .select select[disabled] {
    background-color: #f5f5f5;
    color: #afafaf;
    border: none;
    cursor: auto;
  }
  .dialog--account .info_list .select option {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .select option:first-child {
    color: #afafaf;
  }
  .dialog--account .info_list .select .icon--arrow_down {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .dialog--account .info_list .select.filled select {
    border-color: #85878b;
    color: #0b1215;
  }
  .dialog--account .info_list .select.pre_filled select {
    border-color: #85878b;
    color: #0b1215;
  }
  .dialog--account .info_list .select.pre_filled option:first-child {
    color: #444444;
  }
  .dialog--account .info_list .switch {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }
  .dialog--account .info_list .switch .button {
    display: inline-block;
    position: relative;
  }
  .dialog--account .info_list .switch input[type=checkbox] {
    display: inline-block;
    width: 52px;
    height: 32px;
    margin: 0;
    border: none;
    border-radius: 32px;
    background-color: #d2d5da;
    transition: all 0.1s ease-out;
    outline: none;
    appearance: none;
    cursor: pointer;
  }
  .dialog--account .info_list .switch input[type=checkbox]:hover + .slider, .dialog--account .info_list .switch input[type=checkbox]:focus + .slider {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .switch input[type=checkbox]:checked {
    background-color: #1462df;
  }
  .dialog--account .info_list .switch input[type=checkbox]:checked + .slider {
    left: 24px;
    background-color: #fff;
  }
  .dialog--account .info_list .switch input[type=checkbox]:checked:hover + .slider, .dialog--account .info_list .switch input[type=checkbox]:checked:focus + .slider {
    background-color: #dbe9ff;
  }
  .dialog--account .info_list .switch .slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #fff;
    transition: all 0.1s ease-out;
    cursor: pointer;
    pointer-events: none;
  }
  .dialog--account .info_list .switch .switch__status {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .textarea {
    width: 100%;
    height: 160px;
    padding: 10px 16px;
    border: 1px solid #d2d5da;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .textarea::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .textarea:hover, .dialog--account .info_list .textarea:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .info_list .textarea.filled {
    border-color: #85878b;
  }
  .dialog--account .info_list .textarea[disabled] {
    border: none;
    background-color: #f5f5f5;
    color: #727272;
  }
  .dialog--account .info_list .info__status {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #1462df;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .info__status.error {
    color: #e8001f;
  }
  .dialog--account .info_list .info__status.complete {
    color: #137250;
  }
  .dialog--account .info_list .info__status.rtu {
    color: #009896;
  }
  .dialog--account .info_list .info__status.cid {
    color: #1462df;
  }
  .dialog--account .info_list .info__maintxt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .info__subtxt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #727272;
    transition: all 0.1s ease-out;
  }
  .dialog--account .info_list .img_list {
    overflow-x: auto;
    width: 100%;
    display: flex;
    gap: 0 8px;
  }
  .dialog--account .info_list .img_list .img_wrap {
    overflow: hidden;
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    border-radius: 8px;
    background-color: #f5f7fa;
    cursor: pointer;
  }
  .dialog--account .info_list .img_list .img_wrap img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    cursor: pointer;
  }
  .dialog--account .error_message {
    display: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.33;
    color: #e8001f;
    transition: all 0.1s ease-out;
  }
  .dialog--account .error_message.visible {
    display: block;
    width: 100%;
  }
  .dialog--account .btn_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 12px;
  }
  .dialog--account .btn_group .btn--close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 0 4px;
    min-height: 40px;
    padding: 8px 20px 8px 16px;
    border-radius: 4px;
    transition: all 0.1s ease-out;
    cursor: pointer;
  }
  .dialog--account .btn_group .btn--close .btn_icon,
  .dialog--account .btn_group .btn--close .btn__icon {
    width: 24px;
    height: 24px;
  }
  .dialog--account .btn_group .btn--close .btn_icon path,
  .dialog--account .btn_group .btn--close .btn__icon path {
    fill: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close .btn_txt,
  .dialog--account .btn_group .btn--close .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
    margin-left: 4px;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close:hover, .dialog--account .btn_group .btn--close:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .btn_group .btn--close.primary {
    background-color: #1462df;
  }
  .dialog--account .btn_group .btn--close.primary .btn_icon path,
  .dialog--account .btn_group .btn--close.primary .btn__icon path {
    fill: #fff;
  }
  .dialog--account .btn_group .btn--close.primary .btn_txt,
  .dialog--account .btn_group .btn--close.primary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #fff;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close.primary:hover, .dialog--account .btn_group .btn--close.primary:focus {
    background-color: #1257c6;
  }
  .dialog--account .btn_group .btn--close.toner {
    background-color: #fff;
    border: 1px solid #1462df;
  }
  .dialog--account .btn_group .btn--close.toner .btn_icon path,
  .dialog--account .btn_group .btn--close.toner .btn__icon path {
    fill: #1462df;
  }
  .dialog--account .btn_group .btn--close.toner .btn_txt,
  .dialog--account .btn_group .btn--close.toner .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #1462df;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close.toner:hover, .dialog--account .btn_group .btn--close.toner:focus {
    background-color: #edf4ff;
  }
  .dialog--account .btn_group .btn--close.outlined {
    border: 1px solid #d2d5da;
    background-color: #fff;
  }
  .dialog--account .btn_group .btn--close.outlined .btn_icon path,
  .dialog--account .btn_group .btn--close.outlined .btn__icon path {
    fill: #85878b;
  }
  .dialog--account .btn_group .btn--close.outlined .btn_txt,
  .dialog--account .btn_group .btn--close.outlined .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close.outlined:hover, .dialog--account .btn_group .btn--close.outlined:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .btn_group .btn--close.tertiary {
    background-color: #aade14;
  }
  .dialog--account .btn_group .btn--close.tertiary .btn_icon path,
  .dialog--account .btn_group .btn--close.tertiary .btn__icon path {
    fill: #0b1215;
  }
  .dialog--account .btn_group .btn--close.tertiary .btn_txt,
  .dialog--account .btn_group .btn--close.tertiary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close.tertiary:hover, .dialog--account .btn_group .btn--close.tertiary:focus {
    background-color: #9bd100;
  }
  .dialog--account .btn_group .btn--close[disabled] {
    border: none;
    background-color: #f5f5f5;
  }
  .dialog--account .btn_group .btn--close[disabled] .btn_icon path,
  .dialog--account .btn_group .btn--close[disabled] .btn__icon path {
    fill: #afafaf;
  }
  .dialog--account .btn_group .btn--close[disabled] .btn_txt,
  .dialog--account .btn_group .btn--close[disabled] .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--close[disabled]:hover, .dialog--account .btn_group .btn--close[disabled]:focus {
    background-color: #f5f5f5;
  }
  .dialog--account .btn_group .btn--save {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 0 4px;
    min-height: 40px;
    padding: 8px 20px 8px 16px;
    border-radius: 4px;
    transition: all 0.1s ease-out;
    cursor: pointer;
  }
  .dialog--account .btn_group .btn--save .btn_icon,
  .dialog--account .btn_group .btn--save .btn__icon {
    width: 24px;
    height: 24px;
  }
  .dialog--account .btn_group .btn--save .btn_icon path,
  .dialog--account .btn_group .btn--save .btn__icon path {
    fill: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save .btn_txt,
  .dialog--account .btn_group .btn--save .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
    margin-left: 4px;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save:hover, .dialog--account .btn_group .btn--save:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .btn_group .btn--save.primary {
    background-color: #1462df;
  }
  .dialog--account .btn_group .btn--save.primary .btn_icon path,
  .dialog--account .btn_group .btn--save.primary .btn__icon path {
    fill: #fff;
  }
  .dialog--account .btn_group .btn--save.primary .btn_txt,
  .dialog--account .btn_group .btn--save.primary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #fff;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save.primary:hover, .dialog--account .btn_group .btn--save.primary:focus {
    background-color: #1257c6;
  }
  .dialog--account .btn_group .btn--save.toner {
    background-color: #fff;
    border: 1px solid #1462df;
  }
  .dialog--account .btn_group .btn--save.toner .btn_icon path,
  .dialog--account .btn_group .btn--save.toner .btn__icon path {
    fill: #1462df;
  }
  .dialog--account .btn_group .btn--save.toner .btn_txt,
  .dialog--account .btn_group .btn--save.toner .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #1462df;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save.toner:hover, .dialog--account .btn_group .btn--save.toner:focus {
    background-color: #edf4ff;
  }
  .dialog--account .btn_group .btn--save.outlined {
    border: 1px solid #d2d5da;
    background-color: #fff;
  }
  .dialog--account .btn_group .btn--save.outlined .btn_icon path,
  .dialog--account .btn_group .btn--save.outlined .btn__icon path {
    fill: #85878b;
  }
  .dialog--account .btn_group .btn--save.outlined .btn_txt,
  .dialog--account .btn_group .btn--save.outlined .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save.outlined:hover, .dialog--account .btn_group .btn--save.outlined:focus {
    background-color: #f5f7fa;
  }
  .dialog--account .btn_group .btn--save.tertiary {
    background-color: #aade14;
  }
  .dialog--account .btn_group .btn--save.tertiary .btn_icon path,
  .dialog--account .btn_group .btn--save.tertiary .btn__icon path {
    fill: #0b1215;
  }
  .dialog--account .btn_group .btn--save.tertiary .btn_txt,
  .dialog--account .btn_group .btn--save.tertiary .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #0b1215;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save.tertiary:hover, .dialog--account .btn_group .btn--save.tertiary:focus {
    background-color: #9bd100;
  }
  .dialog--account .btn_group .btn--save[disabled] {
    border: none;
    background-color: #f5f5f5;
  }
  .dialog--account .btn_group .btn--save[disabled] .btn_icon path,
  .dialog--account .btn_group .btn--save[disabled] .btn__icon path {
    fill: #afafaf;
  }
  .dialog--account .btn_group .btn--save[disabled] .btn_txt,
  .dialog--account .btn_group .btn--save[disabled] .btn__txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
    color: #afafaf;
    transition: all 0.1s ease-out;
  }
  .dialog--account .btn_group .btn--save[disabled]:hover, .dialog--account .btn_group .btn--save[disabled]:focus {
    background-color: #f5f5f5;
  }

  
  @media screen and (min-width: 600px) {
    .dialog--account {
      max-width: 480px;
    }
  }
  @media screen and (min-width: 1280px) {
    .dialog--account {
      max-width: 960px;
      max-height: calc(100% - 48px);
      padding: 24px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .dialog--account::-webkit-scrollbar {
      display: none;
    }
    .dialog--account .title_wrap {
      gap: 0 24px;
    }
    .dialog--account .info_list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 16px 24px;
    }
    .dialog--account .info_list .info__item {
      width: calc(50% - 12px);
    }
    .dialog--account .info_list .img_list {
      padding-bottom: 8px;
    }
  }