/* login  */
.login-wrap{
    width:100%;
    height:100vh;
    background-color:#ffffff;
}
.login-box{
    text-align: center;
    background-color:#fff;
    width:100%;
    height:100%;
    max-width:510px;
    margin:auto;
    padding:20% 3% 3% 3%;
}
.type1-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:50%;
    height: 87px;
    margin:0;
    border:1px solid #F5F5F5;
    border-radius:4px;
    cursor: pointer;
    float: left;
    color: #AAAAAA;
}
.type2-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:50%;
    height: 87px;
    margin:0;
    border:1px solid #F5F5F5;
    border-radius:4px;
    cursor: pointer;
    float: left;
    color: #AAAAAA;
}
.active_on{
    border:1px solid #6967FB;
    color:#6967FB;
}
/* 로그인화면 */
.login-box-1{
    margin-bottom: 50px;
}
.login-box-1 div{
    margin-top: 10px;
}
.login-box-1 div span{
    font-size: 20px;
    font-weight: bold;
}
.login-box-2{
    margin: 50px 5px 40px 5px;

    display: flex;
    align-items: center;
}
.login-box-3{
    margin: 0 5px;
}
.login-box-3 .input_box{
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    display: flex;
    align-items: center;
}
.login-box-3 .input_title {
    width:20%;
    margin: 0;
}
.login-box-3 input[type="text"],
.login-box-3 input[type="password"]{
    width:80%;
    border:0;
    background: #FFFFFF;
    border-radius: 4px;
}
.login-box-3 div{
    width:100%;
    text-align:left;
    margin-bottom:10px
}
.login-box-3 label {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #555555;
}
.loginBtn{
    width: 100%;
    height: 54px;
    background: #6967FB;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    border: 0;
}
/* 아이디 찾기 */
.idSearch-box{padding-top:20px;text-align: left;}
.idSearch-box .list-title{color:#6967F9;font-size:14px;}
.idSearch-box .searchInput{width: 10%;height:34px;border-top: 1px solid #dbdbdb;border-right: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;border-radius: 4px;cursor:pointer;}
.idSearch-box .searchInput img{display: block;margin: auto;position: relative;top: 6px;}
.input-box{height:50px;}

.chapter-text{text-align: center;padding:20px 0 40px 0;border-bottom:3px solid #333333;}