﻿@charset "utf-8";

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100vw;
}
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    font-family: 'Malgun Gothic', sans-serif;
}
body, p, h1, h2, h3, h4, h5, h6, table, th, td, form, fieldset, legend, input, textarea, button, pre {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
  
  /* hidden */
.alternate {
    position: absolute;
    top: -1000em;
    left: -1000em;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    color: #fff;
    line-height: 0;
    text-indent: -1000em;
}

img, fieldset, button, input {
    border: 0;
}
button, input, select {
    outline: none;
    cursor: pointer;
}


/* input box color */
    input:-webkit-autofill {
        box-shadow: 0 0 0 30px transparent inset;
        -webkit-text-fill-color: #444;
    }
        input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
            transition: background-color 5000s ease-in-out 0s;
        }

/*body*/
body {
    min-width: 1600px;
    max-width: 1920px;
    min-height: 800px;
    width: 100vw;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

/*form*/
form {
    width: 620px;
    margin: 0;
    display: block;
    height: 100vh;
    min-height: 800px;
}


/*bg*/
ul.login_bg {
    min-width: 1600px;
    max-width: 1920px;
    height: 100%;
    min-height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
}
ul.login_bg {
    min-width: 1600px;
    max-width: 1920px;
    height: 100%;
    min-height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
}
    ul.login_bg li {
        opacity: .5;
        transition: opacity .5s;
        position: absolute;
        z-index: -2;
        left: 0;
        top: 0;
        width: 100vw;
        min-width: 1600px;
        max-width: 1920px;
        height: 100%;
        min-height: 800px;
        background-repeat: no-repeat;
        overflow: hidden;
        padding-left: 320px;
    }
    ul.login_bg li:first-child {
        z-index: -1;
        opacity: 1;
    }

/*login*/
fieldset {
    width: 300px;
    height: 430px;
    margin: 0 10px 0 180px;
    padding: 130px 30px 30px 30px;
    position: relative;
    top: 220px;
    text-align: left;
    z-index: 1;
    border: 1px solid #00308a;
    border-radius: 30px;
}
    fieldset legend {
        position: absolute;
        width: 300px;
        height: 75px;
        top: 30px;
        left: 30px;
        text-align: center;
        background: url(/Images/Login_New_Images/CI.png) center center no-repeat;
    }
    fieldset select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 300px;
        height: 45px;
        margin-bottom: 10px;
        background: url(/Images/Login_New_Images/ic_selectLang.png) center center no-repeat;
        padding: 0 57px;
        line-height: 45px;
        border: 0;
    }
    fieldset select::-ms-expand {
        display: none !important;
    }
    fieldset input::placeholder {
        color: #444;
        font-size: 14px;
    }
    fieldset input {
        color: #222;
        font-size: 14px;
    }
    fieldset span {
        display: block;
        width: 300px;
        height: 45px;
        padding-left: 57px;
        border-bottom: 1px solid #ddd;
    }
#loginInfo {
    margin-bottom: 10px;
    background: url(/Images/Login_New_Images/ic_id.png) 13px center no-repeat;
}
    #loginInfo + span {
        margin-bottom: 20px;
        background: url(/Images/Login_New_Images/ic_pw.png) 13px center no-repeat;
    }
fieldset input[type='text'] {
    width: 243px;
    height: 44px;
    line-height: 45px;
    padding: 0 20px 0 0;
}
fieldset input[type='password'] {
    width: 243px;
    height: 44px;
    line-height: 45px;
    padding: 0 20px 0 0;
}
fieldset button[type='submit'] {
    width: 300px;
    height: 50px;
    background: #00308a;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
    fieldset button[type='submit']:hover {
        opacity: .8;
    }
fieldset input[type='checkbox'] {
    display: none;
}
    fieldset input[type='checkbox'] + label {
        background: url(/Images/Login_New_Images/ic_idsave.png) left 0 no-repeat;
        padding-left: 24px;
        font-size: 12px;
        width: 74px;
        line-height: 16px;
        color: #444;
        cursor: pointer;
        float: left;
        text-align: left;
        margin-bottom: 25px;
    }
    fieldset input[type='checkbox'] + label:hover {
        color: #f04d22;
    }
    fieldset input[type='checkbox']:checked + label {
        background: url(/Images/Login_New_Images/ic_idsave.png) left -16px no-repeat;
        color: #f04d22;
    }
fieldset button[type="button"] {
    font-size: 12px;
    color: #444;
    width: 113px;
    height: 16px;
    text-align: left;
    line-height: 16px;
    float: left;
    background: transparent;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 6.8px;
}
    fieldset button[type="button"]:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 8px;
        background: #ddd;
    }
    fieldset button[type="button"]:hover {
        color: #f04d22;
    }
    fieldset button[type="button"] + button[type="button"] {
        font-size: 12px;
        color: #444;
        width: 100px;
        height: 16px;
        text-align: right;
        line-height: 16px;
        float: left;
    }
    fieldset button[type="button"] + button[type="button"]:hover {
        color: #f04d22;
    }
fieldset a {
    text-decoration: none;
}
    fieldset div span {
        width: auto;
        height: auto;
        padding: 10px;
        border: 0;
        border-radius: 30px;
        background: #999;
        transition: background .3s;
        color: #fff;
        font-weight: bold;
        float: right;
        font-size: 11px;
        line-height: 1;
    }
    fieldset div:hover span {
        background: #f04d22;
    }
.copyright {
    position: absolute;
    top: 665px;
    left: 200px;
    width: 300px;
    font-size: 11px;
    text-align: center;
}




.dim {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.45);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    cursor: pointer;
}

.browserCheck {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 250px);
    z-index: 99999;
    width: 500px;
    height: auto;
    border-radius: 10px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 10px #666;
    padding: 30px;
    text-align: center;
}

    .browserCheck p {
        font-family: 'Malgun Gothic', sans-serif;
        font-size: 15px;
        color: #444;
    }

    .browserCheck a {
        display: inline-block;
        margin-top: 20px;
        padding: 0 7px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: tomato;
        letter-spacing: 1px;
        line-height: 8px;
        text-decoration: none;
        border-bottom: solid 10px rgba(240,78,35,.3);
        transition: all .3s;
    }

        .browserCheck a:hover {
           color: rgb(90,81,79);
           border-bottom-color: rgba(90,81,79,.3);
        }
