* {
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #EFF1F5;
    padding-right: 0 !important;
}
.low-balance-card{
    width: 100%;
    background-color:  #F5F5F4;
    padding: 20px 32px;
    display: flex;
    margin: 24px 0;
}
.low-search-btn{
    padding-left: 24px;
}

.modal-title-date{
    color: #78716C;
font-size: 12px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.03em;
text-align: center;
}
.audit-btn {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0;
}

.audit-btn li:nth-child(1) {
    margin-bottom: 12px;
}

.audit-btn li:nth-child(1) a {
    font-size: 22px;
    color: #16336A;
}

.audit-btn li:nth-child(2) a {
    font-size: 22px;
    color: #F8423F;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

@media print {
    @page {
        size: A4 landscape;
    }

    header,
    footer {
        display: none;
    }

    .timer {
        display: none !important;
    }
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid #ECB1A9;
}

.verify-group {
    display: flex;
}

.verify-text {
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    padding-right: 8px;
    height: 46px;
    display: flex;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer !important;
}

.word-break {
    word-break: break-all;
}

.contact-url {
    font-size: 14px;
    color: #D04734;
    text-decoration: none;
}

.w-20 {
    width: 20% !important;
}

.w-18 {
    width: 18% !important;
}

.w-22 {
    width: 22% !important;
}

.w-10 {
    width: 10% !important;
}

.modal-note {
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    margin-top: 32px;
}

.modal-body ol,
.modal-body ul {
    padding-left: 1.6em;
}

.schedule-mix-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 24px;
}

.schedule-mix-box .btn {
    margin-left: auto;
}

.browser-card {
    border-radius: 12px;
    border: 1px solid #E7E5E4;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 24px;
}

.browser-header {
    padding: 16px 32px;
    border-bottom: 1px solid #E7E5E4;
    background-color: #F5F5F4;
}

