﻿
@import url(http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');


/*스마트패드*/
/*@media (min-width: 700px) and (max-width:1366px) {
    #inner_content2_0703 {
        height: 500px !important;
    }

    #content {
        height: 560px !important;
        margin-top: -280px !important;
    }

    #divText_0703 {
        top: 47px !important;
        margin-left: -80px !important;
        font-size: 66px !important;
    }

    #login_list_0703 {
        top: 167px !important;
    }

    #btnLogin_0703 {
        margin: 30px 0px !important;
    }

    .frm_input_0703 {
        margin: 15px 0px !important;
    }

    .erp_text {
        bottom: 12px !important;
    }

    .erp_text2 {
        top: 133px !important;
        margin-left: 17px !important;
        width: 62% !important;
    }

    .search_pw {
        bottom: 50px !important;
    }

    .modal-content {
        width: 40% !important;
    }
    .modal-content {
        
        margin: 10% 37.5%;
   
    }
}*/

@media (min-width: 0px) and (max-width:1200px) {
    .modal-content {
        width: 66% !important;
    }
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "nanumsquareround";
    
}

div, ul, li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

li {
    float: left;
}

html {
    background: url(/images/login/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#head_text {
    color: white;
    font-size: 17px;
    text-align: left;
    line-height: 3.7;
    margin-left: 20px;
    FONT-WEIGHT: 600;
}

#wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}


/*content*/
#content_0703 {
    position: absolute;
    width: 550px;
    height: 640px;
    left: 50%;
    top: 50%;
    margin-left: -207px;
    margin-top: -320px;
    background: linear-gradient(to right, #012340, #11538c 80%);
    display: inline-block;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

/*#inner_content1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 414px;
    height: 736px;
    background-color: #ffffff;
}*/


#inner_content2_0703 {
    position: absolute;
    bottom: 0px;
    width: 414px;
    height: 580px;
    background-color: #ffffff;
}

#inner_content3_0703 {
    position: absolute;
    bottom: 0px;
    width: 136px;
    height: 580px;
    background-color: #3D77A9;
    left: 414px;
}

/*#divLog {
    position: absolute;
    width: 250px;
    height: 80px;
    top: 30px;
    left: 30px;
    background: url(/images/login/logo.png) no-repeat center center;
}*/


.divInfo1_0703 {
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 5px;
    color: #ffffff;
    cursor: pointer;
    right: 0px;
}

.divInfo1_0703 > img {
    position: absolute;
    top: 9px;
    width: 27px;
    right: 20px;
}

.divInfo1_0703 > span {
    position: absolute;
    top: 42px;
    width: 67px;
    right: 0px;
    font-size: 11px;
}

/***************************(2021.05.15 고형규 로그인화면 우측 아이콘 추가)********************************/
.divInfo1_1 {
    position: absolute;
    width: 136px;
    height: 145px;
    padding-top: 5px;
    color: #ffffff;
    cursor: pointer;
}

.divInfo1_1 > img {
    position: absolute;
    top: 30px;
    width: 45px;
    right: 45px;
}

.divInfo1_1 > span {
    position: absolute;
    top: 95px;
    width: 64px;
    font-size: 14px;
    right:35px;
}

.divInfo1_2 {
    position: absolute;
    width: 136px;
    height: 145px;
    padding-top: 5px;
    color: #ffffff;
    cursor: pointer;
}

.divInfo1_2 > img {
    position: absolute;
    top: 30px;
    width: 45px;
    right: 43px;
}

.divInfo1_2 > span {
    position: absolute;
    top: 95px;
    width: 65px;
    font-size: 13px;
    right: 35px;
}

.divInfo1_3 {
    position: absolute;
    width: 136px;
    height: 145px;
    padding-top: 5px;
    color: #ffffff;
    cursor: pointer;
}

.divInfo1_3 > img {
    position: absolute;
    top: 30px;
    width: 45px;
    right: 45px;
}

.divInfo1_3 > span {
    position: absolute;
    top: 95px;
    width: 80px;
    font-size: 13px;
    right: 27px;
}

.divInfo1_4 {
    position: absolute;
    width: 136px;
    height: 145px;
    padding-top: 5px;
    color: #ffffff;
    cursor: pointer;
}

.divInfo1_4 > img {
    position: absolute;
    top: 30px;
    width: 45px;
    right: 46px;
}

.divInfo1_4 > span {
    position: absolute;
    top: 95px;
    width: 65px;
    font-size: 13px;
    right: 35px;
}
/**********************************************************************************************************/

/*#divText {
    position: absolute;
    width: 414px;
    height: 40px;
    top: 82px;
    color: #11538c;
    font-size: 15px;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
}*/

#divText_0703 {
    position: absolute;
    width: 414px;
    height: 40px;
    top: 60px;
    color: #11538c;
    font-size: 15px;
    text-align: center;
    margin-left: -65px;
    margin-top: -11px;
    font-size: 78px;
    font-weight: 800;
    font-family: "nanumsquare";
}


