﻿@import url(http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

img {
    border: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nanum Square "
}

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;
}

#wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}
/*content*/
#content {
    position: absolute;
    width: 830px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -415px;
    margin-top: -250px;
    background-color: #000000;
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

#inner_content1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 11px 0px 0px 11px;
    background-image: url(/images/login/left_bg.png);
}

#inner_content1_console {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 11px 0px 0px 11px;
    background-image: url(/images/login/left_bg2.png);
}

#inner_content2 {
    position: absolute;
    top: 0px;
    left: 320px;
    width: 510px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 0px 11px 11px 0px;
}

#divLog {
    position: absolute;
    width: 250px;
    height: 80px;
    top: 30px;
    left: 30px;
    background: url(/images/login/logo.png) no-repeat center center;
}


.divInfo1 {
    width: 250px;
    height: 60px;
    text-align: left;
    padding-top: 5px;
    color: #ffffff;
    cursor : pointer;
}

#divText {
    position: absolute;
    width: 200px;
    height: 40px;
    top: 60px;
    left: 50px;
    text-align: left;
    font-size: 30px;
    font-family: 'Noto Sans KR', sans-serif;
}

#login_wrap {
    width: 350px;
    margin: 0 auto;
}

#login_list {
    position: absolute;
    float: right;
    left: 50px;
    top: 125px;
    width: 400px;
    text-align: center;
}

.frm_input {
    width: 380px;
    height: 30px;
    line-height: 30px;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #B1B1B1 !important;
    color: #808080;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 18px 0px;
    padding-left: 35px;
    top: 130px;
}

    .frm_input:focus {
        outline: transparent !important;
    }


input#login_code {
    background-image: url(../images/login/icon_code.png);
    background-repeat: no-repeat;
}

input#login_id {
    background-image: url(../images/login/icon_id.png);
    background-repeat: no-repeat;

}

input#login_pw {
    background-image: url(../images/login/icon_pw.png);
    background-repeat: no-repeat;
}

#btnLogin {
    margin: 15px 0px;
    width: 415px;
    height: 50px;
    border-radius: 10px;
    background-color: #68A1C8;
    border: 0 solid #ffffff;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}

#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;
    
}