@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@600;700&display=block');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html{font-size: 10px;}
body { font-family:'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Dotum, 돋움, Arial, Helvetica, sans-serif; font-size: 1.6rem; color:#111; line-height:normal; position:relative;}
ol, ul { list-style:none; }
blockquote, q {quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
legend { display:none; }
em, address { font-style:normal; font-weight:normal; }
button { cursor:pointer; border:0; font-family: inherit; background: transparent;}
img { vertical-align:top; border:0; }
a { color:#111; text-decoration:none; }
a:active, a:focus, a:link, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:hover,a:active:hover, a:focus:hover, a:link:hover, a:visited:hover { text-decoration:none; color:#2a4592;/*text-decoration:underline; text-decoration-thickness:1px; text-decoration-ink:none; text-underline-offset:2px;*/ }
input[type="text"] {padding: 0; border: 1px solid #ccc;border-radius: 0; box-sizing: border-box;}
.hide{
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    clip: rect(0 0 0 0);
}

#sikp{position: absolute;margin: 0 auto;width: 100%;list-style: none;font-size: 1.6rem;top: -3.5rem;left: 0;z-index: 999;}
#sikp a:focus, #sikp a:active {position: absolute;padding-top: 1.5rem;width: 100%;height: 3.5rem;top: 4rem;z-index: 999;text-align: center;color: #fff;background: #333;overflow: visible;clip: unset;}

/* header */

/*  wrap*/
.wrap{width: 1000px; margin: 0 auto;box-sizing: border-box;}
.container .logo{
    margin-top: 91px;
    width: 100%;height: 100%;
    text-align: center;
}
.container .logo img{
    width: 296px;
    height: 48px;
}
.sc_login{
    margin-top: 63px;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #efefef;
    margin-bottom: 32px;
    justify-content: space-between;
}
.sc_login .left_area{
    background: url(/img/login/content.png) no-repeat;
    width: 500px;
    height: 570px;
}
.sc_login .right_area{
    width: 100%;
    height: 100%;
    margin-right: 30px;
    flex: 1;
    /* padding-right: 50px; */
}
/* 999999 */
.sc_login .right_area h2{
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.sc_login .right_area .login_list{
    display: flex;
    align-items: center;
    height: 45px;
    margin-bottom: 32px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
/* .sc_login .right_area .login_list::after{
    content: '';
    display: block;
    border: 1px solid #efefef;
    width: 100%;
} */
.sc_login .right_area .login_item{
    flex: 1;
    font-size: 1.3rem;
    border-right: 1px solid #efefef;
    position: relative;
}
/* .sc_login .right_area .login_item i{
    display: block;
    width: 100%;
    height: 100%;
    background: #f00;
    position: absolute;
    top: 0;
    left: 0;
} */
.sc_login .right_area .login_item:last-child{border-right: none;}
.sc_login .right_area .login_item .login_menu{}
.sc_login .right_area .login_item input{display: none;}
/* .right_area .login_item label:checked .i{
    background: rgb(13, 38, 66);
} */
/* [type="radio"]:checked {
    border: 0.4em solid tomato;
  } */
.sc_login .right_area .login_item label{
    display: block;
    /* width: 100%; */
    height: 100%;
    /* padding: 0 8px;/ */
    height: 47px;
    line-height: 47px;
    color: #aaaaaa;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -0.975px;
}

.sc_login .right_area .login_item.active label{
   color: #000;
   border: 1px solid #999999;
   border-radius: 5px;
}
.sc_login .right_area .login_item:nth-child(4){
    flex-grow: 1.3;
}
.sc_login .right_area .login_item:nth-child(5){
    flex-grow: 1.2;
}
.sc_login .right_area .login_item:nth-child(6){
    flex-grow: 1.6;
}

.sc_login .password_area{
    margin-top: 31px;
}
.sc_login .password_area > input{
    border: 1px solid #efefef;
    margin-bottom: 17px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 54px;
    padding: 0 22px;
    border-radius: 5px;
    font-weight: bold;
    box-sizing: border-box;
}
.sc_login .password_area .checkbox_wrap{
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}
.sc_login .password_area .checkbox_wrap input{width: 20px;height: 20px;}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label i{
    display:inline-block;
    margin-right: 7px;
    width: 20px;height: 20px;
    border:1px solid #efefef;
    vertical-align:middle;
    border-radius: 5px;
  }
.checkbox_wrap input[type="checkbox"]:checked+label i{
    display: inline-block;
    background: url(/img/login/ck_btn.png)no-repeat;
    width: 20px;height: 20px;
}
/* .sc_login .password_area .checkbox_wrap input{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    visibility: hidden;
}
.sc_login .password_area .checkbox_wrap label::before{
    content: '';
    display: block;
    border: 1px solid;
    width: 20px;height: 20px;
}
.sc_login .password_area .checkbox_wrap.active label::before{
    background: url(/img/login/ck_btn.png)no-repeat;
} */

.sc_login .password_area .checkbox_wrap label{
    font-size: 13px;
    position: relative;
}
.sc_login .password_area .btn_login{
    font-size: 15px;
    color: #fff;
    background: #20d0cc;
    text-align: center;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    margin-top: 50px;
}
.sc_login .download{
    margin-top: 30px;
    width: 100%;height: 100%;
    text-align: center;
    font-weight: bold;
}
.footer{}
.footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    height: 37px;
}
.footer ul li{ } 
.footer ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .ic_aj{
    display: block;
    background: url(/img/login/logo1.png) no-repeat center;
    width: 71px;height: 15px;
    background-size: 100%;
}
.footer .ic_tv{
    display: block;
    background: url(/img/login/logo2.png) no-repeat center;
    width: 65px;height: 28px;
    background-size: 100%;
}
.footer .ic_cn{
    display: block;
    background: url(/img/login/logo3.png) no-repeat center;
    width: 76px;height: 19px;
    background-size: 100%;
}
.footer .ic_dl{
    display: block;
    background: url(/img/login/logo5.png) no-repeat center;
    width: 122px;
    height: 19px; 
    background-size: 100%;
}
.footer .ic_db{
    display: block;
    background: url(/img/login/logo6.png) no-repeat center;
    width: 69px;height: 20px;
    background-size: 100%;
}
.footer .ic_lp{
    display: block;
    background: url(/img/login/logo4.png) no-repeat center;
    width: 76px;height: 15px;
    background-size: 100%;
}
.footer .ic_pre{
    display: block;
    background: url(/img/login/logo7.png) no-repeat center;
    background-size: 100%;
    width: 114px;height: 17px;
}

.alert-danger {
    font-size: 14px;
    color:#f54c01;
    margin-top: 30px;
}

@media (max-width: 1015px) {
    .wrap{padding: 0px 19px;}
}
@media (max-width: 988px){
    .wrap{
        width: 100%;
        padding: 0;

    }
    .inner{padding: 0 25px;}
    .container .logo img{
        width: 160px;
        height: 27px;
    }
    .sc_login{
        flex-direction: column;
        margin-top: 30px;
        border: none;
    }
    .container .logo{
        margin-top: 50px;
    }
    .sc_login .left_area{
        width: 100%;
        height: 250px;
        background: url(/img/login/content.png)no-repeat center;
        background-size: 100%;
        object-fit: cover;
    }
    .sc_login .right_area{
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .sc_login .right_area h2{
        font-size: 22px;
        margin-top: 5rem;
        margin-bottom: 2rem;
    }
    .sc_login .password_area .btn_login{margin-top: 10rem;}


    .sc_login .right_area .login_list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        border: none;
    }
    .sc_login .right_area .login_item{
        margin-bottom: 5px;
        border: 1px solid #efefef;
        font-size: 1.7rem;
    }
    /* .sc_login .right_area .login_item:nth-child(4){width: auto;} */
    .sc_login .right_area .login_item:nth-child(odd){border-radius: 5px 0 0 5px;}
    .sc_login .right_area .login_item:nth-child(even){border-radius: 0 5px 5px 0;}
    .sc_login .right_area .login_item:last-child{border-right: 1px solid #efefef;}
    .sc_login .password_area .checkbox_wrap label{font-size: 14px;}
    .sc_login .password_area .checkbox_wrap input{width: 22px;height: 22px;}
    input[type="checkbox"] + label i{width: 22px;height: 22px;}
    .checkbox_wrap input[type="checkbox"]:checked+label i{
        width: 22px;height: 22px;
        background-size: 100%;
    }


    .footer {margin-bottom: 9rem;}
    .footer ul{flex-wrap: wrap;gap: 0;height: auto;margin-top: 55px;}
    .footer ul li{
        width: calc(100% / 4);
    }
    .footer i{
        object-fit: cover;
        margin: 0 auto;
    }
    .footer ul li a{margin-bottom: 23px;}
    .footer .ic_aj{
        width: 5.95rem;
        height: 1.25rem;
    }
    .footer .ic_tv{
        width: 4.6rem;
        height: 2.0rem;
    }
    .footer .ic_cn{
        width: 5.4rem;
        height: 1.35rem;
    }
    .footer .ic_lp{
        width: 5.55rem;
        height: 1.1rem;    
    }
    .footer .ic_dl{
        width: 7.5rem;
        height: 1.2rem;
    }
    .footer .ic_db{
        width: 4.45rem;
        height: 1.2rem;
    }
    .footer .ic_pre {
        width: 6.8rem;
        height: 1.35rem;
    }
}

