.main{
    /* background-color: #fff; */
}


/* ////////////////////////join/////////////////////////// */
.join{
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    margin: 100px auto 0;
}

.join_title{
    width: 100%;
    font-family: 'NanumSquare', sans-serif !important;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    border-bottom: 2px solid rgb(128, 128, 128);
    padding-bottom: 20px;
}

.join_contents{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.join_txt{
    float: left;
    background-color: #222;
}

.join_txt01{
    width: 20%;
    height: 60px;
    background-color: #f9f9f9;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
}

.join_txt02{
    width: 80%;
    height:60px;
    background-color: #fff;
    padding: 13px 0 0 25px;
    box-sizing: border-box;
    font-size: 12px;
}

span{
    color: #ed5c22;
}

.join input[type="text"]{
    width:200px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 60px;
    outline: none;
    padding: 0 10px;
    margin-right: 10px;
}

.buga{
    margin-top: 100px;
}

#year,
#month,
#date{
    width: 100px;
    margin-right: 5px;
}

.join_btn{
    width:395px;
    margin: 120px auto 0;
    overflow: hidden;
}

.join_btn_ck{
    width:190px;
    height:60px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.join_btn_ck:first-child{
    background-color: #412520;
    color: #fff;
}
.join_btn_ck:last-child{
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #412520;
    color: #412520;
    box-sizing: border-box;
}




/* ////////////////////////login/////////////////////////// */
.login_p{
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    margin: 100px auto 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 70px 70px;
}

.login_title{
    font-size: 25px;
    color: #222;
    text-align: center;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 50px;
}

.login_idd,
.login_pww{
    font-size: 18px;
    color: #ed5c22;
    font-weight: 900;
    margin-top: 30px;
}

.login_p input[type="text"]{
    width:100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 60px;
    outline: none;
    padding: 0 10px;
    margin-top: 10px;
}

.login_btn{
    width:100%;
    height:60px;
    background-color: #412520;
    margin-top: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

#m_name{
    text-align: center;
    line-height: 50px;
    /* color: #fff; */
    font-size: 20px;
    margin-top: 50px;
}

#submit{
    clear: both;
    display: block;
    margin: 0 auto;
    background-color:#412520;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}








@media screen and (max-width: 774px) {
    .pw_ex{
        display: block;
        clear: both;
        margin-top: 6px;
    }

    .join_h,
    .join_txt_h{
        height: 85px;
    }

    .join_txt_h{
        line-height: 85px;
    }
}

@media screen and (max-width: 512px) {
    .join_h,
    .join_txt_h{
        height: 95px;
    }

    .join_txt_h{
        line-height: 95px;
    }

    .join_txt01{
        width: 30%;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .join_txt02{
        width: 70%;
    }

    .c_b{
        clear: both;
    }
    
}


@media screen and (max-width: 500px) {
    .login_p{
        padding: 0 30px 70px;
    }
}
