@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'Noto Sans KR', 'Rajdhani', 'Roboto', sans-serif;
}

address,
em {
    font-style: inherit;
    font-weight: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'Noto Sans KR', 'Rajdhani', 'Roboto', sans-serif;
    vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="password"] {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    color: #666;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
}

button {
    padding: 0;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    padding: 0;
}


#wrap {
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.5px;
    background: #e5e5e5;
    min-width: 700px;
}




/* login */
#wrap.login_wrap .container {
    position: relative;
    width: 1100px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: linear-gradient(#4D5DA8, #142164);
    padding: 0 54px;
    box-sizing: border-box;
}

#wrap.login_wrap .container:after {
    display: block;
    content: "";
    width: 677px;
    height: 35px;
    background: url(/Content/img/frame.png) no-repeat 0 0;
    position: absolute;
    left: 200px;
    top: 103px;
}

#wrap.login_wrap .container h2 {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 266px;
    padding-top: 185px;
}

#wrap.login_wrap .container h2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}

.inter {
    font-family: 'Noto Sans KR', sans-serif;
}

#wrap.login_wrap .container .bottom_logo img {
    width: 297px;
}

#wrap.login_wrap .container .login_box {
    position: absolute;
    width: 550px;
    height: 700px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    right: 0;
    top: 0;
    padding: 145px 112px 147px 111px;
    box-sizing: border-box;
    z-index: 2;
}

#wrap.login_wrap .container .login_box h3 {
    font-size: 50px;
    font-weight: 400;
    color: #425199;
    margin-bottom: 57px;
}

#wrap.login_wrap .container .login_box ul li.userID {
    margin-bottom: 24px;
}

#wrap.login_wrap .container .login_box ul li span {
    display: block;
    color: #222;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
}

#wrap.login_wrap .container .login_box ul li input {
    display: block;
    width: 324px;
    height: 40px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 20px 0 38px;
}

#wrap.login_wrap .container .login_box ul li.userID input {
    background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
}

#wrap.login_wrap .container .login_box ul li.pw input {
    background: url(/Content/img/ico_pw.png) no-repeat 14px 50%;
}

#wrap.login_wrap .container .login_box ul li.MasterUserID {
    margin-bottom: 24px;
}

#wrap.login_wrap .container .login_box ul li.MasterPw {
    margin-bottom: 24px;
}

#wrap.login_wrap .container .login_box ul li.MasterUserID input {
    background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
}

#wrap.login_wrap .container .login_box ul li.MasterPw input {
    background: url(/Content/img/ico_pw.png) no-repeat 14px 50%;
}

#wrap.login_wrap .container .login_box ul li.MasterCustUserID input {
    background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
}


.btn_login {
    width: 324px;
    height: 48px;
    background: #425199;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 40px;
    margin-bottom: 36px;
    border: 0;
}


#wrap.login_wrap .container .login_box span.alert {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    line-height: 20px;
}



@media (max-width: 1295px) {

    #wrap.login_wrap .container {
        position: relative;
        width: 900px;
        height: 650px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: linear-gradient(#4D5DA8, #142164);
        padding: 0 54px;
        box-sizing: border-box;
    }

    #wrap.login_wrap .container:after {
        display: block;
        content: "";
        width: 677px;
        height: 35px;
        background: url(/Content/img/frame.png) no-repeat 0 0;
        position: absolute;
        left: 170px;
        top: 93px;
    }

    #wrap.login_wrap .container h2 {
        font-size: 45px;
        font-weight: 500;
        padding-bottom: 226px;
        padding-top: 185px;
    }

    #wrap.login_wrap .container .bottom_logo img {
        width: 247px;
    }

    #wrap.login_wrap .container .login_box {
        position: absolute;
        width: 450px;
        height: 650px;
        background: #fff;
        border-radius: 30px 0 0 30px;
        right: 0;
        top: 0;
        padding: 135px 112px 137px 111px;
        box-sizing: border-box;
        z-index: 2;
    }

    #wrap.login_wrap .container .login_box h3 {
        font-size: 45px;
        font-weight: 500;
        color: #425199;
        margin-bottom: 57px;
    }

    #wrap.login_wrap .container .login_box ul li input {
        display: block;
        width: 244px;
        height: 40px;
        border: 1px solid #d8d8d8;
        box-sizing: border-box;
        line-height: 40px;
        padding: 0 28px 0 28px;
    }

    #wrap.login_wrap .container .login_box ul li.userID input {
        background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
        font-size: 13px;
        padding-left: 34px;
    }

    .btn_login {
        width: 244px;
        height: 48px;
        background: #425199;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-top: 40px;
        margin-bottom: 36px;
        border: 0;
    }

    #wrap.login_wrap .container .login_box span.alert {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #989898;
        line-height: 20px;
    }

}



