@charset "utf-8";

/* Font Import */
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700');*/
/*@font-face {font-family:'NanumBarunGothic';src: url('font/NanumBarunGothic.eot');src: url('font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),url('font/NanumBarunGothic.woff') format('woff'),url('font/NanumBarunGothic.ttf') format('truetype');font-weight: normal;font-style: normal; }*/
/*@font-face {font-family:'NanumBarunGothicBold';src: url('font/NanumBarunGothicBold.eot');src: url('font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),url('font/NanumBarunGothicBold.woff') format('woff'),url('font/NanumBarunGothicBold.ttf') format('truetype');font-weight: normal;font-style: normal; }*/
/**/
/*@font-face {font-family:'Nanum Gothic';src: url('font/NanumGothic.eot');src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),url('font/NanumGothic.woff') format('woff'),url('font/NanumGothic.ttf') format('truetype');font-weight: normal;font-style: normal; }*/
/*@font-face {font-family:'Nanum Gothic Bold';src: url('font/NanumGothicBold.eot');src: url('font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),url('font/NanumGothicBold.woff') format('woff'),url('font/NanumGothicBold.ttf') format('truetype');font-weight: normal;font-style: normal; }*/

/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0; padding:0;}

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}



body {font-size: 100%;font-family:'Noto Sans KR', 'Nanum Gothic','NanumGothic','Malgun Gothic','돋움','dotum','AppleGothic','Apple SD Gothic Neo Medium',Helvetica,Arial,Sans-Serif; line-height: 1.5;font-weight:normal;font-style:normal;background:#fff;color:#8b8b8b;}




.bk_box {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #f4f6fc;
} 
.login_cell {
    display: table-cell;
    vertical-align: middle;
}
.login_wrap {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 550px;
    border-radius: 20px;
    box-shadow: 0px 12px 27.26px 1.74px rgba(0, 0, 0, 0.11);
}
.login_wrap::after {
    display: block;
    clear: both;
    content: '';
}
.login_logo {
    display: table;
    float: left;
    width: 50%;
    height: 100%;
    background: url(/Images/admin_login_bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}
.login_logo h1 {
    display: table-cell;
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.26;
    text-align: center;
    vertical-align: middle;
}
.login_form {
    display: table;
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 0 20px 20px 0;
}
.login_form form {
    display: table-cell;
    vertical-align: middle;
}
.login_box {
    width: 304px;
    margin: 0 auto;
}
.login_box h2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #252525;
    text-align: center;
}
.login_box input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: #f8f8f8;
    box-sizing: border-box;
}
.login_box input::placeholder {
    color: #bbbbbb;
}
.login_box .save_id input {
    display: none;
}
.login_box .save_id input + label {
    display: block;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../_images/login/checkbox.png);
}
.login_box .save_id input:checked + label {
    background-image: url(../../_images/login/checkbox_on.png);
}
.login_box .login_btn {
    display: block;
    width: 100%;
    height: 48px;
    margin: 60px auto 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: #267dff;
    border-radius: 24px;
    box-shadow: 0px 12px 27.26px 1.74px rgba(0, 0, 0, 0.36);
}
.login_wrap .copy {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}
