@charset "utf-8";

.loginWrap {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #E3E9F0;
    overflow-x: hidden;
}

.loginCont {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: 9;
    overflow: hidden;
}

.loginWrap::after{
    content: "";
    position: absolute;
    background: url(../images/login/login_bg.png) no-repeat;
    width: 658px;
    height: 480px;
    bottom: 0;
    right: -60px;
}

.loginCont > div {
    width: calc(100% / 2);
}

.login_box {
    position: relative;
    padding: 40px 30px;
}

.Notice {
    background: #0E164D;
}

.loginTitle {
    display: block;
    margin: 15px 0 20px 0;
}

.loginTitle h3 {
    font-size: 25px;
    font-weight: 500;
    color: #192F55;
}

.loginTitle h3 span {
    font-weight: bold;
    color: #3BA370;
}

.loginTitle p {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}

.login_upgrade{
    padding: 15px 20px;
    background: #F8F9FA;
    border-radius: 10px;
}

.login_upgrade p{
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.login_upgrade a{
    display: inline-block;
    margin: 10px 0;
    color: #00A686;
    text-decoration: underline;
}

.login_upgrade b{
    position: relative;
    padding-left: 22px;
    color: #FF5258;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.login_upgrade b::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/login/warning.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}

.login_input{
    position: relative;
    display: block;
    margin: 50px 0 10px 0;
}

.login_input input{
    width: 100%;
    border-radius: 5px;
    border-color: #CECECE;
    padding: 15px;
    height: auto;
}

.login_input input:nth-child(1){
    margin-bottom: 20px;
}

.id_save .label-txt{
    color: #888;
}

.login_Btn{
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 7px;
    background: #00A686;
    border: 1px solid #00A686;
    color: #fff;
    margin-top:25px;
    font-size: 18px;
    font-weight: bold;
}

.login_Btn:hover{
    background: #fff;
    color: #00A686;
}

.flex{
    display: flex;
    flex-wrap: nowrap;
}

.login_sch ul{
    margin: 15px 0;
    justify-content: center;
}

.login_sch ul li{
    position: relative;
}

.login_sch ul li:not(:nth-last-child(1))::after{
    content: "|";
    position: absolute;
    color: #888888;
    right: -2px;
    font-size: 15px;
}

.login_sch ul li a{
    margin: 0 15px;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.login_sch ul li a:hover{
    color: #2A3378;
}

.login_sch ul li a:hover::before,
.login_sch ul li a:active::before{
    width: 100%;
}

.login_sch ul li a::before{
    content: "";
    display: block;
    width: 0;
    height: 1.3px;
    margin: 0 auto;
    background: #2A3378;
    bottom: -3px;
    position: absolute;
    left: 0;
    transition: all .3s;
}

.login_sch ul li a:hover{
    background: 
}

.login_type ul{
    column-gap: 25px;
}

.login_type ul li{
    width: calc(100% / 2);
}

.login_type ul li a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    padding: 13px;
}

.login_type ul li a.otp_login{
    background: #1F2C4C;
    border: 1px solid #1F2C4C;
}

.login_type ul li a.otp_login:hover{
    color: #1F2C4C;
    background: #fff;
}

.login_type ul li a.cert_login{
    background: #546E7A;
     border: 1px solid #546E7A;
}

.login_type ul li a.cert_login:hover{
    color: #546E7A;
    background: #fff;
}

.No_otp{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #CECECE;
    margin-top: 30px;
}

.No_otp p{
    color: #888;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.No_otp ul li:not(:nth-last-child(1)){
       margin-right: 20px;
}

.No_otp ul li{
    position: relative;
}

.No_otp ul li:not(:nth-last-child(1))::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #1F2C4C;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    
}

.No_otp ul li a{
    font-size: 14px;
    color: #1F2C4C;
}

/* 오른쪽 공지사항 */

.login_box.Notice{
    padding:40px 60px;
}

.login_box.Notice .login_Notice,
.login_list > ul li a{
    background:#36385E;
    padding: 20px;
    border-radius: 10px;
}

.lg_notice_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.lg_notice_title *{
    color: #fff!important;
}

.lg_notice_title h3{
    font-size: 23px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    color: #fff;
    background-image: url(../images/login/notice_title.png);
    background-repeat: no-repeat;
}

.lg_notice_title a{
    font-size: 25px;
}

.lg_Notice_cont{
    height: 90px;
    margin-top: 10px;
    overflow-y: auto;
    padding-right: 10px;
}

.lg_Notice_cont::-webkit-scrollbar {
    width: 5px;
}

.lg_Notice_cont::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}

