html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: -0.75px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login_sec {
    margin: 150px auto 0;
    width: 660px;
}
.login_sec .logo_sec {
    text-align: center;
    margin-bottom: 100px;
}
.input_row {
    position: relative;
    margin: 0 0 14px;
    padding: 5px 15px 5px 15px;
    border: solid 1px #dadada;
    background: #fff;
}
.input_box {
    display: block;
    overflow: hidden;
}
.int {
    font-size: 15px;
    line-height: 16px;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 16px;
    padding: 7px 0 6px;
    color: #000;
    border: none;
    background: #fff;
    -webkit-appearance: none;
}
.lbl {
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    z-index: 8;
    top: 16px;
    left: 15px;
    color: #8e8e8e;
}
.check_info {
    position: relative;
    margin-bottom: -10px;
}
.login_check_box {
    position: relative;
    display: block;
    height: 26px;
    margin: 0 0 28px 1px;
}
.login_check_box input {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.login_check_box label {
    font-size: 13px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    padding-left: 33px;
    cursor: pointer;
    color: #333;
}
.login_sec p {
    font-size: 12px;
}

.ovfh{
    overflow: hidden;
}

.box_line {
    border: 1px solid #ccc9c9;
    padding: 35px;
}
.top_line {
    border-top: 2px solid #3d65ad;
}

.login_txt {
    font-size: 13px;
    color: #777777;
}
.login_txt span{
    display: block;
}
.login_txt span:first-child{
    padding-bottom: 10px;
}
.login_txt span h4{
    display: inline;
    font-weight: 900;
    color: #1329c3;
}
.login_title {
    font-size:20px;
    font-weight: 900;
    color: #3d64ad;
    padding-bottom: 15px;
}

.table_no_txt {
    font-size: 14px;
    display: inline-block;
    padding: 20px 0;
    color: #F20000;
    font-weight: 600;
}

.support_txt {
    border: 1px solid #e4e0e0;
    background-color: #FFF;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    color: #716f6f;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
}

.support_txt.min_size {
    height: 38px;
    overflow: hidden;
}

.support_txt .support_btn {
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
}
.blind {
    position: absolute !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
    overflow: hidden !important;
}

.btn_login {
    font-size: 20px;
    font-weight: 700;
    line-height: 61px;
    display: block;
    width: 100%;
    height: 61px;
    margin: 30px 0 13px;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #aaa;
    -webkit-appearance: none;
}
.btn_login:hover,
.btn_login:active,
.btn_login:link {
    text-decoration: none;
    color: #fff;
}

.mb_icon {
    display: none;
}

@media screen and (max-width: 1032px) {
    html {
        background: rgba(173, 196, 226, 0.5);
    }
    .mb_icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #1a2b7c;
    }
    .login_sec {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0;
        width: 100vw;
        height: 100vh;
    }
    .login_title {
        display: none;
    }
    .box_line {
        border: none;
        padding: 0;
        width: 274px;
    }
    .check_info {
        display: none;
    }
    .login_txt span:not(:last-of-type) {
        display: none;
    }
    .top_line {
        border: none;
    }
    .input_box {
        position: relative;
        overflow: visible;
    }
    .input_box label {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        font-size: 12px;
        color: #1a2b7c;
        cursor: text;
        transform-origin: bottom left;
        transition-property: color, bottom, transform;
        transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .input_box input[type="text"],
    .input_box input[type="password"] {
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 10px 10px 10px 30px;
        color: #1a2b7c;
        border: none;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        background-color: transparent;
        outline-style: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
    }
    .input_box input:-webkit-autofill,
    .input_box input:-webkit-autofill:hover,
    .input_box input:-webkit-autofill:focus,
    .input_box textarea:-webkit-autofill,
    .input_box textarea:-webkit-autofill:hover,
    .input_box textarea:-webkit-autofill:focus,
    .input_box select:-webkit-autofill,
    .input_box select:-webkit-autofill:hover,
    .input_box select:-webkit-autofill:focus {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
    }
    .input_box label.focus {
        left: 35px;
        font-size: 14px;
        -webkit-transform: scale(0.75) translateX(-10px) translateY(-39px);
        -moz-transform: scale(0.75) translateX(-10px) translateY(-39px);
        transform: scale(0.75) translateX(-10px) translateY(-39px)
    }
    .btn_login {
        margin: 0;
        padding: 15px 0;
        height: auto;
        background-color: #1a2b7c;
        border-radius: 10px;
        line-height: normal;
        font-size: 18px;
    }
    .input_row {
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
    }
    .input_row:first-of-type {
        margin-bottom: 15px;
    }

    .login_txt {
        margin-top: 25px;
    }
    .login_txt span {
        word-break: keep-all;
        text-align: center;
        line-height: 1.5;
    }
}