.login-box {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 70px);
}

#loginForm {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-tit {
    color: #2B2B2B;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}
.login-desc {
    color: #398239;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top:10px;
}

.btn-login-01 {
    width:480px;
    height:60px;
    color:#fff;
    border-radius: 10px;
    border:none;
    background-color: #398239;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.btn-login-02 {
    width:480px;
    height:60px;
    color:#fff;
    border-radius: 10px;
    border:none;
    background-color: #50C350;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.btn-login-03 {
    width: 380px;
    height: 60px;
    border-radius: 10px;
    background: #50C350;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    border:none;
    cursor: pointer;
}

.login-tit-sm {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    align-self: flex-start;
}

.login-tit {
    color: #2A2A2A;
    font-size: 35px;
    font-weight: 00;
    line-height: normal;
    letter-spacing: -0.32px;
    align-self: flex-start;
}

.login-guest{
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    align-self: flex-start;
    margin-top: 15px;
    cursor: pointer;
}

.login-header{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.input-ty-01 {
    width:380px;
    height:50px;
    border-radius: 10px;
    border:none;
    background-color: #EFEFEF;
    padding:0 25px;
    margin-top:10px;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
}

.login-btm-menu-wrap {
    display:flex;
    align-items: center;
    color: #515151;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.login-inp-box-wrap {
    width:380px;
    margin-top:40px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

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

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 600px;
    height: 600px;
    border-radius: 8px;
    text-align: center;
}

.modal-content h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.result-content {
    margin: 60px 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.found-id {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin: 10px 0;
}

.modal-buttons {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal-buttons button {
    padding: 10px 20px;
    width: 380px;
    height: 60px;
    font-weight: 600;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;

}

.btn-copy {
    background-color: #28a745;
    color: white;
}

.btn-find-pw {
    background-color: #ffc107;
    color: #000;
}

.btn-login {
    background-color: #007bff;
    color: white;
}

.modal-buttons button:hover {
    opacity: 0.9;
}

/* 기존 모달 스타일에 추가 */
.reset-content {
    margin: 60px 0;
}

.input-group {
    margin-bottom: 20px;
    text-align: left;
}

.input-label {
    display: block;
    margin-bottom: 8px;
    color: #2A2A2A;
    font-size: 20px;
    font-weight: 600;
}

.field-help {
    margin-top: 5px;
    color: #666;
    font-size: 18px;
}

.btn-reset {
    background-color: #50C350;
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

#resetPwdModal .modal-content {
    width: 450px;
    padding: 30px;
}

#resetPwdModal .input-ty-01 {
    width: 100%;
    margin-top: 0;
}

.flex-box {
    width: 100%;
    display:flex;
    align-items: center;
}

.input-st-02 {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 20px;
}

.btn-sub-action {
    width: 115px;
    height: 45px;
    border-radius: 10px;
    background: #50C350;
    border:none;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-left:12px;
}

/* 기존 CSS에 추가 */
.login-tab-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.login-tab {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    position: relative;
}

.login-tab.active {
    color: #000;
    font-weight: bold;
}

.login-tab.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.login-desc {
    display: block;
    text-align: center;
    color: #398239;
    font-size: 14px;
    margin: 20px 0;
}