@charset "utf-8";

#body {
    background-color: #fff;
    transition: all 0.4s;
    color: #121212;
}

.modal-item > .dim {
    pointer-events: none;
}

.page-join .list-easyjoin {
    display: flex;
    justify-content: space-evenly
}

.page-join .list-easyjoin::after {
    display: none;
}
.page-join .list-easyjoin .item [data-join]::after {
    content: "";
    position: absolute;
    display: inline-block;    
    left: 50%;
    bottom: 4px;
    width: 16px;
    height: 16px;
    transform: translateX(-50%) translateY(0);    
    border: 2px solid #868e96;
    border-radius: 24px;
}

.page-join .list-easyjoin .item [data-join].active::before {
    content: "";
    position: absolute;
    display: inline-block;    
    left: 50%;
    top: inherit;
    bottom: 10px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) translateY(0);    
    border-radius: 12px;
    background-color: #1943d4;
}

.page-join .list-easyjoin .item [data-join].active::after {
    border-color: #1943d4;
}

.page-join .list-easyjoin .item [data-join] {
    position: relative;
    width: 48px;
    height: 102px;
    padding: 0;
    padding-top: 48px;
    border-radius: 8px;
    background-size: 48px auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;    
}

.page-join .list-easyjoin .item [data-join=kakao] {
    background-image: url(../../images/join/kakao/icon-app.png);
}
.page-join .list-easyjoin .item [data-join=naver] {
    background-image: url(../../images/join/naver/icon-app.png);
}
.page-join .list-easyjoin .item [data-join=pass] {
    background-image: url(../../images/join/pass/icon-app.png);
}
.page-join .list-easyjoin .item [data-join=toss] {
    background-image: url(../../images/join/toss/icon-app.png);
}
    
.page-join .list-easyjoin .item [data-join] .txt {
    position: absolute;
    display: block;
    top: 52px;
    width: 100%;    
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    line-height: 20px;
}

.page-join .floating-bottom-button,
.contents-account .section-join {
    display: none;
}

.contents-account .section-join.active,
.page-join .floating-bottom-button.active {
    display: block;
}

.section-join {
    border-top: 12px solid #f1f2f4;
}

.label-check-group {
    border-radius: 8px;
    background-color: #f8f9fa;
}

.label-check-group .label-check {
    padding-right: 40px;
}

.modal-headcopy,
.herocopy {
    letter-spacing: -.5px;
}

.timer-wait {
    display: inline-block;
    min-width: 72px;
    margin-top: 8px;
    padding: 0 12px;
    border-radius: 14px;
    background-color: #ffe2f9;
    color: #dd0759;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.bg-auth {
    position: relative;
    width: 280px;
    height: 240px;
    padding: 0;
    margin: 36px auto 0;
    background-size: 280px 240px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;  
}

.bg-auth-kakao {
    background-image: url(../../images/join/kakao/img-auth.png);
}

.bg-auth-naver {
    background-image: url(../../images/join/naver/img-auth.png);
}

.bg-auth-pass {
    background-image: url(../../images/join/pass/img-auth.png);
}

.bg-auth-toss {
    background-image: url(../../images/join/toss/img-auth.png);
}

.auto-comment {
    display: block;
    margin-top: 32px;
    padding: 8px 12px;
    font-size: 14px;
    color: #121212;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}

.auto-comment .icon-question::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;    
    padding-right: 4px;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent; 
    background-image: url(../../images/common/icon-question.png);
    vertical-align: middle;
}

.auto-comment.auto-kakao {
    background-color: #fff48f;
} 

.auto-comment.auto-naver {
    background-color: #d6fbe6;
} 

.auto-comment.auto-toss {
    background-color: #e8f2ff;
} 

.auto-comment.auto-pass {
    background-color: #ffe7e9;
} 

.content-confirm {
    margin-bottom: 100px;
}

.telecom-input {
    position: relative;
    display: none;
    text-align: left;
}

.telecom-input.active {
    display: block;
}

