.register{
    padding:90px 0;
    margin:0 auto;
    max-width: 94%;
    width: 1278px;
}
.register h2{
    display: block;
    text-align: center !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color:#000;
    line-height: 1;
    margin-bottom: 50px;
    bordeR:0 !important;
    padding:0 !important
}
#register_form{
    margin:0 auto;
}
#register_form .register-tb{
    width: 100%;
    border-top: 2px solid #af9873;
    border-bottom: 2px solid #af9873;
    box-sizing: border-box;
    table-layout: fixed
}
#register_form .register-tb .col1{
    width: 31%;
    max-width: 400px;
}
#register_form .register-tb .col2{
    width: auto;
}
#register_form .register-tb tr+tr th,
#register_form .register-tb tr+tr td{
    border-top: 1px solid #ccc;
}
#register_form .register-tb tr th{
    background-color: #f8f7f5;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.05em;
    vertical-align: middle;
    color:#000;
    padding:20px 15px 20px 30px;
}
#register_form .register-tb tr td{
    font-size: 18px;
    letter-spacing: -0.05em;
    vertical-align: middle;
    color:#000;
    padding:15px 30px;
    position: relative;
}
#register_form .register-tb tr td select,
#register_form .register-tb tr td input[type=text],
#register_form .register-tb tr td input[type=password],
#register_form .register-tb tr td textarea{
    display: block;
    max-width: 100%;
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    resize: none;
}
#register_form .register-tb tr td select{
    width: 500px;
    height: 50px;
    padding:0 16px;
    box-sizing: border-box;
    max-width: 100%;
}
#register_form .register-tb tr td input[type=password],
#register_form .register-tb tr td input[type=text]{
    height: 50px;
    padding:0 16px;
    box-sizing: border-box;
    max-width: 100%;
}
#register_form .register-tb tr td textarea{
    height: 148px;
    padding:16px;
    box-sizing: border-box;
}
.register .agree{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap:15px;
}
.register .agree input{
    width: 20px;
    height: 20px;
    margin:0;
    transform: translate(0,20%);
}
.register .agree label{
    border:0;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1.7em;
    color:#757575;
}

#msg_mb_id{
    display: block;
}
.fregister_agree{
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
}
#fregisterform .btn_confirm{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fregisterform .btn_confirm .btn_submit{
    background-color: var(--primary-color) !important;
    color:#fff !important;
    transition: background 0.3s;
    width: 401px;
    border-radius: 0;
    border:0;
    cursor: pointer;
    height: 79px !important;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
#fregisterform .btn_confirm .btn_submit:hover{
    background: var(--primary-color-hover) !important;
}


@media all and (max-width:1280px){
    .register{
        padding:50px 0;
    }
    #register_form .register-tb .col1{
        width: 260px
    }
}
@media all and (max-width:1024px){}
@media all and (max-width:768px){
    .register{
        max-width: 100%;
        padding:0;
    }
    .register h2{
        font-size: 22px;
        margin-bottom: 1em;
    }
    #register_form .register-tb tr th{
        padding: 14px;
        font-size: 14px;
        width: 100px;
        box-sizing: border-box;
        line-height: 1.45em;
    }
    #register_form .register-tb tr td{
        width: auto;
        padding: 10px 0 10px 21px;
    }
    #register_form .register-tb tr td input[type=password], #register_form .register-tb tr td input[type=text]{
        height: 30px;
        font-size: 12px;
        padding:0 10px;
    }
    #register_form .register-tb tr td textarea{
        padding:10px;
        font-size: 12px;
        height: 110px;
    }
    #register_form .register-tb .col1{
        width: 130px;
    }
    .register .agree{
        margin-top: 40px;
    }
    .register .agree label{
        font-size: 11px;
        word-break: keep-all;
    }
    .register .agree label br{
        display: none;
    }
    #fregisterform .btn_confirm{
        margin-top: 21px;
    }
    #fregisterform .btn_confirm .btn_submit{
        font-size: 16px;
        width: 263px;
        height: 51px !important;
    }

}