.browser-body {
    padding: 24px 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.browser-row {
    display: flex;
    margin: 0 -8px;
    margin-top: 12px;
}

.browser-col {
    width: 100%;
    padding: 0 8px;
}

.browser-info {
    text-decoration: none;
    display: block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #E7E5E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
}

.browser-info span i {
    margin-right: 8px;
    font-size: 18px;
}

.multiple-btn-add {
    padding-top: 1px;
    padding-bottom: 24px;
    text-align: right;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #FEECEB;
    box-shadow: 0 0 0 .25rem #FEECEB;
}

.table-container {
    margin-bottom: 40px;
}

.bg-gray-50 {
    background-color: #fafaf9 !important;
}

.remark-item {
    display: none;
    padding: 12px 16px;
    color: #78716C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    background-color: #F5F5F4;
}

.remark-item span {
    display: inline-block;
    margin-right: 24px;
}

.remark-item i {
    display: inline-block;
    margin-left: 8px;
    color: #1C1917;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.item-btn-box {
    width: 10% !important;
    padding: 12px 10px !important;
}

.item-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-image: url(../images/dw.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.table-item-box {
    margin-bottom: -1px;
}

.table-item-box.active {
    border: 1px solid #E7E5E4;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.table-item-box.active .item-btn {
    background-image: url(../images/up.svg);
    background-color: #FBEFEE;
}

.table-item-box.active .remark-item {
    display: block;
}

.table-item {
    text-align: center;
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.table-item div {
    padding: 24px 16px;
}

.table-header {
    background-color: #DDE6EC;
    text-align: center;
    color: #1C1917;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    display: flex;
    border-radius: 8px;
}

.table-header div {
    padding: 12px 16px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    opacity: 0;
    pointer-events: none;
}

.no-data {
    display: none;
    color: #D04734;
    text-align: center;
}

.tag-icon {
    display: inline-block;
    color: #D04734;
    font-size: 44px;
    line-height: 1;
    margin: 0 0 24px 0;
}

.radio-list {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: #FFF;
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}

.radio-list li {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: -1px;
}

.radio-list li:last-child {
    border-bottom: none;
}

.radio-btn-box {
    display: block;
    position: relative;
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.radio-btn-box input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radio-btn {
    width: 100%;
    display: flex;
    height: 50px;
    padding: 0 12px;
    align-items: center;
}

.radio-btn-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D6D3D1;
    background-color: #FFF;
    margin-right: 8px;
}

.radio-btn-box input:checked~.radio-btn {
    background-color: #FBEFEE;
}

.radio-btn-box input:checked~.radio-btn .radio-btn-check {
    background-image: url(../images/radio-btn.svg);
    background-position: center center;
    border: 1px solid #BC2214;
    background-color: #BC2214;
    background-size: cover;
}

.radio-tag-box {
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

.radio-tag-box input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radio-tag {
    display: block;
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.06em;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #E7E5E4;
    background-color: #FFF;
}

.radio-tag-box input:checked~.radio-tag {
    color: #D04734;
    border: 1px solid #ECB1A9;
    background-color: #ECB1A9;
}

.multiple-info-left {
    border-right: solid 1px #E7E5E4;
    padding-right: 32px;
    margin-right: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.multiple-info-left .h3 {
    margin-bottom: 24px;
}

.multiple-info-item {
    color: #1C1917;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multiple-info-item span {
    color: #78716C;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.multiple-info-right {
    width: 100%;
    border-radius: 12px;
    background-color: #F5F5F4;
    padding: 20px 24px;
    max-width: 450px;
}

.multiple-item {
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.multiple-item span {
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 16px;
}

.multiple-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plug-in-text {
    color: #1C1917;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.plug-in {
    display: block;
    width: 200px;
    margin: -10px auto 10px;
}

.atm-more-row {
    display: flex;
}

.atm-more-col {
    width: 100%;
    border-right: 1px solid #E7E5E4;
    margin-right: 16px;
}

.atm-more-row .atm-more-col:last-child {
    border-right: 1px solid transparent;
    margin-right: 0;
}

.atm-more-card {
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.atm-more-icon {
    font-size: 32px;
    color: #D04734;
}

.atm-more-info {
    padding-left: 16px;
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.07em;
}

.atm-service-row {
    display: flex;
    margin: 0 -12px 56px;
}

.atm-service-col {
    width: 33.3%;
    padding: 0 12px;
}

.atm-service-icon {
    font-size: 44px;
    line-height: 1;
    color: #D04734;
    height: 44px;
    margin-bottom: 24px;
}

.atm-service-card {
    display: block;
    border-radius: 12px;
    background-color: #FFF;
    padding: 28px 32px;
    color: #1C1917;
    text-decoration: none;
}

.atm-service-card:hover {
    background-color: #F5F5F4;
    box-shadow: 1px 3px 10px 0px rgba(70, 70, 70, 0.10);
    background-image: url(../images/arrow-right-1.svg);
    background-repeat: no-repeat;
    background-position: bottom 28px right 32px;
    background-size: 24px;
}

.bi-change-1 {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/change-1.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.download-item {
    padding: 32px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E5E4;
    flex-wrap: wrap;
}

.download-left {
    display: inline-flex;
    align-items: center;
}

.download-icon {
    font-size: 44px;
    color: #D04734;
}

.download-info {
    padding-left: 40px;
}

.download-title {
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
}

.download-text {
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.07em;
}

.download-right {
    display: inline-flex;
    align-items: center;
}

.download-right .btn {
    width: 180px;
}

.download-right .btn:nth-child(1) {
    margin-right: 12px;
}

.download-right .btn:nth-child(2) {
    margin-left: 12px;
}

.keyboard-box {
    display: flex;
}

.keyboard {
    width: 83%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.keyboard-right {
    width: 16.6%;
}

.keyboard li {
    display: inline-block;
    width: 20%;
    margin-bottom: 24px;
}

.keyboard li a {
    display: block;
    width: 48px;
    height: 48px;
    color: #D04734;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F4;
    border-radius: 50%;
    text-decoration: none;
}

.keyboard li a:hover {
    color: #AE3322;
}

.keyboard li a:focus {
    color: #8C2214;
}

.num-delete {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #F5F5F4;
    border-radius: 50%;
    text-decoration: none;
    background-image: url(../images/delete.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.num-delete:hover {
    background-image: url(../images/delete-1.svg);
}

.num-delete:focus {
    background-image: url(../images/delete-2.svg);
}

.anchor {
    position: absolute;
    top: -230px;
    z-index: -1;
}

.check-text {
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.84px;
    display: inline-block;
    margin-right: 8px;
}

.gear-set {
    margin-left: 4px;
}

.check-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.red-text {
    color: #D04734 !important;
}

.delete {
    font-size: 24px;
    color: #D04734;
    margin-left: 8px;
    cursor: pointer;
}

.td-link {
    color: #1C1917;
    text-decoration: none;
}

.td-link:hover {
    color: #D04734;
}

.table-line {
    margin: -8px 0 24px 0;
    height: 0;
    padding: 0;
    border-bottom: 1px solid #E7E5E4;
}

.td-title {
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #1C1917;
}

.notify-row {
    padding: 16px 48px;
    display: flex;
}

.notify-detail {
    flex: 1;
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.notify-detail h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
}

.notify-detail h6 {
    color: #78716C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.notify-detail p {
    margin-bottom: 24px;
}

.notify-pic {
    width: calc(50% + 40px);
    padding-left: 40px;
}

.back-box {
    padding-top: 12px;
    margin-bottom: 24px;
}

.notify-type {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.06em;
    position: relative;
    margin-bottom: 4px;
    color: #1C1917;
}

.notify-type::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D04734;
    position: absolute;
    left: -20px;
    top: 7px;
}

.tr-news.done .notify-type::before {
    display: none;
}

.tr-news.done .notify-type {
    color: rgba(120, 113, 108, 1);
}

.notify-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #1C1917;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notify-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #78716C;
}

.td-notify {
    width: 100%;
    display: flex;
    align-items: center;
}

.td-left {
    flex: 1;
    text-align: left;
    padding-left: 36px;
}

.td-pic {
    width: 184px;
}

.td-pic img {
    width: 144px;
}

.check-notify-btn {
    display: none;
    padding-left: 24px;
}

.check-notify-btn.active {
    display: flex;
}

.check-notify-btn .btn:first-child {
    margin-right: 24px;
}

tbody .tr-news:first-child {
    border-top: solid 1px #E7E5E4;
}

.tr-news {
    border-bottom: solid 1px #E7E5E4;
    position: relative;
    cursor: pointer;
}

.tr-news:hover {
    background-color: #F5F5F4;
}

.tr-news:hover td:last-child {
    background-image: url(../images/red-arrow-right-1.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

.tr-news td {
    padding: 20px 16px;
    word-break: break-all;
}

.news-type {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.06em;
    position: relative;
    margin-bottom: 4px;
    color: #1C1917;
}

.news-type::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D04734;
    position: absolute;
    left: -20px;
    top: 7px;
}

.tr-news.done .news-type::before {
    display: none;
}

.tr-news.done .news-type {
    color: rgba(120, 113, 108, 1);
}

.new-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #1C1917;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #78716C;
}

.notify-info-box {
    padding-left: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.td-news {
    width: calc(100% - 120px);
    text-align: left;
}

.td-checkbox {
    width: 20px;
    text-align: left;
}

.td-btn {
    opacity: 0;
    width: 100px;
    padding-right: 40px;
}

.tr-news:hover .td-btn {
    opacity: 1;
}

.notify-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.notify-tab {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.notify-tab li {
    display: inline-block;
    padding-right: 24px;
}

.notify-tab li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
    border-bottom: solid 2px transparent;
    color: #1C1917;
    text-decoration: none;
}

.notify-tab li a.active {
    color: #D04734;
    border-bottom: solid 2px #D04734;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #D04734;
    border-radius: 50%;
    margin-left: 8px;
}

.num-msg {
    display: inline-block;
    font-size: 11px;
    color: #D04734;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    background-color: #F3D0CB;
    border-radius: 12px;
    padding: 0 8px;
    margin-left: 8px;
}

.left-right {
    display: inline-block;
    width: 24px;
    height: 16px;
    background-image: url(../images/left-right.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    margin-left: 4px;
    transform: translateY(2px);
}

.btn:hover .left-right {
    background-image: url(../images/left-right-1.svg);
}

.bi-transfer {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/transfer.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-left: 4px;
    transform: translateY(3px);
}

.no-link {
    color: inherit;
    text-decoration: none !important;
    cursor: default;
    pointer-events: none;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
}

input[type="date"]::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 12px;
    right: 15px;

}

.table-btn {
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08em;
    background-image: url(../images/dw.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px;
    cursor: pointer;
}

.table-btn.active {
    background-image: url(../images/up.svg);
}

.table-box {
    height: 0;
    overflow: hidden;
}

.table-box.active {
    height: auto;
    overflow: visible;
}

.schedule-type {
    display: inline-flex;
    align-items: center;
}

.label-radio {
    white-space: nowrap;
    margin-right: 24px;
}

.schedule-btn-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.forgot-row {
    display: flex;
    margin: 0 -15px;
}

.forgot-col {
    width: 50%;
    padding: 0 15px;
}

.forgot-card {
    display: flex;
    width: 100%;
    height: 240px;
    font-size: 18px;
    color: #1C1917;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 1px 3px 10px 0px #4646461A;

}

.forgot-card:hover {
    background-color: #F5F5F4;
}

.forgot-card img {
    height: 44px;
    margin-bottom: 12px;
}

header {
    padding-right: 0 !important;
}

.atm-btn {
    margin-top: 18px;
}

.loss-box {
    display: none;
}

.loss-box.active {
    display: block;
}

.fix-mail {
    display: inline-block;
    text-decoration: none !important;
    color: inherit !important;
}

[aria-disabled="true"] {
    display: none;
}

.overdue {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.06em;
    padding: 0 12px;
    border-radius: 15px;
    margin-right: 24px;
    background-color: #DDE6EC;
}

.overdue.fix {
    background-color: #FBEFEE;
}

.modal-body {
    max-height: 60dvh;
    overflow: auto;
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.common-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.no-data-box {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-data-icon {
    font-size: 48px;
    color: #D04734;
    padding-right: 24px;
}

.no-data-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.06em;
}

.common-btn-box .btn:first-child {
    margin-right: 12px;
}

.common-btn-box .btn:last-child {
    margin-left: 12px;
}

.select2-container {
    width: 100% !important;
}

.transfer-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.transfer-left {
    width: 50%;
}

.transfer-right {
    width: 50%;
    text-align: right;
}

.tag {
    display: inline-block;
    color: #1C1917;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #E7E5E4;
    text-wrap: nowrap;
}

.table-item .tag {
    font-size: 12px;
}

.tag.bg-blue {
    background-color: #DDE6EC;
}

.tag.bg-pink {
    background-color: #FBEFEE;
}

.faq-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-list-card {
    height: 100%;
    border-radius: 12px;
    background-color: #FFF;
    margin-bottom: 16px;
    overflow: hidden;
}

.question {
    display: flex;
    align-items: center;
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.06em;
    padding: 28px 56px 28px 32px;
    background-image: url(../images/dw.svg);
    background-repeat: no-repeat;
    background-position: center right 32px;
    background-size: 24px;
    text-decoration: none;
}

.question.active {
    border-bottom: 1px solid #E7E5E4;
    background-color: #F5F5F4;
    background-image: url(../images/up.svg);
}

.ans {
    display: none;
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding: 28px 32px;
}

.faq-head {
    display: flex;
    margin: 0 -8px 56px -8px;
    align-items: stretch;
}

.faq-head-col {
    width: 50%;
    padding: 0 8px;
}

.faq-head-card {
    height: 100%;
    border-radius: 12px;
    background-color: #FFF;
}

.faq-head-title {
    border-radius: 12px 12px 0 0;
    padding: 28px 32px;
    background-color: #FBEFEE;
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.06em;
    overflow: hidden;
    position: relative;
}

.faq-head-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #F3D0CB;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-head-content {
    padding: 20px 32px;
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.faq-head-content ul {
    padding-left: 1.6em;
    margin-bottom: 0;
}

.database {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/database.svg);
    background-repeat: no-repeat;
    background-size: 32px;
}

.account-card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.account-chat-left {
    width: calc(100% - 252px);
    padding: 0 10px;
}

.account-chat-col {
    width: 252px;
    padding: 0 10px;
}

.account-chat-item {
    border-radius: 6px;
    background: #FDFAF9;
    border-top: solid 4px #FBEFEE;
    height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.amcharts-Label,
.amcharts-PieTick {
    display: none;
}

.chat {
    width: 200px;
    margin: 0 auto;
    padding-left: 10px;
}

.chat-info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.chat-info-title {
    font-size: 26px;
    font-weight: 500;
    color: #1C1917;
    line-height: 1.2;
    margin-bottom: 6px;
}

.account-card-item.fix {
    margin-bottom: 24px;
}

.account-card-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 28px;
}

.account-card-row .account-card-col:nth-child(3) {
    margin-bottom: 0;
}

.account-card-row .account-card-col:nth-child(4) {
    margin-bottom: 0;
}

.card-item-left.fix {
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-item-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.account-card-item {
    border-radius: 6px;
    background: #FDFAF9;
    padding: 16px 20px;
    border-top: solid 4px #FBEFEE;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 115px;
}

.select2-container--bootstrap-5 .select2-dropdown {
    color: #1C1917;
    border-color: #ECB1A9;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #FBEFEE;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #1C1917;
    border-color: #ECB1A9;
}

.form-sub-title {
    font-size: 16px;
    color: #1C1917;
    text-align: center;
    margin-bottom: 24px;
}
.form-sub-title.fix {
    margin-bottom: 40px;
}
.tab-head {
    list-style-type: none;
    border-radius: 12px 12px 0 0;
    background-color: #F5F5F4;
    display: flex;
    padding: 0;
    margin: 0;
}

.tab-head li {
    width: 100%;
    padding: 24px 10px 16px;
    position: relative;
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
    cursor: pointer;
}

.tab-head li.active {
    color: #D04734;
}

.tab-head li.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #D04734;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-card {
    padding: 48px 84px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

.tab-card.fix {
    border-radius: 12px;
}

.pay-texes-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: -24px;
}

.pay-texes-col {
    padding: 0 12px;
    width: 25%;
}

.pay-texes-card {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    background: #FFF;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 24px;
    color: #1C1917;
}

.pay-texes-card:hover {
    background: #F5F5F4;
    box-shadow: 1px 3px 10px 0px rgba(70, 70, 70, 0.10);
}

.pay-texes-icon {
    font-size: 32px;
    color: #D04734;
    margin-bottom: 12px;
}

.bi-money-fix {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/money.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.bi-wallet-fix {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/wallet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.bi-cash-fix {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/cash.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.fixed-info-btn {
    width: calc(100% + 64px);
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.08em;
    padding: 28px 32px;
    border-top: solid 1px #E7E5E4;
    margin-left: -32px;
    margin-top: 20px;
    cursor: pointer;
    background-image: url(../images/dw.svg);
    background-repeat: no-repeat;
    background-position: center right 32px;
    background-size: 24px;
}

.fixed-info-btn.active {
    background-image: url(../images/up.svg);
}

.fixed-info-btn.fix {
    background-image: none;
    cursor: default;
}

.fixed-info-box {
    margin-top: 8px;
    display: none;
}

.fixed-info-box.active {
    display: block;
}

.fixed-card-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.fixed-card-col {
    width: 25%;
    padding: 0 8px;
}

.fixed-card-col.fix {
    width: 33.3%;
}

.fixed-card-col.fix-1 {
    width: 50%;
}

.fixed-card-item {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-radius: 6px;
    background-color: #FDFAF9;
    padding: 16px 24px;
}

.card-item-type {
    color: #78716C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.card-item-type.fix {
    margin-bottom: 0;
}

.card-item-left .h3 {
    color: #1C1917;
    font-weight: 700;
}

.card-item-icon {
    width: 32px;
    color: #D04734;
    font-size: 28px;
    transform: translateY(5px);
}

.td-fixed-account {
    font-weight: 700;
}

.td-principal {
    white-space: nowrap;
}

.note-box-btn {
    display: inline-block;
}

.explain-box {
    max-width: 840px;
    margin: 0 auto;
    padding: 28px 32px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explain-left {
    display: flex;
    align-items: center;
}

.explain-left .h3 {
    margin-bottom: 16px;
    font-weight: 700;
}

.explain-right {
    display: inline-block;
    padding-left: 24px;
}

.explain-icon {
    font-size: 48px;
    color: #D04734;
    padding-right: 24px;
}

.login-sub {
    color: #44403C;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.form-item {
    margin-bottom: 24px;
}

.app-box {
    padding-top: 14px;
    display: flex;
}

.app-box a:nth-child(1) {
    margin-right: 12px;
}

.app-box a:nth-child(2) {
    margin-left: 12px;
}

.app-btn {
    width: 100%;
    text-align: center;
    color: #44403C;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.04em;
    border: 1px solid #78716C;
    border-radius: 23px;
    text-decoration: none;
}

.login-notice {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.login-notice li {
    display: flex;
    justify-content: space-between;
}

.login-notice li:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: solid 1px #E7E5E4;
}

.login-notice li:nth-child(2) {
    padding-top: 20px;
}

.form-label.fix-1 {
    width: 100%;
    display: flex;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
    padding-right: 0;
}

.login-btn {
    padding: 20px 0;
    text-align: center;
}

.login-card {
    border-radius: 20px;
    padding: 40px 32px;
    background-color: #FFF;
    box-shadow: 32px 24px 88px 0px rgba(92, 92, 92, 0.10), 128px 95px 160px 0px rgba(92, 92, 92, 0.09), 289px 214px 216px 0px rgba(92, 92, 92, 0.05), 513px 380px 255px 0px rgba(92, 92, 92, 0.01), 802px 594px 279px 0px rgba(92, 92, 92, 0.00);
}

.login-card-sm {
    border-radius: 20px;
    padding: 24px 32px;
    background-color: #FFF;
}

.login-box-row {
    display: flex;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 80px;
}

.login-left {
    width: calc(100% - 490px);
    padding-right: 24px;
}

.login-left .h1 {
    margin-bottom: 56px;
}

.login-right {
    width: 490px;
}

.atm {
    position: absolute;
    right: 112px;
    top: 50%;
    transform: translateY(-50%);
}

.w-custom {
    width: 140px;
}

.w-custom-1 {
    width: calc(50% - 70px)
}

.tr-modal {
    border-bottom: solid 1px #E7E5E4;
}

.tr-modal td {
    padding: 20px 16px;
}

.tr-modal.fix-1 td {
    padding: 8px 16px;
}

.fail-text {
    margin: 16px 0 40px 0;
    text-align: center;
    font-size: 14px;
}

.mt-x {
    margin-top: 80px;
}

.modal-footer .btn {
    margin: 0 12px;
}

.modal-icon {
    font-size: 44px;
}

.text-normal {
    font-weight: 500;
    color: #1C1917;
}

.share-card {
    border-radius: 12px;
    background-color: #FAFAF9;
    padding: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.share-title {
    width: 50%;
}

.share-btn-box {
    width: 50%;
    text-align: right;
}

.red-eye {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/eye-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    z-index: 3;
    transform: translateY(3px);
    margin-left: 6px;
}

.red-eye.active {
    background-image: url(../images/eye.svg);
}

.done-title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.done-icon {
    width: 48px;
    margin-right: 24px;
}

.refresh {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/re-btn.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-left: 8px;
}

.code-img {
    width: calc(150px - 32px);
}

.bank-box {
    margin: 16px 0;
    max-height: 360px;
    overflow: auto;
}

.form-hr {
    width: calc(100% + 168px);
    border-bottom: solid 1px #78716C;
    border-top: none;
    margin: 8px -84px 40px -84px;
}

.bank-list {
    cursor: pointer;
    color: #44403C;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    padding: 10px;
    border-bottom: solid 1px #E7E5E4;
    font-weight: 400;
    text-align: left;
}

.bank-list:hover {
    background-color: #FBEFEE;
}

.modal-dialog.sm-modal {
    max-width: 480px !important;
}

.modal-content.fix {
    border-radius: 12px;
}

.form-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-box .btn {
    margin: 0 12px;
}

.form-note {
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 4px;
    order: 3;
}

.form-note.fix {
    text-align: center;
    margin-bottom: 40px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #D6D3D1;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 1px solid #ECB1A9;
    box-shadow: 0px 0px 0px 4px rgba(236, 177, 169, 0.35);
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid #ECB1A9;
}

.select2-container .select2-selection--single {
    height: 46px;
    border: 1px solid #dee2e6;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 2;
    color: #1C1917;
}

.form-panel {
    display: none;
}

.form-panel.active {
    display: block;
}

.input-row {
    display: flex;
    width: calc(100% + 8px);
    margin: 0 -4px;
}

.input-col-full {
    width: 100%;
    padding: 0 4px;
}

.input-col-custom {
    width: 100%;
    max-width: 220px;
    padding: 0 4px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-col-code {
    width: 150px;
}

.check-container {
    display: inline-block;
    padding-left: 26px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1C1917;
    position: relative;
    margin-right: 16px;
    margin-bottom: 8px;
    text-decoration: none;
}

.form-group .check-container {
    order: 5;
}

.check-container.fix {
    padding-left: 0;
    height: 16px;
    width: 26px;
    margin-right: 0;
    margin-bottom: 0;
}

.check-container label.error {
    position: absolute;
    top: 22px;
    left: 0;
    white-space: nowrap;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.check-container input.error {
    position: static;
    opacity: 0;
    width: 0;
    height: 0;
    margin-bottom: 22px;
}

.check-container-check {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: solid 1px #D6D3D1;
    border-radius: 2px;
}

.check-container.fix .check-container-check {
    top: 0;
    transform: translateY(2px);
}

.check-container input:checked~.check-container-check {
    border: solid 1px #AE2604;
    background-color: #AE2604;
    background-image: url("../images/checked.svg");
    background-size: cover;
}

.check-container.all input:checked~.check-container-check {
    background-image: url(../images/check-line.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.check-container input:disabled~.check-container-check {
    background-color: #BEBEBE;
    border: solid 1px #BEBEBE;
}

.check-container input:checked:disabled~.check-container-check {
    background-color: #BEBEBE;
    border: solid 1px #BEBEBE;
    background-image: url("../images/checked.svg");
    background-size: cover;
}

.check-container i {
    font-style: normal;
}

.radio-container {
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1C1917;
    position: relative;
    margin-right: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.radio-container label.error {
    position: absolute;
    top: 22px;
    left: 0;
    white-space: nowrap;
}

.radio-container.fix,
.radio-container.fix-1 {
    display: block;
    padding: 8px 16px 8px 40px;
    margin-right: 0;
    border-radius: 4px;
    border: solid 1px #A8A29E;
    background-color: #fff;
}

.radio-container.fix.active,
.radio-container.fix-1.active {
    border: solid 1px #8C2214;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container input.error {
    position: static;
    height: 0;
    width: 0;
    margin-bottom: 22px;
}

.radio-container-check {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: solid 1px #D6D3D1;
    border-radius: 50%;
}

.radio-container.fix .radio-container-check,
.radio-container.fix-1 .radio-container-check {
    top: 13px;
    left: 16px;
}

.radio-container input:checked~.radio-container-check {
    border: solid 1px #AE2604;
    background-color: #AE2604;
}

.radio-container input:disabled~.radio-container-check {
    background-color: #BEBEBE;
    border: solid 1px #BEBEBE;
}

.radio-container input:checked~.radio-container-check::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.radio-container input:checked:disabled~.radio-container-check::after {
    background-color: #BEBEBE;
}

.form-group {
    display: flex;
    margin-bottom: 32px;
    position: relative;
}

.pw-btn {
    width: 16px;
    height: 16px;
    background-image: url(../images/pw-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 9;
}

.pw-btn.active {
    background-image: url(../images/pw-2.svg);
}

.form-label {
    width: 160px;
    padding-right: 8px;
    margin-top: 12px;
}

.form-label.fix {
    color: #78716C;
    margin-top: 0;
}
.form-label.fix-3 {
   width: 190px;
}
.form-input {
    position: relative;
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
}

.form-label.fix-2 {
    width: 90px;
}
.form-input.fix-3 {
    width: calc(100% - 190px);
}
.form-input.fix {
    width: calc(100% - 90px);
}

.form-input.fix-1 {
    width: 100%;
}

.form-select::placeholder {
    color: #111827 !important;
}

.step-box {
    max-width: 460px;
    width: calc(100% - 80px);
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 38px auto;
    position: relative;
    z-index: 3;
}

.step-box li:nth-child(1),
.step-box li:nth-child(3) {
    width: calc(50% - 8px);
    position: relative;
}

.step-box li:nth-child(2) {
    width: 16px;
    position: relative;
}

.step-box li:nth-child(3) {
    text-align: right;
}

.step-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #D6D3D1;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.step-line.active {
    background-color: #D04734;
}

.step-num {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D6D3D1;
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #D6D3D1;
}

.step-num.active {
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #D04734;
    box-shadow: 0px 0px 0px 3px #F3D0CB;
}

.step-num.pass {
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #D04734;
}

.step-text {
    display: inline-block;
    white-space: nowrap;
    color: #A8A29E;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.06em;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
}

.active .step-text,
.pass .step-text {
    color: #1C1917;
}

.four-step-box {
    max-width: 600px;
    width: calc(100% - 40px);
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 38px auto;
    position: relative;
    z-index: 3;
}

.four-step-box li:nth-child(1),
.four-step-box li:nth-child(2) {
    width: calc(33.3% - 5px);
}

.four-step-box li:nth-child(3) {
    width: calc(33.3% - 6px);
}

.four-step-box li:nth-child(4) {
    width: 16px;
}

.four-step-box li {
    position: relative;
}

.two-step-box {
    display: block;
    max-width: 220px;
    width: 180px;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 38px auto;
    position: relative;
    z-index: 3;
}

.two-step-box li:nth-child(1) {
    width: calc(100% - 16px);
}

.two-step-box li:nth-child(2) {
    width: 16px;
}

.sm-title {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.sm-title-sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 24px;
}

.form-card {
    border-radius: 12px;
    overflow: hidden;
}

.form-card.fix {
    background-color: #fff;
    padding: 48px 84px;
}

.form-card.fix-1 {
    background-color: #fff;
    padding: 24px 32px;
}

.form-head {
    padding: 24px;
    background-color: #F5F5F4;
}

.form-body {
    padding: 40px 84px;
    background-color: #FFF;
}

.md-container {
    max-width: 1100px;
    width: calc(100% - 128px);
    margin: 0 auto;
}

.sm-container {
    max-width: 900px;
    width: calc(100% - 128px);
    margin: 0 auto;
}

.toast-header {
    border-bottom: none;
    justify-content: flex-end;
    padding-bottom: 0;
}

.eye-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/eye.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    transform: translateY(18%);
    cursor: pointer;
}

.eye-icon.active {
    background-image: url(../images/eye-1.svg);
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    color: #D04734;
    opacity: 1;
}

.dataTables_empty {
    padding: 10px;
    color: #D04734;
}

.search-box {
    margin-top: -70px;
    margin-bottom: 24px;
}

.search-box.fix {
    margin-top: 0;
    margin-bottom: 24px;
}

.search-box.fix-1 {
    padding-right: 204px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    padding-bottom: 0.075em;
    margin-left: 8px;
}

.form-select-sm {
    min-width: 80px;
}

.td-account {
    white-space: nowrap;
}

.info-404 {
    width: 46%;
    padding-right: 112px;
}

.img-404 {
    width: 54%;
}

.img-404 img {
    width: 100%;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1056;
    background-color: #EFF1F5;
}

.loading-box img {
    width: 100%;
    margin-bottom: 6px;
}

.loading-box {
    text-align: center;
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1C1917;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.42px;
}

.empty::after {
    content: '- -';
}

.sort-btn {
    display: inline-block;
    width: 9px;
    height: 18px;
    background-image: url(../images/sort.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    transform: translateY(4px);
}

.sort-btn.no-status {
    background-image: url(../images/sort-2.svg);
}

.sort-btn.active {
    background-image: url(../images/sort-1.svg);
}

.current-detail-info {
    padding: 24px 0;
}

.current-detail-total {
    margin-top: 10px;
}

.current-detail-total div:first-child {
    padding-right: 24px;
    margin-right: 24px;
    border-right: solid 1px #D6D3D1;
}

.xs-text {
    color: #44403C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.sm-text {
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.text {
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

::placeholder {
    color: #D6D3D1 !important;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #ECB1A9;
    background-color: #FFF;
    box-shadow: 0px 0px 0px 4px rgba(236, 177, 169, 0.35);
}

.form-control.error,
.form-select.error {
    border: solid 1px #F8423F;
}

label.error {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #F8423F;
    padding-top: 4px;
    width: 100%;
    order: 2;
    text-align: left !important;
}

select.error~.select2 .select2-selection {
    border: solid 1px #F8423F;
}

.date-box {
    display: none;
}

.date-box .input-col {
    padding-left: 8px;
    position: relative;
}

.date-box.active {
    display: inline-flex;
}

.input-col {
    min-width: 188px;
}

.filter-date label {
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-right: 24px;
    white-space: nowrap;
}

.search-icon {
    background-image: url("../images/search.svg");
    padding-right: 48px;
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
}

input[type="search"] {
    background-image: url("../images/search.svg");
    padding-right: 48px;
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
}

.filter-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-date {
    display: flex;
    align-items: center;
}

.account-info-col {
    display: flex;
    align-items: center;
}

.branch-name {
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    padding-left: 24px;
    border-left: solid 1px #D6D3D1;
    margin-left: 24px;
}

.account-info-num {
    display: inline-flex;
    align-items: center;
    color: #1C1917;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.account-info-num .copy {
    transform: translateY(0);
}

.change-box {
    display: inline-block;
    position: relative;
}

.branch-box {
    display: none;
    position: absolute;
    right: 0;
    top: 102%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #E7E5E4;
    border-radius: 5px;
    background-color: #fff;
    z-index: 3;
    max-height: 215px;
    overflow: auto;
}

.branch-box.active {
    display: block;
}

.branch-box li {
    padding: 0 12px;
    border-bottom: 1px solid #E7E5E4;
}

.branch-box li:last-child {
    border-bottom: none;
}

.branch-box li a {
    display: block;
    color: #78716C;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0.06em;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 16px;
    text-align: center;
}

.branch-box li:hover,
.branch-box li.active {
    background-color: #FBEFEE;
}

.current-header-row {
    display: flex;
}

.current-header-left {
    width: 50%;
    padding-right: 32px;
}

.current-header-right {
    width: 50%;
    padding-left: 32px;
    border-left: solid 1px #E7E5E4;
}

.note-box {
    padding-top: 40px;
    margin-top: 56px;
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.card-box-detail {
    border-radius: 12px;
    background: #FFF;
    padding: 28px 32px;
}

.card-box {
    border-radius: 12px;
    background: #FFF;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-box-title {
    margin-bottom: 24px;
    font-weight: 700;
}

.card-box-text {
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.mt-6 {
    margin-top: 56px;
}

.btn-box {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.btn-md {
    min-width: 180px !important;
    line-height: 34px;
    border-radius: 24px;
}

.input-col-fix {
    width: calc(100% - 150px);
    padding-right: 16px;
}

.btn-md.fix {
    width: 100%;
    min-width: 0 !important;
}

.btn-box .btn {
    margin: 0 12px;
}

.page-item {
    width: 38px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}

.page-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.bi-dots {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/dots.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 14px;
}

.pagination-box {
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.42px;
}

.pagination {
    margin-bottom: 0;
}

.td-w-15 {
    width: 180px !important;
}

.td-w-10 {
    width: 100px !important;
}

.td-w-5 {
    width: 50px !important;
}

.td-w-50 {
    width: 50% !important;
}

.td-w-25 {
    width: 25% !important;
}

.td-w-30 {
    width: 30% !important;
}

.set-btn-box {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.td-set-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    color: #D04734;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.td-set-btn.active {
    background-color: #FBEFEE;
}

.set-box {
    display: none;
    position: absolute;
    right: 0;
    top: 102%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #E7E5E4;
    border-radius: 5px;
    background-color: #fff;
    z-index: 5;
}

.set-box.active {
    display: block;
}

.set-box li {
    padding: 0 12px;

}

.set-box li a {
    display: block;
    color: #78716C;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #E7E5E4;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: -1px;
    padding: 0 16px;
    text-align: center;
}

.set-box li:hover {
    background-color: #FBEFEE;
}

.cancel-btn-box {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.td-cancel-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    color: #D04734;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.td-cancel-btn.active {
    background-color: #FBEFEE;
}

.cancel-box {
    display: none;
    position: absolute;
    right: 0;
    top: 102%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #E7E5E4;
    border-radius: 5px;
    background-color: #fff;
    z-index: 5;
}

.cancel-box.active {
    display: block;
}

.cancel-box li {
    padding: 0 12px;

}

.cancel-box li a {
    display: block;
    color: #78716C;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #E7E5E4;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: -1px;
    padding: 0 16px;
    text-align: center;
}

.cancel-box li:hover {
    background-color: #FBEFEE;
}

.current-table {
    font-size: 14px;
    font-weight: 400;
    color: #1C1917;
    line-height: 1.4;
    width: 100%;
}

table.dataTable {
    text-align: center;
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0;
}

table.dataTable thead th {
    text-align: center;
}

.td-set {
    text-align: left;
}

.bg-gray th {
    background-color: #DDE6EC !important;
    padding: 12px 16px 12px 16px;
}

.tr-effect {
    border-bottom: solid 1px #E7E5E4;
    position: relative;
    cursor: pointer;
}

.tr-effect:hover {
    background-color: #F5F5F4;
}

.tr-effect:hover td:last-child {
    background-image: url(../images/red-arrow-right-1.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 24px auto;
    height: 100%;
}

.tr-effect td {
    padding: 20px 16px;
    word-break: break-all;
}

.tr-normal {
    border-bottom: solid 1px #E7E5E4;
}

.tr-normal td {
    padding: 20px 16px;
    word-break: break-all;
}

.bg-gray th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bg-gray th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.multiple-content {
    background-color: #fff;
    padding: 24px 32px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.current-content {
    background-color: #fff;
    padding: 24px 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.current-content.fix-1 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 24px 32px 16px 32px;
}

.current-content.fix-2 {
    padding: 0 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.current-content.fix-3 {
    border-radius: 12px;
}

.current-content.fix-4 {
    padding: 0 32px 32px 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 56px;
}

.current-content.fix-5 {
    padding: 24px 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.current-content.fix-5 ol {
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.07em;
    padding-left: 1.6em;
    margin-bottom: 0;
}

.current-header {
    padding: 20px 32px;
    color: #1C1917;
    background-color: #F5F5F4;
    border-bottom: 1px solid #E7E5E4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.td-num {
    text-align: right;
    white-space: nowrap;
}

.icon-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #D04734;
    margin-left: 6px;
}

.current-balance {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

footer {
    border-top: 6px solid #0D598A;
    background: #FFF;
    padding: 32px 0;
}

.footer-fix {
    padding-right: 80px;
    position: relative;
}

.go-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 2px #D04734;
    background-image: url("../images/up.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.scroll-btn {
    display: none;
    height: 50px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.scroll-btn.active {
    display: inline-block;
}

.go-down {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: solid 2px #D04734;
    background-image: url("../images/dw.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.footer-up {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.up-left {
    display: inline-flex;
    align-items: center;
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.up-left span::before {
    content: '02-2625-2933';
}

.s-logo {
    height: 32px;
    margin-right: 16px;
}

.up-right {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    margin-left: auto;
}

.up-right li {
    display: block;
    margin-left: 40px;
}

.up-right li a {
    color: #1C1917;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.footer-dw {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dw-left {
    display: inline-flex;
    color: #78716C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.dw-left a {
    display: inline-block;
    color: #44403C;
    text-decoration: none;
    margin-right: 24px;
}

.dw-right {
    display: inline-flex;
    align-items: center;
    color: #78716C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-left: auto;
}

.c-logo {
    width: 32px;
    margin-left: 8px;
}

.text-danger {
    color: #D04734 !important;
}

.detail-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.detail-list li {
    display: flex;
    align-items: center;
    padding: 18px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.detail-list li:nth-child(even) {
    background: #FAFAF9;
}

.detail-date,
.detail-type {
    display: inline-block;
    padding-right: 16px;
    white-space: nowrap;
}

.detail-date {
    min-width: 99px;
}

.detail-type {
    min-width: 76px;
}

.detail-account {
    padding-right: 16px;
    height: 22.39px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail-num {
    color: #1C1917;
    font-weight: 700;
    flex: 1;
    text-align: right;
}

.account-detail {
    position: absolute;
    right: 0;
    top: 2px;
}

.url-link {
    font-size: 1rem;
    color: #D04734;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.url-link:hover {
    color: #AE3322;
}

.transfer {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.account-card-info-box {
    display: none;
    align-items: stretch;
    padding: 24px 32px;
    color: #44403C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.84px;
}

.account-card-info-box.active {
    display: flex;
}

.account-card-info-left {
    width: 46%;
    padding-right: 32px;
    border-right: solid 1px #E7E5E4;
    position: relative;
}

.account-card-info-right {
    flex: 1;
    padding-left: 32px;
    position: relative;
}

.account-card-info-title {
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1.6px;
    display: flex;
    margin-bottom: 24px;
}

.account-detail-title {
    color: #1C1917;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
    padding-right: 120px;
}

.account-detail-title span {
    display: inline-block;
    font-weight: 700;
}

.account-card-btn-box {
    margin-left: auto;
}

.account-card-btn-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.account-card-btn-box ul li {
    display: none;
}

.account-card-btn-box ul li:first-child {
    display: inline-block;
}

.account-card-btn-box ul li:last-child {
    display: inline-block;
}

.amount {
    color: #1C1917;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.account-num {
    color: #1C1917;
    font-weight: 500;
    line-height: 1.6;
    padding-right: 12px;
    white-space: nowrap;
}

.account-num a {
    display: inline-block;
    color: #1C1917;
    text-decoration: none;
}

.account-item-right {
    color: #1C1917;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    min-width: 150px;
}

.page-link.prev,
.page-link.next,
a.prev,
a.next {
    display: inline-block;
    color: #D04734;
    margin: 0;
    width: auto;
    height: auto;
}

a.prev.disabled,
a.next.disabled {
    color: #A8A29E;
    cursor: default;
    pointer-events: none;
}

.account-card-btn-box ul li.disabled {
    color: #A8A29E;
}

.page-link.prev,
.current.prev {
    margin-right: 16px;
}

.account-items {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 270px;
    overflow: hidden;
}

.account-items::-webkit-scrollbar {
    width: 5px;
}

.account-items::-webkit-scrollbar-track {
    background: transparent;
}

.account-items::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

.account-items:hover::-webkit-scrollbar-track {
    background: #EFF1F5;
}

.account-items:hover::-webkit-scrollbar-thumb {
    background: #D6D3D1;
}

.account-items::after {
    content: '';
    height: 1px;
    display: block;
}

.account-items li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 116px 14px 16px;
    border-radius: 6px;
    background: #FAFAF9;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}


.account-items li.active {
    background: #FBEFEE;
    box-shadow: 1px 3px 10px 0px rgba(70, 70, 70, 0.10);
}

.account-items li.active::before {
    content: '';
    width: 4px;
    border-radius: 5px;
    height: calc(100% - 12px);
    background-color: #D04734;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.account-item-left {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copy {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/copy.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 8px;
    cursor: pointer;
    transform: translateY(2px);
    position: relative;
    z-index: 5;
}

.account-card {
    border-radius: 12px;
    background: #FFF;
    margin-bottom: 16px;
}

.account-card-title {
    padding: 24px 32px;
    color: #1C1917;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1.6px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
}

.account-card-title a {
    display: inline-flex;
    align-items: center;
    color: #1C1917;
    text-decoration: none;
    white-space: nowrap;
}

.account-card-title a span {
    margin-left: 12px;
}

.account-card-title.active {
    background-color: #F5F5F4;
}

.account-card-btn {
    flex: 1;
    width: 24px;
    height: 24px;
    background-image: url("../images/dw.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px;
    margin-top: 5px;
}

.account-card-btn.active {
    background-image: url("../images/up.svg");
}

main {
    min-height: calc(100vh - 150px);
    padding: 130px 0 96px 0;
}

main.login {
    background-image: url(../images/background.svg), url(../images/gray.png);
    background-repeat: no-repeat;
    background-size: 1856px auto, 100% 150px;
    background-position: top left 64px, bottom center;
    padding: 118px 0 96px 0;
}

.main-title {
    margin: 16px 0 24px 0;
}

.top-info-box {
    width: 100%;
    padding: 16px 112px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 78px;
    left: 0;
    z-index: 997;
    background-color: #EFF1F5;
}

.timer {
    display: inline-block;
    color: #44403C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.72px;
}

header {
    border-top: solid 6px #0D598A;
    background-color: #fff;
    z-index: 999;
    height: 78px;
}

header.fix {
    border-top: none;
    background-color: transparent;
    z-index: 999;
    height: 72px;
}

.nav-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.logo {
    position: absolute;
    top: 19px;
    left: 112px;
}

.logo img {
    height: 34px;
}

.main-container {
    width: calc(100% - 224px);
    margin: 0 auto;
}

.menu-container {
    width: calc(100% - 224px);
    margin: 0 auto;
}

.btn {
    min-width: 96px;
}

.bell {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    color: #D04734;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.bell:hover,
.bell.active {
    background-color: #FBEFEE;
}

.menu {
    position: relative;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 40px;
    padding-right: 28px;
}

.menu::after {
    content: '';
    display: inline-block;
    height: 24px;
    width: 1px;
    border-left: solid 1px #E7E5E4;
    position: absolute;
    right: 0;
}

.level-one-li {
    display: block;
    padding: 0 12px;
}

.level-one-link {
    display: block;
    color: #1C1917;
    font-size: 1rem;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0.06em;
    text-decoration: none;
    position: relative;
}

.level-one-link:hover,
.level-one-link.active {
    color: #D04734;
}

.level-one-link.active::after {
    content: '';
    display: inline-block;
    width: calc(100% - 8px);
    height: 2px;
    background-color: #D04734;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-52%);
}

.level-two {
    width: 100vw;
    padding: 48px 0;
    display: none;
    position: fixed;
    top: 78px;
    background-color: #fff;
    left: 0;
    box-shadow: 11px 25px 60px 0px rgba(79, 79, 79, 0.10), 43px 101px 109px 0px rgba(79, 79, 79, 0.09), 96px 227px 148px 0px rgba(79, 79, 79, 0.05), 170px 403px 175px 0px rgba(79, 79, 79, 0.01), 266px 629px 191px 0px rgba(79, 79, 79, 0.00);
}

.level-one-li:hover .level-two {
    display: block;
}

.level-two-row {
    display: flex;
}

.level-two-list {
    list-style-type: none;
    width: 33.3%;
    padding: 0 16px;
    border-left: solid 1px #E7E5E4;
    max-width: 320px;
}

.level-two-list li {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    color: #78716C;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.84px;
}

.level-two-list li:last-child {
    margin-bottom: 0;
}

.level-two-list li a {
    display: block;
    width: 240px;
    color: #1C1917;
    padding: 8px 12px;
    text-decoration: none;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center left -20px;
    background-size: 16px;
    transition: all 0.5s;
}

.level-two-list li a:hover,
.level-two-list li a.active {
    color: #D04734;
    background-color: #EFC0BA;
    border-radius: 12px;
    padding-left: 36px;
    background-position: center left 16px;
}

.button-container {
    display: none;
}

.pad-logout {
    display: none;
}

@media (max-width: 1380px) {
    .account-items {
        overflow: auto;
    }

    .account-item-left {
        max-width: 260px;
    }
}

@media (max-width: 1260px) {
    body.active {
        overflow: hidden;
        height: 100dvh;
    }

    .download-item {
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
    }

    .download-info {
        margin-bottom: 24px;
    }

    .anchor {
        position: absolute;
        top: -180px;
        z-index: -1;
    }

    .atm-btn {
        margin-top: 8px;
        margin-right: 64px;
    }

    main.login {
        background-position: top left -40px, bottom center;
    }

    .card-item-title {
        font-size: 24px;
    }

    .tr-effect:hover {
        background-image: none;
    }

    .menu-container {
        width: calc(100% - 128px);
    }

    .main-container {
        width: calc(100% - 128px);
    }

    .logo {
        left: 64px;
    }

    .menu-hide {
        display: none !important;
    }

    .button-container {
        display: block;
        position: absolute;
        top: 16px;
        right: 64px;
        height: 20px;
        width: 24px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }

    .button-container.active .top {
        -webkit-transform: translateY(76px) translateX(0) rotate(45deg);
        transform: translateY(7px) translateX(0) rotate(45deg);
    }

    .button-container.active .middle {
        opacity: 0;
    }

    .button-container.active .bottom {
        -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        transform: translateY(-7px) translateX(0) rotate(-45deg);
    }

    .button-container span {
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
        background-color: #D04734;
    }

    .button-container span:nth-of-type(2) {
        top: 7px;
    }

    .button-container span:nth-of-type(3) {
        top: 14px;
    }

    .menu {
        display: none;
        position: absolute;
        width: 100%;
        align-items: center;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;
        top: 50px;
        left: 0;
        height: calc(100dvh - 50px);
        overflow: auto;
    }

    .menu.active {
        display: block;
    }

    .menu::after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        border-left: none;
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        touch-action: none;
    }

    header {
        border-top: solid 4px #0D598A;
        height: 54px;
        box-shadow: 0px 2px 8px 0px rgba(136, 136, 136, 0.25);
    }

    header {
        border-top: solid 4px #0D598A;
        height: 54px;
        box-shadow: 0px 2px 8px 0px rgba(136, 136, 136, 0.25);
    }

    header.fix {
        border-top: none;
        height: 72px;
        box-shadow: none;
    }

    .logo {
        left: 64px;
        top: 13px;
    }

    .logo img {
        height: 24px;
    }

    .logo.fix img {
        height: 48px;
    }

    .menu-container {
        width: 100%;
    }

    .atm {
        right: 64px;
    }

    .bell {
        position: absolute;
        margin: 0;
        top: 7px;
        right: 112px;
        line-height: 24px;
    }

    .level-one-link.active::after {
        display: none;
    }

    .level-one-li:hover .level-two {
        display: none;
    }

    .level-two {
        width: 100%;
        padding: 20px 0;
        display: none;
        position: static;
        box-shadow: none;
    }

    .level-two.active {
        display: block !important;
        border-bottom: solid 1px #E7E5E4;
    }

    .level-one-li {
        padding: 0 64px;
        background-color: #fff;
    }

    .level-one-link {
        line-height: 1.6;
        padding: 20px 0;
        border-bottom: solid 1px #E7E5E4;
    }

    .pad-logout {
        display: block;
        text-align: center;
        background-color: #fff;
        padding: 12px 0;
    }

    .level-two-row {
        display: block;
    }

    .level-two-list {
        width: 100%;
        padding: 0;
        border-left: none;
        max-width: 100%;
    }

    .level-two-list li {
        margin-bottom: 0;
        font-size: 14px;
        color: #1C1917;
        font-weight: 500;
    }

    .level-two-list li.level-two-title {
        font-weight: 400;
        padding: 10px 0;
        color: #78716C;
    }

    .level-two-list li a {
        width: 100%;
        color: #44403C;
        padding: 8px 0;
        background-image: none;
    }

    .level-two-list li a:hover {
        color: #44403C;
        background-color: transparent;
        border-radius: 0;
        padding-left: 0;
    }

    .level-two-list li a.active {
        color: #D04734;
        background-color: transparent;
        border-radius: 0;
        padding-left: 0;
    }

    .level-one-link:hover,
    .level-one-link.active {
        color: #1C1917;
    }

    .has-sub {
        background-image: url("../images/dw.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 16px;
    }

    .has-sub.on {
        background-image: url("../images/up.svg");
    }

    .top-info-box {
        top: 54px;
        padding: 8px 64px;
    }

    .timer {
        font-size: 11px;
        letter-spacing: 0.66px;
    }

    main {
        padding: 88px 0 56px 0;
        min-height: calc(100dvh - 150px);
    }

    .check-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .schedule-type.fix {
        margin-top: 24px;
    }
}

@media (max-width: 1024px) {
    .low-balance-card{
    padding: 14px 16px;
    flex-direction: column;
    text-align: center;
}
    .low-search-btn{
    padding-left: 0;
    padding-top: 16px;
    text-align: center;
    width: 100%;
}
.audit-btn {
    flex-direction: row;
    transform: translateY(-6px);
}

.audit-btn li:nth-child(1) {
    margin-right: 24px;
    margin-bottom: 0;
}

    .account-item-left {
        max-width: 320px;
    }

    .bg-gray-50 {
        background-color: #fff !important;
    }

    .table-container {
        margin-bottom: 24px;
    }

    .remark-item {
        padding: 0;
        color: #1C1917;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .remark-item span {
        width: 100%;
        display: flex;
        margin-right: 0;
        padding: 8px 16px 0 16px;
        justify-content: space-between;
        align-items: center;
    }

    .w-20,
    .w-10,
    .w-18,
    .w-22 {
        width: 100% !important;
    }

    .item-btn-box {
        display: inline-block;
        width: auto !important;
        padding: 0 !important;
        position: absolute;
        top: 12px;
        right: 16px;
        z-index: 3;
    }

    .table-header {
        display: none;
    }

    .item-title {
        text-align: left;
        border-bottom: 1px solid #E7E5E4;
        background-color: #fff;
        padding: 12px 16px !important;
        color: #1C1917;
        font-size: 16px;
        font-weight: 500;
    }

    .table-item div {
        padding: 8px 16px 0 16px;
    }

    .table-item-box.active .item-td {
        background-color: #F5F5F4;
    }

    .table-item-box {
        border: 1px solid #E7E5E4;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .table-item-box.active {
        background-color: #F5F5F4;
    }

    .item-td {
        padding: 4px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .item-td::before {
        content: attr(data-item);
    }

    .table-item {
        flex-direction: column;
        border-bottom: none;
        padding: 0;
        position: relative;
    }

    .multiple-info-left {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .multiple-info-right {
        border-radius: 8px;
        padding: 20px 15px;
        max-width: none;
    }

    .multiple-info-left .h3 {
        margin-bottom: 18px;
    }

    .anchor {
        position: absolute;
        top: auto;
        bottom: 90px;
        z-index: -1;
    }

    .form-tag .form-control {
        width: calc(100% - 32px);
    }

    .td-check-num {
        width: 100%;
        text-align: left;
        color: #1C1917;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.48px;
        padding-bottom: 8px !important;
        order: -2;
    }

    .td-check-acount {
        text-align: left;
        width: 100%;
        color: #1C1917;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        border-bottom: 1px solid #E7E5E4;
        padding-bottom: 12px !important;
        order: -1;
        margin-bottom: 12px;
    }

    .schedule-type.fix {
        width: calc(100% + 4px);
    }

    .td-title {
        width: 100%;
        display: block;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.25;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #E7E5E4;
    }

    .notify-row {
        padding: 0;
        display: flex;
    }

    .td-left {
        padding-left: 0;
        padding-right: 16px;
    }

    .notify-type {
        margin-bottom: 12px;
        border-bottom: solid 1px #E7E5E4;
        padding-bottom: 12px;
    }

    .td-pic {
        width: 104px;
    }

    .td-pic img {
        width: 104px;
    }

    .notify-type::before {
        position: static;
        margin-right: 4px;
    }

    .fixed-card-list {
        width: 100%;
        margin: 0;
    }

    .fixed-card-col.fix,
    .fixed-card-col.fix-1 {
        width: 100%;
        padding: 0;
    }

    .tr-news {
        border: solid 1px #E7E5E4;
        border-radius: 8px;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding: 16px;
    }

    .tr-news:hover {
        background-color: #fff;
        background-image: none;
    }

    .tr-news:hover td:last-child {
        background-image: none;
    }

    .td-btn {
        opacity: 1;
        width: 28px;
        padding-right: 0;
    }

    .td-checkbox {
        width: 26px;
    }

    .td-news {
        width: calc(100% - 54px);
    }

    .new-text {
        width: calc(100% + 54px);
        border-top: solid 1px #E7E5E4;
        padding-top: 12px !important;
        margin-top: 12px;
        margin-left: -26px;
        max-height: 56px;
    }

    .news-date {
        width: calc(100% + 54px);
        margin-left: -26px;
        color: #78716C;
    }

    .news-type::before {
        position: static;
        margin-right: 4px;
    }

    .tr-news td {
        padding: 0;
    }

    .td-pad-hide {
        display: none !important;
    }

    .td-ordinary {
        width: 100%;
        padding: 0 0 12px 0 !important;
        display: flex;
        justify-content: space-between;
        order: 2;
    }

    .td-loan {
        padding: 0 0 8px 0 !important;
        margin-bottom: 12px;
        flex: 1;
        text-align: left;
        font-size: 14px;
        color: #1C1917;
        font-weight: 500;
        border-bottom: solid 1px #E7E5E4;
    }

    .td-part {
        padding: 0 0 8px 0 !important;
        display: inline-block;
        border-bottom: solid 1px #E7E5E4;
        margin-bottom: 12px;
    }

    .td-ordinary.fix {
        padding: 8px 0 12px 0 !important;
        order: 1;
    }

    .td-ordinary::before {
        content: attr(data-id);
    }

    .td-setting {
        width: 100%;
        padding-top: 12px !important;
        display: flex;
        justify-content: space-between;
        order: 2;
    }

    .td-setting::before {
        content: attr(data-id);
    }



    .common-btn-box {
        justify-content: center;
    }

    header.fix {
        background-color: #16336A;
    }

    .form-card.fix {
        background-color: #fff;
        padding: 28px 16px;
    }

    .transfer-box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .transfer-left {
        width: 100%;
        max-width: 100%;
    }

    .transfer-right {
        padding-top: 16px;
        width: 100%;
        text-align: left;
    }

    .explain-box {
        padding: 28px 16px;
        height: auto;
        flex-direction: column;
    }

    .explain-box.fix {
        background-color: #fff;
        border-radius: 8px;
    }

    .explain-icon {
        font-size: 44px;
        padding-right: 0;
    }

    .explain-icon.fix {
        font-size: 22px;
        padding-right: 0;
    }

    .explain-left {
        flex-direction: column;
    }

    .explain-left.fix {
        flex-direction: row;
        height: 120px;
    }

    .explain-right {
        padding-left: 0;
    }

    .explain-text {
        padding-top: 8px;
        padding-bottom: 40px;
        text-align: center;
    }

    .explain-text.fix {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        margin-left: 6px;
    }

    .fixed-info-btn {
        width: calc(100% + 32px);
        color: #1C1917;
        font-size: 18px;
        padding: 16px;
        margin-left: -16px;
        margin-top: 16px;
        background-position: center right 16px;
        background-size: 16px;
    }

    .fixed-card-col {
        width: 50%;
        padding: 0px 8px;
        margin-bottom: 8px;
    }

    .td-transaction {
        width: 100%;
        text-align: left !important;
        padding-bottom: 8px !important;
    }

    .td-transfer {
        width: 50%;
        padding-bottom: 12px !important;
        font-weight: 700;
        text-align: left !important;
    }

    .td-transfer.fix {
        width: calc(50% - 26px);
    }

    .td-amount {
        width: 50%;
        padding-bottom: 12px !important;
        font-weight: 700;
        text-align: right !important;
    }

    .td-general {
        width: 100%;
        padding: 12px 0 !important;
        border-top: 1px solid #E7E5E4;
        order: 5;
        display: flex;
        justify-content: space-between;
    }

    .td-general.fix {
        padding-bottom: 0 !important;
    }

    .td-general.fix-1 {
        padding: 6px 0 !important;
        border-top: none;
    }

    .td-general.fix-2 {
        padding: 0 !important;
        border-top: none;
        align-items: center;
    }

    .td-general.fix-3 {
        padding-top: 0 !important;
        border-top: none;
    }

    .td-general::before {
        content: attr(data-id);
        white-space: nowrap;
        display: inline-block;
        padding-right: 4px;
    }

    .td-fixed-account {
        font-size: 18px;
        width: 100%;
        text-align: left;
        padding-bottom: 8px !important;
    }

    .td-dep-fix {
        width: 50% !important;
        text-align: left !important;
        order: 1;
        padding-bottom: 12px !important;
        font-size: 16px;
        color: #1C1917;
    }

    .td-principal {
        width: 50% !important;
        order: 2;
        padding-bottom: 12px !important;
        font-size: 16px;
        color: #1C1917;
    }

    .td-start,
    .td-term,
    .td-rate,
    .td-rate-type {
        display: none;
    }

    .td-end {
        width: 100%;
        border-top: 1px solid #E7E5E4;
        padding-top: 12px !important;
        padding-bottom: 16px !important;
        display: flex;
        justify-content: space-between;
        order: 3;
    }

    .td-end::before {
        content: '到期日';
    }

    .td-next-date {
        width: 100%;
        border-top: 1px solid #E7E5E4;
        padding-top: 12px !important;
        padding-bottom: 16px !important;
        display: flex;
        justify-content: space-between;
        order: 3;
    }

    .td-next-date::before {
        content: '下次扣款日';
    }

    .td-next-amount {
        width: 100%;
        border-top: 1px solid #E7E5E4;
        padding-top: 12px !important;
        padding-bottom: 16px !important;
        display: flex;
        justify-content: space-between;
        order: 3;
    }

    .td-next-amount::before {
        content: '下次扣款金額';
    }

    .login-left {
        width: 50%;
    }

    .login-right {
        width: 50%;
    }

    .d-lg-block {
        display: none !important;
    }

    .mt-x {
        margin-top: 70px;
    }

    .account-items {
        max-height: none;
    }

    .breadcrumb {
        display: none;
    }

    main {
        min-height: calc(100dvh - 243px);
    }

    .info-404 {
        width: 50%;
        padding-right: 64px;
    }

    .footer-up {
        margin-bottom: 16px;
    }

    .up-left {
        width: 100%;
        padding-bottom: 16px;
        border-bottom: solid 1px #E7E5E4;
    }

    .up-right {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .up-right li {
        margin-left: 0;
        margin-right: 30px;
        padding-top: 16px;
    }

    .dw-right {
        padding-top: 24px;
        width: 100%;
        margin-left: 0;
        font-size: 11px;
    }

    .c-logo {
        width: 24px;
        margin-left: 0;
        margin-right: 8px;
        order: -1;
    }


    .detail-list li {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .detail-type {
        padding: 8px 0;
        width: 50%;
        order: 1;
        font-weight: 700;
        color: #1C1917;
    }

    .detail-num {
        width: 50%;
        order: 2;
        padding: 8px 0;
    }

    .detail-date {
        order: 3;
        width: 100%;
        padding: 4px 0;
    }

    .detail-account {
        order: 4;
        width: 100%;
        padding: 4px 0;
        height: auto;
    }

    .account-card-info-box.active {
        flex-direction: column;
    }

    .account-card-info-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 8px;
        position: relative;
    }

    .account-card-info-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }

    .account-detail {
        position: absolute;
        right: auto;
        top: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .account-detail-title {
        background-size: 20px;
        margin-bottom: 16px;
        white-space: nowrap;
    }


    .detail-list {
        display: none;
    }

    .detail-list.active {
        display: block;
        margin-bottom: 16px;
    }

    .search-box {
        display: none;
    }

    .fail-text {
        margin: 16px 0 24px 0;
    }

    .share-card {
        padding: 16px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .share-title {
        width: 100%;
        padding-bottom: 16px;
    }

    .share-btn-box {
        width: 100%;
        text-align: left;
    }

    .done-icon {
        width: 32px;
        margin-right: 16px;
    }

    .done-title {
        margin-bottom: 24px;
    }

    .form-hr {
        width: calc(100% + 32px);
        border-bottom: solid 1px #78716C;
        border-top: none;
        margin: 0 -16px 24px -16px;
    }

    .form-body {
        padding: 28px 16px;
        background-color: #FFF;
    }

    .form-group {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .form-group.fix {
        flex-wrap: nowrap;
    }

    .form-label {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
    }

    .form-input {
        width: 100%;
    }

    .form-label.fix-2 {
        width: 100%;
    }

    .form-label.fix-3 {
        width: 100%;
    }

    .form-input.fix {
        width: 100%;
    }

    .form-input.fix-3 {
        width: 100%;
    }

    .eye-icon {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }

    div.dataTables_wrapper div.dataTables_info {
        margin-left: 4px;
        padding-bottom: 0;
    }

    .current-detail-total {
        margin-top: 8px;
    }

    .current-detail-total div:first-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 8px;
    }

    .text {
        font-size: 14px;
    }

    .current-detail-info {
        padding: 24px 0 16px;
    }

    .filter-date {
        width: 100%;
        flex-wrap: wrap;
    }

    .input-col {
        width: 100%;
    }

    .date-box {
        width: calc(100% + 8px);
        margin: 8px -4px 0 -4px;
    }

    .date-box .input-col {
        padding: 0 4px;
        min-width: 0;
    }

    .card-box-detail {
        background: transparent;
        padding: 0;
    }

    .top-info-box {
        flex-direction: column;
    }

    .timer {
        order: -1;
    }

    .tr-effect td {
        padding: 0;
    }

    .td-account {
        text-align: left;
        width: 180px;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 500;
        color: #1C1917;
        order: -1;
    }

    .td-dep {
        width: calc(100% - 180px);
        text-align: right;
        margin-bottom: 6px;
        font-weight: 500;
    }

    .td-dep.fix {
        width: 50%;
        text-align: left;
        margin-bottom: 6px;
        padding-bottom: 10px;
        border-bottom: solid 1px #E7E5E4;
    }

    .td-cancel {
        width: calc(100% - 180px);
        text-align: right;
        order: -1;
        margin-bottom: 6px;
    }

    .td-item {
        width: 50%;
        text-align: right;
        margin-bottom: 6px;
        padding-bottom: 10px;
        border-bottom: solid 1px #E7E5E4;
        font-weight: 500;
    }

    .td-type {
        width: 100%;
        text-align: left;
        padding-bottom: 16px !important;
        border-bottom: solid 1px #E7E5E4;
        margin-bottom: 12px;
    }

    .td-des {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
        color: #44403C;
    }

    .td-des::before {
        content: '帳戶說明';
    }

    .td-num {
        color: #44403C;
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        padding-bottom: 12px !important;
        border-bottom: solid 1px #E7E5E4;
    }

    .td-num::before {
        content: '帳戶餘額';
    }

    .td-set {
        width: 100%;
        padding: 0 !important;
    }

    .set-box li {
        padding: 0;
        width: 100%;
    }

    .set-btn-box {
        display: block;
        width: 100%;
        height: auto;
    }

    .td-set-btn {
        display: none;
    }

    .set-box,
    .set-box.active {
        display: flex;
        position: static;
        border: none;
        border-radius: 0;
    }

    .set-box li a {
        text-align: center;
        color: #D04734;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 0;
        padding: 16px;
        border-bottom: none;
    }

    .set-box li:hover {
        background-color: transparent;
    }

    .set-box li:first-child {
        order: 2;
    }

    .set-box li:nth-child(2) {
        order: 3;
    }

    .current-header {
        padding: 14px 16px;
        border-bottom: none;
        border-radius: 8px;
        box-shadow: 1px 3px 10px 0px rgba(70, 70, 70, 0.10);
        text-align: center;
        margin-bottom: 18px;
    }

    .current-header.fix {
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
    }

    .multiple-content {
        background-color: #fff;
        padding: 16px;
        border-radius: 8px;
    }

    .current-content {
        background-color: transparent;
        padding: 0;
    }

    .current-content.fix {
        background-color: #fff;
        padding: 16px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .current-content.fix-1 {
        background-color: #fff;
        padding: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .current-content.fix-2 {
        background-color: #fff;
        padding: 0 16px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .current-content.fix-4 {
        background-color: #fff;
        padding: 0 16px 16px 16px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .current-content.fix-5 {
        background-color: #fff;
        padding: 16px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .tr-effect {
        border-bottom: none;
        border-radius: 8px;
        background-color: #fff !important;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding: 16px 16px 0 16px;
    }

    .tr-effect:hover {
        background-color: #fff;
        background-image: none;
    }

    .tr-effect:hover td:last-child {
        background-image: none;
    }

    .tr-normal {
        border-bottom: none;
        border-radius: 8px;
        background-color: #fff !important;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding: 16px;
        background-image: url(../images/dw.svg);
        background-repeat: no-repeat;
        background-position: top 32px right 16px;
    }

    .tr-normal.active {
        background-image: url(../images/up.svg);
    }

    .tr-normal td {
        padding: 0;
        text-align: left;
    }

    .td-nickname {
        font-size: 16px;
        display: inline-block;
        font-weight: 700;
        width: auto;
        order: 0;
        margin-bottom: 4px;
        text-align: left;
        border-bottom: solid 1px #E7E5E4;
        order: -1;
        padding-bottom: 8px !important;
    }

    .td-nickname.fix {
        width: calc(100% - 28px);
        padding-bottom: 8px;
    }

    .td-nickname.fix-1 {
        width: 100%;
        padding-bottom: 8px;
    }

     .td-nickname.fix-2 {
         width: calc(100% - 68px);
        padding-bottom: 8px;
    }

    .td-nickname::before {
        content: attr(data-id);
    }

    .td-transfer-in {
        font-size: 16px;
        padding-left: 10px !important;
        flex: 1;
        font-weight: 700;
        order: 0;
        margin-bottom: 4px;
        text-align: left;
        border-bottom: solid 1px #E7E5E4;
        order: -1;
    }

    .td-cancel.fix {
        width: 28px;
        text-align: right;
        order: -1;
        margin-bottom: 4px;
        border-bottom: solid 1px #E7E5E4;
    }

    .td-cancel.fix-1 {
        width: 68px;
        text-align: right;
        order: -1;
        margin-bottom: 4px;
        border-bottom: solid 1px #E7E5E4;
    }

    .td-cancel.fix .cancel-btn-box {
        margin-top: -5px;
    }

    .td-summary {
        font-weight: 700;
        width: calc(50% - 18px);
        order: -1;
        margin-bottom: 4px;
    }

    .td-expenditure {
        font-weight: 700;
        width: calc(50% - 18px);
        order: 0;
        margin-bottom: 4px;
    }

    .td-expenditure::before {
        content: '-';
    }

    .td-deposit {
        font-weight: 700;
        width: calc(50% - 18px);
        order: 0;
        margin-bottom: 4px;
    }

    .td-date {
        width: calc(50% - 18px);
        order: 1;
    }

    .td-free {
        width: calc(50% - 18px);
        order: 2;
    }

    .td-free::before {
        content: '餘額 ';
    }

    .td-remark {
        color: #44403C;
        display: none;
        justify-content: space-between;
        margin-top: 10px;
        padding: 12px 0 !important;
        order: 3;
        width: 100%;
        border-top: solid 1px #E7E5E4;
    }

    .td-remark.active {
        display: flex;
    }

    .td-remark::before {
        content: '備註';
    }

    .td-trade {
        color: #44403C;
        display: none;
        justify-content: space-between;
        border-top: solid 1px #E7E5E4;
        padding-top: 12px !important;
        order: 4;
        width: 100%;
    }

    .td-trade.active {
        display: flex;
    }

    .td-trade::before {
        content: '交易帳號';
    }

    .tr-modal {
        border: solid 1PX #E7E5E4;
        border-radius: 8px;
        background-color: #fff !important;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding: 16px;
    }

    .tr-modal.fix {
        padding: 16px 16px 4px 16px;
    }

    .tr-modal td {
        padding: 0;
    }

    .td-limit {
        font-size: 18px;
        color: #1C1917;
        font-weight: 500;
        width: 100%;
        order: -1;
        padding: 0 0 16px 0 !important;
        border-bottom: solid 1PX #E7E5E4;
        text-align: left;
    }

    .td-day {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        order: 0;
    }

    .td-day::before {
        content: '當日';
    }

    .td-unit {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        order: 0;
    }

    .td-unit::before {
        content: '單筆';
    }

    .td-month {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        order: 1;
    }

    .td-month::before {
        content: '單月';
    }

    .empty {
        display: none;
    }

    .mt-6 {
        margin-top: 48px;
    }

    .current-table thead {
        display: none;
    }

    .main-title {
        margin: 36px 0 24px 0;
        text-align: center;
    }

    .btn-outline-primary.change-btn {
        border: none !important;
        padding: 0 !important;
        min-width: 0 !important;
        color: #D04734 !important;
        background-color: transparent !important;
        font-size: 24px;
    }

    .btn-outline-primary.change-btn span {
        display: none
    }

    .current-header-row {
        flex-direction: column;
    }

    .current-header-left {
        width: 100%;
        padding-right: 0;
    }

    .current-header-right {
        width: 100%;
        padding-left: 0;
        border-left: none 1px #E7E5E4;
        display: flex;
        justify-content: center;
        margin-top: 6px;
    }

    .current-header-right .h2 {
        font-size: 14px !important;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-bottom: 0;
    }

    .current-header-right .current-balance {
        margin-bottom: 0;
    }

    .current-header-right .icon-btn {
        order: 3;
    }

    .account-info-col {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-info-num {
        font-size: 18px;
    }

    .branch-name {
        font-size: 18px;
        padding-left: 0;
        border-left: none;
        margin-left: 0;
        margin-top: 8px;
    }

    .branch-box {
        display: none;
        position: fixed;
        right: auto;
        top: auto;
        width: 100%;
        bottom: 0;
        left: 0;
        border: none;
        border-radius: 12px 12px 0 0;
        background-color: #fff;
        z-index: 1050;
    }

    .branch-box.active {
        display: block;
        animation: fadeUp 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);

    }

    .branch-box li a {
        line-height: 56px;
    }

    .branch-box li:hover {
        background-color: #FFF;
    }

    .branch-box li.active {
        background-color: #FBEFEE !important;
    }

    .change-mask {
        display: none;
        width: 100%;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.35);
        position: fixed;
        z-index: 1049;
        top: 0;
        left: 0;
    }

    .change-mask.active {
        display: block;
    }

    @keyframes fadeUp {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .modal-footer {
        padding: 16px 8px 24px 8px;
    }

}

@media (max-width: 767.98px) {
    .browser-header {
        padding: 16px;
        display: flex;
        align-items: center;
    }

    .browser-body {
        padding: 20px 16px;
    }

    .browser-row {
        flex-direction: column;
    }

    .browser-col {
        margin-bottom: 8px;
    }

    .multiple-btn-add {
        text-align: center;
    }

    .atm-service-row {
        flex-direction: column;
    }

    .atm-service-col {
        width: 100%;
        margin-bottom: 12px;
    }

    .atm-service-card {
        display: flex;
        border-radius: 8px;
        padding: 16;
        align-items: center;
    }

    .atm-service-icon {
        font-size: 32px;
        height: 32px;
        margin-bottom: 0;
        margin-right: 12px;
    }

    .bi-change-1 {
        width: 32px;
        height: 32px;
    }

    .atm-more-row {
        flex-direction: column;
    }

    .atm-more-col {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E7E5E4;
        margin-right: 0;
    }

    .atm-more-row .atm-more-col:last-child {
        border-right: none;
        border-bottom: none;
        margin-right: 0;
    }

    .fixed-card-col {
        width: 100%;
        padding: 0px;
        margin-bottom: 8px;
    }

    .schedule-type.fix {
        width: 100%;
        margin-bottom: 0;
    }

    .notify-row {
        flex-direction: column;
    }

    .notify-detail {
        width: 100%;
    }

    .notify-pic {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .check-notify-btn {
        padding-top: 16px;
        padding-left: 0;
        width: calc(100% + 16px);
        margin-left: -16px;
    }

    .check-notify-btn .btn {
        width: 100%;
        min-width: 0 !important;
    }

    .check-notify-btn .btn:nth-child(1) {
        margin-right: 12px;
    }

    .check-notify-btn .btn:nth-child(2) {
        margin-left: 12px;
    }

    .notify-info-box {
        padding-left: 16px;
        height: auto;
        flex-direction: column;
        margin-bottom: 16px;
        align-items: flex-start;
    }

    .current-detail-info.fix {
        padding: 0 0 36px 0;
        text-align: right;
        position: relative;
        z-index: -1;
        margin-top: -56px;
    }

    .schedule-btn-box {
        flex-wrap: wrap;
        margin-bottom: 0;
        text-align: left;
        padding: 0 0 24px 0;
    }

    .schedule-btn-box.fix {
        justify-content: center;
    }

    .input-col-full.fix {
        width: calc(50% - 4px)
    }

    .schedule-type {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;
        justify-content: space-between;
    }

    .label-radio {
        display: block;
        width: 100%;
        white-space: nowrap;
        margin-right: 0;
        padding-bottom: 4px;
    }

    main.login {
        background-image: url(../images/background-1.svg), url(../images/gray.png);
        background-repeat: no-repeat;
        background-size: auto 408px, 100% 300px;
        background-position: top left, bottom center;
        padding: 118px 0 96px 0;
    }

    .login-box-row {
        flex-direction: column;
    }

    .login-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .login-right {
        width: 100%;
    }

    .login-left .h1 {
        margin-bottom: 8px;
        font-size: 2rem !important;
    }

    .faq-list-card {
        border-radius: 8px;
    }

    .question {
        font-size: 18px;
        padding: 20px 32px 20px 16px;
        background-position: center right 16px;
        background-size: 16px;
        display: flex;
        align-items: center;
        line-height: 1.3;
    }

    .ans {
        padding: 16px;
    }

    .faq-head {
        margin: 0 0 40px 0;
        flex-direction: column;
    }

    .faq-head-col {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .faq-head-card {
        border-radius: 8px;
    }

    .faq-head-title {
        border-radius: 8px 8px 0 0;
        padding: 20px 16px;
        font-size: 18px;
    }

    .faq-head-content {
        padding: 16px;
    }

    .database {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }

    .chat-info {
        text-align: right;
        padding-top: 0;
        width: calc(100% - 120px);
    }

    .chat {
        width: 120px;
        padding-left: 0;
    }


    .account-chat-item {
        border-radius: 8px;
        height: auto;
        margin-bottom: 12px;
        flex-direction: row;
        justify-content: space-between;
        padding: 32px 16px;
    }

    .account-card-item.fix {
        margin-bottom: 12px;
    }

    .account-chat-left {
        width: 100%;
        padding: 0;
    }

    .account-chat-col {
        width: 100%;
        padding: 0;
        margin-top: 12px;
    }

    .account-card-row {
        margin: 0;
    }

    .account-card-col {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .account-card-row .account-card-col:nth-child(3),
    .account-card-row .account-card-col:nth-child(4) {
        margin-bottom: 12px;
    }

    .account-card-item {
        border-radius: 8px;
        padding: 12px 16px;
        height: 80px;
        align-items: center;
    }

    .card-item-left.fix {
        height: 56px;
    }

    .card-item-title {
        font-size: 22px;
    }

    .card-item-icon {
        width: 24px;
        font-size: 22px;
        transform: translateY(0);
    }

    .dataTables_paginate {
        margin-top: 10px !important;
    }

    .bi-wallet-fix,
    .bi-cash-fix,
    .bi-money-fix {
        width: 24px;
        height: 24px;
    }

    .pay-texes-row {
        width: 100%;
        margin-left: 0;
        margin-bottom: -16px;
    }

    .pay-texes-col {
        padding: 0;
        width: 100%;
    }

    .pay-texes-card {
        height: auto;
        border-radius: 8px;
        padding: 24px 28px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 16px;
    }

    .pay-texes-icon {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
        padding-right: 16px;
    }

    .note-box-btn {
        width: 100%;
        padding-top: 12px;
        text-align: center;
    }

    .modal-note {
        margin-top: 8px;
    }
}

@media (max-width: 680px) {
    .account-item-left {
        max-width: 260px;
    }
}

@media (max-width: 575.98px) {
    .form-note.fix {
        margin-bottom: 28px;
    }

    .account-item-left {
        max-width: none;
    }

    .amount {
        width: 100%;
        text-align: right;
    }

    main.login {
        background-image: url(../images/background-1.svg), url(../images/gray.png);
        background-repeat: no-repeat;
        background-size: auto 320px, 100% 340px;
        background-position: top left, bottom center;
        padding: 118px 0 96px 0;
    }

    header.fix {
        height: 54px;
    }

    .logo.fix {
        left: 20px;
        top: 15px;
    }

    .logo.fix img {
        height: 24px;
    }

    .login-left .h1 {
        font-size: 1.75rem !important;
    }

    .overdue {
        margin-right: 8px;
    }

    .no-data-box {
        background-color: #fff;
        border-radius: 8px;
    }

    .no-data-icon {
        font-size: 24px;
        color: #D04734;
        padding-right: 8px;
    }

    .md-container {
        width: calc(100% - 40px);
    }

    .sm-container {
        width: calc(100% - 40px);
    }

    .form-sub-title {
        text-align: left;
    }

    .four-step-box li {
        position: static;
    }

    .tab-head {
        border-radius: 8px 8px 0 0;
    }

    .tab-head li {
        padding: 20px 10px 16px;
    }

    .tab-card {
        padding: 28px 16px;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
    }

    main {
        min-height: 100dvh;
    }

    .account-card-title {
        padding: 16px;
        font-size: 16px;
        background-position: center right 16px;
        background-size: 20px;
        border-radius: 8px 8px 0 0;
    }

    .account-card-info-right {
        padding-bottom: 20px;
    }

    .btn {
        min-width: 72px;
    }

    .transfer {
        position: absolute;
        right: 16px;
        top: 16px;
        transform: translateY(0);
    }

    .account-item-right {
        text-align: right;
        font-size: 18px;
    }

    .account-item-right.fix {
        margin-right: -72px;
    }

    .account-items li {
        padding: 14px 88px 14px 16px;
        display: none;
    }

    .account-items.fix li {
        padding: 14px 16px;
        display: block;
    }

    .account-items li.active {
        display: block;
    }

    .account-item-right {
        width: calc(100% + 72px);
    }

    .account-card-info-box {
        padding: 16px;
    }

    .account-card-info-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .detail-list {
        display: none;
    }

    .main-title {
        margin: 36px 0 24px 0;
        text-align: center;
    }

    .menu-container {
        width: 100%;
    }

    .main-container {
        width: calc(100% - 40px);
    }

    .logo {
        left: 20px;
    }

    .button-container {
        right: 20px;
    }

    .bell {
        right: 68px;
    }

    .top-info-box {
        left: 0;
    }

    .level-one-li {
        padding: 0px 20px;
    }

    .top-info-box {
        padding: 8px 20px;
    }

    .up-left {
        display: block;
    }

    .s-logo {
        margin-bottom: 12px;
    }

    .footer-fix {
        padding: 8px 20px;
    }

    .up-right li {
        width: 50%;
        margin-right: 0;

    }

    .go-top {
        right: 0;
        top: 8px;
        margin-top: 0;
    }

    .fast-menu {
        width: 100%;
        list-style-type: none;
        display: flex;
        padding: 16px 20px;
        background-color: #fff;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.10);
        margin: 0;
    }

    .fast-menu li {
        width: 33.3%;
    }

    .fast-menu li a {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #A8A29E;
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.06em;
        text-decoration: none;
    }

    .fast-menu li a.active {
        color: #D04734;
    }

    .fast-menu li a i {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .bi-change {
        width: 25px;
        height: 25px;
        background-image: url(../images/change.svg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 24px;
    }

    .fast-menu li a.active .bi-change {
        background-image: url(../images/change-1.svg);
    }

    footer {
        padding: 32px 0 120px;
    }

    footer.fix {
        padding: 32px 0;
    }

    .fixed-bottom {
        z-index: 99;
    }

    .card-box {
        padding: 28px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .card-box-title {
        margin-bottom: 16px;
        font-weight: 700;
    }

    .card-box-text {
        margin-bottom: 24px;
    }

    .btn-md {
        min-width: 160px !important;
        line-height: 26px;
    }

    .common-btn-box .btn:first-child {
        min-width: 0 !important;
        width: 50%;
    }

    .common-btn-box .btn:last-child {
        min-width: 0 !important;
        width: 50%;
    }

    .note-box {
        padding-top: 0;
        margin-top: 48px;
    }

    .info-404 {
        width: 100%;
        padding-right: 0;
    }

    .img-404 {
        width: 100%;
    }

    .img-404 img {
        width: 100%;
        margin-top: 72px;
    }

    .step-text {
        display: none;
        font-size: 14px;
        line-height: 22px;
    }

    .active .step-text {
        display: inline-block;
        width: auto;
        left: 50%;
    }

    .step-num {
        position: static;
    }

    .step-box li:nth-child(1),
    .step-box li:nth-child(3),
    .step-box li:nth-child(2) {
        position: static;
    }

    .step-box {
        margin: 0 auto 34px auto;
    }

    .form-head {
        padding: 24px;
    }

    .sm-title {
        margin: 36px 0 16px 0;
    }

    .input-row {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

    .input-col-full {
        padding: 0;
    }

    .input-col-custom {
        max-width: 100%;
        padding: 0;
    }

    .modal-body.fix {
        padding: 16px;
    }

    .bank-box {
        max-height: 315px;
    }

    .btn-box {
        width: calc(100% + 24px);
        margin: 24px -12px 0 -12px;
    }

    .btn-box .btn {
        width: 50%;
        min-width: 0 !important;
    }

    .input-col-fix {
        width: calc(100% - 134px);
        padding-right: 4px;
    }

    .input-col-code {
        width: 134px;
        padding-left: 4px;
    }

    .code-img {
        width: calc(134px - 36px);
    }

    .modal-icon {
        font-size: 24px;
    }

    .modal-body {
        padding: 16px 20px;
    }

    .modal-footer .btn {
        margin: 0 12px;
        min-width: 0 !important;
        max-width: 160px;
        width: 100%;
    }

    .detail-list li {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
    }

    .account-card {
        border-radius: 8px;
    }

    .login-box-row {
        margin-top: 100px;
        margin-bottom: 52px;
    }

    .login-card {
        border-radius: 0;
        padding: 8px 0 0 0;
        background-color: transparent;
        box-shadow: none;
    }

    .login-card-sm {
        border-radius: 8px;
        padding: 24px 16px;
    }

    .login-btn {
        padding: 0 0 20px;
    }

    .login-sub {
        font-size: 14px;
    }

    .account-card-btn {
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-top: 3px;
    }

    .form-box {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .form-box .btn {
        width: 50%;
        min-width: 0 !important;
        margin: 0 12px;
    }

    .forgot-row {
        flex-wrap: wrap;
    }

    .forgot-col {
        width: 100%;
        margin-bottom: 16px;
    }

    .forgot-card {
        height: 80px;
        font-size: 18px;
        line-height: 23px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-radius: 8px;
        padding: 20px;
    }

    .forgot-card img {
        height: 24px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .account-card.fix {
        background-color: transparent;
    }

    .schedule-btn-box {
        text-align: left;
        padding: 0 0 24px 0;
    }

    .schedule-btn-box.fix {
        justify-content: center;
    }

    .tag {
        line-height: 26px;
    }

    .table-btn {
        font-size: 18px;
        line-height: 24px;
    }

    .transfer-btn {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        height: 40px;
        width: 160px;
    }

    .notify-btn-box {
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .notify-tab {
        width: calc(100% + 32px);
        display: flex;
        padding: 0;
        margin: 12px -16px;
        order: 3;
    }

    .notify-tab li {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .notify-tab li a {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        line-height: 22px;
        padding: 0 8px 10px 8px;
    }

    .num-msg {
        padding: 0 6px;
        margin-left: 4px;
    }

    .dot {
        width: 6px;
        height: 6px;
        margin-left: 4px;
    }

    .form-card {
        border-radius: 8px;
    }

    .form-card.fix-1 {
        padding: 20px 16px;
    }

    .td-left {
        padding-right: 6px;
    }

    .td-pic {
        width: 64px;
    }

    .td-pic img {
        width: 64px;
    }

    .notify-detail h3 {
        font-size: 18px;
    }

    .gear-set {
        font-size: 24px;
    }

    .account-info-num.fix {
        flex-direction: column;
        align-items: start;
    }

    .download-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .download-right .btn:nth-child(1) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .download-right .btn:nth-child(2) {
        margin-left: 0;
    }

    .keyboard li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .num-delete {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .multiple-head {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .multiple-head .h3 {
        margin-bottom: 16px;
    }

    .multiple-btn-box {
        width: 100%;
        display: flex;
    }

    .explain-left.fix {
        flex-direction: column;
        padding: 20px 0;
    }

    .explain-left.fix .explain-text.fix {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        text-align: center;
    }

    .verify-group {
        flex-wrap: wrap;
    }

    .verify-text {
        width: 53px;
    }

    .verify-group .input-col-fix {
        width: calc(100% - 53px);
    }

    .verify-group .input-col-code {
        margin-top: 12px;
    }

}