.dftpd{
    padding: 200px 0 100px;
}
.clearfix::after{
    content: "";
    clear: both;
    display: block;
}
body{font-size: 16px;}

/* -------------------- 회원가입 -------------------- */
.fregister_agree input[type="checkbox"] + label{
    display: flex;
    justify-content: flex-end;
    position:absolute;
    top:20px;
    right:15px;
    width: 500px;
}
.fregister_agree input[type="checkbox"] + label b{
    font-weight: 400;
    margin-right: 10px;
}

#fregister_chkall input[type="checkbox"] + label{
    justify-content: center;
    align-items: center;
    position:initial;
    width:auto;
    height: 60px;
}
#fregister_chkall input[type="checkbox"] + label span{
    margin-right: 5px;
}


.register .btn_confirm{
    margin: 60px auto 0;
    max-width: 600px;
}



/* form */
.twopart_input{
    width: calc(100% - 128px - 10px);
    margin-right: 5px;
}
a.btn_frmline, button.btn_frmline{
    background: #af9c82;
}
.reg_btn_submit{
    border: 1px solid #af9c82;
    transition: color 0.3s, background-color 0.3s;
}




/* 로그인 */

.mbskin_container{
    padding: 50px 0 80px;
}
.mbskin_container .mbskin{
    width: 95%;
    max-width: 360px;
}

.mbskin .btn_submit{
    border: 1px solid #af9c82;
    transition: color 0.3s, background-color 0.3s;
    box-sizing: border-box;
}



@media screen and (min-width :1024.1px) {
    .register .btn_confirm .btn_submit:hover,
    .register .btn_confirm .btn_close:hover{
        color: #af9c82;
        background-color: #fff;
    }

    .reg_btn_submit:hover{
        color: #af9c82;
        background-color: #fff;
    }

    
    /* 로그인 */
    .mbskin .btn_submit:hover{
        color: #af9c82;
        background-color: #fff;
    }
}


@media screen and (max-width :1024px) {
    body{font-size: 15px;}
    .dftpd{padding: 150px 0 100px;}
    
}
@media screen and (max-width :600px) {
    body{font-size: 14px;}
    #fregister h2{
        padding: 17px;
    }
    #fregister textarea{padding: 17px;}
    .fregister_agree{
        position: unset;
        padding: 10px;
        border-top: 1px solid #dde7e9;
    }
    .fregister_agree input[type="checkbox"] + label{
        position: unset;
        width: 100%;
    }
    #fregister_chkall input[type="checkbox"] + label{
        height: 35px;
    }
    .register .btn_confirm{margin-top: 40px;}


    /* form */
    .twopart_input{
        width: calc(100% - 100px - 10px);
    }
    a.btn_frmline, button.btn_frmline{
        width: 100px;
    }
}

@media screen and (max-width :600px) {
    .reg_btn_submit{
        width: 220px;
        height: 52px;
        line-height: 52px;
    }
}
