#sub{
    margin: 100px auto;
    position: relative;
}

.inner{
    position: relative;
}

#sub.intro-page .top{
    position: relative;
    margin-bottom: 50px;
}

#sub.intro-page .top .tbox h1{
    font-family: 'koroad_bold' !important;
    font-size: 3.8rem;
    font-weight: 700;
}


#sub.intro-page .top .tbox p {
    width: 395px;
    word-break: keep-all;
}

#sub.intro-page .top .img{
    margin-top: -100px;
    width: 100%;
}

#sub .top .pig{
    position: absolute;
    top: -88px;
    right: 0;
    z-index: -1;
}

/* 서브 페이지 돈 애니메이션 - 돼지 중앙에서 팡 터지는 효과 */
#sub.login-page .top .money,
#sub .top .money {
    position: absolute;
    width: 60px;
    height: auto;
    right: 175px;
    top: -66px;
    transform: translate(50%, 50%);
    opacity: 0;
}

#sub .top .money.n-1 {
    animation: subMoneyBurst1 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
               subMoneyFloat1 3s ease-in-out infinite;
    animation-delay: 0s, 1.5s;
}

#sub .top .money.n-2 {
    animation: subMoneyBurst2 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
               subMoneyFloat2 3s ease-in-out infinite;
    animation-delay: 0.1s, 1.6s;
}

#sub .top .money.n-3 {
    animation: subMoneyBurst3 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
               subMoneyFloat3 3s ease-in-out infinite;
    animation-delay: 0.2s, 1.7s;
}

@keyframes subMoneyBurst {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
}


@keyframes subMoneyBurst1 {
    0% {
        transform: translate(50%, 50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 50%) scale(1.3) rotate(90deg);
    }
    50% {
        transform: translate(calc(50% + 50px), calc(50% - 70px)) scale(1.1) rotate(360deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% + 90px), calc(50% - 100px)) scale(1) rotate(720deg);
    }
}

@keyframes subMoneyBurst2 {
    0% {
        transform: translate(50%, 50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 50%) scale(1.3) rotate(-90deg);
    }
    50% {
        transform: translate(calc(50% - 40px), calc(50% - 50px)) scale(1.1) rotate(-360deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% - 80px), calc(50% - 80px)) scale(1) rotate(-720deg);
    }
}

@keyframes subMoneyBurst3 {
    0% {
        transform: translate(50%, 50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 50%) scale(1.3) rotate(60deg);
    }
    50% {
        transform: translate(calc(50% - 20px), calc(50% + 60px)) scale(1.1) rotate(540deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% - 50px), calc(50% + 110px)) scale(1) rotate(1080deg);
    }
}

/* 살랑살랑 움직이는 애니메이션 */
@keyframes subMoneyFloat {
    0%, 100% {
        transform: translate(calc(-50% - 350px), calc(-50% - 250px)) rotate(720deg) translateY(0);
    }
    50% {
        transform: translate(calc(-50% - 350px), calc(-50% - 250px)) rotate(750deg) translateY(-10px);
    }
}

/* 각 돈의 최종 위치에 맞게 살랑살랑 애니메이션 조정 */
#sub.login-page .top .money.n-1,
#sub .top .money.n-1 {
    animation-name: subMoneyBurst1, subMoneyFloat1;
}

#sub.login-page .top .money.n-2,
#sub .top .money.n-2 {
    animation-name: subMoneyBurst2, subMoneyFloat2;
}

#sub.login-page .top .money.n-3,
#sub .top .money.n-3 {
    animation-name: subMoneyBurst3, subMoneyFloat3;
}

@keyframes subMoneyFloat1 {
    0%, 100% {
        transform: translate(calc(50% + 90px), calc(50% - 100px)) rotate(720deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% + 90px), calc(50% - 100px)) rotate(730deg) translateY(-8px) translateX(5px);
    }
    50% {
        transform: translate(calc(50% + 90px), calc(50% - 100px)) rotate(720deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% + 90px), calc(50% - 100px)) rotate(710deg) translateY(-8px) translateX(-5px);
    }
}

@keyframes subMoneyFloat2 {
    0%, 100% {
        transform: translate(calc(50% - 80px), calc(50% - 80px)) rotate(-720deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% - 80px), calc(50% - 80px)) rotate(-730deg) translateY(-8px) translateX(-5px);
    }
    50% {
        transform: translate(calc(50% - 80px), calc(50% - 80px)) rotate(-720deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% - 80px), calc(50% - 80px)) rotate(-710deg) translateY(-8px) translateX(5px);
    }
}

@keyframes subMoneyFloat3 {
    0%, 100% {
        transform: translate(calc(50% - 50px), calc(50% + 110px)) rotate(1080deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% - 50px), calc(50% + 110px)) rotate(1090deg) translateY(-8px) translateX(5px);
    }
    50% {
        transform: translate(calc(50% - 50px), calc(50% + 110px)) rotate(1080deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% - 50px), calc(50% + 110px)) rotate(1070deg) translateY(-8px) translateX(-5px);
    }
}

.bd-box{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid var(--line);
}

.intro-page .bottom .bd-box{
    padding: 40px;
    display: flex;
    gap: 20px 100px;
    align-items: baseline;
}

.intro-page .bottom .bd-box:not(:last-child){
    margin-bottom: 20px;
}

.intro-page .bottom .bd-box .tit{
    width: 200px;
}

.intro-page .bottom .bd-box h2 {
    border-bottom: 2px solid var(--primary);
    font-family: 'koroad_bold' !important;
    font-size: 2.4rem;
    display: inline-flex;
}

.intro-page .bottom .bd-box .cbox{
    flex: 1;
}

.intro-page .bottom .bd-box .cbox > div:not(:last-child){
    margin-bottom: 30px;
}

.intro-page .bottom .bd-box.n-1 .cbox ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.intro-page .bottom .bd-box.n-1 .cbox ul li {
    width: calc((100% - 40px) / 3);
    padding: 20px;
    border-radius: 20px;
    text-align: right;
    background: url(../images/sub/check.svg) 20px 20px / auto no-repeat;
    background-color: #FFF5EE;
}

.ck-badge {
    background: url(../images/sub/check.svg) no-repeat center left / 28px;
    padding-left: 33px;
    display: block;
    margin-bottom: 20px;
}

.intro-page .bottom .bd-box.n-2 .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.intro-page .bottom .bd-box.n-2 .list dl{
    display: flex;
    gap: 0 20px;
    width: calc((100% - 20px) / 2);
    border: 1px solid var(--primary);
    background-color: #FFF5EE;
    padding: 15px 20px;
    border-radius: 15px;
}


.intro-page .bottom .bd-box.n-2 .list dl dt{
    color: var(--primary);
}

.intro-page .bottom .bd-box.n-3 ul{
    width: 100%;
}

.intro-page .bottom .bd-box.n-3 .bd-box{
    padding: 20px;
}

.intro-page .bottom .bd-box.n-3 ul li:not(:last-child){
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.intro-page .bottom .bd-box.n-3 .info-2box strong{
    display: flex;
    align-items: center;
    gap: 10px;
}

.intro-page .bottom .bd-box.n-3 .info-2box li strong::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #333;
}

.intro-page .bottom .bd-box.n-3 .info-3box ul{
    display: flex;
    gap: 20px;
}

.intro-page .bottom .bd-box.n-3 .info-3box ul li {
    background-color: #FFF5EE;
    text-align: center;
    flex: 1;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
}


/* 상세보기 버튼 */
.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 20px;
    background-color: #F08869;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 150px;
}

