#top {
    width: 105%;
    height: 70px;
    margin: -8px;
    background-color: #0052d6;
    color: #ffffff;
    text-align: center;
}

#top a{
    display:inline-block;
    margin-top:10px;
    margin-left:-60px;
}

#login-pop {
    width: 360px;
    height: 360px;
    background-size:360px 360px;
    background-color: #ffffff;
    box-shadow: rgba(161,161,161,0.5) 1px 1px 1px 0.5px;
    border-radius: 20px;
    box-shadow: 0 0 100px #caf5ff;
}

#login-pop a{
    display:block;
    margin:-22px 0 0 20px;
    color:#aaa;
    font-size:14px;
    text-decoration:none;
}

#login-pop .help{
    margin:-12px 0 0 3px;
}

#login-pop .help img{
    width:15px;
}

#login-pop .log{
    margin:0 auto;
    height:65px;
    /*margin:-30px 0 0 25px;*/
    text-align: center;
}

#login-pop .log p:first-child {
    font-size:40px;
    font-weight:600;
    color:#0052d6;
    height:60px;
    margin:0;
    padding-top:8px;
    margin-bottom: 10px;
}

#login-pop .log p:first-child img{
    height:75px;
    margin-right: 0px;
}

#login-pop .log p:nth-child(2) {
    margin-top:-40px;
    font-size:24px;
    color:#0a2a8f;
    font-weight:bold;
    display:block;
    margin-left:210px;
}

#login-pop .se {
    margin-top:-40px;
    margin-left:276px;
}

#login-pop .se #sel {
    padding:5px;
    padding-right:10px;
    border-radius:5px;
    background-color:#a9b2bb;
    color:#ffffff;
}

#login-pop .idpa {
    width: 280px;
    border-radius: 5px;
    margin: 74px auto 0 auto;
}

#login-pop .idpa p{
    line-height:5px;
}

#login-pop .idpa p span{
    position:relative;
    display:block;
    width:282px;
    height:37px;
}

#login-pop .idpa p span img{
    position:absolute;
    top:7px;
    left:10px;
    width:7%;
}

#login-pop .idpa .saveid{
    display:inline;
}

#login-pop .idpa p:first-child{
    display:inline-block;
    margin-top:20px;
    text-indent:-9999px;
    overflow:hidden;
    width:0;
    height:0;
}

#login-pop .idpa p:nth-child(2){
    margin:0;
}

#login-pop .idpa p:nth-child(3){
    display:inline-block;
    margin-top:5px;
    text-indent:-9999px;
    overflow:hidden;
    width:0;
    height:0;
}

#login-pop .idpa p:last-child{
    margin-top:-3px;
}

#login-pop .bu p:first-child {
    display: inline;
    text-align: center;
}

#login-pop .bu{
    padding-top: 14px;
    margin-top:-10px;
    width:280px;
    margin:0 auto;
}

#login-pop .bu p:nth-child(2){
    display:inline-block;
    text-align:center;

}

#login-pop .bu p:last-child{
    display:block;
    text-align:center;
    font-size:12px;

}

#login-pop .lab p{
    display:none;
    text-align:center;
    margin-top:32px;
    margin : 0!important;
}

.aspBtn {
    display: inline-block;
    width: 120px;
    height:40px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 65px;
    text-align: center;
    padding: 10px 0;
    background-color: #0052d6;
    color: #ffffff;
    border:none;
    cursor:pointer;
    transition: all 0.4s linear;
}

.aspBtn:hover {
    background-color: #007bff;
}

body.blank .content{
    background:none;
}

.login .loginbox  p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.login .loginbox p:last-child {

    font-size: 12px;
    color: #000;
}
.cmbCss {
    width: 282px;
    height:37px;
    color: #404040;
    margin-top: 10px;
    border: 1px solid #d5dbe5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #f4f6f9;
    padding:0 10px;
}

.cmbCss.c1{
    /*margin-left:15px;*/
    font-size:16px;
}

.textCss {
    background-color: #f4f6f9 !important;
    color: #000000;
    padding: 10px;
    width: 282px;
    border: 1px solid #d5dbe5;
    padding-left:40px;
    font-size:16px;
    padding-bottom: 10px;
    height: 40px;
}
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    position: fixed;
    z-index: 820;
    bottom:0;
    padding:10px 0 ;
    font-family: 'Roboto', sans-serif;
    color: #949ba2;
    font-size:14px;
}



/*---------------------------------particle.js 사용--------------------------------------*/

/* ---- particles.js container ---- */
#particles-js{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient( to bottom, #f4f6f9, #e3f2fd );
    /*background-image: url('../image/login/login_bg.png');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*form의 위치기준값*/
    position: relative;
}
#particles-js form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