.telecom-input::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 25px;
    display: inline-block;
    padding: 3px;
    border: solid #121212;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: center top;
    z-index: 0;
}


.contents-account .typing-cloud {
    position: absolute;
    padding: 14px;
}

.contents-account .typing {  
    display: inline-block;    
    font-size: 16px;
    word-break: keep-all;
} 

.contents-account .typing-cloud::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f1f2f4;
    transition: all 0.4s;
    border-radius: 8px;
    border-top-left-radius: 0;
    z-index: -1;    
}

.contents-account .typing::after {
    content: "";
    display: inline-block;        
    height: 12px;
    padding-left: 2px;
    animation-name: cursor; 
    animation-duration: 0.3s; 
    animation-iteration-count: infinite; 
}

.icon-noti {
    position: relative;
    padding-left: 20px;
}

.icon-noti::before {
    content: "!";
    position: absolute;
    left: -8px;
    top: 0;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #121212;
    border-radius: 20px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #adb5bd;
    padding: 0 8px;
    font-size: 12px;
}

.type-kylfdi .typing-cloud {
    display: none;
}

.header-wrap .button-home {
    display: none;
}


.article-step1,
.article-step2,
.article-step3 {
 display: none; 
}

.article-step1.active,
.article-step2.active,
.article-step3.active {
 display: block; 
}

.article-step1 .section-progress .bg-images {
  overflow: hidden;
  display: inline-block;
  width: 296px;
  height: 160px;
  margin: auto;
  border-radius: 8px;
  background-image: url(../../images/onboarding/security.gif);
  background-position: left top;
  background-size: contain;
}

.article-step2 .section-progress .bg-images {
  overflow: hidden;
  display: inline-block;
  width: 296px;
  height: 160px;
  margin: auto;
  border-radius: 8px;
  background-image: url(../../images/onboarding/data_processing.gif);
  background-position: left top;
  background-size: contain;
}

.article-step3 .section-progress .bg-images {
  overflow: hidden;
  display: inline-block;
  width: 296px;
  height: 160px;
  margin: auto;
  border-radius: 8px;
  background-image: url(../../images/onboarding/money_received.gif);
  background-position: left top;
  background-size: contain;
}

.section-typing {
    display: none;
}

.section-typing.active {
    display: block;
}

.contents-analyze .typing-cloud {
    position: relative;
    padding: 14px 18px;
}

.contents-analyze .typing {  
    display: inline-block;    
    font-size: 16px;
    word-break: keep-all;
} 

.contents-analyze .typing-cloud::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fafafb;
    transition: all 0.4s;
    border-radius: 8px;
    border-top-left-radius: 0;
    z-index: -1;    
}

.contents-analyze .typing::after {
    content: "";
    display: inline-block;        
    height: 12px;
    padding-left: 2px;
    animation-name: cursor; 
    animation-duration: 0.3s; 
    animation-iteration-count: infinite; 
}