.more-btn:hover {
    background-color: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

.more-btn .more-text {
    color: #fff;
    font-family: 'koroad_bold' !important;
}

.more-btn .more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--primary);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.more-btn:hover .more-icon {
    transform: translateX(3px);
}

.more-btn .more-icon svg {
    width: 16px;
    height: 16px;
}


.intro-page .bottom .bd-box.n-4 .cbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-page .bottom .bd-box.n-4 .cbox .ck-badge{
    margin-bottom: 0;
}

.btn-apply{
    display: block;
    background-color: var(--primary);
    border-radius: 20px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'koroad_bold' !important !important;
    width: 250px;
    max-width: 100%;
    text-align: center;
    border: none;
    margin: 30px auto 0 auto;

}

/* 모달 팝업 */
.modal-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal-overlay:not(.active) {
    display: none;
    opacity: 0;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-content {
    background: #fff;
    border-radius: 20px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-header {
    background-color: var(--primary);
    padding: 20px 30px;
    color: #fff;
}

.modal-header h2 {
    font-family: 'koroad_bold' !important;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.modal-body {
    padding: 30px;
    overflow-y: auto;
    flex: 1;
}

.modal-body h3 {
    font-family: 'koroad_bold' !important;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.modal-body h3:first-child {
    margin-top: 0;
}

.modal-body p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    font-family: 'koroad_Medium';
    word-break: keep-all;
}

.modal-body ul {
    margin: 15px 0;
    padding-left: 25px;
}

.modal-body ul li {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
    font-family: 'koroad_Medium';
}

.modal-header-close {
    transition: opacity 0.3s ease;
}

.modal-header-close:hover {
    opacity: 0.7;
}

.personnel-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.personnel-table thead {
    background-color: #f8f9fa;
}

.personnel-table th {
    padding: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    font-family: 'koroad_bold' !important;
}


.personnel-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.personnel-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.personnel-table tbody td {
    padding: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

/* NH농협, 경남은행 컬럼에 연한 주황색 배경 */
.personnel-table thead tr:last-child th:nth-child(4),
.personnel-table thead tr:last-child th:nth-child(5) {
    background-color: #fff5ee;
}

.personnel-table tbody td:nth-child(4),
.personnel-table tbody td:nth-child(5) {
    background-color: #fff5ee;
}

.personnel-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.personnel-table tbody tr:nth-child(even) td:nth-child(4),
.personnel-table tbody tr:nth-child(even) td:nth-child(5) {
    background-color: #fff5ee;
}

.personnel-table tbody tr:hover {
    background-color: #fff5ee;
}

.personnel-table tbody tr:hover td:nth-child(4),
.personnel-table tbody tr:hover td:nth-child(5) {
    background-color: #ffe4d6;
}

.modal-footer {
    padding: 20px 30px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.modal-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 30px;
    background-color: #666;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'koroad_bold' !important;
}

.modal-close-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.modal-close-btn svg {
    width: 20px;
    height: 20px;
}

/* 은행 선택 모달 커스터마이징 */
.bank-modal .modal-content {
    max-width: 640px;
}

.bank-modal-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.bank-modal-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 22px;
}

.bank-warning-box {
    border: 1px dashed var(--line);
    border-radius: 18px;
    padding: 22px 26px;
    background: #fff;
}

.bank-warning-list {
    margin: 0;
    padding-left: 1.4em;
    list-style: decimal;
}

.bank-warning-list li {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.bank-warning-list li + li {
    margin-top: 8px;
}

.bank-modal-footer .btn-query {
    width: 200px;
}

.bank-modal-bottom {
    display: flex;
    justify-content: center;
}

/* PASS 본인인증 모달 */
.pass-modal .modal-content {
    width: 600px;
    border-radius: 20px;
}

.pass-modal-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.pass-modal-body {
    padding: 40px 40px 28px 40px;
    text-align: center;
}

.pass-modal-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 18px;
}

.pass-modal-pass-text {
    font-family: 'koroad_bold' !important;
    font-size: 3rem;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
}

.pass-modal-subtitle {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 28px;
}

.pass-modal-info-box {
    border: 1px dashed var(--line);
    border-radius: 18px;
    padding: 22px 26px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.pass-info-row {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 1.02rem;
    color: #777;
}

.pass-info-row + .pass-info-row {
    margin-top: 8px;
}

.pass-info-row .label {
    font-family: 'koroad_Medium';
}

.pass-info-row .value {
    color: #333;
}

.pass-modal-footer {
    padding: 0;
}

.btn-pass-cta {
    display: block;
    width: 100%;
    padding: 18px 0;
    background: #ff2f87;
    color: #fff;
    border: none;
    font-family: 'koroad_bold' !important !important;
    font-size: 1.2rem;
    cursor: pointer;
}

.btn-pass-cta:hover {
    filter: brightness(0.95);
}

.pass-modal-bottom {
    display: flex;
    justify-content: center;
}

.login-page h1{
    font-family: 'koroad_bold' !important;
    font-size: 3.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}

/* 로그인 폼 스타일 */
.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 170px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.login-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.login-form-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-group {
    width: 100%;
}

.login-input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'koroad_Medium';
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.login-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(234, 85, 41, 0.1);
}

.login-input::placeholder {
    color: #999;
}

.remember-id {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.remember-checkbox {
    display: none;
}

.remember-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #333;
    font-family: 'koroad_Medium';
    user-select: none;
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.check-icon svg {
    display: none;
    width: 12px;
    height: 9px;
}

.remember-checkbox:checked + .remember-label .check-icon {
    background: #fff;
    border-color: #EA5529;
}

.remember-checkbox:checked + .remember-label .check-icon svg {
    display: block;
}

.check-text {
    line-height: 1.4em;
    word-break: auto-phrase;
}

.login-btn {
    width: 100%;
    height: 55px;
    background: #EA5529;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.login-btn:hover {
    background: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

.login-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.login-link {
    font-size: 0.95rem;
    color: #666;
    text-decoration: none;
    font-family: 'koroad_Medium';
    transition: color 0.3s ease;
}

.login-link:hover {
    color: var(--primary);
}

.link-divider {
    color: #ddd;
    font-size: 0.9rem;
}

.social-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.divider-text {
    font-size: 0.9rem;
    color: #999;
    font-family: 'koroad_Medium';
}

.social-login {
    text-align: center;
    display: flex;
    gap: 0 50px;
    text-align: left;
}

.social-text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    font-family: 'koroad_Medium';
}

.social-text span{
    display: block;
    font-size: 1rem;
    font-family: 'koroad_bold' !important;
    color: #333;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: bold;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.social-icon {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: 'koroad_bold' !important;
}

.social-btn.facebook .social-icon {
    color: #fff;
}

.social-btn.naver .social-icon {
    color: #fff;
}

.social-btn.kakao .social-icon {
    color: #000;
    font-size: 0.7rem;
}

.social-btn.google .social-icon {
    color: #4285F4;
}

/* 반응형 */




/* 체크리스트 페이지 스타일 */
.chk-list-page {
    padding-bottom: 100px;
}

.chk-list-page h1 {
    font-family: 'koroad_bold' !important;
    font-size: 3.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

/* 진행 단계 스타일 */
.step-list {
    margin-bottom: 40px;
}

.step-list .step-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    border: 1px solid var(--line);
    position: relative;
}

.step-list .step-items::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 0;
    width: 80%;
}

.step-list .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-list .step-item .step-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}


.step-list .step-icon{
    width: 50px;
    height: 50px;
    border: 1px solid var(--line);
}

.step-list .step-item.n-1 .step-icon{
    background-image: url("../images/sub/step-1-off.svg");
}
.step-list .step-item.n-1.active .step-icon{
    background-image: url("../images/sub/step-1-on.svg");
}

.step-list .step-item.n-2 .step-icon{
    background-image: url("../images/sub/step-2-off.svg");
}
.step-list .step-item.n-2.active .step-icon{
    background-image: url("../images/sub/step-2-on.svg");
}

.step-list .step-item.n-3 .step-icon{
    background-image: url("../images/sub/step-3-off.svg");
}
.step-list .step-item.n-3.active .step-icon{
    background-image: url("../images/sub/step-3-on.svg");
}

.step-list .step-item.n-4 .step-icon{
    background-image: url("../images/sub/step-4-off.svg");
}
.step-list .step-item.n-4.active .step-icon{
    background-image: url("../images/sub/step-4-on.svg");
}
.step-list .step-item.n-5 .step-icon{
    background-image: url("../images/sub/step-5-off.svg");
}
.step-list .step-item.n-5.active .step-icon{
    background-image: url("../images/sub/step-5-on.svg");
}




.step-list .step-item.active .step-icon {
    background-color: var(--primary);
    color: #fff;
}



.step-list .step-item:not(.active) .step-icon svg {
    stroke: #999;
    fill: none;
}

.step-list .step-item .step-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

.step-list .step-item.active .step-icon svg {
    stroke-width: 1.5;
}

.step-list .step-item .step-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666;
    text-align: center;
    white-space: nowrap;
    font-family: 'koroad_bold' !important;
}

.step-list .step-item.active .step-text {
    color: var(--primary);
    font-weight: 600;
}

/* 체크리스트 섹션 */
.checklist-section {
    margin-bottom: 40px;
}

.checklist-header {
    background-color: var(--primary);
    border-radius: 20px 20px 0 0;
    padding: 25px 40px;
}

.checklist-header h2 {
    font-family: 'koroad_bold' !important;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}

.checklist-content {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 40px;
    border: 1px solid var(--line);
    border-top: none;
}

.checklist-question {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.checklist-question .question-text {
    font-size: 1.2rem;
    line-height: 1.8;
    font-family: 'koroad_Medium';
    word-break: keep-all;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

/* 전자지갑 문서 업로드 가이드 스타일 */
.document-guide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guide-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    word-break: keep-all;
}

.guide-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-family: 'koroad_bold' !important;
    word-break: keep-all;
    margin-bottom: 5px;
}

.document-list {
    margin: 10px 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f5f5f5;
    padding: 20px 40px;
    border-radius: 10px;
}

.document-list li {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    font-family: 'koroad_Medium';
    word-break: keep-all;
}

.guide-instruction {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-family: 'koroad_Medium';
    word-break: keep-all;
    margin-top: 5px;
}

.guide-note {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #888;
    font-family: 'koroad_Medium';
    word-break: keep-all;
    margin-top: 0;
}

.document-guide .submit-btn-wrap {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.btn-submit-document {
    min-width: 180px;
    padding: 14px 35px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important !important;
    background-color: #fff;
    color: var(--primary);
    border: 2px solid var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-document:hover {
    background-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

.radio-group {
    display: flex;
    gap: 30px;
    font-family: 'koroad_bold' !important;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 1.6rem;
    color: #333;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.radio-label input[type="radio"]:checked + .radio-custom {
    border-color: var(--primary);
    background-color: var(--primary);
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.radio-text {
    user-select: none;
}

/* 버튼 그룹 */
.btn-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.btn-prev,
.btn-next {
    min-width: 200px;
    padding: 18px 40px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-prev {
    background-color: #999;
    color: #fff;
}

.btn-prev:hover {
    background-color: #d0d0d0;
}

.btn-next {
    background-color: var(--primary);
    color: #fff;
}

.btn-next:hover {
    background-color: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}



/* 행정정보 공동이용 조회 폼 스타일 */
.admin-info-form {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
    max-width: 100%;
    width: 550px;
    margin: 0 auto 36px auto;
    padding: 38px 35px 20px 35px;
}

.admin-info-form .input-box {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.admin-info-form .input-label {
    font-family: 'koroad_bold' !important;
    font-size: 1.08rem;
    margin-bottom: 4px;
    color: #222;
}

.admin-info-form .required {
    color: #fa4c1e;
    margin-right: 4px;
    font-size: 1.1em;
}

.admin-info-form .input-field {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1.5px solid #ececec;
    background: #fafafb;
    padding: 0 15px;
    font-size: 1.09rem;
    color: #1a1a1a;
    font-family: 'koroad_Medium';
    outline: none;
    transition: border 0.2s;
}

.admin-info-form .input-field:focus {
    border: 1.5px solid #e95623;
    background: #fff9f7;
}

.status-section {
    display: flex;
    align-items: center;
    justify-content: baseline;
    gap: 15px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #F5F5F5;
    border-radius: 50px;
    width: 550px;
    margin: 0 auto;
}

.status-label {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
    color: #999;
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
}

.status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.status-icon.loading-spinner {
    animation: spin 2s linear infinite;
}

.status-icon.loading-spinner svg {
    width: 20px;
    height: 20px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.status-text {
    font-family: 'koroad_Medium';
    font-size: 1.1rem;
    color: #666;
}

.status-icon.status-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.status-icon.status-check svg {
    width: 20px;
    height: 20px;
}

.status-icon.status-check .check-circle {
    animation: circleDraw 0.5s ease-out forwards;
    stroke-dasharray: 56.55;
    stroke-dashoffset: 56.55;
}

.status-icon.status-check .check-path {
    animation: checkDraw 0.5s ease-out 0.5s forwards;
    stroke-dasharray: 12;
    stroke-dashoffset: 12;
}

@keyframes circleDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes checkDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.status-eligible {
    color: #4CAF50;
    font-weight: 600;
}

.status-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-icon svg {
    width: 18px;
    height: 18px;
}

.info-text {
    font-family: 'koroad_Medium';
    font-size: 0.95rem;
    color: #999;
}

.admin-info-form .privacy-consent {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 1.06rem;
    color: #555;
    font-family: 'koroad_Medium';
    gap: 7px;
    margin-bottom: 6px;
}

.admin-info-form .privacy-consent label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #555;
    font-size: 1.06rem;
    user-select: none;
}

.admin-info-form .privacy-consent input[type="checkbox"] {
    display: none;
}



.admin-info-form .submit-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.btn-query {
    width: 220px;
    padding: 14px 0 14px 0;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px;
    font-family: 'koroad_bold' !important;
    font-size: 1.17rem;
    font-weight: 700;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

/* 전자지갑 문서 업로드 스타일 */
.upload-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
    max-width: 590px;
    margin: 0 auto 40px auto;
    padding: 0;
}

.upload-header {
    padding: 28px 30px 18px 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #f3f3f3;
}

.upload-icon-box {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    border-radius: 50%;
    margin-right: 5px;
}

.upload-icon-box img {
    width: 28px;
    height: 28px;
}

.upload-title {
    font-size: 1.33rem;
    font-family: 'koroad_bold' !important;
    margin-bottom: 2px;
    color: #24262d;
}

.upload-desc {
    font-size: 0.95rem;
    color: #b3b8be;
    font-family: 'koroad_Medium';
}

.upload-section {
    padding: 20px 35px 20px 35px;
}

.upload-label {
    font-size: 1.25rem;
    font-family: 'koroad_bold' !important;
    color: #252525;
    margin-bottom: 18px;
    word-break: keep-all;
}

.upload-dropzone {
    border: 2px dashed #dddddd;
    border-radius: 14px;
    padding: 36px 0 35px 0;
    background: #fcfcfd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.2s;
}

.upload-dropzone.dragover {
    border-color: #e95623;
    background: #fdf6f3;
}

.dropzone-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.dropzone-inner .txt{
    font-size: 16px;
    margin-top: 10px;
    word-break: keep-all;
    text-align: center;
}

.uld-file-box {
    border: 1px solid #cacaca;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.upload-section .gray-box{
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
}

.upload-section .gray-box .upload-btn{
    margin: 0 auto;
}

.success-upload-message{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.success-upload-message p{
    color: #4CAF50;
    font-family: 'koroad_bold' !important;
}

.dropzone-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 17px;
}

.dropzone-text {
    font-size: 1rem;
    color: #353535;
    font-family: 'koroad_Medium';
    text-align: center;
    letter-spacing: -0.7px;
    margin-bottom: 11px;
    line-height: 1.6;
}

.dropzone-info {
    font-size: 0.97rem;
    color: #b6b9c1;
    margin-bottom: 19px;
    font-family: 'koroad_Medium';
    text-align: center;
}

.upload-btn-label {
    display: flex;
}

.upload-btn {
    padding: 6px 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #333;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}


.upload-input {
    display: none;
}

/* 문서제출 현황 스타일 */
.document-status-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
    max-width: 660px;
    margin: 0 auto 40px auto;
    padding: 28px 32px 32px 32px;
}

.status-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.4rem;
    color: #252525;
    margin: 0 0 22px 0;
}

#sub .status-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

#sub .status-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #f8f8f8;
    border-radius: 14px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

#sub .status-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

#sub .status-icon-wrapper svg {
    width: 24px;
    height: 24px
}

#sub .status-icon-wrapper.loading-spinner {
    animation: spin 2s linear infinite;
}

#sub .status-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#sub .status-name {
    font-family: 'koroad_Medium';
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

#sub .status-label {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
}

#sub .status-complete .status-label {
    color: #4CAF50;
}

#sub .status-not-submitted .status-label {
    color: #E53935;
}

#sub .status-checking .status-label {
    color: #4CAF50;
}

