.contents {
    height:800px;
}

.bbs_cover>.form_cover{
    position: relative;
    width: 800px;
    height: 100%;
}
.bbs_cover>.form_cover>form{
    float: left;
    width: 100%;
    line-height: unset;
    position: relative;
}
.bbs_cover>.form_cover>form>.terms_cover{
    position: relative;
    width: 800px;
    height: 700px;
}
.terms_cover>.terms{
    text-align: justify;
    height: 600px;
    overflow-y:scroll;
    border: 2px solid #808080;
    padding: 3px;
}
.terms_cover>.terms_confirm{
    position: relative;
    width: 800px;
    height: 40px;
    line-height: 40px;
}

.bbs_cover>.form_cover>form>.input_cover{
    position: relative;
    width: 800px;
    height: 250px;
}
.input_cover>ul{
    text-align: justify;
    width: 600px;
    height: 300px;
    padding: 3px;
}
.input_cover>ul>li{
    position: relative;
    width: 600px;
    height: 45px;
}
.input_cover>ul>li>label{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 38px;
    margin-right: 20px;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    color:#808080;
    text-align: right;
}
.input_cover>ul>li>input{
    position: relative;
    display: inline-block;
    width: 300px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    color:#808080;
    text-align: left;
    border-radius: 5px;
    border: 0.5px solid #ccc;
}

.bbs_cover .button_cover {
    position: relative;
    width: 800px;
    height: 30px;
    line-height: 30px;
}
.bbs_cover button {
    position: relative;
    margin-right: 20px;
    width: 150px;
    height: 50px;
    line-height: 20px;
    color: rgb(204, 204, 204);
    font-size: 18px;
    box-sizing: border-box;
    background-color: rgb(128, 128, 128);
    border-radius: 5px;
}



