@charset "UTF-8";

.login-container {
    max-width: 1100px;
    margin: 40px auto;
    background: #f4f9fc;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #0000000d;
    box-shadow: 0 3px 6px #0000000d /*rgba(0,0,0,0.05)*/;
}

.login-container .login-header {
    border-bottom: 2px solid #000;
}

.login-container .login-title {
    font-weight: bold;
    font-size: 1.5rem;
    /*border-bottom: 2px solid #000;*/
    padding-bottom: 10px;
    /*margin-bottom: 20px;*/
}

.login-container .nav-tabs.find-id-title {
    font-weight: bold;
    font-size: 1.5rem;
    /*background-color: transparent;*/
    border-bottom: 2px solid #444444;
}

.login-container .nav-tabs.find-id-title .nav-link.active {
    color: #444;
    background-color: #fff;
    border-top: 2px solid #444444;
    border-left: 2px solid #444444;
    border-right: 2px solid #444444;
    margin-bottom: -2px; /* 라인 맞추기 */
    pointer-events: none;
}

.login-container .nav-tabs.find-id-title .nav-link {
    color: #8c8c8c;
}

.login-container .login-subtitle {
    color: #007bff;
    font-weight: bold;
    /*margin-bottom: 30px;*/
}

.login-container .form-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 15px;
}

.login-container .form-section-explain {
    color: #9ea0a1;
    font-weight: normal;
    margin-bottom: 15px;
}

.login-container .input-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 14px;
    margin-bottom: 5px;
    cursor: text;
    flex: 1;
    background: #ffffff;
    position: relative;
}

.login-container .input-box label {
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    color: #a6a4a4; /*#495057;*/
    margin-bottom: 3px;
}

.login-container .input-box input {
    border: none;
    outline: none;
    width: 100%;
    padding: 0 3px;
    /*text-align: right;*/
}

.login-container .input-box input::placeholder {
    text-align: right;
    position: absolute;
    right: 20px;
    /*top: 70%;*/
    /*transform: translateY(-50%);*/
    color: #d3d1d1;
    pointer-events: none;
    /*transition: opacity 0.2s ease;*/
    /*z-index: 2;*/
}

.login-container .explain-text {
    color: #999;
}

.login-container .custom-input {
    position: relative;
    /*z-index: 999;*/
    background-color: transparent; /* 필요한 경우 */
}

.login-container .custom-input:not(:placeholder-shown) + .placeholder-text,
.login-container .custom-input:focus + .placeholder-text {
    opacity: 5;
}

.login-container .custom-input.filled + .placeholder-text {
    opacity: 0;
}

.login-container .login-btn {
    background-color: #007bff;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
    white-space: nowrap;
}

.login-container .link-btn {
    font-size: 0.9rem;
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .login-container .input-group-box,
    .login-container .certificate-login-buttons,
    .login-container .id-row {
        flex-direction: column;
        align-items: stretch;
    }

    .login-container .login-btn {
        width: 100%;
    }

    .login-container .id-create-wrapper {
        justify-content: flex-start;
    }

    .login-container .input-box {
        margin-left: 10px;
        margin-right: 10px;
    }

    html:not(.pc-mode) .quick-access h5 br {
        display: none;
    }

    html:not(.pc-mode) .quick-access h5 {
        padding-left: 1rem !important;
    }

    html:not(.pc-mode) .page-header .breadcrumb-wrapper {
        display: none;
    }

    html:not(.pc-mode) .login-explain br {
        display: none;
    }


}

/* 1. PC에선 모두 보이기, 모바일에선 둘 중 하나만 노출 */
@media (max-width: 767.98px) {
    #idBox .form-section-title {
        display: none;
    }

    #authBox .form-section-title {
        display: none;
    }

    #idBox .login-btn-div {
        margin-right: 10px !important;
    }

    #idBox #loginBtn {
        min-width: 75px;
    }

    #authBox .form-section-explain {
        width: 100%;
        padding-right: 10px;
        display: flex;
        justify-content: flex-end;
    }

    #loginTab button {
        color: #6c757d;
        font-weight: normal;
    }

    #loginTab button.active {
        color: #007bff;
        font-weight: bold;
    }

    #idBox {
        padding-top: 30px !important;
    }

    #idBox, #authBox {
        display: none;
        width: 100%;
        max-width: 100%;
        background: #ffffff;
    }

    #idBox.active, #authBox.active {
        display: block;
    }

    /*#userIdBox, #organIdBox {*/
    /*    background: #ffffff;*/
    /*}*/

    #userIdBox .explain-text-no-css br {
        display: none;
    }

    /*.mobile-login-tabs {*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*}*/
    /*.mobile-login-tab-btn {*/
    /*    flex: 1 1 0;*/
    /*    padding: 12px 0;*/
    /*    border: 1px solid #ddd;*/
    /*    background: #f9f9f9;*/
    /*    color: #333;*/
    /*    font-weight: bold;*/
    /*    cursor: pointer;*/
    /*}*/
    /*.mobile-login-tab-btn.active {*/
    /*    background: #337ab7;*/
    /*    color: #fff;*/
    /*}*/


}

/*!* PC에서는 탭 버튼 숨김, row-col 구조 유지 *!*/
/*@media (min-width: 768px) {*/
/*    !*.mobile-login-tabs {*!*/
/*    !*    display: none !important;*!*/
/*    !*}*!*/
/*    #idBox, #authBox {*/
/*        display: block !important;*/
/*    }*/
/*}*/
