#contentwrap {
    width: 100%;
}

.br_box {
    width: 100%;
    height: 78px;
    display: none;
}

.main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.login_title {
    text-align: center;
    font: 24px/30px '';
    margin-top: 200px;
}

.box_box {
    max-width: 600px;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.box_left {
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    
    border: 1px solid #000;
    box-sizing: border-box;
}

.box_form {
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
}

h2 {
    margin-bottom: 30px;
    padding-top: 70px;
    
    position: relative;
    left: 5%;
}



/**********************************/

.input_box {
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    
    width: 90%;
    height: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.input_agree, .input_job {
    padding-left: 8px;
}

.box_form .sign_title {
    padding-top: 50px;
    padding-bottom: 30px;
}

.box_form p {
    width: 70%;
    margin: 0 auto;
    
    padding-top: 34.5px;
}

.box_form select {
    width: 30%;
    height: 35px;
    
    margin-bottom: 10px;
    margin-left: 45px;
}

.box_form .input_2 {
    margin-left: 20px;
}

.box_form .nomal {
    width: calc(70% - 20px);
    height: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
    margin-bottom: 10px;
    
    padding-left: 20px;
}

.file {
    margin-left: 10px;
}

.box_form input {
    width: 100%;
    height: 35px;
    cursor: pointer;
}

.box_form .submit {
    width: 70%;
    height: 40px;
    
    color: white;
    font-size: 16px;
    font-weight: bold;
    
    color: #555;
    background-color: #eee;
    
    border: 0px solid #ddd;
    box-sizing: border-box;
    
    margin-top: 10px;
    
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.box_form .submit:hover {
    background-color: #000000;
    color: #fff;
}

.box_form .sign_p {
    margin-top: 10px;
    padding: 0;
    font: 12px/18px '';
}

.box_form .sign_p1 {
    margin-top: 60px;
}

/*
.box_form .sign_span {
    font: 14px/18px '';
    color: blue;
    cursor: pointer;
}

.box_form .sign_span:hover {
    opacity: 0.5;
}
*/

/**********************************/


.box_right {
    width: 300px;
    height: 470px;
    background-color: #ffcece;
    float: left;
    
    margin: 0 auto;
    margin-top: 100px;
    
    background: url(../img/n_2_right.jpg) center no-repeat;
    background-size: cover;
    
    border: 1px solid #000;
    box-sizing: border-box;
    
    position: relative;
}

.box_right .right_title {
    
    
    font: 18px/40px '';
    text-align: center;
    
    padding-left: 0;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 20px;
}

.box_right div{
    width: 200px;
    margin: 0 auto;
    
    margin-bottom: 30px;
    
    height: 40px;
    position: relative;
}

.box_right div:first-child {
    margin-top: 120px;
}

.box_right p {
    width: 200px;
    color: #fff;
    font: bold 14px/40px '';
    
    padding-left: 65px;
    
    
}

.cusor {
    cursor: pointer;
}

.box_right span {
    color: white;
    font: bold 24px/40px '';
    
    border-right: 2px solid #fff;
    padding-left: 12px;
    padding-right: 10px;
    float: left;
}

.facebook span {
    padding-left: 15px;
    padding-right: 12px;
}

.cacao span {
    padding-left: 15px;
    padding-right: 9px;
    color: #5a3232;
    border-right: 2px solid #5a3232;
}

.box_right .cacao p {
    color: #5a3232;
}



.box_right .naver {
    background-color: #2ad900;
    
}

.box_right .facebook {
    background-color: #386eff;
}

.box_right .cacao {
    background-color: #ffe200;
}

/**********************************/


@media all and (max-width:1023px) {
    .main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    }
}

@media all and (max-width:767px) {
    
    .br_box {
    width: 100%;
    height: 78px;
    display: block;
    }
    
    .text_box {
        height: 100%;
    }

}

@media all and (max-width:414px) {

}