#sub .status-disqualified .status-label {
    color: #E53935;
}

#sub .status-no .status-label{
    color: #a2a2a2;
}

.status-divider {
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #d0d0d0 0px,
        #d0d0d0 6px,
        transparent 6px,
        transparent 12px
    );
    margin: 22px 0 20px 0;
}

.status-message {
    margin-bottom: 24px;
}

.status-message p {
    font-family: 'koroad_Medium';
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.document-status-card .submit-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.document-status-card .btn-query {
    width: auto;
    padding: 12px 36px;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 12px;
    color: var(--primary);
    font-family: 'koroad_bold' !important !important;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.document-status-card .btn-query:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}


/* 은행 선택 스타일 */
.bank-selection {
    max-width: 590px;
    margin: 0 auto;
    padding: 0;
}

.bank-cards {
    display: flex;
    gap: 20px;
    width: 500px;
    max-width: 100%;
    margin-bottom: 30px;
}

.bank-card {
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 80px 20px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.bank-card.selected {
    background: #FFF5EE;
    border: 2px solid var(--primary);
}

.bank-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.nh-logo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.logo-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-symbol svg {
    width: 40px;
    height: 40px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.nh-logo .logo-text {
    align-items: flex-start;
}

.logo-en {
    font-family: 'koroad_bold' !important;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.nh-logo .logo-en {
    color: #0066CC;
}

.bnk-logo .logo-en {
    color: #E53935;
    font-size: 1.6rem;
    letter-spacing: -1px;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.bnk-logo .bnk-k {
    position: relative;
}

.bnk-logo .k-arrow {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 0.7em;
    line-height: 1;
}

.logo-ko {
    font-family: 'koroad_Medium';
    font-size: 0.95rem;
    color: #333;
    line-height: 1;
}

.nh-logo .logo-ko {
    color: #0066CC;
}

.bnk-logo .logo-ko {
    color: #000;
}

.bank-score {
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.bank-score .score-highlight {
    color: var(--primary);
}

.bank-score .score-normal {
    color: #666;
}

.bank-bg-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    pointer-events: none;
}

.bank-card.bnk .bank-bg-pattern {
    top: auto;
    bottom: -52px;
    transform: none;
    left: 21px;
}

.bank-select-btn-wrap {
    display: flex;
    justify-content: center;
}

.btn-bank-select {
    padding: 14px 50px;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 12px;
    color: var(--primary);
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-bank-select:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

/* 가입 유형 선택 스타일 */
.join-type-wrap {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.join-type-header {
    background-color: var(--primary);
    padding: 25px 40px;
    text-align: center;
}

.join-type-header h2 {
    font-family: 'koroad_bold' !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.join-type-content {
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    justify-content: center;
}

.join-type-card {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    flex: 1;
    max-width: 200px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.join-type-card:hover {
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.join-type-card.selected {
    background: #FFF5EE;
    border: 2px solid var(--primary);
}

.join-type-notice {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.join-type-notice p {
    margin: 0;
}

.join-type-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: all 0.3s ease;
}

.join-type-card.selected .join-type-icon {
    color: var(--primary);
}

.join-type-card:not(.selected) .join-type-icon {
    color: #999;
}

.join-type-card .join-type-icon svg {
    width: 24px;
    height: 24px;
}

.join-type-text {
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    color: #666;
    transition: all 0.3s ease;
    word-break: keep-all;
    line-height: 1.4;
}

.join-type-card.selected .join-type-text {
    color: var(--primary);
    font-size: 1.1rem;
}

.join-type-text-sub {
    display: block;
    font-size: 0.95rem;
    margin-top: 4px;
}

.join-type-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 0 40px 40px 40px;
}

.btn-join-submit {
    width: 100%;
    max-width: 400px;
    padding: 18px 0;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'koroad_bold' !important !important;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-join-submit:hover {
    background: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

.btn-join-other {
    flex: 1;
    padding: 18px 0;
    background: #fff;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 12px;
    font-family: 'koroad_bold' !important !important;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-join-other:hover {
    background: #fff5ee;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.2);
}

/* 본인인증 페이지 버튼 */
.pass-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pass-desc {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
}

.btn-pass-open {
    padding: 16px 50px;
    background: #ff2f87;
    border-radius: 999px;
    border: none;
    color: #fff;
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-pass-open:hover {
    filter: brightness(0.95);
}

#sub.login-page .top .pig,
#sub .top .pig {
    top: -66px;
    right: 175px;
    transform-origin: center center;
}

/* 회원가입 폼 스타일 */
.join-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 170px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

.join-form-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group:not(.terms-group) {
    margin-bottom: 0;
}

.form-label {
    font-family: 'koroad_bold' !important;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.input-with-button {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.input-with-button input{
    border: none;
}


.input-with-button .join-input {
    flex: 1;
}

.join-input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'koroad_Medium';
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.join-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(234, 85, 41, 0.1);
}

.join-input::placeholder {
    color: #999;
}

.btn-check-duplicate {
    height: 35px;
    padding: 0 20px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 5px;
}

.btn-check-duplicate:hover {
    background: #555;
}

/* 약관 동의 스타일 */
.terms-group {
    padding-top: 15px;
}

.terms-all {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.terms-all .terms-label {
    font-size: 1.05rem;
    font-weight: 600;
}

.terms-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0 5px 0;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.terms-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.terms-item:last-child{
    border-bottom: none;
}


.terms-checkbox {
    display: none;
}

.terms-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #333;
    font-family: 'koroad_Medium';
    user-select: none;
    flex: 1;
}

.terms-item .check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.terms-item .check-icon svg {
    display: none;
    width: 12px;
    height: 9px;
}

.terms-checkbox:checked + .terms-label .check-icon {
    background: #fff;
    border-color: #EA5529;
}

.terms-checkbox:checked + .terms-label .check-icon svg {
    display: block;
}

.terms-link {
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
    font-family: 'koroad_Medium';
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.terms-link:hover {
    color: var(--primary);
}

.terms-link img {
    width: auto;
    height: 12px;
    vertical-align: middle;
}

.join-btn {
    width: 100%;
    height: 55px;
    background: #EA5529;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.join-btn:hover {
    background: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

.login-page .join-card .top-tit {
    font-family: 'koroad_bold' !important;
    margin-bottom: 20px;
    font-size: 1.2rem;
}




/* 반응형 */

@media screen and (max-width:320px) {

}

/* 중간심사 페이지 스타일 */
.Under-review {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    margin-top: 50px;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.review-badge-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.review-badge {
    padding: 8px 20px;
    background: transparent;
    border: 2px solid #EA5529;
    border-radius: 50px;
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important !important;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.review-badge:hover {
    background: #EA5529;
    color: #fff;
}

.review-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-illustration img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.review-message {
    display: flex;
    flex-direction: column;
}

.review-text {
    font-size: 1.5rem;
    color: #333;
    font-family: 'koroad_bold' !important;
    line-height: 1.6;
    margin: 0;
}

.review-text.n-3 {
    margin-top: 10px;
    font-family: 'pretendard';
    font-size: 1.2rem;
}

.review-action {
    margin-top: 40px;
}

.review-submit-btn {
    width: 100%;
    height: 55px;
    background: #EA5529;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.review-submit-btn:hover {
    background: #d9441a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

/* 반응형 */
/* 가이드 섹션 스타일 */
.guide-section {
    margin: 40px 0;
    text-align: left;
}

.guide-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.guide-list {
    border: 2px dashed #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background: #fafafa;
}

.guide-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    font-size: 0.95rem;
    color: #333;
    font-family: 'koroad_Medium';
    line-height: 1.6;
}

.guide-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.guide-number {
    font-weight: 600;
    color: #333;
    flex-shrink: 0;
}

.guide-text {
    flex: 1;
}


/* 파일 업로드 페이지 스타일 */
.file-uld {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.upload-files-header {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.upload-header-text {
    flex: 1;
}

.upload-section-wrapper {
    margin-bottom: 30px;
}

.upload-section-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.file-uld .upload-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
    padding: 0;
    margin: 0;
}

.file-uld .upload-dropzone {
    border: 2px dashed #dddddd;
    border-radius: 14px;
    padding: 50px 20px;
    background: #fcfcfd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.2s, background 0.2s;
    min-height: 250px;
}

.file-uld .upload-dropzone.dragover {
    border-color: #EA5529;
    background: #fdf6f3;
}

.file-uld .dropzone-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-uld .dropzone-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.file-uld .dropzone-text {
    font-size: 1rem;
    color: #353535;
    font-family: 'koroad_Medium';
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
}

.file-uld .dropzone-info {
    font-size: 0.9rem;
    color: #b6b9c1;
    margin-bottom: 25px;
    font-family: 'koroad_Medium';
    text-align: center;
}

.file-uld .upload-btn {
    padding: 10px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'koroad_Medium';
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-uld .upload-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.file-submit-wrapper {
    margin-top: 40px;
    text-align: center;
}

.file-upload-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.file-submit-btn {
    width: 100%;
    max-width: 500px;
    height: 55px;
    background: transparent;
    color: #333;
    border: 2px solid #EA5529;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'koroad_bold' !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-submit-btn:hover {
    background: #EA5529;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 85, 41, 0.3);
}

/* 반응형 */

/* 모바일 전용 동전 애니메이션 */
@keyframes subMoneyBurst1Mobile {
    0% {
        transform: translate(50%, 0) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 0) scale(1.3) rotate(90deg);
    }
    50% {
        transform: translate(calc(50% + 30px), calc(0% - 50px)) scale(1.1) rotate(360deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% + 60px), calc(0% - 70px)) scale(1) rotate(720deg);
    }
}

@keyframes subMoneyBurst2Mobile {
    0% {
        transform: translate(50%, 0) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 0) scale(1.3) rotate(-90deg);
    }
    50% {
        transform: translate(calc(50% - 25px), calc(0% - 35px)) scale(1.1) rotate(-360deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% - 50px), calc(0% - 55px)) scale(1) rotate(-720deg);
    }
}

@keyframes subMoneyBurst3Mobile {
    0% {
        transform: translate(50%, 0) scale(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(50%, 0) scale(1.3) rotate(60deg);
    }
    50% {
        transform: translate(calc(50% - 15px), calc(0% + 40px)) scale(1.1) rotate(540deg);
    }
    100% {
        opacity: 0.7;
        transform: translate(calc(50% - 35px), calc(0% + 80px)) scale(1) rotate(1080deg);
    }
}

@keyframes subMoneyFloat1Mobile {
    0%, 100% {
        transform: translate(calc(50% + 60px), calc(0% - 70px)) rotate(720deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% + 60px), calc(0% - 70px)) rotate(730deg) translateY(-8px) translateX(5px);
    }
    50% {
        transform: translate(calc(50% + 60px), calc(0% - 70px)) rotate(720deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% + 60px), calc(0% - 70px)) rotate(710deg) translateY(-8px) translateX(-5px);
    }
}

@keyframes subMoneyFloat2Mobile {
    0%, 100% {
        transform: translate(calc(50% - 50px), calc(0% - 55px)) rotate(-720deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% - 50px), calc(0% - 55px)) rotate(-730deg) translateY(-8px) translateX(-5px);
    }
    50% {
        transform: translate(calc(50% - 50px), calc(0% - 55px)) rotate(-720deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% - 50px), calc(0% - 55px)) rotate(-710deg) translateY(-8px) translateX(5px);
    }
}

@keyframes subMoneyFloat3Mobile {
    0%, 100% {
        transform: translate(calc(50% - 35px), calc(0% + 80px)) rotate(1080deg) translateY(0) translateX(0);
    }
    25% {
        transform: translate(calc(50% - 35px), calc(0% + 80px)) rotate(1090deg) translateY(-8px) translateX(5px);
    }
    50% {
        transform: translate(calc(50% - 35px), calc(0% + 80px)) rotate(1080deg) translateY(-12px) translateX(0);
    }
    75% {
        transform: translate(calc(50% - 35px), calc(0% + 80px)) rotate(1070deg) translateY(-8px) translateX(-5px);
    }
}

.my-page h1{
    font-family: 'koroad_bold' !important;
}

.mypage-wrap .sec-1 {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mypage-wrap .sec-1 .info-card {
    flex: 1;
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}

.mypage-wrap .sec-1 .info-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.mypage-wrap .sec-1 .info-label {
    font-family: 'koroad_Medium';
    font-size: 1rem;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
}

.mypage-wrap .sec-1 .info-label::before {
    content: '·';
    position: absolute;
    left: 0;
    top: -4px;
    color: #333;
    font-size: 1.2rem;
}

.mypage-wrap .sec-1 .info-value {
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    color: #fff;
    background: var(--primary);
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    display: block;
    width: 100%;
    border: none;
}

/* 마이페이지 sec-2 스타일 */
.mypage-wrap .sec-2 {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.mypage-wrap .sec-2 .total-amount-card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mypage-wrap .sec-2 .total-header {
    display: flex;
    align-items: baseline;
    gap: 30px;
    margin-bottom: 30px;
}

.mypage-wrap .sec-2 .total-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--primary);
    display: inline-block;
    width: fit-content;
    flex-shrink: 0;
}

.mypage-wrap .sec-2 .total-amount {
    font-family: 'koroad_bold' !important;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-left: auto;
}

.mypage-wrap .sec-2 .total-amount .expected {
    font-size: 1.3rem;
    font-weight: 500;
    color: #666;
    margin-left: 8px;
}

.mypage-wrap .sec-2 .total-note {
    font-family: 'koroad_Medium';
    font-size: 0.9rem;
    color: #999;
    margin: 0;
    margin-top: auto;
    line-height: 1.6;
    background: #f3f3f3;
    padding: 10px 15px;
    border-radius: 8px;
}

.mypage-wrap .sec-2 .detail-card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    gap: 0 20px;
    flex-direction: column;
}

.mypage-wrap .sec-2 .detail-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 30px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--primary);
    display: inline-block;
    width: fit-content;
}

.mypage-wrap .sec-2 .detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mypage-wrap .sec-2 .detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.mypage-wrap .sec-2 .detail-item.self-payment {
    border: 1px solid var(--primary);
    background: #FFF5EE;
}

.mypage-wrap .sec-2 .detail-label {
    font-family: 'koroad_bold' !important;
    font-size: 1rem;
    color: #333;
    min-width: 110px;
    flex-shrink: 0;
}

.mypage-wrap .sec-2 .detail-count {
    font-family: 'koroad_bold' !important;
    font-size: 1rem;
    background: #f9e4d6;
    border-radius: 10px;
    padding: 10px 18px;
    white-space: nowrap;
}

.mypage-wrap .sec-2 .detail-count .count-current {
    color: var(--primary);
}

.mypage-wrap .sec-2 .detail-amount {
    font-family: 'koroad_bold' !important;
    font-size: 1.3rem;
    color: #333;
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
}

/* 마이페이지 sec-3 스타일 */
.mypage-wrap .sec-3 {
    margin-top: 50px;
}

.mypage-wrap .sec-3 .savings-status-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mypage-wrap .sec-3 .savings-title {
    font-family: 'koroad_bold' !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mypage-wrap .sec-3 .savings-title .title-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.mypage-wrap .sec-3 .current-savings {
    margin-bottom: 40px;
}

.mypage-wrap .sec-3 .current-label {
    font-family: 'koroad_Medium';
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
}

.mypage-wrap .sec-3 .current-buttons {
    display: flex;
    gap: 15px;
}

.mypage-wrap .sec-3 .current-btn {
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    color: #fff;
    background: var(--primary);
    border-radius: 12px;
    padding: 14px 24px;
    white-space: nowrap;
}

.mypage-wrap .sec-3 .yearly-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mypage-wrap .sec-3 .year-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mypage-wrap .sec-3 .year-item.active {
    border-color: var(--primary);
}

.mypage-wrap .sec-3 .year-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #f9f9f9;
    cursor: pointer;
    transition: background 0.3s ease;
}

.mypage-wrap .sec-3 .year-item.active .year-header {
    background: #fff5ee;
}



.mypage-wrap .sec-3 .year-text {
    font-family: 'koroad_bold' !important;
    font-size: 1.1rem;
    color: #333;
}

.mypage-wrap .sec-3 .year-toggle {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
    transform: rotate(180deg);
}

.mypage-wrap .sec-3 .year-item.active .year-toggle {
    transform: rotate(0deg);
}

.mypage-wrap .sec-3 .year-content {
    padding: 0 20px;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.mypage-wrap .sec-3 .year-content .txt{
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}

.mypage-wrap .sec-3 .year-content .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mypage-wrap .sec-3 .year-item.active .year-content {
    max-height: 2000px;
    padding: 20px;
}

.mypage-wrap .sec-3 .savings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.mypage-wrap .sec-3 .savings-table thead {
    background: #f9f9f9;
}

.mypage-wrap .sec-3 .savings-table th {
    padding: 12px 8px;
    text-align: center;
    font-family: 'koroad_bold' !important;
    font-size: 0.9rem;
    color: #333;
    border: 1px solid #e0e0e0;
    font-weight: 600;
}

.mypage-wrap .sec-3 .savings-table th:first-child {
    background: #fff;
    font-weight: 600;
}

.mypage-wrap .sec-3 .savings-table td {
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-family: 'koroad_Medium';
    color: #333;
}

.mypage-wrap .sec-3 .savings-table .row-label {
    background: #f9f9f9;
    font-family: 'koroad_bold' !important;
    font-weight: 600;
    text-align: center;
}

.mypage-wrap .sec-3 .savings-table tbody td:not(.row-label) {
    color: #666;
}

.mypage-wrap .sec-3 .savings-table tbody tr:last-child td:not(.row-label) {
    text-align: center;
}

.mypage-wrap .sec-3 .savings-table .check-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    border: none;
}

.mypage-wrap .sec-3 .savings-table .check-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* 마이페이지 하단 버튼 스타일 */
.mypage-wrap .bottom-btn-wrap {
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.mypage-wrap .bottom-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mypage-wrap .bottom-btn:hover {
    border-color: var(--primary);
    background: #fff5ee;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mypage-wrap .bottom-btn .btn-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #666;
}

.mypage-wrap .bottom-btn .btn-icon svg {
    width: 24px;
    height: 24px;
}

.mypage-wrap .bottom-btn .btn-text {
    flex: 1;
    font-family: 'koroad_Medium';
    font-size: 1.05rem;
    color: #333;
    text-align: left;
}

.mypage-wrap .bottom-btn .btn-arrow {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    opacity: 0.5;
    transform: rotate(-90deg);
}

.jumin-input-group{
    display: flex;
    align-items: center;
    gap: 10px;
}

.jumin-input-group .input-field {
    flex: 1;
}

.jumin-separator {
    font-size: 1.2rem;
    color: #999;
    font-weight: 600;
    padding: 0 5px;
}

.bank-modal-title{
    font-family: 'koroad_bold' !important !important;
}

.login-page .Under-review{
    padding-top: 0;
}

/* T.O 모달 스타일 */
.quota-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quota-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.quota-modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quota-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid #e0e0e0;
    background: linear-gradient(135deg, #ff5c3b 0%, #ea5529 100%);
    border-radius: 12px 12px 0 0;
}

.quota-modal-header h2 {
    font-size: 22px;
    margin: 0;
    color: white;
}

.modal-close-btn {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;       /* 동그라미 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;          /* X 크기 조절 */
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0;               /* 버튼 찌그러짐 방지 */
    transition: background 0.3s ease, transform 0.2s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.quota-modal-body {
    padding: 30px;
}

.location-info-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.location-info-modal .info-label {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.location-info-modal .info-value {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.bank-quota-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.bank-quota-card {
    background: linear-gradient(135deg, #ff5c3b 0%, #ea5529 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 92, 59, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bank-quota-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 92, 59, 0.5);
}

.bank-logo {
    font-size: 40px;
    margin-bottom: 10px;
}

.bank-quota-card h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: white;
}

.quota-number {
    margin-bottom: 10px;
}

.quota-number .number {
    font-size: 33px;
    font-weight: bold;
    color: #ffeb3b;
}

.quota-number .unit {
    font-size: 15px;
    margin-left: 5px;
    color: white;
}

.quota-status {
    font-size: 13px;
    padding: 5px 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    display: inline-block;
}

.quota-status.unavailable {
    background: rgba(244, 67, 54, 0.8);
}

.total-quota {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff7f1;
    border: 2px solid #ff5c3b;
    border-radius: 8px;
    margin-bottom: 20px;
    gap: 15px;
}

.total-label {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.total-number {
    font-size: 28px;
    font-weight: bold;
    color: #ff5c3b;
}

.quota-notice {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #2196F3;
}

.quota-notice p {
    margin: 8px 0;
    color: #1976D2;
    font-size: 14px;
}

/* 문서제출현황 스타일 */
.document-requirements {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px dashed #e0e0e0;
}

.document-requirements h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.document-list {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
}

.document-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.document-item:last-child {
    margin-bottom: 0;
}

.document-item:hover {
    border-color: #ff5c3b;
    box-shadow: 0 2px 8px rgba(255, 92, 59, 0.1);
}

.document-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5c3b 0%, #ea5529 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
}

.document-name {
    flex: 1;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.document-badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.document-badge.required {
    background: #fff3cd;
    color: #856404;
}

.document-badge.optional {
    background: #e3f2fd;
    color: #1976D2;
}

.quota-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 30px;
    border-top: 2px solid #e0e0e0;
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
}

.quota-modal-footer .btn {
    padding: 12px 25px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.quota-modal-footer .btn-secondary {
    background: #757575;
    color: white;
}

.quota-modal-footer .btn-secondary:hover {
    background: #616161;
}

.quota-modal-footer .btn-primary {
    background: #ff5c3b;
    color: white;
}

.quota-modal-footer .btn-primary:hover {
    background: #ea5529;
}



/* 기존 스타일 유지 + 추가 스타일 */
.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EA5529;
}

.section-title:first-of-type {
    margin-top: 0;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    cursor: pointer;
}

.confirmation-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0;
}

.confirmation-buttons button:last-child {
    grid-column: 1 / -1;
}

.confirmation-btn {
    padding: 15px;
    border: 2px solid #ddd;
    background: white;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.confirmation-btn:hover {
    border-color: #EA5529;
}

.confirmation-btn.confirmed {
    border-color: #28a745;
    background: #e8f5e9;
    color: #28a745;
}

.confirmation-btn.confirmed::after {
    content: "✓";
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
}

/* 모달 스타일 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.modal-header {
    padding: 20px 25px;
    background: #EA5529;
    color: white;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
}

.modal-close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
}

.modal-close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 25px;
    overflow-y: auto;
    flex: 1;
}

.modal-footer {
    padding: 20px 25px;
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-footer button {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.modal-footer .btn-cancel {
    background: #6c757d;
    color: white;
}

.modal-footer .btn-confirm {
    background: #EA5529;
    color: white;
}

.modal-footer .btn-confirm:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* 신청서 스타일 */
.application-document {
    font-size: 14px;
    line-height: 1.8;
}

.application-document h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #EA5529;
}

.application-document .info-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
}

.application-document .warning-item {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}

.application-document .warning-item::before {
    content: "□";
    position: absolute;
    left: 0;
    color: #EA5529;
    font-weight: bold;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}

.checklist-item input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.agreement-section {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.agreement-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.agreement-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

/* 반응형 */
@media screen and (max-width: 1024px) {
    .step-list .step-items {
        padding: 30px 40px;
    }

    .step-list .step-item .step-icon {
        width: 50px;
        height: 50px;
    }

    .step-list .step-item .step-icon svg {
        width: 20px;
        height: 20px;
    }

    .step-list .step-item .step-text {
        font-size: 1rem;
    }

    #sub.login-page .top .pig, #sub .top .pig{
        display: none;
    }


    #sub.intro-page .top .img{
        margin-top: 0;
    }

    #sub.intro-page .top .tbox h1 {
        font-size: 2.5rem;
    }

    #sub.intro-page .top .tbox p {
        width: 100%;
        word-break: keep-all;
        margin-bottom: 20px;
    }

    .intro-page .bottom .bd-box {
        padding: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .intro-page .bottom .bd-box h2{
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .intro-page .bottom .bd-box.n-1 .cbox ul li{
        width: 100%;
    }

    .intro-page .bottom .bd-box.n-2 .list dl{
        width: 100%;
        flex-direction: column;
    }

    .intro-page .bottom .bd-box.n-3 .info-3box ul {
        gap: 10px;
        flex-direction: column;
    }

    .intro-page .bottom .bd-box.n-3 .info-3box ul li{
        text-align: left;
    }


    .intro-page .bottom .bd-box.n-4 .cbox {
        width: 100%;
        flex-direction: column;
        gap: 10px 0;
    }

    .more-btn{
        margin-top: 10px;
        width: 100%;
    }

    .step-list .step-item .step-icon{
        background-size: 50%;
    }

    .step-list .step-items::before {
        top: 60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 70%;
    }

    .mypage-wrap .sec-1 {
        flex-direction: column;
        gap: 20px;
    }

    .mypage-wrap .sec-1 .info-card {
        width: 100%;
        padding: 20px;
    }

    .mypage-wrap .sec-2{
        flex-direction: column;
    }
    


}/*E:1024px*/


@media screen and (max-width:768px) {

    .login-card {
        padding: 40px 30px;
        margin: 0 20px;
    }
    
    .login-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    
    .social-buttons {
        gap: 12px;
    }
    
    .social-btn {
        width: 50px;
        height: 50px;
    }

    .modal-content {
        width: 95% !important;
        max-height: 95vh;
    }

    .modal-header {
        padding: 15px 20px;
    }

    .modal-header h2 {
        font-size: 1.5rem;
    }

    .modal-body {
        padding: 20px;
    }

    .personnel-table {
        font-size: 12px;
    }

    .personnel-table th,
    .personnel-table td {
        padding: 8px 4px;
    }
    
    .status-section {
        width: 100%;
        flex-wrap: wrap;
        border-radius: 10px;
        justify-content: center;
    }

    .status-info{
        margin: 0 auto;
    }

    .admin-info-form {
        padding: 38px 20px 20px 20px;
    }

    .upload-section {
        padding: 20px 16px 20px 16px;
    }

    .pass-info-row{
        flex-direction: column;
    }


    .mypage-wrap .bottom-btn-wrap{
        flex-direction: column;
    }

    .login-page h1{
        font-size: 2rem;
    }

    #sub {
        margin: 50px auto;
        position: relative;
    }

    .review-text.n-3 {
        font-size: 1rem;
    }

}

@media screen and (max-width: 768px) {
    /* 모바일에서 동전 위치 조정 - 오른쪽 구석 */
    #sub.login-page .top .money,
    #sub .top .money {
        right: 10px;
        top: -40px;
        transform: translate(0, 0);
        width: 50px;
    }
    
    /* 모바일에서 동전 애니메이션 재정의 */
    #sub.login-page .top .money.n-1,
    #sub .top .money.n-1 {
        animation: subMoneyBurst1Mobile 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
                   subMoneyFloat1Mobile 3s ease-in-out infinite;
        animation-delay: 0s, 1.5s;
    }
    
    #sub.login-page .top .money.n-2,
    #sub .top .money.n-2 {
        animation: subMoneyBurst2Mobile 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
                   subMoneyFloat2Mobile 3s ease-in-out infinite;
        animation-delay: 0.1s, 1.6s;
    }
    
    #sub.login-page .top .money.n-3,
    #sub .top .money.n-3 {
        animation: subMoneyBurst3Mobile 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
                   subMoneyFloat3Mobile 3s ease-in-out infinite;
        animation-delay: 0.2s, 1.7s;
    }
    
    .chk-list-page h1 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .step-list .step-items {
        flex-wrap: wrap;
        padding: 30px 20px;
        gap: 15px;
    }

    .step-list .step-items::before {
        display: none;
    }

    .step-list .step-item {
        width: calc((100% - 40px) / 3);
        flex: auto;
    }


    .chk-list-page {
        padding-bottom: 0;
    }

    .checklist-header {
        padding: 20px 25px;
    }

    .checklist-header h2 {
        font-size: 1.2rem;
    }

    .checklist-content {
        padding: 30px 16px;
        gap: 30px 15px;
    }

    .checklist-question .question-text {
        font-size: 1rem;
    }

    .radio-group {
        flex-direction: column;
        gap: 20px;
        font-size: 18px;
    }

    .btn-group {
        flex-direction: column;
    }

    .btn-prev,
    .btn-next {
        width: 100%;
    }

    /* 문서 상태 카드 및 회원가입 폼 */
    .document-status-card {
        padding: 25px 20px;
    }
    
    #sub .status-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    #sub .status-item {
        padding: 14px 10px;
    }
    
    #sub .status-icon-wrapper {
        width: 32px;
        height: 32px;
    }
    
    #sub .status-icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
    
    #sub .status-name {
        font-size: 0.9rem;
    }
    
    #sub .status-label {
        font-size: 1rem;
    }

    .join-card {
        padding: 40px 16px;
    }
    
    .input-with-button {
        flex-direction: column;
    }
    
    .btn-check-duplicate {
        width: 100%;
        margin: 5px;
        width: 90%;
        margin: 0 auto 10px auto;
    }

    /* 은행 카드 */
    .bank-cards {
        gap: 10px;
    }
    
    .bank-card {
        padding: 25px 20px;
    }

    .bank-selection{
        width: 100%;
    }

    .bank-logo img{
        width: 100px;
    }

    /* 리뷰 카드 */
    .review-card {
        padding: 40px 30px;
    }
    
    .review-text {
        font-size: 1rem;
    }
    
    .guide-section {
        margin: 30px 0;
    }
    
    .guide-list {
        padding: 15px;
    }
    
    .guide-item {
        font-size: 0.9rem;
        padding: 10px 0;
    }

    /* 파일 업로드 */
    .file-uld {
        padding: 0 15px;
    }
    
    .upload-files-header {
        padding: 20px;
    }
    
    .file-uld .upload-dropzone {
        padding: 40px 15px;
        min-height: 200px;
    }
    
    .file-uld .dropzone-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .file-uld .dropzone-info {
        font-size: 0.85rem;
    }

    .status-label {
        font-size: 1rem;
    }

    .status-text {
        font-size: 1rem;
    }

    .bank-cards{
        width: 100%;
    }

    .social-login{
        flex-direction: column;
    }

    .login-link {
        font-size: 0.8rem;
    }

    .Under-review{
        padding: 0;
    }

    /* 가입 유형 선택 반응형 */
    .join-type-wrap {
        margin: 0 20px;
    }

    .join-type-header {
        padding: 20px 25px;
    }

    .join-type-header h2 {
        font-size: 1.4rem;
    }

    .join-type-content {
        padding: 30px 15px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .join-type-card {
        padding: 30px 15px;
        max-width: calc(33.333% - 8px);
        min-width: 100px;
        flex: 1;
    }

    .join-type-text {
        font-size: 0.95rem;
    }

    .join-type-card.selected .join-type-text {
        font-size: 0.95rem;
    }

    .join-type-text-sub {
        font-size: 0.85rem;
    }

    .join-type-btn-wrap {
        padding: 0 20px 30px 20px;
    }

    .btn-join-submit {
        font-size: 1.1rem;
        padding: 16px 0;
    }

    /* 마이페이지 반응형 */
    .mypage-wrap .sec-1 {
        flex-direction: column;
        gap: 20px;
    }

    .mypage-wrap .sec-1 .info-card {
        width: 100%;
    }

    .mypage-wrap .sec-1 .info-item {
        flex-direction: column;
        gap: 10px;
    }

    .mypage-wrap .sec-1 .info-label {
        font-size: 0.9rem;
    }

    .mypage-wrap .sec-1 .info-value {
        font-size: 0.95rem;
        padding: 12px 16px;
    }

    /* 마이페이지 sec-2 반응형 */
    .mypage-wrap .sec-2 {
        flex-direction: column;
        gap: 20px;
    }

    .mypage-wrap .sec-2 .total-amount-card,
    .mypage-wrap .sec-2 .detail-card {
        width: 100%;
    }

    .mypage-wrap .sec-2 .total-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .mypage-wrap .sec-2 .total-title,
    .mypage-wrap .sec-2 .detail-title {
        font-size: 1.3rem;
    }

    .mypage-wrap .sec-2 .total-amount {
        font-size: 2rem;
    }

    .mypage-wrap .sec-2 .total-amount .expected {
        font-size: 1rem;
    }

    .mypage-wrap .sec-2 .detail-item {
        flex-wrap: wrap;
        gap: 15px;
    }

    .mypage-wrap .sec-2 .detail-label {
        min-width: auto;
        width: 100%;
    }

    .mypage-wrap .sec-2 .detail-amount {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    /* 마이페이지 sec-3 반응형 */
    .mypage-wrap .sec-3 .savings-status-card {
        padding: 25px 20px;
    }

    .mypage-wrap .sec-3 .savings-title {
        font-size: 1.4rem;
    }

    .mypage-wrap .sec-3 .current-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .mypage-wrap .sec-3 .current-btn {
        width: 100%;
        text-align: center;
    }

    .mypage-wrap .sec-3 .year-content {
        padding: 0 10px;
        overflow: hidden !important;
    }

    .mypage-wrap .sec-3 .year-item.active .year-content {
        padding: 15px 10px;
        overflow: visible !important;
    }

    .mypage-wrap .sec-3 .year-content .table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .mypage-wrap .sec-3 .year-content .table-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .mypage-wrap .sec-3 .year-content .table-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .mypage-wrap .sec-3 .year-content .table-wrapper::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .mypage-wrap .sec-3 .savings-table {
        min-width: 600px;
        font-size: 0.85rem;
        width: auto;
        margin: 0;
    }

    .mypage-wrap .sec-3 .savings-table th,
    .mypage-wrap .sec-3 .savings-table td {
        padding: 8px 4px;
    }

    .mypage-wrap .sec-3 .savings-table .row-label {
        padding-left: 10px;
        font-size: 0.8rem;
    }

    /* 마이페이지 하단 버튼 반응형 */
    .mypage-wrap .bottom-btn {
        padding: 18px 20px;
    }

    .mypage-wrap .bottom-btn .btn-text {
        font-size: 0.95rem;
    }

    .join-type-content{
        flex-direction: column;
        gap: 10px;;
    }


    .join-type-card {
        padding: 10px 15px;
        max-width: 100%;
        flex: 1;
        gap: 5px 0;
    }




}/*E:768px*/