
 * {
        font-family: 'Noto Sans KR', 'sans-serif' !important;
        letter-spacing: 0px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    #login_page {
        display: flex;
        height: 100vh
    }

    .login {
        width: 400px; /* 왼쪽 영역 */
        background: white;
        padding: 60px;
    }

    .logo {
        font-size: 38px;
        font-family:'Noto Sans KR' !important;
        font-weight: 600;
        color: #434343;
        letter-spacing: 1px;
        padding: 60px 0 8px 0;
        border-bottom: 1px solid #434343;
    }

    .logo img {
        display: block;
        width: 85%;
        margin-top: 30px;
    }

    .logo_kb img {
        display: block;
        width: 100%;
        margin-top: 0px;
    }

    .lg_form_wrap {}

    .lg_form_wrap h1 {
        font-size: 0px;
        color: #fff;
        letter-spacing: 1px;
        padding: 60px 0 20px 0;
    }

    .lg_form {}

    .input {
        margin-bottom: 20px;
    }

    .input label {
        display: block;
        color: #434343;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .input input {
        font-size: 20px;
        border: 1px solid #666;
        background: none;
        width: 100%;
        padding: 15px;
        color: #434343;
    }

    #id {
        background: url('../common/login/img/login_id.png')no-repeat;
        background-position: 15px center;
        padding-left: 20px;
        background-size: 20px;
    }

    #password {
        background: url('../common/login/img/login_pass.png')no-repeat;
        background-position: 15px center;
        padding-left: 20px;
        background-size: 20px;
    }

    .id_save {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        position: relative;
    }

    .id_save input {
        display: none;
    }

    .id_save label::before {
        content: "";
        width: 15px;
        height: 15px;
        background: transparent;
        border: 1px solid #666;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer
    }

    input[id="check"]:checked+label::before {
        background: blue;
        content: "✔";
        font-size: 12px;
        text-align: center;
    }

    .id_save span {
        display: inline-block;
        margin-left: 25px;
    }

    .lg_form a {
        display: block;
        color: #fff;
        background: #0076be;
        width: 100%;
        padding: 10px;
        margin-top: 0px;
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        font-size: 24px;
    }

    .bt_logo {
        margin-top: 100px;
        display: block;
    }

    .bt_logo img {
        width: 210px;
    }

    .login_bg {
        flex: 1;
        background-color: #b5b5b5; /* 이미지 빈 공간을 채울 색 */
        background-image: url(../common/login/img/login-bg2.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; /* 이미지 전체가 보이도록 가로/세로 중 긴 쪽 기준 맞춤 */
        position: relative;
    }

    .login_bg p {
        position: relative;
        margin: 65% 16% 0 16%;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .login_bg span {
        font-weight: 400;
        padding-left: 10px;
        letter-spacing: 1px;
    }

    .login_bg b {
        font-size: 12px;
        display: block;
        padding-top: 2px;
        line-height: 20px;
    }


@media screen and (min-width: 951px) and (max-width: 1366px) {
    .login {
        flex: 2;
        background: white;
        padding: 60px;
    }

    .logo {
        font-size: 35px;
        font-family:'Noto Sans KR' !important;
        font-weight: 600;
        color: #434343;
        letter-spacing: 1px;
        padding: 60px 0 8px 0;
        border-bottom: 1px solid #434343;
    }

    .logo_kb {
        font-size: 35px;
        font-family:'Noto Sans KR' !important;
        font-weight: 600;
        color: #434343;
        letter-spacing: 1px;
        padding: 60px 0 8px 0;
    }

    .login_bg {
        flex: 8;
        background-color: #b5b5b5; /* 이미지 빈 공간을 채울 색 */
        background-image: url(../common/login/img/login-bg2.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; /* 이미지 전체가 보이도록 가로/세로 중 긴 쪽 기준 맞춤 */
        position: relative;
    }
}


@media screen and (max-width:950px) {

    #login_page {
        flex-wrap: wrap;
        height: 100%;
        padding: 70px 50px;
    }

    .login,
    .login_bg {
        width: 100%;
        background-size: cover;
    }

    .login {
        background: none;
        padding: 0;
    }

    .login_bg {
        background: none;
    }

    .login_bg p {
    position: relative;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    }

    .logo img {
        margin: 0 auto;
        display: block;
    }

    .login h1 {
        text-align: center;
    }

    .lg_form_wrap h1 {
    font-size: 0px;
    color: #fff;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
    }

    .lg_form a {
        background: #434343;
    }

        .bt_logo {
    margin-top: 50px;
    display: block;
        }

    .bt_logo img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    .login_bg p {
        margin-top: 20px;
    }
    .login_bg b {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    line-height: 16px;
    }
}


