#crudMerge input[type='radio']{max-width: none; width: 24px; height: 24px; display: flex; align-items: center; flex-wrap: wrap; border-radius: 30px; border-style: solid; background-clip: padding-box; background-color: rgb(86, 86, 86); margin-right: 13px; }
#crudMerge input[type='radio']:checked:after{content: ''; max-width: none; display: flex; align-items: end; flex-wrap: wrap; top: 0px; position: relative; margin-bottom: 0px; width: 8px; min-height: 8px; background-color: rgb(255, 255, 255); background-image: none; background-repeat: no-repeat; background-position: calc(50%) calc(50%); background-size: cover; margin-left: auto; border-radius: 12px; border-style: solid; background-clip: padding-box; margin-right: auto; float: none; clear: both; overflow: hidden; align-self: auto;}


#crudMerge .radio_style_0_wrap{margin-top: 15px; padding-bottom: 11px;}
#crudMerge .radio_style_0_wrap .radio_style_0_con{margin-right: 15px; margin-bottom: 15px; display: inline-block;}
#crudMerge .radio_style_0_con input[type=radio] { width: 0; height: 0; margin: 0; padding: 0; border: none;}
#crudMerge .radio_style_0_con input[type=radio] + label { position: relative; display: inline-block; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; letter-spacing: -0.02em; font-weight: 400; color: #fff; cursor: pointer; }
#crudMerge .radio_style_0_con input[type=radio] + label::before { content: ''; width: 24px; height: 24px; display: inline-block; margin-right: 10px; border: none; border-radius: 50%; vertical-align: bottom; text-align: center; background-color: #565656; box-sizing: border-box; cursor: pointer; }
#crudMerge .radio_style_0_con input[type=radio]:checked + label::before { color: #fff; border-color: #565656; }
#crudMerge .radio_style_0_con input[type=radio] + label::after { content: ""; background-color: transparent; border-radius: 50%; position: absolute; left: 8px; top: 8px; width: 8px; height: 8px; }
#crudMerge .radio_style_0_con input[type=radio]:checked + label::after { background-color: #fff; }