.tbl_register.join {

}
.tbl_register.join .setting_input {
    padding: 6px 12px;  height: auto;
}
.tbl_register.join th, .tbl_register.join td {
    padding: 10px 0 10px; 
    
}
.tbl_register.join tr {
    border-bottom: 1px solid #e2e5e8;
    border-collapse: collapse;
}
.tbl_register.join tbody tr:last-child {border: NONE;}
.tbl_register.join .setting_input {
    border: none;
    
}
.tbl_register.join .setting_input .input_text::-webkit-input-placeholder {
	color: #aaa;
    font-size: 15px; font-weight: 600;
}
.tbl_register.join .zipcode_search {
    padding-right: 102px;
}
.tbl_register.join .zipcode_search .bttn {
    background: #fff; font-size: 13px; border-color: #919191;
    color: #000; border-radius: 4px; width: 80px;  border-radius: 1px;
    margin-right: 15px; height: 34px; line-height: 36px;
}
.tbl_register.join .zipcode_search .bttn.off {
    background: #eee; border-color: #eee; color: #999;
}

.button_section.joinPage {
    padding: 0;
    margin-top: 10px;
}
.button_section.joinPage .button_save {
    padding: 20px 0;
    display: block; width: 100%;
}
.useBox {
    border: 1px solid #e2e5e8;
    margin: 10px 0 20px 0;
    background: #fff;
}
.useBox .inn {
    padding: 20px;
}
.useBox .cts {
    border-top: 1px solid #e2e5e8;
}
.useBox .ga {
    padding: 8px 0;
}
.useBox .ga label {
    font-size: 12px !important;
    padding-left: 20px !important; 
    line-height: 16px;
    color: #777;
}  

.useBox .ga .checkbox-style-v1:checked + label:before, 
.useBox .ga .checkbox-style-v1:not(:checked) + label:before {  
    width: 16px; 
    height: 16px;
}
.useBox .ga .checkbox-style-v1:checked + label:after, 
.useBox .ga .checkbox-style-v1:not(:checked) + label:after {
    top: 0; left: 0; background-size: 67%;
}
.useBox .ga .chlink {
    color: #1a0dab; color: rgb(0, 117, 200);
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    margin-left: 7px;
}
.invalid-feedback {
    color: #ff7063;
    display: block;
    padding: 0 12px;
    font-weight: normal;
}

/* input box color */
.tbl_register.join  input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset;}
.tbl_register.join  input:-webkit-autofill, 
.tbl_register.join  input:-webkit-autofill:hover, 
.tbl_register.join  input:-webkit-autofill:focus, 
.tbl_register.join  input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }


.tbl_register.join input:-webkit-autofill:read-only,
.tbl_register.join .setting_input .input_text:read-only {
    color: #aaa;
}
