.logo a strong {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}
.reset-pwd { /* 비밀번호 초기화 */
    padding: 10px 0px 0px 0px;
    display: flex;
    width: 100%;
    color: #1976D2;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}
.popup-content{
    max-width: 500px;
    width: 70%;
    height: 400px;
    padding: 0 24px 40px;
    font-family: "Lato", "NanumSquare", -apple-system, "malgun gothic", Arial, sans-serif;
}

.popup-content .cont .top-text-reset{ /* 비밀번호 초기화 */
    margin-top: 24px;
    height: 33px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    align-content: center;
}
.popup-content .cont .guide-text-reset{ /* 비밀번호 초기화시 이메일로 임시 비밀번호가 발송됩니다. */
    margin-top: 50px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    align-content: center;
    color: #00488d;
}

.popup-content .cont .reset-input{ /* ID Input */
    display: inline-flex;
    padding: 0px 20px;
    background-color: #f3f4f6;
    width: calc(100% - 42px);
    margin-top: 70px;
    font-size: 20px;
    height: 40px;
    font-weight: 600;
    text-align: left;
    border: 1px solid transparent;
}
.popup-content .cont .reset-input:focus, .popup-content .cont .reset-input:hover{ /* ID Input */
    border-color: #04488d;
}
.popup-content .cont .btn-wrap .btn{ /* 비밀번호 초기화 버튼 */
    position: absolute;
    bottom: 40px;
    right: 24px;
    background-color: #00488d;
    color: #fff;
    border: 0;
}

.mt-none{
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.login-wrap .inner .reset-password{
    padding: 50px;
}
@media (max-width: 1024px) {
    .logo a strong {
        color: #000;
        font-size: 30px;
        font-weight: 800;
    }
}
@media (max-height: 820px) and (min-width: 1025px) {
    html{
        height: 1024px !important;
        background: center center no-repeat;
        background-image: url("/assets/images/contents/bg_login.jpg") !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        background-blend-mode: multiply;
    }
    .login-wrap{
        background: none !important;
    }
    .login-wrap::after{
        background-color: transparent !important;
    }
    .login-inner{
        margin-block-start: 0px !important;
        height: 50vh !important;
    }
    .logo a strong {
        color: #000;
        font-size: 30px;
        font-weight: 800;
    }
}