@keyframes cursor{ 
    0% {border-right: 1px solid #fff} 
    50%{border-right: 1px solid #000} 
    100%{border-right: 1px solid #fff} 
}

.timer-wait {
    display: inline-block;
    min-width: 72px;
    margin-top: 8px;
    padding: 0 12px;
    border-radius: 14px;
    background-color: #ffe2f9;
    color: #dd0759;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

[data-ref=confirmTimerModal] .bg-auth {
    position: relative;
    width: 280px;
    height: 240px;
    padding: 0;
    margin: 24px auto 24px;
    background-size: 280px 240px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;  
}

[data-ref=confirmTimerModal] .bg-auth-kakao {
    background-image: url(../../images/join/kakao/img-auth.png);
}

[data-ref=confirmTimerModal] .bg-auth-naver {
    background-image: url(../../images/join/naver/img-auth.png);
}

[data-ref=confirmTimerModal] .bg-auth-pass {
    background-image: url(../../images/join/pass/img-auth.png);
}

.bg-auth-toss {
    background-image: url(../../images/join/toss/img-auth.png);
}

[data-ref=retrtModal] .bg-auth {
    position: relative;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 24px auto;
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;  
}

[data-ref=retrtModal] .bg-auth-kakao {
    background-image: url(../../images/join/kakao/icon-app.png);
}

[data-ref=retrtModal] .bg-auth-naver {
    background-image: url(../../images/join/naver/icon-app.png);
}

[data-ref=retrtModal] .bg-auth-pass {
    background-image: url(../../images/join/pass/icon-app.png);
}

[data-ref=retrtModal] .bg-auth-toss {
    background-image: url(../../images/join/toss/icon-app.png);
}

.auto-comment {
    display: block;
    margin-top: 32px;
    padding: 8px 12px;
    font-size: 14px;
    color: #121212;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
}

.auto-comment .icon-question::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;    
    padding-right: 4px;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent; 
    background-image: url(../../images/common/icon-question.png);
    vertical-align: middle;
}

.auto-comment.auto-kakao {
    background-color: #fff48f;
} 

.auto-comment.auto-naver {
    background-color: #d6fbe6;
} 

.auto-comment.auto-toss {
    background-color: #e8f2ff;
} 

.auto-comment.auto-pass {
    background-color: #ffe7e9;
} 

.content-confirm {
    margin-bottom: 100px;
}

[data-ref=confirmTimerModal] .button-popup-close {
    display: none;
}

[data-ref=retrtModal].modal-item .modal-pannel {
    border-radius: 24px;
}

[data-ref=retrtModal] .noti-copy {
    color: #dd0759;
}

.wrap-connect {
    margin-top: 12px;
    padding: 16px;
    background-color: #f1f2f4;
    border-radius: 16px;  
}

.wrap-connect .icon-noti {
    position: relative;
    padding-left: 20px;
}

.wrap-connect .icon-noti::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url(../../images/common/icon-noti.png);
    background-size: 16px 16px;
    background-position: left 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/* .page-analyze .spinner-wrap.active {
    display: none;
} */

[data-ref=modalSpinner] .bg-modal-spinner {    
    position: relative;
    width: 280px;
    height: 180px;
    margin: 0 auto 64px;    
    background-image: url(../../images/onboarding/bg-modal-spiner.gif);
    background-size: 280px 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

[data-ref=modalSpinner] .bg-modal-spinner strong {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
}

[data-ref=modalSpinner].modal-item .modal-pannel {
    border-radius: 24px;
}

[data-ref=modalSpinner].modal-item.on {
    z-index: 999999;
    pointer-events: none;
}

[data-ref=lendingModal] .modal-body,
[data-ref=lendingModal].modal-item.full .modal-pannel .modal-action.no-boundary {
    background-color: #ebf0ff;
}

[data-ref=lendingModal] .modal-action .button-item {
    background: linear-gradient(90deg, rgba(25, 67, 212, 1) 0%, rgba(108, 68, 255, 1) 100%);
    font-weight: 500;
    border: 0;
}

[data-ref=lendingModal] .modal-action .button-item .txt-label {
    font-size: 14px;
}

[data-ref=lendingModal].modal-item .dim {
    pointer-events: none;
}

[data-ref=lendingModal] .table-onboarding {
    padding-top: 160px;        
    background-size: 296px 160px;
    background-repeat: no-repeat;
    background-position: 50% top;
    background-color: transparent; 
    background-image: url(../../images/onboarding/search.png);    
}

[data-ref=lendingModal] .table-onboarding .table-flex {
    overflow: hidden;
    border: 2px solid #121212;    
    border-radius: 8px;
    background-color: #fff;
}


.contents-account-hira .icon-check,
.contents-account-hira .icon-noti {
    position: relative;
}

.contents-account-hira .icon-check::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    padding: 3px;
    height: 5px;
    border: solid #121212;
    margin-left: -2px;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(42deg);
}

.contents-account-hira .info-wrap {
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
    background-color: #d6e0ff;
}

.contents-account
, .contents-analyze
, .contents-account-hira {
    display: none;    
}

.contents-account.active
, .contents-analyze.active
, .contents-account-hira.active {
    display: block;    
}