@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


#intro_login_bg{
    height: 100vh;
    position: relative;
    background:url(/theme/eguru/pix/img/login_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#intro_login_bg .intro_login_inner{
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    min-height: 600px;
    padding: 20px;
}

.float_box{
    width: 50%;
    float: left;
}
.float_box.left{
    background: #214677;
    text-align: center;
    border-radius: 0 80px 0 0;
    min-height: 600px;
    position: relative;
}

.float_box.left:before{
    content: '';
    position: absolute;
    background: #fff;
    width: 100px;
    height: 100px;
    z-index: -1;
    right: 0px;
    top: 0;
}

.float_box.left img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.float_box.right{
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    min-height: 600px;
    border-radius: 0 0 0 80px;
    position:relative;
}
.float_box.right:before{
    content: '';
    position: absolute;
    background: #214677;
    width: 100px;
    height: 100px;
    z-index: -1;
    left: 0px;
    bottom: 0;
}

.float_box.right h1{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}
.float_box.right form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 76%;
}
.float_box.right form .frm_input{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #f5f6f9;
    border: none;
    font-size: 15px;
    font-weight: 300;
    padding-left: 30px;
    margin-top: 10px;
}

#login p{position: relative;}
#login p button{
	position: absolute;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    right: 26px;
    top: 26px;
}
#login p button img{width: 100%;}
.float_box.right form .btn_submit{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #214677;
    border: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 10px;
}
.login_if_auto{
    padding: 5px;
}
.login_info{
    text-align: center;
}
.login_if_auto label, .login_info a{
    font-size: 13px;
    color: #666;
}

#header_wrap{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
}

#header_wrap .header_wrap_inner{
    padding: 40px;
    text-align: center;
}

#header_wrap .header_wrap_inner .info_profile{
    padding: 50px 0 0;
    text-align: center;
}
#header_wrap .header_wrap_inner .info_profile .name{
    display: block;
    font-size: 16px;
    color: #214677;
    font-weight: 600;
    padding: 10px 0 20px;
}

#header_wrap .header_wrap_inner .info_profile .info_btn{
    display: flex;
    justify-content: space-around;
}
#header_wrap .header_wrap_inner .info_profile .info_btn a{
    padding: 5px 0;
    border: 2px solid #214677;
    border-radius: 20px;
    font-size: 14px;
    width: 50%;
    margin: 0 5px;
    color: #214677;
}
#header_wrap .header_wrap_inner .info_profile .info_btn a:hover{
    background:#214677;
    color:#fff;
}
.header_wrap_inner .head_menu ul li a{
    color: #9fabb7;
    font-size: 16px;
}

/**/
#content_wrap{
    margin-left: 300px;
    height: 100%;
    border-radius: 80px 0 0 0;
    background: #f5f6f9;
}

.content_box_inner{
    min-height: 1000px;
    background: #fff;
}
#content_wrap .content_wrap_inner{
    padding: 100px;
}

.content_box h2{
    font-size: 25px;
}




@media (max-width: 1000px) {
    #intro_login_bg .intro_login_inner{
        width:100%;
    }
}

@media (max-width: 767px) {
    .float_box{
        width:100%;
    }

    .float_box.right form{
        width: 85%;
    }
    
    .float_box.right h1{
        display: none;
    }
    .float_box.left,.float_box.right{
        min-height: 320px;
        border-radius: 0;
        padding: 0;
    }
    .float_box.left img{
        width: 30%;
    }
    
}