@media (max-width: 1023px) {

    #wrap.login_wrap .container {
        position: relative;
        width: 800px;
        height: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: linear-gradient(#4D5DA8, #142164);
        padding: 0 54px;
        box-sizing: border-box;
    }

    #wrap.login_wrap .container:after {
        display: block;
        content: "";
        width: 647px;
        height: 35px;
        background: url(/Content/img/frame.png) no-repeat 0 0;
        position: absolute;
        left: 140px;
        top: 73px;
    }

    #wrap.login_wrap .container h2 {
        font-size: 40px;
        font-weight: 500;
        padding-bottom: 226px;
        padding-top: 145px;
    }

    #wrap.login_wrap .container .bottom_logo img {
        width: 217px;
    }

    #wrap.login_wrap .container .login_box {
        position: absolute;
        width: 400px;
        height: 600px;
        background: #fff;
        border-radius: 30px 0 0 30px;
        right: 0;
        top: 0;
        padding: 85px 78px 85px 78px;
        box-sizing: border-box;
        z-index: 2;
    }

    #wrap.login_wrap .container .login_box h3 {
        font-size: 40px;
        font-weight: 500;
        color: #425199;
        margin-bottom: 57px;
    }

    #wrap.login_wrap .container .login_box ul li input {
        display: block;
        width: 244px;
        height: 40px;
        border: 1px solid #d8d8d8;
        box-sizing: border-box;
        line-height: 40px;
        padding: 0 28px 0 28px;
    }

    #wrap.login_wrap .container .login_box ul li.userID input {
        background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
        font-size: 13px;
        padding-left: 34px;
    }

    .btn_login {
        width: 244px;
        height: 48px;
        background: #425199;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-top: 40px;
        margin-bottom: 36px;
        border: 0;
    }

    #wrap.login_wrap .container .login_box span.alert {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #989898;
        line-height: 20px;
    }

}


@media (max-width: 850px) {

    #wrap.login_wrap .container {
        position: relative;
        width: 600px;
        height: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: linear-gradient(#4D5DA8, #142164);
        padding: 0 54px;
        box-sizing: border-box;
    }

    #wrap.login_wrap .container:after {
        display: block;
        content: "";
        width: 450px;
        height: 35px;
        background: url(/Content/img/frame.png) no-repeat 0 0;
        position: absolute;
        left: 90px;
        top: 53px;
    }

    #wrap.login_wrap .container h2 {
        font-size: 30px;
        font-weight: 500;
        padding-bottom: 196px;
        padding-top: 120px;
    }

    #wrap.login_wrap .container .bottom_logo img {
        width: 190px;
    }

    #wrap.login_wrap .container .login_box {
        position: absolute;
        width: 300px;
        height: 500px;
        background: #fff;
        border-radius: 30px 0 0 30px;
        right: 0;
        top: 0;
        padding: 55px 50px 55px 50px;
        box-sizing: border-box;
        z-index: 2;
    }

    #wrap.login_wrap .container .login_box h3 {
        font-size: 35px;
        font-weight: 500;
        color: #425199;
        margin-bottom: 40px;
    }

    #wrap.login_wrap .container .login_box ul li.userID{
        margin-bottom: 14px;
    }

    #wrap.login_wrap .container .login_box ul li input {
        display: block;
        width: 200px;
        height: 40px;
        border: 1px solid #d8d8d8;
        box-sizing: border-box;
        line-height: 40px;
        padding: 0 28px 0 28px;
    }

    #wrap.login_wrap .container .login_box ul li.userID input {
        background: url(/Content/img/ico_id.png) no-repeat 14px 50%;
        font-size: 10px;
        padding-left: 34px;
    }

    .btn_login {
        width: 200px;
        height: 40px;
        background: #425199;
        line-height: 40px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: block;
        margin-top: 30px;
        margin-bottom: 26px;
        border: 0;
    }

    #wrap.login_wrap .container .login_box span.alert {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: #989898;
        line-height: 20px;
    }

}
