@charset "utf-8";

.invisible {
    visibility: hidden !important;
}

#modal-ok, #modal-login {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.modal-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modal-main .main-container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.modal-main .main-container .character-wrap {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
.modal-main .main-container .character-wrap .character {
    position: absolute;
    right: 39.5px;
    bottom: -6px;
    width: 85.4px;
    height: 64px;
    overflow: hidden;
    background: url(../images/login-character.png) no-repeat;
    background-size: 85.4px 64px
}
.modal-main .main-container .ok-box {
    width: 320px;
    height: 180px;
    background-color: #ffffff;
}
.modal-main .main-container .ok-box .box-content {
    padding: 12px 6px 6px 6px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
}
.modal-main .main-container .ok-box .box-content span {
    width: 240px;
}
.modal-main .main-container .ok-box .box-button {
    display: flex;
    height: 60px;
    border-top: 1px solid #e5e4e4;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.find-container {
    position: relative;
    min-height: 572px;
}
.find-container .find-process,
.find-container .find-success,
.find-container .find-failure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 20px 28px;
}
.find-container .find-success {
    display: flex;
    flex-direction: column;
    padding: 20px 28px;
}
.form-group {
    width: 100%;
    margin-top: 44px;
}
.form-group + .form-group {
    margin-top: 32px;
    flex: 1;
}
.form-group .form-title {
    display: block;
    padding-left: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
}
.form-group .input-button-wrap {
    display: flex;
}
.form-group .input-button-wrap + .input-button-wrap {
    margin-top: 18px;
}
.form-group .form-box {
    height: 52px;
    border: 1px solid #e5e4e4;
    display: flex;
    flex: 1;
    align-items: center;
}
.form-group .form-box input {
    width: 100%;
    height: 100%;
    padding: 18px 12px;
    border: none;
    outline: 0;
    font-size: 14px;
    color: #4a4a4a;
}
.form-group .form-message {
    padding-top: 12px;
    padding-left: 4px;
    color: #ff5741;
    font-size: 12px;
}
#timer {
    width: 38px;
    margin-left: -50px;
    font-size: 14px;
    color: #ff5741;
}
.find-process .form-group .certi-information {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b;
}
.find-information {
    margin-top: 15px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}s
#change_pw {
    margin-top: 40px;
}
.find-failure .information-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.find-failure .information-wrapper .failure-character {
    width: 96px;
    height: 100px;
    margin: 0 auto;
    background: url('../images/error_notice.png') no-repeat;
    background-size: 96px 100px;
}
.find-failure .information-wrapper .failure-information {
    margin-top: 28px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.bt-white {
    width: 88px;
    border: 1px solid #ffb000;
    margin-left: 12px;
    background-color: #fff;
    color: #ffb000;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.bt-white:disabled {
    border: 1px solid #e5e4e4;
    background-color: #f4f4f4;
    color: #9b9b9b;
    cursor: default;
}