.erp_text {
    position: absolute;
    color: #808080;
    bottom: 15px;
    left: 50%;
    margin-left: -79px;
    font-size: 12px;
}

/*.erp_text2 {
    position: absolute;
    color: #808080;
    top: 209px;
    
    margin-left: -48px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;}
*/

.erp_text2 {
    position: absolute;
    color: #11538c;
    top: 186px;
    margin-left: 8px;
    font-size: 16px;
    width: 68%;
    text-align: center;
    /*z-index: 100;*/
    background-color: white;
    font-weight: 800;
}


    .erp_text2 > span {
        color: #11538c;
    }



#login_wrap {
    width: 350px;
    margin: 0 auto;
}

#login_list_0703 {
    position: absolute;
    float: right;
    left: 50%;
    margin-left: -200px;
    top: 215px;
    width: 400px;
    text-align: center;
}


.frm_input_0703 {
    width: 79%;
    height: 30px;
    line-height: 34px;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #B1B1B1 !important;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 17px 0px;
    padding-left: 10%;
    top: 130px;
}

    .frm_input_0703:focus {
        outline: transparent !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #808080 !important;
}









.login_code_0703 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/login/icon_code2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    top: 17px;
    left: 18px;
    z-index: 1;
}

.login_id_0703 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/login/icon_id2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    top: 83px;
    left: 18px;
    z-index: 1;
}

.login_pw_0703 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/login/icon_pw2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    top: 151px;
    left: 18px;
    z-index: 1;
}


#btnLogin_0703 {
    margin: 33px 0px;
    width: 367.99px;
    height: 37px;
    background-color: #11538c;
    border: 0 solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    line-height: 37px;
}

#divSetLogin {
    position: absolute;
    width: 415px;
    height: 50px;
    left: 50px;
    top: 420px;
}

#solution_intro {
    position: absolute;
    width: 820px;
    height: 900px;
    left: 50.4%;
    top: 10%;
    margin-left: -410px;
    padding: 20px;
    max-width: 820px !important;
}

#divIntro {
    overflow: auto;
    width: 800px;
    height: 840px;
}

#solution_img {
    overflow: scroll;
    width: 750px;
    height: 3325px;
}

a.btnClose {
    color: #fff;
    background: #FF0066;
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25;
    border: none;
    font-size: 14px;
    text-decoration: none !important;
}

a.close-modal {
    display: none !important;
}

.search_pw {
    bottom: 65px;
    position: absolute;
    right: 16px;
    color: #11538c;
    font-weight: 700;
    font-size: 12px;
   
}
    .search_pw > input[type=button] {
        background-color: transparent !important;
        background-image: none !important;
        border-color: transparent;
        border: none;
        cursor: pointer;
        letter-spacing: -1.5px;
    }
    .search_pw::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #11538c;
        display: block;
        position: absolute;
        top: 7px;
        left: -6px;
    }


/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 60px 60px 120px 60px;
    border: 1px solid #888;
    width: 26%; /* Could be more or less, depending on screen size */
    box-sizing: border-box;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-content > h2 {
    border-bottom: 1px solid black;
    color: #808080;
    padding-bottom: 30px;
    text-align: center;
}
.find_pw2 > span {
    width: 1000px;
    
}

.find_pw2 > input[type=button] {
    margin: 32px 0px;
    width: 100%;
    height: 37px;
    background-color: #11538c;
    border: 0 solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    line-height: 37px;
}
.find_pw2 > .frm_input_0703 {
    width: 100%;
    height: 30px;
    line-height: 34px;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #B1B1B1 !important;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 17px 0px;
    padding-left: 0;
    top: 130px;
}


input#login_code {
    background-image: url() !important;
    background-repeat: no-repeat;
}
input#login_id {
    background-image: url() !important;
    background-repeat: no-repeat;
}
input#login_pw {
    background-image: url() !important;
    background-repeat: no-repeat;
}