.lg_Notice_cont ul li{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lg_Notice_cont ul li a{
    color: #fff;
    width: 75%;
}

.lg_Notice_cont ul li a p{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #CECECE;
    position: relative;
    z-index: 1;
}

.lg_Notice_cont ul li a p::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.lg_Notice_cont ul li a p:hover::after{
    width: 100%;
    transition: width .3s;    
}

.lg_Notice_cont ul li b{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #CECECE;
}
    
.login_list{
    display: block;
    position: relative;
    margin-top: 15px;
}

.login_list ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.login_list ul li{
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.login_list ul li:nth-child(2n){
    margin-right: 0;
}

.login_list ul li a{
    display: block;
    padding:13px 15px;
}

.login_list ul li a:hover {
    outline: 1px solid #fff;
    transition: all .2s;
}

.login_list ul li a span.lg_img{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.login_list ul li a span.lg_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login_list ul li a p{
    color: #cecece;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.lg_copyright{
    padding-top: 27px;
    border-top: 1px solid #CECECE;
    margin-top: 16px;
}

.lg_copyright p{
    font-size: 11px;
    font-weight: bold;
    color: #878787;
    text-align: center;
    line-height: 1.5;
}

@media(min-width: 1921px){
    .loginWrap::after{
        bottom: 160px;
        right: 220px;
    }
}

@media(max-width: 1200px){
    .loginWrap::after{
        content: none;
    }
    
    .loginWrap{
        padding: 15px;
    }
    
    .loginCont{
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0);
    }
    
    .login_box.Notice,
    .login_box{
        padding: 30px;
    }
    
    .No_otp p,
    .No_otp ul li a{
        font-size: 13px;
    }
    
    .No_otp{
        flex-wrap: wrap;
    }
    
    .login_input input{
        line-height: 24px;
    }
}

@media(max-width: 780px){
    
    .loginWrap{
        height: auto;
    }
    .loginCont{
        display: block;
    }
    
    .loginCont > div{
        width: 100%;
    }
    
    .login_input{
        margin: 20px 0 10px;
    }
    
    .login_input input{
        line-height: 1.4;
    }
    
    .login_Btn{
        margin-top: 15px;
        padding: 15px
    }
    
    .login_type ul li a{
        padding: 10px;
    }
    
    .login_list ul li{
        width: calc((100% / 3) - 7px);
    }
    
    .login_list ul li:nth-child(2n){
        margin-right: 10px;
    }
    
    .login_list ul li:nth-child(3n){
        margin-right: 0;
    }
}

@media(max-width: 450px){
    
    .login_upgrade{
        padding: 15px;
    }
    
    .login_upgrade p{
        font-size: 13px;
        line-height: 1.5;
    }
    
    .login_box.Notice, .login_box{
        padding: 15px;
    }
    
    .login_upgrade b{
        font-size: 14px;
    }
    
    .No_otp{
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .No_otp p{
        text-align: center;
        width: 100%;
    }
    
    .No_otp ul{
        justify-content: center;
        margin: 0 auto;
    }
    
    .loginTitle{
        margin-bottom: 15px;
    }
    
    .lg_notice_title h3{
        font-size: 20px;
    }
    
    .lg_Notice_cont ul li a p{
        font-size: 13px;
    }
    
     .login_list ul li{
        width: calc((100% / 2) - 7px);
    }
    
    .login_list ul li:nth-child(3n){
        margin-right: 10px;
    }
    
    .login_list ul li:nth-child(2n){
        margin-right: 0;
    }
}