@charset "UTF-8";

/* 로그인 페이지 */
body.login_body{
    display: block;
    color: #fff;
    background-color: #090f16;
    background-image: url(../images/bg_login.jpg);
    background-size: cover;
    font-family: 'Noto Sans KR',sans-serif;
}

h1.login_top{ position: absolute; font-weight: 400; font-size: 15px; padding: 30px;}
.login_top strong{ font-size: 20px; padding-right: 10px;}

.fullscreen_video_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullscreen_video_wrap video{
    min-width: 100%;
    min-height: 100%;
}
.layered_opacity{
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
}
.login_wrap{
    max-width: 372px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.layered{
    background: #000;
    opacity: .5;
    width: 372px;
    height: 405px;
    position: absolute;
    top: 21px;
    left: 15px;
}
.login{
    padding-top: 18px;
    background-image: url(../images/bg_border.png);
    background-repeat:  no-repeat;
    background-position: center 6px;
    width:372px;
    height: 410px;
    padding: 37px;
    box-sizing: border-box;
    position: relative;
}
.login::after{
    display: block;
    content: "";
    clear: both;
}
.login_title{
    position: absolute;
    top: 0;
    left: 36px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 16px;
    text-transform: uppercase;
}
h2.login_txt{
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 65px;
}
label.login_input_title{
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    margin-top: 34px;
    display: block;
}
.login_input{
    width: 300px;
    height: 30px;
    background-color: transparent;
    box-sizing: border-box;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
}
.login_input:focus{
    outline: none;
}
input.login_input:-internal-autofill-selected {
    background-color: transparent !important;
}
.btn_login{
    display: block;    
    font-size: 16px;
    color: #fff;
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #1867d3;
    margin-top: 24px;
}
.remember{
    /* font-weight: 600; */
    float: right;
}
.login input[type=checkbox]{
    width: 16px;
    height: 16px;
    background-color: #fff;
}
.login_fotter{ position: absolute; bottom: 0; right: 0; padding: 30px;}