* {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #EFF1F5;
    padding-right: 0 !important;
}
input::-ms-reveal,input::-ms-clear {
    display: none;
}

@media print{
    @page { 
        size: auto;
        margin: 20mm 0 10mm 0;
    }
    body {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    main {
        padding:0 !important;
    }
    .main-container {
        width: calc(100% - 60px);
    }
    header,footer{
       display: none;
    }
    .top-info-box,#print{
        display: none !important;
     }
  }
  .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;
    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;
}

.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;
}

.fail-text {
    margin: 16px 0 40px 0;
    text-align: center;
}

.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;
}

.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 .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;
}

.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;
}

.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-input {
    position: relative;
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
}

.form-label.fix-2 {
    width: 90px;
}

.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: 176px;
}

.filter-date label {
    color: #1C1917;
    font-size: 16px;
    font-weight: 500;
    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: 9px;
    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: 6px 8px 6px 8px;
}

.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;
}

.tr-effect td {
    padding: 10px 8px;
    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;
}
td.d-none {
    display: block !important;
}
@media (max-width: 1380px) {
    .account-items {
        overflow: auto;
    }
    .account-item-left {
        max-width: 260px;
    }
}

@media (max-width: 1260px) {
    .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: fixed;
        width: 100%;
        align-items: center;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;
        top: 55px;
        left: 0;
        height: calc(100dvh - 55px);
        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;
    }

    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;
    }
}
