@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.10.0/css/all.css");
@import url(../css/font.css);

/* default */
* {
    -webkit-text-size-adjust: none
}

body {
    font-family: 'Noto Sans KR', 'Dotum', '돋움';

    font-size: 12px;
    color: #63707C;
    line-height: 16px;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    letter-spacing: -0.5pt;
}

html {
    overflow-y: auto;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1300px;

}

/*담당자로그인*/
.login-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    /* background-image: url(../image/admin/login/login_bg.png); */
    /* background-repeat: no-repeat; */
    /* text-align: left; */
    justify-content: center;
    align-items: center;
}

.login_bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.login-img {
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #E9E9FF;
    background-image: url(../image/admin/login/login-bg-item.svg);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: bottom 20px right 20px;
    padding: 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: center;

}

.login-img>h2 {
    width: 100%;
    padding: 10px 0;
    color: #655F8F;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    margin-top: -150px;
}

.login-img>h2>span {
    font-size: 40px;
    font-weight: bold;

    color: #342D67;
}

.login-img>p {
    font-size: 14px;
    font-weight: lighter;
    color: #585858;
    line-height: 150%;
    margin-top: -40px;

}

.login-img>p:last-child {
    position: absolute;
    bottom: 20px;
}

.login-form {
    width: 45%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}

.login_group {
    max-width: 450px;
    padding: 45px;
    height: auto;
    display: flex;
    text-align: left;
    box-sizing: border-box;
    flex-wrap: wrap;
    border:1px solid #dcdcdc;
    border-radius: 4px;
}

.login_group>h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;

}

.id {
    display: flex;
    margin-top: 50px;
    width: 100%;
    height: auto;

    padding-top: 4px;
}

.pw {
    display: flex;
    width: 100%;
    height: auto;

}

.id>label,
.pw>label {
    height: 0;
    width: 0;
    position: absolute;
    top: -99999999999999999999999px;
}

.id>input[type='text'],
.pw>input[type='password'] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
    padding: 16px 2px;
    font-size: 14px;
}

.id>input[type='text']:focus,
.pw>input[type='password']:focus {
    border-bottom: 1px solid #342D67;
    color: #342D67;
    background-color: #EDEBFF;
    border-radius: 2px;
}

#loginBtn {
    width: 100%;
}

.login_btn {
    width: 100%;
    height: 61px;
    background-color: #342D67;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 4px;
    margin-top: 30px;
}

.login_btn:hover {
    background-color: #403A6A;
}

.login_btn:active {
    background-color: #342D67;
}

.input_id {
    font-family: 'Noto Sans KR', 'Dotum', '돋움';

    background-image: url(../image/admin/login/id_bg.png);
    background-repeat: no-repeat;
    height: 23px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.input_pw {
    font-family: 'Noto Sans KR', 'Dotum', '돋움';
    font-size: 12px;
    background-color: #f2f7f8;
    background-image: url(../image/admin/login/pw_bg.png);
    background-repeat: no-repeat;
    color: #666666;
    height: 23px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.id_save {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: -0.5pt;
    width: 100%;
}

.id_none {
    font-family: 'Noto Sans KR', 'Dotum', '돋움';
    font-size: 12px;
    background: none;
    color: #666666;
    height: 23px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.join_btn {
    width: 100%;
    display: flex;
    border: 1px solid #403A6A;
    padding: 16px 0;
    border-radius: 4px;
    color: #403A6A;
    font-size: 14px;
    justify-content: center;
    margin-top: 20px;
}

.join_btn:hover {
    background-color: #403A6A;
    border: 1px solid #403A6A;
    color: #fff;
    cursor: pointer;
}