.main-wrap #container {min-height: 100vh; padding-bottom: 76px; background: linear-gradient(180deg, #fff 27.26%, #f4f5f6 49.96%);}
.main-wrap .main-header {display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 52px; padding: 12px 21px; background: #ffd338;}
.main-wrap .main-content {min-height: 100vh; padding: 0 21px 100px !important;}
.main-wrap.mobile-web .main-content {padding: 0 21px 0 !important;}
.main-wrap .main-content .ongoing span {display: none}
.main-header .user-name {align-self: flex-end; font-size: 1.125rem; font-weight: 700; line-height: 1.625rem; text-decoration: underline;}
.main-header .txt-chatbot {font-size: 0.938rem; font-weight: 700}
.main-header .link-alarm {width: 20px; height: 20px; background: url('../images_kiwi/icon/Alram_28.svg') no-repeat; background-size: contain;}
.main-header .btn-nav {width: 20px; height: 20px; background: url('../images_kiwi/icon/ico_nav_menu.svg') no-repeat; background-size: contain;}
.main-header .form-toggle {margin-left: auto;}
.main-header .form-toggle>label {flex: none; width: 58px !important; height: 24px; padding: 0 6px 0 6px; transition: all .5s;}
.main-header .form-toggle>label .txt-label {padding-left: 20px; transition: all .5s;}
.main-header .form-toggle>input:checked + label:before {left: 36px !important}
.main-header .form-toggle>input:checked + label .txt-label {padding-left: 0}

.account-transfer {position: relative; margin: 0 -21px; padding: 0 21px 8px; background: #ffd338;}
.account-transfer .transfer-info {display: flex; gap: 12px; width: 100%; padding: 16px 18px; border-radius: 16px; border: 1px solid #fff; background-color: rgba(255, 253, 245, 1);}
@supports (backdrop-filter: blur(25px)) {
    .account-transfer .transfer-info {
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(25px);
    }
}
.account-transfer .transfer-info .text-13 {display: block; width: 100%;}
.account-transfer .transfer-info .num {font-size: 0.875rem}
.account-transfer .transfer-info .btn-send {padding-right: 16px; background: url(../images_kiwi/icon/btn_arr_r.svg) no-repeat right center; background-size: 12px}
.account-transfer .transfer-info .btn-close,
.marketing-banner .banner-txt .btn-close {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); flex: none; width: 30px; height: 30px; margin-left: auto; background: #141414; -webkit-mask-image: url('../images_kiwi/icon/btn_layer_close.svg'); mask-image: url('../images_kiwi/icon/btn_layer_close.svg'); mask-repeat: no-repeat; mask-size: 20px; mask-position: center; fill: none;}

.user-message {position: relative; display: flex; flex-direction: column; gap: 6px; justify-content: center; margin: 0 -21px; padding:0 123px 0 21px/*padding: 22px 120px 24px 21px;*/;background: #ffd338; min-height: 102px;box-sizing:border-box}
.user-message .message-tit {font-size: 1.25rem; line-height: 1.75rem;}
.user-message .message-txt {font-size: 1rem; line-height: 1.5rem;}    
.user-message .message-img {position: absolute; right: 21px; top: 0; width: 102px; height: 122px}
.user-message .message-img2 {position: absolute; right: 30px; bottom: -29px; width: 89px; height: 139px}
.user-message > a {align-self: flex-start; padding-right: 24px; background: url('../images_kiwi/icon/btn_arr_r.svg') no-repeat right 1px; background-size: 20px;}

.marketing-banner {display: flex; flex-direction: column; gap: 8px; margin: 0 -21px;  padding: 0 21px 0; background: #ffd338}
.marketing-banner > a {display: block; width: 100%; padding: 16px 18px; border-radius: 16px; border: 1px solid #fff; background-color: rgba(255, 255, 255, 0.6); backdrop-filter: blur(25px);}
.marketing-banner .banner-txt {position: relative; display: flex; align-items: center; gap: 10px; padding: 0; font-size: 1rem; color: #141414; line-height: 1.5rem;}
.marketing-banner .banner-txt > a {display: flex; align-items: center; gap: 10px; width: 100%; padding: 16px 46px 16px 18px; border-radius: 16px; border: 1px solid #fff; background-color: rgba(255, 255, 255, 1);}
.marketing-banner .banner-txt > a i {flex-shrink: 0;}
@supports (backdrop-filter: blur(25px)) {
    .marketing-banner .banner-txt > a {
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(25px);
    }
}
.marketing-banner .banner-txt::before {display: none;}
.marketing-banner .banner-txt [class*='ico-'] {width: 20px; height: 20px; background-size: contain;}
.marketing-banner .banner-txt .ico-discount {background: url('../images_kiwi/main/ico_discount.svg') no-repeat; background-size: 20px;}
.marketing-banner .banner-txt .ico-point {background: url('../images_kiwi/main/ico_point.svg') no-repeat; background-size: 20px;}
.marketing-banner .banner-txt .ico-coupon {background: url('../images_kiwi/main/ico_coupon.svg') no-repeat; background-size: 20px;}
/*.marketing-banner .banner-txt .btn-close {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); flex: none; width: 30px; height: 30px; margin-left: auto; background: #141414; -webkit-mask-image: url('../images_kiwi/icon/btn_layer_close.svg'); mask-image: url('../images_kiwi/icon/btn_layer_close.svg'); mask-repeat: no-repeat; mask-size: 20px; mask-position: center; fill: none;}*/
.marketing-banner .banner-txt .ongoing svg {vertical-align: middle;}
.marketing-banner .banner-txt:last-child {margin-bottom: 8px;}

[class*="-accounts"] {position: relative; margin: 0 -21px 36px;}
[class*="-accounts"]::before {position: absolute; top: 0; left: 0; width: 100%; height: 140px; content: ''; border-radius: 0 0 30px 30px; background: #ffd338;}
[class*="-accounts"] .user-account-swiper {padding-bottom: 24px; overflow: hidden;}
[class*="-accounts"] .user-account-swiper .swiper-slide {/*width: calc(100% - 42px);*/ padding-left: 21px; padding-right: 21px;}
[class*="-accounts"] .user-account-swiper .swiper-pagination {bottom: 0;}
[class*="-accounts"] .user-account-swiper .swiper-notification {position: absolute;}
[class*="-accounts"] .user-account-swiper .account-view {position: absolute; left: 50%; bottom: 0; display: flex; z-index: 3; transform: translateX(-50%);}
[class*="-accounts"] .user-account-swiper .account-view .btn-link {padding: 2px 8px 0; font-size: 0.813rem;}
[class*="-accounts"] .user-account-swiper .account-view .btn-link span {margin: 0; border: none;}
[class*="-accounts"] .user-account-swiper .account-view .btn-link + .btn-link {margin-left: 1px;}
[class*="-accounts"] .user-account-swiper .account-view .btn-link + .btn-link::before {position: absolute; left: -1px; top: 50%; height: 10px; margin: -6px 0 0; background-color: #b8b8b8;}
[class*="-accounts"] .account-panel {width: 100%; padding: 20px 20px; border-radius: 20px; border: 1px solid #fff; background: rgba(255,253,245, 1); box-shadow: 0 -4px 10px 0 rgba(255,255,255, 0.5) inset, 0 5px 10px rgba(0,0,0, 0.1);}
@supports (backdrop-filter: blur(25px)) {
    [class*="-accounts"] .account-panel {
        background: linear-gradient(180deg, rgba(255,255,255, 0.6) 50%, rgba(234,234,242, 0.6) 100%); 
        backdrop-filter: blur(25px);
    }
}
[class*="-accounts"] .account-panel .form-toggle {width: 84px}
[class*="-accounts"] .account-panel .form-toggle>label {width: 100%; padding: 1px;}
[class*="-accounts"] .account-panel .form-toggle>label .txt-label {padding-left: 26px; color: #666; transition: all .5s;}
[class*="-accounts"] .account-panel .form-toggle>input:checked + label:before {left: 62px}
[class*="-accounts"] .account-panel .form-toggle>input:checked + label .txt-label {padding-left: 8px;}
[class*="-accounts"] > .account-panel {position: relative; width: calc(100% - 42px); margin: 0 auto;}
[class*="-accounts"] .user-account-swiper.no-swiper {margin-bottom: -24px; padding: 0 0 22px;}
[class*="-accounts"] .user-account-swiper.no-swiper .swiper-slide {width: 100%} 
.main-content .no-accounts {margin-bottom: 36px;}
.main-content .no-accounts + .account-btn-area {margin-top: -40px;}
.main-content .user-accounts + .account-btn-area {margin-top: -20px;}

.account-btn-area {display: flex; margin: 15px 0 23px; justify-content: center;}
.account-btn-area > * {padding: 5px 10px; font-size: 0.875rem;}
.account-btn-area button > * {margin: 0; border: none;}
.account-btn-area .btn-link + .btn-link {margin-left: 1px;}
.account-btn-area .btn-link + .btn-link::before {position: absolute; left: -1px; top: 50%; height: 10px; margin: -5px 0 0; background-color: #b8b8b8;}

.no-accounts .account-panel .account-item {gap: 11px; padding-top: 0}
.no-accounts .account-panel .account-item .account-info {padding-bottom: 25px}
.user-account-swiper .account-panel .account-item .account-info .account-img {position: absolute; right: 0; bottom: 0; width: 73px; height: 73px;}

.main-wrap .form-toggle {display: flex; align-items: center; gap: 4px; width: auto; height: 24px;}
.main-wrap .form-toggle>label {flex: none; width: 42px; height: 24px; background: #fff;}
.main-wrap .form-toggle>label:before {width: 20px; height: 20px; background: #dbe2f3; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08)}
.main-wrap .form-toggle>input:checked + label:before {left: 20px; background: #ffd338;}
.main-wrap .form-toggle>input:checked + label {background: #fff;}

.account-panel .account-header {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(20,20,20, .2)}
.account-panel .account-header .user-assets .num {font-size: 1rem; font-weight: 700;}
.account-panel .account-body .account-item {display: flex; flex-direction: column; gap: 16px; /*padding-top: 17px;*/}
.account-panel .account-body .account-item .account-loading {min-height: 172px; margin-top: 0; padding: 40px 20px; border-top: 0; text-align: center;}
.account-loading .ongoing {display: inline; margin: 0;text-align: center;}
.account-loading .ongoing svg {max-width: 40px;}
.account-loading .ongoing span {display: none;}
/* .account-panel .account-body .account-item .account-loading .ongoing {justify-content: center; gap: 8px; margin-bottom: 20px;}
.account-panel .account-body .account-item .account-loading .ongoing span {width: 8px; height: 8px; animation: wave2 1.5s infinite;}
.account-panel .account-body .account-item .account-loading .ongoing span:nth-child(1) {animation-delay: 0s;}
.account-panel .account-body .account-item .account-loading .ongoing span:nth-child(2) {animation-delay: 0.4s;}
.account-panel .account-body .account-item .account-loading .ongoing span:nth-child(3) {animation-delay: 0.8s;} */
.account-panel .account-body .account-bx {display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 10px 16px; border-radius: 8px; background: #e6e6e6;}
.account-panel .account-body .account-bx > a {font-size: 0.75rem; color: #666; font-weight: 300;}
.account-panel .account-body .account-view {margin-top: 6px; text-align: center}
.account-panel .account-body .account-view .link-arrow {float: none; padding: 0 18px 0 0; background-size: 16px 16px;}
.account-panel .account-body .account-view .link-arrow > span {text-decoration: underline;}
.account-panel .account-item .account-info {position: relative; display: flex; align-items: flex-start; gap: 10px; min-height: 70px}
.account-panel .account-item .account-info:has(.account-img) {min-height: 114px;}
.account-panel .account-item .account-info .bank-logo {flex: none; width: 32px; height: 32px;}
.account-panel .account-item .account-info .bank-logo ~ .bank-name {padding-right: 45px;}
.account-panel .account-item .account-info .bank-name {display: flex; flex-direction: column; width: 100%; padding-right: 80px; text-align: left;}
.account-panel .account-item .account-info .bank-name .txt-label {margin-bottom: 8px; text-align: left}
.account-panel .account-item .account-info .bank-name button.txt-label {align-self: flex-start; margin-bottom: 2px; font-size: 1rem;}
.account-panel .account-item .account-info .bank-name .text-20 {line-height: 1.75rem}
.account-panel .account-item .account-info .bank-name .txt-num {display: flex; align-items: center; align-self: flex-start; gap: 6px; font-size: 0.75rem; /*opacity: .6;*/ line-height: 0.875rem; text-align: left}
.account-panel .account-item .account-info .bank-name .txt-num .ico-copy {width: 11px; height: 14px; background: url(../images_kiwi/main/ico_copy3.svg) no-repeat 0 0; background-size: contain;}
.account-panel .account-item .account-info .bank-name .txt-copy {color: #06f; font-weight: 500;}
.account-panel .account-item .account-info .btn-more {position: absolute; right: 0; top: 0;}
.account-panel .account-item .account-balance {display: flex; justify-content: flex-end; align-items: center; font-size: 1.25rem; text-align: right;}
.account-panel .account-item .account-balance .txt-sum {display: flex; justify-content: flex-end; align-items: center; width: 100%;}
.account-panel .account-item .account-balance .num {font-size: 1.5rem; line-height: 1.938rem; font-weight: 700;}
.account-panel .account-item .account-balance .ico-refresh {flex: none; margin-left: 8px;}
.account-panel .account-item .account-balance .ico-refresh.reload {animation: rotate-animation 1s infinite linear}
.account-interest {display: flex; justify-content: space-between; align-items: center; padding: 8px 8px 8px 12px; border-radius: 999px; border: 1px solid #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 50%, rgba(234, 234, 242, 0.60) 100%); box-shadow: 0 2px 4px 0 rgba(0,0,0, 0.08)}
.account-interest .txt-sum {position: relative; padding-left: 28px; font-size: 1rem; line-height: 24px;}
.account-interest .txt-sum svg{width: 40px !important; height: 40px !important; position: absolute; top: -8px; left: -11px;}
/* .account-panel .account-item .account-interest .txt-sum::before {display: inline-block; content: ''; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 100%; background: #ffd338;} */
.account-interest .txt-sum .num {font-size: 1.125rem; line-height: 24px;}
.account-interest .txt-sum.btn-text-arr{font-size: 0.875rem;width: 100%; text-align: left; background: url('../images_kiwi/icon/btn_arr_gray.svg')no-repeat right 50%; display: block;}
.account-interest .btn-interest {padding: 2px 10px; border-radius: 999px; background: #7f8ba8; font-size: 0.75rem; font-weight: 500; color: #fff; line-height: 1.25rem}
.account-interest + .account-item{margin-top: 20px;}
.account-panel .account-item .contents-btns {padding: 0;}
.account-panel .account-item .contents-btns >*:only-child {width: 100%}
.account-panel .account-item-lists {position: relative; margin-top: 17px; padding-top: 17px; border-top: 1px solid rgba(17,17,17, .2)}
.account-panel .account-item-lists > div:first-child {padding-top: 10px}
.account-panel .account-item-lists .account-item {padding: 10px 0;}
.account-panel .account-item-lists .account-item .account-info {min-height: auto;}
.account-panel .account-item-lists .account-item .account-info .bank-logo {width: 24px; height: 24px;}
.account-panel .account-item-lists .account-item .account-info .bank-name {padding-right: 0}
.account-panel .account-item-lists .account-item .account-info .bank-name .txt-label {margin-bottom: 2px; font-size: 0.75rem; color: #858585}
.account-panel .account-item-lists .account-item .account-info .bank-btns {display: flex; gap: 4px; flex: none; margin-left: auto; padding: 0}
.account-panel .account-item-lists .account-item .account-info .btn-md2-func1 {flex: none; width: auto; max-width: 115px; height: auto; margin-left: auto; padding: 4px 8px; border-radius: 6px; background: #e2e5eb; color: #687289; text-align: left; word-break: break-all;}
.account-panel .account-item-lists .account-item .account-balance {justify-content: flex-start; font-size: 0.875rem; text-align: left;}
.account-panel .account-item-lists .account-item .account-balance .num {font-size: 1rem; line-height: 1;}
.account-panel .account-item-lists .account-item .account-balance .txt-sum {justify-content: flex-start;}
.account-panel .account-item-lists .account-item .account-balance .number-rolling .num {width: 0.65rem;}
.account-panel .account-loading {margin-top: 17px; padding-top: 17px; border-top: 1px solid rgba(17, 17, 17, .2);}
.account-panel .account-loading .inner {display: flex; flex-direction: column; justify-content: center; width: 278px; height: 180px; padding: 40px 20px; background: url('../images_kiwi/main/img_loading_accounts.png') no-repeat; background-size: 278px 180px; text-align: center}

@keyframes rotate-animation {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

.join-continue {position: relative; margin-bottom: 36px;}
.join-continue::before {position: absolute; bottom: -6px; left: 50%; z-index: 3; transform: translateX(-50%); width: calc(100% - 20px); content: ''; height: 82px; border-radius: 20px; background: #e8e8e8;}
.join-continue::after {position: absolute; bottom: -12px; left: 50%; z-index: 2; transform: translateX(-50%); width: calc(100% - 50px); content: ''; height: 82px; border-radius: 20px; background: #dbdbdb;}
.join-continue > a {position: relative; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 18px; border-radius: 20px; background: #fff; backdrop-filter: blur(25px)}
.join-continue > a::after {flex: none; width: 20px; height: 20px; content: ''; margin-left: auto; background: url('../images_kiwi/icon/btn_arr_r.svg') no-repeat right center; background-size: 20px;}
.join-continue .ico-logo {width: 32px; height: 32px;}
.join-continue .txt-label {margin-bottom: 4px; font-size: 1rem;}

.banking-service {display: flex; justify-content: space-between; gap: 10px;}
.banking-service > a {position: relative; display: flex; flex-direction: column; gap: 6px; width: 50%; padding: 20px; border-radius: 20px; background: #fff;}
.banking-service > a:only-child {width: 100%; padding: 16px 20px}
.banking-service .txt-label {font-size: 1rem; line-height: 1.5rem;}
.banking-service .txt-shortcut {display: flex; align-items: center; gap: 2px; color: #666;}
.banking-service .txt-shortcut::after {display: inline-block; width: 16px; height: 16px; content: ''; background: #666; -webkit-mask-image: url('../images_kiwi/icon/btn_arr_r.svg'); mask-image: url('../images_kiwi/icon/btn_arr_r.svg');  mask-repeat: no-repeat; mask-size: cover; fill: none; }
.banking-service .ico-img {position: absolute; right: 9px; bottom: 13px; width: 40px; height: 40px;}

.banking-rnd > a {position: relative; z-index: 5; display: flex; flex-direction: column; gap: 4px; padding: 16px 40px 16px 20px; border-radius: 20px; background: #fff; /*backdrop-filter: blur(25px);*/ text-align: left !important;}
.banking-rnd > a::after {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 20px; height: 20px; content: ''; background: url('../images_kiwi/icon/btn_arr_r.svg') no-repeat right center; background-size: 20px;}
.banking-rnd .meeting-account {flex-direction: row; align-items: center;}
.banking-rnd .ongoing {flex: none; align-items: flex-start; width: 20px;}
.banking-rnd .ongoing span {background: linear-gradient(204deg, #58b6ff 4.96%, #4f7cff 67.47%);}
.banking-rnd .ongoing svg {height: auto !important;}
.banking-rnd .txt-label em {color: #ca6512; font-weight: 700;}
.banking-rnd .txt-sum {font-size: 0.813rem; font-weight: 300;}
.banking-rnd .txt-sum .num {font-size: 1.125rem; font-weight: 700;}
.banking-rnd .ico-img {width: 40px; height: 40px;}
.banking-rnd .ico-img2 {width: 16px; height: 16px;}
.banking-rnd .ico-img2 img {vertical-align:initial}
.banking-rnd .meeting-account .ico-img {width: 48px; height: 48px;}
.banking-rnd .join-continue-item {position: relative; z-index: 5; display: flex; flex-direction: column; gap: 4px; padding: 0; border-radius: 20px; background: #fff; /*backdrop-filter: blur(25px);*/ text-align: left !important;}
.banking-rnd .join-continue-item .remaining-time {top: -13px; right: 0;}
.banking-rnd .join-continue-item .join-name {margin-bottom: 0;}
.banking-rnd .join-continue-item .join-feature {justify-content: center; gap: 0; padding: 16px 0;}
.banking-rnd .join-continue-item .join-feature .txt-item {position: relative; padding: 0 5px; text-align: center;}
.banking-rnd .join-continue-item .join-feature .txt-item::after {position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ''; width: 1px; height: 14px; background: #e2e5eb;}
.banking-rnd .join-continue-item .join-feature span:last-child:after {display: none;}
.banking-rnd .join-continue-item .join-feature .num {font-size: 1rem; color: #ca6512; font-weight: 500;}
.banking-rnd .join-continue-item hr {border-top-color: #ebebeb; margin: 0}
.banking-rnd .join-continue-item > a {position: relative; padding: 20px;}
.banking-rnd .join-continue-item > a::after {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 20px; height: 20px; content: ''; background: url('../images_kiwi/icon/btn_arr_r.svg') no-repeat right center; background-size: 20px;}


.promotion-swiper {margin: 0 -21px 24px; padding-bottom: 22px; overflow: hidden;}
.promotion-swiper .swiper-slide {/*width: calc(100% - 42px);*/ padding-left: 21px; padding-right: 21px;}
.promotion-swiper .swiper-pagination {bottom: 16px;}
.promotion-swiper.no-swiper {padding: 0 21px;}
.promotion-swiper.no-swiper .swiper-slide {width: 100%}

.promotion-banner > a {position: relative; display: flex; flex-direction: column; padding: 26px 20px; border-radius: 20px; background: #d9ccbf; min-height: 140px; padding-right: 95px; overflow: hidden;}
.promotion-banner .txt-type {margin-bottom: 8px; font-size: 1rem; font-weight: 500;}
.promotion-banner .txt-tit {font-size: 1.125rem; font-weight: 300;}
.promotion-banner .txt-date {font-size: 0.75rem; font-weight: 700;}
.promotion-banner .img {position: absolute; right: -2px; top: 0; width: 102px; height: 140px;}
.promotion-banner .img img {width: 100%; height: 100%;}

.toast-transfer {
    font-size: 0.938rem;
    color: #fff;
    white-space: nowrap;
}

.shortcut-area {display: flex; align-items: center; gap: 8px}
.shortcut-area > a {display: flex; flex-direction: column; align-items: center; gap: 11px; width: 33.333%; padding: 16px 0; border-radius: 12px; border: 1px solid #e7e2e2; background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #f4f4f6 100%); box-shadow: 0 -4px 10px 0 rgba(255,255,255,0.5) inset, 0 4px 4px 0 rgba(233,233,233,0.5); text-align: center;}
.shortcut-area .btn-more {flex: none; width: 36px; height: 36px; margin-left: 4px; border-radius: 100%; border: 1px solid #dcdcdc; background: #fff url(../images_kiwi/icon/ico_filter2.svg) no-repeat; background-size: 20px;; background-position: center;}
.shortcut-area .ico-img {width: 40px; height: 40px;}

.home-btn {display: flex; justify-content: center; margin-top: 24px;}
.home-btn .btn-edit {padding: 8px 16px; border-radius: 20px; background: #e0dedc; font-size: 0.75rem; color: rgba(20,20,20,0.6); font-weight: 300; line-height: 0.938rem}
.home-btn .ico-plus2 {
	background: #141414;
	-webkit-mask-image: url('./images_kiwi/icon/ico_plus_16.svg');
	mask-image: url('../images_kiwi/icon/ico_plus_16.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
	fill: none;
}

/* 비 로그인 */
.logged-out .main-header .user-name {text-decoration: none;}

/* 모바일웹 홈 */
.mobile-web #container, .mobile-web #contents {padding-bottom: 0;}
.mobile-web .main-header .user-name {text-decoration: none;}
.mobile-web .marketing-banner {padding-top: 20px;}
.mobile-web .marketing-banner > .banner-txt a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images_kiwi/icon/btn_arr_r.svg) no-repeat right center;
    background-size: 20px;
}
.mobile-web .marketing-banner .ongoing {
    width: 20px;
    height: 20px;
}
.mobile-web .marketing-banner .ongoing span {background: #4f7cff;}
.mobile-web .banking-accounts::before {height: 172px;}
.mobile-web [class*="-accounts"] .account-panel {padding: 20px;}
.mobile-web .account-panel .account-item {gap: 16px; padding-top: 0;}
.mobile-web .account-panel .account-item .account-info {flex-direction: column; align-items: center; gap: 16px;}
.mobile-web .account-panel .account-item .account-info .bank-name {gap: 8px; padding-right: 0; text-align: center;}
.mobile-web .account-panel .account-item .account-info .bank-name .txt-label {font-size: 0.875rem; text-align: center;}
.mobile-web .account-panel .account-item .account-info .account-img {width: 100px; height: 100px;}
.mobile-web .banking-rnd > a {border: 1px solid #e0e0e0; border-radius: 16px; background: rgba(255, 255, 255, 0.6)}
.mobile-web .banking-rnd .ico-img {width: 36px; height: 36px;}
.mobile-web .banking-rnd .ico-img img {width: 100%; height: 100%;}
.mobile-web .banking-banner {padding: 20px; border-radius: 16px;}
.mobile-web .banking-banner.type1 {background: #ffeda7}
.mobile-web .banking-banner.type2 {background: #cae6ff}
.mobile-web .banking-banner.type3 {background: #c9eac3}
.mobile-web .banking-banner.type4 {background: #d9c5b0}
.mobile-web .banking-banner .btn-md2-func3 {background: #fff;}
.mobile-web .news-banner > a {position: relative; display: block; padding: 10px 48px 10px 16px; border-radius: 8px; background: #e6e6e6}
.mobile-web .news-banner > a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: '';
	background: #999;
    mask-image: url(../images_kiwi/icon/btn_arr_r.svg);
    mask-size: 16px auto;
}

#footer .bottom-sheet .layer-contents {padding-bottom: 0;}
#eventLayer.layer {max-height: calc(100% - 56px); overflow: visible; border-radius: 16px 16px 0 0;}
#eventLayer.layer .layer-header {position: absolute; width: 100%; top: -62px; z-index: 101;}
#eventLayer.layer .layer-header .txt-label {position: absolute; left: 21px; bottom: 12px; font-size: 0.813rem; color: #fff;}
#eventLayer.layer .layer-header .form-check>label {padding-left: 20px}
#eventLayer.layer .layer-header .form-check>label:before {width: 15px; height: 15px; background-size: 15px;}
#eventLayer.layer .layer-header .layer-close {width: 20px; height: 20px; right: 21px; bottom: 12px; background: #fff;; mask-image: url(../images_kiwi/icon/btn_layer_close.svg); mask-size: 20px auto;}
#eventLayer.layer .layer-contents {margin-top: 0; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 56px}
#eventLayer.layer .layer-contents:not(:has(+ .layer-btns)) {padding-bottom: 0}
#eventLayer.layer .event-swiper {border-radius: 16px 16px 0 0; overflow: hidden;}
#eventLayer.layer .event-swiper a {display: block;}
#eventLayer.layer .event-swiper a > img {width: 100%;}
#eventLayer.layer .event-swiper .swiper-notification {display: none;}
#eventLayer.layer .event-swiper .swiper-pagination {display: flex; align-items: end; gap: 2px; position:absolute; top: 16px; left: unset; right: 21px; width: auto; height: 22px; padding: 0 10px; border-radius: 999px; background: rgba(20,20,20,0.60); font-size: 0.75rem; color: #b8b8b8; font-weight: 400;}
#eventLayer.layer .event-swiper .swiper-pagination .swiper-pagination-current {color: #fff; font-weight: 700;}
#eventLayer .msg-container {height: 100%; padding: 39px 21px; background: #ffefb9;}
#eventLayer .video-container {position: relative; display: flex; align-items: center; width: 100%; height: auto; padding: 79px 0; background: #141414;}
#eventLayer .video-container iframe {position: relative; z-index: 0; opacity: 0; display: block; width: 100%; height:202px; transition: opacity 0.5s ease-in-out;}
#eventLayer .video-container .thumbnail-img {position: absolute; left: 0; top: 79px; bottom: 79px; z-index: 1; width: 100%; height: 202px; object-fit: cover;}
#eventLayer .video-container .btn-play {position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); width: 40px; height: 40px; background: url('../images_kiwi/main/icon-play.svg') no-repeat; background-size: 40px;}
#eventLayer .video-container .btn-pause {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: url('../images_kiwi/main/icon-pause.svg') no-repeat; background-size: 40px;}
#eventLayer .video-container.active .thumbnail-img, #eventLayer .video-container.active .btn-play {opacity: 0; pointer-events: none;}
#eventLayer .video-container.active iframe {z-index: 3; opacity: 1;}

/* 간편모드 */
.simple-mode .marketing-banner {padding-top: 12px;}
.simple-mode .marketing-banner .link-arrow {background-position: 95% center; background-size: 20px 20px;}
.simple-mode .marketing-banner .banner-txt [class*='ico-'] {flex: none; width: 32px; height: 32px;}
.simple-mode .marketing-banner .banner-txt .txt-sub {font-weight: 300;}
.simple-mode .user-accounts .user-account-swiper .account-panel {padding-bottom: 20px;}
.simple-mode .account-panel .account-body .account-item {padding-top: 0;}
.simple-mode .banking-service {flex-direction: column; gap: 8px;}
.simple-mode .banking-service + .banking-service {margin-bottom: 24px;}
.simple-mode .banking-rnd .panel {position: relative; width: 100%; border: 1px solid #e7e2e2; box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px 0 rgba(233, 233, 224, 0.5); background: linear-gradient(182deg, rgba(255,255,255, 0.5) 0%, #f4f4f6 100%)}
.simple-mode .banking-service .panel {position: relative; width: 100%; margin-top: 0; border-radius: 16px; border: 1px solid #e7e2e2; box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px 0 rgba(233, 233, 224, 0.5); background: linear-gradient(182deg, rgba(255,255,255, 0.5) 0%, #f4f4f6 100%)}
.simple-mode .banking-service .panel > a {display: flex; align-items: center; gap: 10px}
.simple-mode .banking-service .panel > a::after {flex: none; width: 20px; height: 20px; content: ''; margin-left: auto; background: url('../images_kiwi/icon/btn_arr_r.svg') no-repeat right center; background-size: 20px;}
.simple-mode .banking-service .panel .ico-img {position: static; width: 38px; height: 38px;}
.simple-mode .banking-service .txt-label {font-size: 1.125rem;}
.simple-mode .ongoing span {background: linear-gradient(204deg, #58b6ff 4.96%, #4f7cff 67.47%)}
.simple-mode .home-btn .btn-link {font-size: 1rem;}

/* 통장보기 선택 */
.view-mode {height: 100vh}
.view-mode #container, .view-mode #contents {display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;}
.view-mode .main-content {width: 100%; padding: 0 21px; background: #f4f5f6;}
.view-mode h1 {margin-bottom: 43px; font-size: 1.5rem; font-weight: 500; line-height: 2rem; text-align: center}
.view-mode .view-img {width: 228px; height: 140px; margin-bottom: 15px;}
.view-mode .view-option {display: flex; justify-content: space-between; gap: 10px; width: 100%;}
.view-mode .view-option > a {display: block; width: 50%}
.view-mode .view-option .panel {position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; justify-content: center; width: 100%; padding: 30px 20px 20px; border: 1px solid #e7e2e2; box-shadow: 0 -4px 10px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px 0 rgba(233, 233, 224, 0.5); background: linear-gradient(182deg, rgba(255,255,255, 0.5) 0%, #f4f4f6 100%)}
.view-mode .view-option .panel .mode-img {display: flex; justify-content: center; align-items: center; width: 100px; height: 77px}
.view-mode .view-option .panel .mode-img img {display: none;}
.view-mode .view-option .panel .contents-btns {padding: 0}
.view-mode .view-option .panel .contents-btns [class^="btn-"] {display: flex; align-items: center; width: 100%;}

/* 편집 */
.main-modify{margin-top: 20px;}
.main-modify p.text{font-size: 1rem;}
.main-modify .form-check-group .form-check.type2>input[type="checkbox"] +label::before {top: 50%; transform: translateY(-50%); margin-top: 0}
.main-modify .form-toggle {margin-left: auto; width: auto;}
.main-modify .form-toggle>label {flex: none; width: 86px !important; height: 24px; padding: 0 8px 0 8px; letter-spacing: -0.5px; transition: all .5s; background: #f0f0f0; color: #666; font-size: 0.875rem; font-weight: 300; line-height: 1.5rem;}
.main-modify .form-toggle>label .txt-label {padding-left: 20px; transition: all .5s;}
.main-modify .form-toggle>input:checked + label:before {left: 64px !important; background: #fff;}
.main-modify .form-toggle>input:checked + label .txt-label {padding-left: 3px;}
.main-modify .form-toggle>input:checked + label {background: #ffcc00; text-align: left}
.main-modify .form-toggle>label:before {width: 20px; height: 20px; background: rgba(255, 255, 255, 1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);}
.main-modify [class*="-items"]{display: flex; flex-direction: column; min-height: 90px;}
.main-modify [class*="-items"] .handler, 
.main-modify [class*="-items"] .sub-handler {position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: url(../images_kiwi/icon/ico_move.svg) no-repeat ; background-position: right 21px center;}
.main-modify [class*="-items"] .draggable-item, 
.main-modify [class*="-items"] .dropped-item 
{position: relative; padding: 20px; background: #fff; border: 1px solid #dcdcdc; border-radius: 12px; margin: 0; box-shadow: 0 0 2px 0 rgba(20,20,20,0.08), 0 2px 8px 0 rgba(20,20,20,0.10);}
.main-modify [class*="-items"] .draggable-item,
.main-modify [class*="-items"] .dropped-item
{display: flex; flex-direction: column; gap: 8px; width: 100%;}
.main-modify [class*="-items"] .draggable-item.ui-draggable {z-index: 4 !important}
.main-modify [class*="-items"] .toggle-balance{position: absolute; right: 54px; top: 50%; transform: translateY(-50%); font-weight: 700; margin-left: auto; font-size: 0.8125rem; line-height: 1rem; letter-spacing: -0.5px; width: 24px;}
.main-modify [class*="-items"] .accout-info{display: flex; gap: 12px; width: calc(100% - 32px); justify-content: flex-start; align-items: center;}
[class*="-items"] .accout-name{font-size: 0.8125rem; line-height: 1.5; margin-top: 0px;display: flex; flex-direction: column;}
[class*="-items"] .amount{margin-top: 3px;font-size: 0.8125rem; line-height: 1.5;}
[class*="-items"] .amount .num{font-size: 1rem; line-height: 1.5; }
[class*="-items"] .amount .hidden{font-size: 1rem; line-height: 1.5; font-weight: 500; }
.draggable2-items{padding: 40px 20px; display: flex; align-items: flex-start; align-content: flex-start; flex-direction: column; width: 100%;  border: 1px dashed #141414; border-radius: 12px;}
.draggable2-items .text{display: flex; align-items: center;  justify-content: center; width: 100%; text-align: center;}
.draggable-area{position: relative;}
.draggable-area.hidden {overflow: hidden;}
.main-modify [class*="-items"] .dropped-item .accout-info .toggle-balance{pointer-events: none; visibility: hidden;}
.main-modify .draggable2-items .dropped-item + .dropped-item{margin-top: 8px !important;}
.main-modify .draggable2-items .dropped-item.ui-draggable-dragging {z-index: 4}
.main-modify .draggable-items {position: relative;}
.main-modify .draggable-items .draggable-item{margin-top: 8px;}
.main-modify .draggable-items .draggable-item.ui-draggable-dragging {z-index: 4}
.main-modify [class*="-items"] .accout-info .accout-name span{padding-right: 40px;}


.floating-auth-btn {position: fixed; right: 21px; bottom: 100px; z-index: 5;}
.floating-auth-btn > button { display: inline-flex; justify-content: center; width: 72px; height: 72px; border-radius: 999px; padding-top: 37px; background: #5e4825 url('../images_kiwi/icon/ico_honey.svg') no-repeat center 7px; background-size: 28px; box-shadow:  0 -0 2px 0 rgba(20,20,20, 0.2) inset, 0 8px 16px rgba(20,20,20, 0.16); font-size: 0.688rem; color: #fff; font-weight: 700; line-height: 0.875rem; text-align: center}

@keyframes wave2 {
	0%, 60%, 100% {
		transform: translateY(0);
		opacity: 0.6;
	}
	30% {
		transform: translateY(-6px);
		opacity: 1;
	}
}